
/* RESET
 * * -----------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * * -----------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}



/* GENERAL
 * * -----------------------------------------------*/
body {
  background-color: #141414;
  color: #fff;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  line-height: 1.285;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

main {
  overflow: hidden;
}

body.fixed {
  overflow: hidden;
}

a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.is-light {
  font-weight: 300;
}

.is-italic {
  font-style: italic;
}

.is-bold {
  font-weight: bold;
}

.is-normal {
  font-weight: normal;
}

/* RESPONSIVE
 * * -----------------------------------------------*/
@media print, (min-width: 768px) {
  body {
    font-size: 14px;
  }

  .container {
    min-width: 1440px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media print {
  body {
    -ms-transform: scale(0.6) !important;
        transform: scale(0.6) !important;
    -ms-transform-origin: left top;
        transform-origin: left top;
    width: 60% !important;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    width: auto;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .md {
    display: none !important;
  }
}

/* PARTS
 * * -----------------------------------------------*/


header .wrapper {
  display: -ms-flexbox;
  display: flex;
}
header .logo a {
  display: block;
}

header .list-navigation a,
header .header-right{
  color: #fff;
}

@media print, (min-width: 768px) {
  header .list-navigation a {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  header .list-navigation a {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
  }
  header .list-navigation a span {
    font-family: 'Bebas Neue', cursive;
    display: block;
    color: #333;
  }
}

header .header-navigation {
  display: none;
  z-index: 100;
}
header .button-menu {
  position: absolute;
  z-index: 101;
  cursor: pointer;
}
header .button-menu span {
  background-color: #fff;
  display: block;
  height: 1px;
  transition: all 0.4s ease;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

header .is-active {
  border: none;
}

@media print, (min-width: 768px) {
  header {
    width: 100%;
    z-index: 1111;
    position: relative;
    left: 0;
    top: 0;
  }
  header .logo {
    width: 159px;
  }
  header .header-left {
    display: flex;
    align-items: center;
    padding: 0 0 0 39px;
    height: 84px;
    position: relative;
  }
  header .detail-left {
    position: absolute;
    right: 0;
    top: 50px;
    width: 867px;
  }

  header .header-right {
    position: relative;
    width: 100%;
    height: 84px;
  }
  header .detail-right {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  header .button-menu {
    display: none;
  }
  header .button-menu span {
    width: 40px;
    border-radius: 10px;
  }
  header .button-menu span:nth-child(1) {
    top: 48px;
  }
  header .button-menu span:nth-child(2) {
    top: 55px;
  }
  header .button-menu span:nth-child(3) {
    top: 62px;
  }

  header .is-active span:nth-child(1) {
    -ms-transform: translate(-50%, 9px) rotate(-45deg);
        transform: translate(-50%, 9px) rotate(-45deg);
  }
  header .is-active span:nth-child(2) {
    opacity: 0;
  }
  header .is-active span:nth-child(3) {
    -ms-transform: translate(-50%, -4px) rotate(-135deg);
        transform: translate(-50%, -4px) rotate(-135deg);
  }
  header .block-contact {
    margin-left: 77px;
  }
  header .block-contact .contact-text {
    width: 150px;
  }
}
@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  header .block-contact .contact-text {
    word-break: break-word;
  }
}
@media print, (min-width: 768px) {
  header .header-navigation {
    display: flex!important;
    flex-wrap: nowrap;
    align-items: center;
    right: 0;
    left: auto;
    top: 0;
  }
}

@media print, (min-width: 768px) {
  header .list-navigation {
    display: -ms-flexbox;
    display: flex;
    height:: 100%;
    -ms-flex-align: center;
        align-items: center;
  }
  header .list-navigation li {
    width: auto;
    padding: 0 8px;
    height: 100%;
  }
  header .list-navigation a {
    width: auto;
    display: flex;
  }
  header .list-navigation a span {
    display: none;
  }
}

@media print, (min-width: 968px) {
  header .list-navigation li {
    padding: 0 18px;
  }
}

.contact-link-block {
  padding: 14px 44px;
  margin:  0 auto;
}

.contact-link {
  background-color: #FF0046;
  text-align: center;
  display: block;
  border-radius: 30px;
  font-weight: bold;
  line-height: 1;
  font-size: 18px;
  padding: 20px;
  color: #fff;
}

@media print, (min-width: 768px) {
  .contact-link-block {
    padding: 10px 40px 10px 0;
  }
  .contact-link {
    background-color: #fff;
    font-size: 12px;
    padding: 16px 20px;
    color: #000;
  }
}


@media print and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  header .list-navigation a {
    padding-top: 50px;
  }
}
@media print, (min-width: 768px) {
  header .contact-number {
    pointer-events: none;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 111;
  }

  .is-fixed header {
    position: fixed;
    background-color: #000;
  }

  header .wrapper {
    -ms-flex-pack: justify;
        justify-content: space-between;
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
  header .logo {
    width: 1.59rem;
  }
  header .logo img {
    width: 100%;
  }
  header .header-left {
    z-index: 111;
    position: relative;
    margin: 0 auto;
    padding: 13px 0;
    height: 65px;
    text-align: center;

  }
  header .header-right {
    position: fixed;
    top: 0;
    right: 0;
    height: 65px;
    width: 1.66rem;
    z-index: 11;
    padding: 0.3rem 0.2rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .header-navigation {
    background-color: #000;
    padding: 117px 26px 46px;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }
  header .list-navigation li {
    width: 80%;
    margin-bottom: 30px;
  }
  header .button-menu {
    width: 28px;
    height: 28px;
    right: 14px;
    top: 50%;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    &.is-active {
      right: 12px;
      top: 36px;
    }
  }

  header .button-menu span {
    width: 0.4rem;
  }
  header .button-menu span:nth-child(1) {
    top: 10px;
  }
  header .button-menu span:nth-child(2) {
    top: 18px;
  }
  header .is-active span:nth-child(1) {
    top: 10px;
    -ms-transform: translateX(-0.21rem) rotate(-43deg);
        transform: translateX(-0.21rem) rotate(-43deg);
  }
  header .is-active span:nth-child(2) {
    top: 10px;
    -ms-transform: translateX(-0.21rem) rotate(43deg);
        transform: translateX(-0.21rem) rotate(43deg);
  }

  header .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  header .overlay.is-show {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
  }
}

.footer-top {
  width: 100%;
  font-family: 'Bebas Neue', cursive;
  background: #141414;
  letter-spacing: 0.1em;
  margin-bottom: -26px;
  font-size: 72px;
  white-space: nowrap;
  color: #9B0018;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media print, (min-width: 1268px) {
  .footer-top {
    margin-bottom: -35px;
    font-size: 100px;
  }
}

.footer-top .logo-scroll2 {
  padding-left: 20px;
}

footer {
  background-color: #9B0018;
  overflow: hidden;
  z-index: 1;
  position: relative;
}

footer .footer-bottom {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 0.1em;
  font-size: 72px;
  white-space: nowrap;
  -webkit-text-stroke: 1px #fff;
  color: #9B0018;

  width: 100%;
  white-space: nowrap;
  display: flex;

}

@media print, (min-width: 1268px) {
  footer .footer-bottom {
    font-size: 100px;
  }
}

footer .footer-bottom .logo-contact-scroll1 {
  animation-direction:reverse;
}
footer .footer-bottom .logo-contact-scroll2 {
  animation-direction:reverse;
}



footer .footer-contact {
  padding: 35px;

}

footer .contact-link {
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  font-size: 16px;
  margin: 0 auto;
  height: 162px;
  width: 162px;
  color: #000;
}


footer .copyright {
  padding: 56px 0 52px;
  text-align: center;
  font-size: 12px;
  display: block;
  color: #fff;
}


/* MODULE
 * * -----------------------------------------------*/

.section-indicator {
  display: flex;
  width: 67px;
  justify-content: flex-end;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.section-indicator img {
  width: 10px;
}

.indicator-menu {
  opacity: 1;
  font-size: 10px;
  position: fixed;
  bottom: 21px;
  right: 30px;
}
.indicator-menu .target-link {
  justify-content: flex-end;
  position: relative;
  width: 100%;
  display: flex;
  right: -15px;
  color: #fff;
}

.indicator-menu .target-link::before {
  background-color: #777;
  content: '';
  width: 10px;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}
.indicator-menu .target-link span {
  position: relative;
  right: 30px;
  opacity: 0;
}

.indicator-menu .target-link.is-active {
  transition: all .2s ease;
  right: -15px;
  opacity: 1;
}

.indicator-menu .target-link.is-active::before {
  background-color: #FF003E;
  content: '';
  width: 20px;
  height: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.indicator-menu .target-link.is-active span {
  opacity: 1;
}

@media print, (min-width: 768px) {
  .indicator-menu {
    right: 60px;
    bottom: 310px;
  }
}


.red {
  color: #FF0046;
}

@media print, (min-width: 768px) {
  .hidden-br {
    display: none;
  }
}


/* ANIMATION
 * * -----------------------------------------------*/


@keyframes logo-text-motion{
  0%{
      display: block;
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}


@keyframes logo-scale{
  0%{
      transform: scale(0.8);
      opacity: 0;
  }
  100%{
      transform: scale(1);
      opacity: 1;
  }
}


@keyframes title-animation1{
  0%{
      transform: translateX(100%);
  }
  100%{
      transform: translateX(-100%);
  }
}

.logo-scroll1{
  animation-name: title-animation1;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: -20s;
}

.logo-contact-scroll1{
  animation-name: title-animation1;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: -60s;
  padding-right: 20px;
}
@media print, (min-width: 768px) {
  .logo-contact-scroll1{
    padding-right: 30px;
  }
}


@keyframes title-animation2{
  0%{
      transform: translateX(0%);
      opacity: 1;
  }
  100%{
      transform: translateX(-200%);
      opacity: 1;
  }
}

.logo-scroll2{
  animation-name: title-animation2;
  animation-duration: 40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
}
.logo-contact-scroll2{
  animation-name: title-animation2;
  animation-duration: 120s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  padding-right: 20px;
}
@media print, (min-width: 768px) {
  .logo-contact-scroll2{
    padding-right: 30px;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}

.animated {
  animation-duration: 2s;
  animation-fill-mode: both;
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fade-in-up {
  animation-name: fade-in-up;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-in {
  animation-name: fade-in;
}

.column-product {
  position: relative;
}

.section-block {
  padding-top: 100px;
}

.section-title {
  margin: 0 auto 50px;
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  width: 100%;
  color: #fff;
}
.section-title span {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 24px;
  color: #FF0046;
  display: block;
}

@media only screen and (max-width: 767.98px) {
  .section-title {
    left: 50%;
    top: 1.2rem;
    font-size: 0.5rem;
  }
}

/* MAIN
 * * -----------------------------------------------*/

.section-top-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 16px;
  overflow: hidden;
}

.main-bg-image {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  position: absolute;
  width: 180%;
  padding: 0%;
  left: -40%;
  top: 20%;
  z-index: -1;
}

.section-top-main .main-left {
  width: 100%;
}

.section-top-main .main-left img {
  display: block;
  max-height: 368px;
  margin: 0 auto 30px;
}
.section-top-main .main-right {
  padding: 0 36px;
  font-size: 36px;
  font-weight: 600;
}
.section-top-main .main-right .red {
  color: #FF0046;
}
.section-top-main .main-right p {
  font-size: 18px;
  margin-top: 13px;
}
.main-logo-scroll {
  white-space: nowrap;
  width: 100%;
}
.main-logo-scroll img {
  padding: 0 20px;
  margin-top: 40px;
  width: 210%;
  max-width: none;
}

@media print, (min-width: 768px) {
  .section-top-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 46px;
    height: 100vh;
  }

  .main-bg-image {
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    position: absolute;
    padding: 0 10%;
    top: 10%;
    z-index: -1;
    left: 0;
    width: 100%;
  }

  .section-top-main .main-left {
    width: auto;
  }
  .section-top-main .main-left img {
    max-height: 515px;
  }
  .section-top-main .main-right {
    font-size: 46px;
  }
  .section-top-main .main-right p {
    font-size: 24px;
    margin-top: 16px;
  }
  .main-logo-scroll img {
    margin-top: -60px;
    padding: 0 20px;
    width: 100%;
  }
}


/* SERVICE
 * * -----------------------------------------------*/

.section-top-service {
  padding: 20px;
}

.section-top-service .section-title {
  margin-bottom: 20px;
  margin-top: 50px;
}

.section-top-service .section-title .service-message {
  position: fixed;
  left: 0;
  top: 6%;
  opacity: 0;
  text-align: left;
  padding: 0 40px;
}

.section-top-service .section-title .service-message.show {
  transition: all .8s ease;
  opacity: 1;
}

@media print, (min-width: 768px) {
  .section-top-service .section-title .service-message {
    display: none;
  }
}

.section-top-service .section-title .service-message.active{
  transition: all .8s ease;
  opacity: 1;
}



.section-top-service .service-logo-fixed img {
  position: relative;
  top: 117px;
  text-align: center;
  left: 0;
  height: 241px;
  margin: 0 auto;
  width: 100%;
}

.service-indicator {
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
  font-size: 10px;
  position: fixed;
  right: 20px;
  top: 4%;
  width: 30px;
  height: 110px;
  opacity: 0;
}
@media print, (min-width: 768px) {
  .service-indicator {
     display: none;
  }
}


.service-indicator.show {
  opacity: 1;
}

.service-indicator::before {
  background-color: #777;
  position: absolute;
  content: '';
  height: 100%;
  width: 1px;
  top: 0px;
}

.service-indicator .indicator-height {
  transition: all .8s ease;
  background-color: #FF0046;
  position: absolute;
  content: '';
  height: 0%;
  width: 1px;
  right: 14px;
  top: 0px;
}

.service-indicator-item {
  position: absolute;
  display: none;
  width: 100%;
  bottom: -20px;
  right: -1px;
}

.service-indicator-item.active {
  display: block;
}


.pin-spacer .section-top-service .service-logo-fixed img {
  position: fixed;
  top: 187px;
}

.pin-spacer .section-top-service .service-logo-fixed .piece {
  opacity: 0;
}

.pin-spacer .section-top-service .service-logo-fixed .piece.show {
  animation-name: logo-scale;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.panel-area::-webkit-scrollbar {
  display: none;
}

.section-top-service .panel-area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}

.section-top-service .service-list-wrapp {
  top: 0;
  left: 0;
}

.section-top-service .service-list-wrapp .service-wrapper-slide {
  align-items: center;
  position: relative;
  left: 0;
  width: 100%;
}

.section-top-service .service-list-wrapp .service-wrapper-slide .service-wrapper .service-right {
  margin-bottom: 500px;
}

@media print, (min-width: 768px) {
  .section-top-service .service-list-wrapp .service-wrapper-slide .service-wrapper .service-right {
    margin-bottom: 0px;
  }
}


.section-top-service .service-wrapper{
  margin-bottom: 150px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}



.section-top-service .service-wrapper.show{
  display: flex;
  opacity: 1;
}

.section-top-service .service-left img {
  height: 241px;
  margin-bottom: 150px;
  opacity: 0;
}

.section-top-service .service-left img.visible-pc {
  display: none;
}

.section-top-service .service-left .hidden-logo {
  opacity: 0;
}

.section-top-service .service-right {
  transition: all .8s ease;
  font-weight: 600;
  font-size: 26px;
  padding: 0 36px;
  opacity: 0;
}
.section-top-service .service-right.show-fix {
  transition: all .8s ease;
  opacity: 1;
}

.section-top-service .service-right.hide {
  opacity: 0;
}

.section-top-service .service-right p {
  font-weight: 400;
  font-size: 12px;
  margin-top: 13px;
}

.section-top-service .service-right b {
  display: block;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 600;
}

.section-top-service .service-right .service-info {
  color: #777;
}

.section-top-service .service-right .dot {
  position: relative;
}

.section-top-service .service-right .dot::before {
  position: absolute;
  content: '・・・・';
  color: #fff;
  left: 0;
  top: -30px;

}

@media print, (min-width: 768px) {
  .section-top-service .service-wrapper.active .service-right{
    transition: all .8s ease;
    opacity: 1;
  }
}


.section-top-service .service-list {
  display: none;
}

.section-top-service .service-list li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-left: 4px solid #FF0046;
  border-top: 1px solid #262626;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  padding: 95px 0;
  width: 20%;
}


.section-top-service .service-list li.active {
  transition: all .8s ease;
  background-color: #555;
}

.section-top-service .service-list li::before {
  background-image: url(../img/chack_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .05;
}

.section-top-service .service-list li label {
  font-family: 'Bebas Neue', cursive;
  position: absolute;
  right: 15px;
  top:  15px;
}

@media print, (min-width: 768px) {
  .pin-spacer {
    /* height: 100vh!important; */
  }
  .section-top-service {
    position: relative;
    min-height: 850px;
    height: 100vh;
  }
  .section-top-service .section-title {
    margin-top: 100px;
  }

  .section-top-service .service-logo-fixed img {
    position: absolute;
    opacity: 0;
    top: 263px;
    text-align: center;
    left: -311px;
    height: 299px;
    margin: 0 auto;
    width: 100%;
  }

  .section-top-service .service-logo-fixed .fixed {
    opacity: 1;
  }

  .section-top-service .service-logo-fixed .piece.show {
    animation-name: logo-scale;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-delay: 0s;
  }


  .pin-spacer .section-top-service .service-logo-fixed img {
    position: fixed;
    top: 157px;
  }

  .section-top-service .service-list-wrapp {
    overflow-x: scroll;
  }
  .section-top-service .panel-area {
    height: 400px;
  }
  .section-top-service .service-list {
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section-top-service .service-list .hidden-tab {
    display: none;
  }
  .section-top-service .service-wrapper {
    margin-bottom: 100px;
    flex-wrap: nowrap;
    margin-bottom: 0;
    transition: all .8s ease;
  }
  .section-top-service .service-list-wrapp .service-wrapper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    left: 0;
    width: 600%;
  }


  .section-top-service .service-list-wrapp .service-wrapper-slide.scroll1 {
    transform: translate3d(-16.5%, 0px, 0px)!important;
  }
  .section-top-service .service-list-wrapp .service-wrapper-slide.scroll2 {
    transform: translate3d(-33.2%, 0px, 0px)!important;
  }
  .section-top-service .service-list-wrapp .service-wrapper-slide.scroll3 {
    transform: translate3d(-49.9%, 0px, 0px)!important;
  }
  .section-top-service .service-list-wrapp .service-wrapper-slide.scroll4 {
    transform: translate3d(-66.6%, 0px, 0px)!important;
  }
  .section-top-service .service-list-wrapp .service-wrapper-slide.scroll5 {
    transform: translate3d(-83.3%, 0px, 0px)!important;
  }

  .section-top-service .service-left img {
    margin-bottom: 50px;
    height: 305px;
    max-height: none;
  }

  .section-top-service .service-left img.visible-pc {
    display: block;
  }

  .section-top-service .service-left img.visible-sp {
    display: none;
  }

  .section-top-service .service-right {
    max-width: 632px;
    padding: 0 44px;
  }
  .section-top-service .service-right .service-info {
    font-size: 16px;
  }


}

/* HISTORY
 * * -----------------------------------------------*/

.section-top-history {
  background-color: #800022;
  overflow-x: clip;
  position: relative;
}
@media print, (min-width: 768px) {
  .section-top-history {
    min-height: 100vh;
  }
}

.section-top-history:before {
  background-image: linear-gradient(90deg, rgba(20, 20, 0, 1), rgba(20, 20, 20, 0));
  content: '';
  height: 100vh;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.section-top-history:after {
  background-image: linear-gradient(90deg, rgba(20, 20, 0, 0), rgba(20, 20, 20, 1));
  content: '';
  height: 100vh;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media print, (min-width: 768px) {
  .section-top-history:before {
    width: 120px;
  }
  .section-top-history:after {
    width: 120px;
  }
}

.history-readmore-block {
  position: absolute;
  background: rgba(0,0,0,.5);
  align-items: center;
  justify-content: center;
  display: none;
  height: 100vh;
  width: 100%;
  z-index: 12;
  top: 0;
  left: 0;
}

.mfp-content {
  transition: all 0.2s ease-out;
}

.modal-content {
  max-width: 500px;
  padding: 70px 40px;
  margin: 0 auto;
  background: #fff;
  color: #000;
  position: relative;
}

.modal-content ul li {
  padding: 10px 0;
}

@media print, (min-width: 768px) {
  .modal-content {
    max-width: 500px;
    padding: 100px 100px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    position: relative;
  }
}

.history-readmore-block.show {
  display: flex;
}

.history-readmore {
  background: #fff;
  padding: 20px 0;
  width: 290px;
  display: block;
  border-radius: 30px;
  text-align: center;
  font-size: 16px;
  color: #000;
  cursor: pointer; 
}

.section-top-history .history-list-wrapp {
  padding: 0 65px 80px;
  position: relative;
  width: 100%;
  height: 100%;
  background: #800022;
}
.section-top-history .history-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  padding-right: 30%;
}
.section-top-history .history-list li {
  text-align: center;
  padding: 12px;
  width: 12%;
  min-width: 246px;
  max-width: 300px;
}

.section-top-history .history-list li .history-item-box {
  filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.2));
  background-color: #141414;
  border-radius: 13px;
  overflow: hidden;
  cursor: pointer; 
}

.section-top-history .history-list li:hover {
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  transition: all 0.2s ease;
}

.section-top-history .history-list li h4 {
  margin-top: 20px;
  font-size: 12px;
}
.section-top-history .history-list li img {
  width: 100%;
  opacity: 1;
  transition: all 0.2s ease;
}

@media print, (min-width: 768px) {
  .section-top-history .history-list li img {
    opacity: .3;
    transition: all 0.2s ease;
  }
}

.section-top-history .history-list li:hover img {
  opacity: 1;
  transition: all 0.2s ease;
}

@media print, (min-width: 768px) {
  .section-top-history .history-list-wrapp {
    padding: 0 0 100px;
  }
  .section-top-history .history-list {
    background: #800022;
    justify-content: flex-start;
    
    position: relative;
    right: -41%;
  }
  .section-top-history .history-list li {
    width: 10%;
  }
}

/* COMPANY
 * * -----------------------------------------------*/

.section-top-company {
  background: #141414;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.section-top-company .company-list-wrapp {
  position: relative;
  margin-bottom: 80px;
}
.section-top-company .company-list-wrapp.contact-wrapp {
  width: 100%;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
}

.m7w29c {
  display: none;
}

.section-top-company .company-list-wrapp.pc {
  display: none;
}

.section-top-company dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 0;
  border-bottom: 1px solid #333;
  min-width: 150px;
  font-size: 16px;
  color: #DDD;
}
.section-top-company dl dt {
  padding-right: 20px;
  min-width: 150px;
}

.section-top-company b {
  font-weight: 600;
  width: 100%;
  display: block;
  margin-bottom: 14px;
}

@media print, (min-width: 768px) {
  .section-top-company .company-list-wrapp {
    position: relative;
    margin-bottom: 240px;
    min-width: 578px;
  }
  .section-top-company .company-list-wrapp.pc {
    display: block;
  }
  .section-top-company .company-list-wrapp.sp {
    display: none;
  }
  .section-top-company dl dt {
    padding-right: 60px;
    min-width: 190px;
  }
  .section-top-company b {
    margin-bottom: 0;
  }
}


/* PROFILE
 * * -----------------------------------------------*/

.section-top-profile {
  background: #1b1b1b;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 80px;
  overflow: hidden;
  padding: 30px 0px 20px;
  height: 100vh!important;
}
@media print, (min-width: 768px) {
  .section-top-profile {
    min-height: 100vh;
  }
}

.section-top-profile .section-title {
  z-index: 1;
}


.section-top-profile:before {
  background-image: linear-gradient(180deg, #1b1b1b, #1b1b1b, rgba(27, 27, 27, 0));
  content: '';
  height: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .section-top-profile:before {
    height: 45%
  }
}
.section-top-profile:after {
  background-image: linear-gradient(180deg, rgba(27, 27, 27, 0), #1b1b1b, #1b1b1b);
  content: '';
  height: 160px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media print, (min-width: 768px) {
  .section-top-profile:after {
    height: 44%
  }
}

.section-top-profile dl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  transform-origin: left;
  padding: 0;
  font-size: 16px;
  color: #fff;
}

.section-top-profile dt {
  display: flex;
  justify-content: flex-start;
  padding: 15px 20px 0 36px;
  border-right: 1px solid #333;
  font-size: 10px;
  min-width: 120px;
}
.section-top-profile dd {
  padding: 15px 30px;
}

.profile-list-wrapp {
  position: relative;
  padding-top: 150px;
}
@media print, (min-width: 768px) {
  .profile-list-wrapp {
    padding-top: 150px;
  }
}

.profile-list-wrapp .profile-list-scroll {
  padding-bottom: 50px
}

.profile-list-wrapp::before {
  background-color: #FF003E;
  position: absolute;
  top: 150px;
  left: 120px;
  content: '';
  height: 230px;
  width: 1px;
}
@media print, (min-width: 768px) {
  .profile-list-wrapp::before {
    top: 150px;
    height: 86px;
  }
}

.profile-list-wrapp .profile-list-scroll {
  position: relative;
  height: 100%;
}


/* LOGO
 * * -----------------------------------------------*/

.section-top-logo {
  background-color: #141414;
  position: relative;
  z-index: 1;
}

.logo-animation {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .logo-animation {
    padding: 0;
  }
}

.section-top-logo .logo-animation {
  display: flex;
  justify-content: center;
}


.section-top-logo .logo-animation.logo-text1 {
  display: block;
}

.section-top-logo .logo-animation .logo-title-wrapper {
  font-weight: 600;
  font-size: 20px;
  padding: 0px 36px;
  max-width: 604px;
  display: none;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  top: 100%;
  left: 0;
}
@media print, (min-width: 768px) {
  .section-top-logo .logo-animation .logo-title-wrapper {
    left: auto;
  }
}

.section-top-logo .logo-animation.fixed .logo-title-wrapper {
  display: none!important;
}

.section-top-logo .logo-animation .logo-move {
  margin: 0 auto;
}
@media print, (min-width: 768px) {
  .section-top-logo .logo-animation .logo-move {
    width: 510px!important;
  }
}

.section-top-logo .logo-animation .logo-title-wrapper p {
  padding: 50px 0px;
}
@media print, (min-width: 768px) {
  .section-top-logo .logo-animation .logo-title-wrapper p {
    padding: 50px 36px;
  }
}

.logo-animation .logo-move .animation svg {
  max-width: 460px;
}


.section-top-logo .logo-wrapper {
  opacity: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 100px 0;

  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.section-top-logo .logo-wrapper .logo-box {
  position: relative;
  text-align: center;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.section-top-logo .logo-wrapper .logo-box .logo-move {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0% 0% 10%;
  top: 0;
  height: 125%;
}


.section-top-logo .logo-wrapper img {
  height: 700px;
  margin-bottom: 40px;
}
@media print, (min-width: 768px) {
  .section-top-logo .logo-wrapper img {
    height: 2000px;
  }
}


.section-top-logo .logo-wrapper .logo-fix {
  padding: 0 67px;
}
.section-top-logo .logo-wrapper p {
  font-weight: 600;
  font-size: 20px;
  padding: 0px 36px;
}

@media print, (min-width: 768px) {
  .section-top-profile {
    padding: 100px 0 80px;

  }
  .profile-list-wrapp .profile-list-scroll {
    position: relative;
    height: 500px;
  }
  .section-top-logo .logo-wrapper {
    max-width: 534px;
    margin: 0 auto 0;
    padding-bottom: 100px;
  }
}
