*::selection {
  background: rgba(0, 57, 134, 0.3);
}
body {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
body.end {
  height: auto;
  overflow: auto;
  overflow-x: hidden;
}
.loading-sec {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.8s ease;
  clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
}
.loading-sec.end {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  transition: 0.8s ease;
}
@media only screen and (max-width: 991px) {
  .loading-sec.end {
    opacity: 0;
  }
}
.loading-sec .logowrap {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 0%;
}
.loading-sec .logowrap .logo-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-sec .logowrap-white {
  z-index: 1;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  left: 0%;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.loading-sec .logowrap-white .logo-svg-white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loading-sec .progress_bar {
  width: 100%;
  height: 100%;
  background: #000000;
  position: relative;
  z-index: 0;
  position: relative;
  right: 0;
  transform: translateX(-100%);
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  opacity: 0;
  transition: 1.2s ease;
}
@media only screen and (max-width: 991px) {
  header {
    filter: invert(0%);
    mix-blend-mode: initial;
  }
}
header.end {
  opacity: 1;
}
header.hide {
  transform: translateY(-100%);
  opacity: 0;
  transition: 0.4s ease;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0 50px;
  padding-top: 50px;
}
@media only screen and (max-width: 991px) {
  header .inner {
    padding: 0 30px;
    padding-top: 40px;
    justify-content: space-between;
  }
  header .inner:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 100px;
  }
}
header .inner h1 {
  margin-right: 250px;
  position: relative;
  z-index: 10000;
  transition: filter 0.4s ease 0s !important;
}
header .inner h1.whitelogo {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease 0s !important;
}
header .inner h1 img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header .inner h1 {
    margin-right: 80px;
  }
  header .inner h1 img {
    width: auto;
    height: 50px;
  }
}
header .inner h1 .logo-svg {
  transition: 0.4s ease;
}
header .inner nav {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  header .inner nav {
    width: 100%;
  }
}
header .inner nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  header .inner nav ul {
    flex-direction: column;
  }
}
header .inner nav ul .nav-list {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  header .inner nav ul .nav-list {
    color: #fff;
    margin-bottom: 25px;
  }
}
header .inner nav ul .nav-list a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  header .inner nav ul .nav-list a {
    color: #fff;
    font-size: 15px;
  }
  header .inner nav ul .nav-list a.is-active {
    color: #d7ca25;
  }
}
header .inner nav ul.visible-pc .nav-list {
  transition: filter 0.4s ease 0s !important;
}
header .inner nav ul.visible-pc .nav-list.whitelogo {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease 0s !important;
}
.fix-hum {
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1000;
  bottom: 0px;
  right: 0px;
}
@media only screen and (max-width: 991px) {
  .fix-hum {
    display: block;
  }
}
.fix-hum nav {
  width: 400px;
}
@media only screen and (max-width: 991px) {
  .fix-hum nav {
    width: 100%;
  }
}
.fix-hum nav ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .fix-hum nav ul {
    flex-direction: column;
  }
}
.fix-hum nav ul .nav-list {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  width: 50%;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .fix-hum nav ul .nav-list {
    color: #fff;
    margin-bottom: 25px;
  }
}
.fix-hum nav ul .nav-list a {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .fix-hum nav ul .nav-list a {
    color: #fff;
  }
  .fix-hum nav ul .nav-list a.is-active {
    color: #d7ca25;
  }
}
.fix-hum .header {
  background-color: white;
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.fix-hum .header__inner {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.fix-hum .header__inner-sp {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
}
.fix-hum .header__title {
  width: 80px;
}
@media screen and (min-width: 992px) {
  .fix-hum .header__title {
    width: 120px;
  }
}
.fix-hum .header__title img {
  display: block;
  width: 100%;
  height: 100%;
}
.fix-hum .header__nav {
  position: static;
  transform: initial;
  background-color: inherit;
  height: inherit;
  display: flex;
  justify-content: end;
  width: 50%;
}
.fix-hum .header__nav.active {
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 991px) {
  .fix-hum .header__nav.active {
    width: 198px;
    height: 330px;
    transition: 0.4s ease 0s;
  }
  .fix-hum .header__nav.active .nav__items {
    opacity: 1;
    transition: 0.4s ease 0.4s;
  }
}
@media only screen and (max-width: 991px) {
  .fix-hum .header__nav {
    position: absolute;
    right: 20px;
    left: auto;
    bottom: 24px;
    width: 48px;
    height: 48px;
    padding: 30px;
    background-color: #000000;
    transition: 0.4s ease 0.4s;
    color: #fff;
    opacity: 0;
    pointer-events: none;
    border-radius: 23px;
  }
}
.fix-hum .nav__items {
  width: 100%;
  display: flex;
  align-items: center;
  height: initial;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .fix-hum .nav__items {
    flex-direction: column;
    align-items: flex-start;
    opacity: 0;
    transition: 0.4s ease 0s;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .fix-hum .nav__items {
    width: 100%;
    display: flex;
    align-items: center;
    height: initial;
    justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .fix-hum .nav-items {
    position: inherit;
    top: 0;
    left: 0;
    transform: translate(0, 0);
  }
}
.fix-hum .nav-items__item a {
  color: black;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  color: black;
}
.fix-hum .nav-items__item:last-child a {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .fix-hum .nav-items__item a {
    margin-bottom: 0;
  }
}
.fix-hum .header__hamburger {
  width: 48px;
  height: 48px;
  position: absolute;
  right: 20px;
  bottom: 44px;
  background: rgba(0, 57, 134, 0.9);
  border-radius: 50%;
  border: none;
}
@media only screen and (max-width: 991px) {
  .fix-hum .header__hamburger {
    bottom: 24px;
  }
}
.fix-hum .header__hamburger .active span {
  background: #fff;
}
.fix-hum .hamburger {
  z-index: 9999;
  display: none;
}
@media only screen and (max-width: 991px) {
  .fix-hum .hamburger {
    display: block;
  }
}
.fix-hum .hamburger span {
  width: 100%;
  height: 2px;
  width: 18px;
  border-radius: 3px;
  background-color: #82cdd8;
  position: relative;
  transition: ease 0.4s;
  display: block;
  margin: 0 auto;
}
.fix-hum .hamburger span:nth-child(1) {
  top: 0;
}
.fix-hum .hamburger span:nth-child(2) {
  margin: 4px auto;
}
.fix-hum .hamburger span:nth-child(3) {
  top: 0;
}
.fix-hum .hamburger.active {
  transform: translateX(0);
}
.fix-hum .hamburger.active span:nth-child(1) {
  top: 7px;
  transform: rotate(30deg);
  background-color: #82cdd8;
}
.fix-hum .hamburger.active span:nth-child(2) {
  opacity: 0;
}
.fix-hum .hamburger.active span:nth-child(3) {
  top: -5px;
  transform: rotate(-30deg);
  background-color: #82cdd8;
}




.kv {
  width: 100%;
  height: 100vh;
  min-height: 500px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .kv {
    height: 100vh;
    margin-bottom: 0px;
  }
}
.background-video {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .background-video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .background-video {
    width: auto;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}




.kv .circle-wrap {
  width: 70%;
  position: absolute;
  right: 0;
  transform: translate(35%, 0%);
  transition: 0.8s ease;
}
@media only screen and (max-width: 991px) {
  .kv .circle-wrap {
    width: 120%;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translate(-50%, 60%);
  }
}
@media only screen and (max-width: 767px) {
  .kv .circle-wrap {
    width: 150%;
  }
}
.kv .circle-wrap.end picture {
  transition: opacity 1.5s ease, transform 1.8s ease, padding 1.5s ease 1s;
  will-change: transform;
}
.kv .circle-wrap.end picture.pic00 {
  opacity: 0 !important;
}
.kv .circle-wrap.end picture.pic01 {
  transform: translate(-50%, -50%) rotate(0deg);
  transition-delay: 0s;
  opacity: 1;
  transition-timing-function: transform cubic-bezier(0.01, 0.63, 0.76, 0.99);
}
.kv .circle-wrap.end picture.pic02 {
  transform: translate(-50%, -50%) rotate(45deg);
  transition-delay: 0.3s;
  opacity: 1;
  transition-timing-function: transform cubic-bezier(0.01, 0.63, 0.76, 0.99);
}
.kv .circle-wrap.end picture.pic03 {
  transform: translate(-50%, -50%) rotate(90deg);
  transition-delay: 0.6s;
  opacity: 1;
  transition-timing-function: transform cubic-bezier(0.01, 0.63, 0.76, 0.99);
}
.kv .circle-wrap.end-over picture {
  transition-delay: 0s !important;
  transition: 0.2s !important;
}
.kv .circle-wrap picture {
  transform-origin: center;
  transition: opacity 1.2s ease, transform 1.5s ease;
  display: inline-block;
}
.kv .circle-wrap picture.pic00 {
  width: 100%;
  position: relative;
  opacity: 0;
  transform: rotate(-45deg);
  opacity: 0 !important;
}
.kv .circle-wrap picture.pic01 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%) rotate(-90deg);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .kv .circle-wrap picture.pic01 {
    transform: translate(-50%, -15%) rotate(-90deg);
  }
}
.kv .circle-wrap picture.pic02 {
  width: 65%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%) rotate(-45deg);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .kv .circle-wrap picture.pic02 {
    transform: translate(-50%, -15%) rotate(-45deg);
  }
}
.kv .circle-wrap picture.pic03 {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-15%, -50%) rotate(0deg);
  opacity: 0;
}
@media only screen and (max-width: 991px) {
  .kv .circle-wrap picture.pic03 {
    transform: translate(-50%, -15%) rotate(0deg);
  }
}
.kv .circle-wrap picture img {
  width: 100%;
  height: auto;
}
.kv .ttlwrap {
  width: calc(100% - 80px);
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .kv .ttlwrap {
    width: calc(100% - 60px);
    bottom: 30px;  
    top: auto;   
    right: 30px;  
    left: auto; 
    transform: none;
  }
}

.kv .ttlwrap h2 {
  font-size: 6vw;
  font-weight: 400;
  line-height: 0.9;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .kv .ttlwrap h2 {
    font-size: 11vw;
  }
}
@media only screen and (max-width: 767px) {
  .kv .ttlwrap h2 {
    font-size: 13.5vw;
  }
}
.kv .ttlwrap h2 .overflowhidden {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1%;
  font-weight: 900;
}
.kv .ttlwrap h2 .overflowhidden:nth-of-type(1) {
  transform: translateY(10%);
}
@media only screen and (max-width: 991px) {
  .kv .ttlwrap h2 .overflowhidden {
    padding-bottom: 2%;
    font-size: 3.5555rem;
  }
.f-adorn {
  text-align: center;
}
}
.kv .ttlwrap h2 .overflowhidden span {
  transform: translateY(120%);
  display: inline-block;
  transition: 0.8s ease;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .kv .ttlwrap h2 .overflowhidden span {
    padding-right: 0;
  }
}
.kv .ttlwrap h2.end .overflowhidden span {
  transform: translateY(0%);
}
.kv .ttlwrap h3 {
  font-size: 1.5vw;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .kv .ttlwrap h3 {
    font-size: 4vw;
  }
.f-adorn {
  text-align: center;
}
}
.kv .ttlwrap h3 .overflowhidden {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
}
.kv .ttlwrap h3 .overflowhidden span {
  transform: translateY(120%);
  display: inline-block;
  transition: 0.8s ease;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .kv .ttlwrap h3 .overflowhidden span {
    padding-right: 0;
  }
}
.kv .ttlwrap h3.end .overflowhidden span {
  transform: translateY(0%);
}
.side-scroll {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 500px;
}
@media only screen and (max-width: 991px) {
  .side-scroll {
    flex-direction: column;
    margin-top: 100%;
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 767px) {
  .side-scroll {
    margin-top: 120%;
  }
}
.side-scroll .side-scroll-list-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 600px;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper {
    height: auto;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content {
  padding-right: 90px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content {
    padding-right: 0px;
    position: relative;
    top: auto;
    transform: translateY(0%);
    left: auto;
    flex-direction: column;
    align-items: center;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro {
  width: 50vw;
  display: flex;
  align-items: center;
  margin-right: 120px;
  margin-left: 80px;
  transform: translate(0px, 0px);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro {
    width: 100%;
    margin-left: 0px;
    justify-content: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 550px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro {
    width: calc(100% - 60px);
    justify-content: center;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl {
  font-size: 12vw;
  line-height: 0.8;
  color: #d3cc1c;
  transition-delay: 0s;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl {
    font-size: 16vw;
    text-align: center;
  }
}
@media only screen and (max-width: 550px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl {
    font-size: 20vw;
    text-align: center;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl .overflowhidden {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1%;
  transition-delay: 0s;
}
.side-scroll
  .side-scroll-list-wrapper
  .side-scroll-content
  .scroll-intro
  .scroll-intro-ttl
  .overflowhidden:nth-of-type(1) {
  transform: translateY(10%);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl .overflowhidden {
    padding-bottom: 2%;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl .overflowhidden span {
  transform: translateY(110%);
  display: inline-block;
  transition: 0.8s ease 0s;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl .overflowhidden span {
    padding-right: 0px;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro .scroll-intro-ttl.end .overflowhidden span {
  transform: translateY(0%);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro {
    margin-left: 30px;
    margin-right: 40px;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro picture {
  width: 100%;
  height: auto;
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .scroll-intro picture img {
  width: 100%;
  height: auto;
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl {
  font-weight: bold;
  font-size: 1.5vw;
  color: #fff;
  white-space: nowrap;
  margin-right: 350px;
  display: flex;
  align-items: center;
  transition-delay: 0s;
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl .overflowhidden {
  overflow-y: hidden;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 1%;
  transition-delay: 0s;
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl .overflowhidden:nth-of-type(1) {
  transform: translateY(10%);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl .overflowhidden {
    padding-bottom: 2%;
    text-align: center;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl .overflowhidden span {
  transform: translateY(110%);
  display: inline-block;
  transition: 0.8s ease 0s;
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl .overflowhidden span {
    padding-right: 0px;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl.end .overflowhidden span {
  transform: translateY(0%);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl {
    font-size: 4vw;
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl {
    text-align: left;
  }
}
@media only screen and (max-width: 550px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .side-scroll-ttl {
    font-size: 5.5vw;
    width: calc(100% - 60px);
    justify-content: center;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon {
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 60px);
    max-width: 600px;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure {
  width: 280px;
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure {
    width: calc(50% - 5px);
    margin-right: 0px;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon01 {
  transform: translate(0px, -1000px);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon01 {
    transform: translate(0px, 50px);
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon02 {
  transform: translate(0px, 1000px);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon02 {
    transform: translate(0px, 0px);
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon03 {
  transform: translate(0px, -2000px);
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon03 {
    transform: translate(0px, 50px);
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon04 {
  transform: translate(0px, 2000px);
  margin-right: 0;
  margin-right: 15vw;
}
@media only screen and (max-width: 991px) {
  .side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure.slide-icon04 {
    transform: translate(0px, 0px);
    margin-right: 0vw;
  }
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure picture {
  width: 100%;
  height: auto;
}
.side-scroll .side-scroll-list-wrapper .side-scroll-content .slide-icon figure picture img {
  width: 100%;
  height: auto;
}
.brand .sec-head {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .brand .sec-head {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-head {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-head {
    height: 250px;
  }
}
.brand .sec-head .innercircle {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #000000;
  border-radius: 50%;
  z-index: -1;
  width: 250vw;
  height: 250vw;
  background-image: url('../img/p-brand-bg.png');
  background-size: 50vw;
  transform: translateX(-50%);
  background-position: 0% 0%;
}
.brand .sec-head .brand-slider .slide-content {
  font-size: 139px;
  white-space: normal;
  margin-right: 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .brand .sec-head .brand-slider .slide-content {
    font-size: 80px;
  }
}
.brand .sec-main {
  width: 100%;
  background-color: #000000;
  padding-bottom: 10vh;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main {
    padding-bottom: 0vh;
  }
}
.brand .sec-main .ttl-inner {
  width: calc(100% - 60px);
  max-width: 1150px;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .ttl-inner {
    flex-wrap: wrap;
    padding: 90px 0 0;
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .ttl-inner {
    margin-bottom: 80px;
  }
}
.brand .sec-main .ttl-inner .ttl-main {
  width: 50%;
  font-size: 72px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .ttl-inner .ttl-main {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .ttl-inner .ttl-main {
    font-size: 24px;
  }
}
.brand .sec-main .ttl-inner .ttl-copy {
  width: 50%;
  font-size: 22px;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .ttl-inner .ttl-copy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .ttl-inner .ttl-copy {
    font-size: 16px;
  }
}
.brand .sec-main .imgwrap {
  width: calc(100% - 60px);
  height: calc(100% - 660px);
  margin: 0 auto;
  position: relative;
}
.brand .sec-main .imgwrap .img-inner {
  padding-bottom: 30vh;
}
@media only screen and (max-width: 1440px) {
  .brand .sec-main .imgwrap .img-inner {
    padding-bottom: 50vh;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .imgwrap .img-inner {
    padding-bottom: 0;
  }
}
.brand .sec-main .imgwrap .img-inner picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.brand .sec-main .imgwrap .img-inner picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.brand .sec-main .imgwrap .img-inner .cylinder {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  margin-top: 300px;
  perspective: 6000px;
  filter: brightness(1);
}
@media only screen and (max-width: 1440px) {
  .brand .sec-main .imgwrap .img-inner .cylinder {
    perspective: 4500px;
  }
}
@media only screen and (max-width: 1280px) {
  .brand .sec-main .imgwrap .img-inner .cylinder {
    perspective: 5000px;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .imgwrap .img-inner .cylinder {
    margin-top: 0px;
    perspective: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .imgwrap .img-inner .cylinder {
    margin-top: 0px;
    perspective: 0px;
  }
}
.brand .sec-main .imgwrap .img-inner .cylinder .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  transform: rotateX(-40deg);
}
.brand .sec-main .imgwrap .img-inner .cylinder .flex:nth-last-of-type(1) {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .imgwrap .img-inner .cylinder .flex {
    width: calc(50% - 15px);
    transform: rotateX(0deg);
    margin-bottom: 30px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .imgwrap .img-inner .cylinder .flex {
    width: 100%;
    transform: rotateX(0deg);
    display: flex;
  }
}
.brand .sec-main .imgwrap .img-inner .cylinder .flex .flex-content {
  width: calc(33% - 30px);
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .imgwrap .img-inner .cylinder .flex .flex-content {
    width: 100%;
  }
}
.brand .sec-main .imgwrap .img-inner .cylinder .flex .flex-content figure {
  width: 100%;
  height: auto;
}
.brand .sec-main .imgwrap .img-inner .cylinder .flex .flex-content figure img {
  width: 100%;
  height: 100%;
}
.brand .sec-main .brand-info {
  position: absolute;
  bottom: 0;
  transform: translate3d(0px, 100%, 0px) scale(130%);
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info {
    margin-top: 40px;
    position: static;
    transform: translate3d(0px, 0px, 0px);
  }
}
.brand .sec-main .brand-info .inner {
  width: calc(100% - 250px);
  margin: 0 auto;
  background: #fff;
  border-radius: 23px;
  padding: 160px;
}
@media only screen and (max-width: 1440px) {
  .brand .sec-main .brand-info .inner {
    padding: 80px;
    padding: 80px 120px;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner {
    padding: 80px 40px;
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .brand-info .inner {
    padding: 60px 30px;
  }
}
.brand .sec-main .brand-info .inner h2 {
  text-align: center;
  font-size: 52px;
  margin-bottom: 120px;
  color: #000000;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 1440px) {
  .brand .sec-main .brand-info .inner h2 {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap {
    flex-wrap: wrap;
  }
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content {
  width: 50%;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content .brand-logo {
  width: 95%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content .brand-logo {
    max-width: 400px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content .brand-logo picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content .brand-logo picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content p {
  font-size: 22px;
  line-height: 2;
  color: #000000;
  margin-top: -10px;
}
@media only screen and (max-width: 1440px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content p {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content p {
    width: 100%;
    font-size: 16px;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .brand .sec-main .brand-info .inner .brand-info-text-wrap .brand-info-text-content p {
    width: 100%;
    font-size: 15px;
  }
}
.imgwrap-header {
  width: 100%;
  height: 40vh;
  position: fixed;
  top: 0;
  z-index: 100;
  z-index: 1;
  transition: 0.8s ease;
  background: linear-gradient(to bottom, #000000, rgba(0, 57, 134, 0));
  opacity: 0;
  pointer-events: none;
  user-select: none;
}
@media only screen and (max-width: 991px) {
  .imgwrap-header {
    display: none !important;
  }
}
.imgwrap-header.active {
  opacity: 1;
}
.lineup {
  position: relative;
  z-index: 5;
}
.lineup .sec-head {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .lineup .sec-head {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .lineup .sec-head {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-head {
    height: 250px;
  }
}
.lineup .sec-head .innercircle {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #6ac2cf;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 250vw;
  height: 250vw;
  background-image: url('../img/lineup-bg.png');
  background-size: 100vw;
  background-position: 0% 0%;
}
.lineup .sec-head .lineup-slider .slide-content {
  font-size: 139px;
  white-space: normal;
  margin-right: 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-head .lineup-slider .slide-content {
    font-size: 80px;
  }
}
.lineup .sec-main {
  width: 100%;
  background-color: #6ac2cf;
  padding-bottom: 18vh;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main {
    padding-bottom: 0vh;
  }
}
.lineup .sec-main .ttl-inner {
  width: calc(100% - 60px);
  max-width: 1150px;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .ttl-inner {
    flex-wrap: wrap;
    padding: 90px 0 0;
    margin-bottom: 80px;
  }
}
.lineup .sec-main .ttl-inner .ttl-main {
  width: 50%;
  font-size: 72px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .ttl-inner .ttl-main {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .ttl-inner .ttl-main {
    font-size: 24px;
  }
}
.lineup .sec-main .ttl-inner .ttl-copy {
  width: 50%;
  font-size: 22px;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .ttl-inner .ttl-copy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .ttl-inner .ttl-copy {
    font-size: 16px;
  }
}
.lineup .sec-main .imgwrap {
  width: 100%;
  position: relative;
}
.lineup .sec-main .imgwrap .img-inner picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.lineup .sec-main .imgwrap .img-inner picture img {
  width: 100%;
  height: auto;
}
.lineup .sec-main .card-sec {
  width: 100%;
  margin-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .card-sec {
    margin-bottom: 0;
  }
}
.lineup .sec-main .card-sec .inner {
  width: calc(100% - 180px);
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .lineup .sec-main .card-sec .inner {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner {
    width: calc(100% - 60px);
  }
}
.lineup .sec-main .card-sec .inner .card-content {
  width: 100%;
  margin-top: 80px;
  padding: 40px 80px;
  border-radius: 35px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  opacity: 1;
  transform: scale(1) rotateX(0);
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 30px;
  }
}
.lineup .sec-main .card-sec .inner .card-content:before {
  content: '';
  position: absolute;
  width: 1px;
  height: calc(100% - 80px);
  background: rgba(112, 112, 112, 0.3);
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content:before {
    display: none;
  }
}
.lineup .sec-main .card-sec .inner .card-content:nth-of-type(1) {
  margin-top: 0;
}
.lineup .sec-main .card-sec .inner .card-content .ttl {
  width: calc(50% - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1440px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl {
    width: 100%;
    margin-top: 30px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl h2 {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 1.5;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl h2 {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail {
  color: #fff;
  margin-bottom: 30px;
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail.col2 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail.col2 {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail.col2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content {
  width: calc(60% - 15px);
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content {
    width: calc(60% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content {
    width: 100%;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content:nth-of-type(2) {
  width: calc(40% - 15px);
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content:nth-of-type(2) {
    width: calc(40% - 15px);
  }
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail .col2-content:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail h3 {
    font-size: 15px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail h3 span {
  background: #000000;
  color: #fff;
  padding: 3px 10px;
  border-radius: 9px;
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail h3 span {
    font-size: 12px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl .text-detail p {
  font-size: 17px;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 1440px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail p {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl .text-detail p {
    font-size: 13px;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl figure {
  width: 100%;
  max-width: 240px;
}
.lineup .sec-main .card-sec .inner .card-content .ttl figure picture {
  vertical-align: top;
  height: 100%;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lineup .sec-main .card-sec .inner .card-content .ttl figure {
    max-width: none;
    vertical-align: bottom;
  }
}
.lineup .sec-main .card-sec .inner .card-content .ttl figure img {
  width: 100%;
  height: auto;
}
.lineup .sec-main .card-sec .inner .img {
  width: calc(50% - 30px);
}
@media only screen and (max-width: 991px) {
  .lineup .sec-main .card-sec .inner .img {
    width: 100%;
  }
}
.lineup .sec-main .card-sec .inner .img figure {
  width: 90%;
  margin: 0 auto;
}
.lineup .sec-main .card-sec .inner .img figure img {
  width: 100%;
  height: auto;
}
.outline {
  position: relative;
  z-index: 7;
  overflow: hidden;
  margin-bottom: 65vh !important;
}
@media only screen and (max-width: 991px) {
  .outline {
    margin-bottom: 40vh !important;
  }
}
@media only screen and (max-width: 767px) {
  .outline {
    margin-bottom: 25vh !important;
  }
}
.outline .sec-head {
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .outline .sec-head {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) {
  .outline .sec-head {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .outline .sec-head {
    height: 250px;
  }
}
.outline .sec-head .innercircle {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #000000;
  border-radius: 50%;
  z-index: -1;
  transform: translateX(-50%);
  width: 250vw;
  height: 250vw;
  background-image: url('../img/p-outline-bg.png');
  background-size: 50vw;
  background-position: 0% 0%;
}
.outline .sec-head .brand-slider .slide-content {
  font-size: 139px;
  white-space: normal;
  margin-right: 60px;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .outline .sec-head .brand-slider .slide-content {
    font-size: 80px;
  }
}
.outline .sec-main {
  width: 100%;
  background-color: #000000;
}
.outline .sec-main .ttl-inner {
  width: calc(100% - 60px);
  max-width: 1150px;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .ttl-inner {
    flex-wrap: wrap;
    padding: 90px 0 0;
    margin-bottom: 80px;
  }
}
.outline .sec-main .ttl-inner .ttl-main {
  width: 50%;
  font-size: 72px;
  line-height: 2;
  color: #fff;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .ttl-inner .ttl-main {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .outline .sec-main .ttl-inner .ttl-main {
    font-size: 24px;
  }
}
.outline .sec-main .ttl-inner .ttl-copy {
  width: 50%;
  font-size: 22px;
  line-height: 2;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .ttl-inner .ttl-copy {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .outline .sec-main .ttl-inner .ttl-copy {
    font-size: 16px;
  }
}
.outline .sec-main .imgwrap {
  width: 100%;
  position: relative;
}
.outline .sec-main .imgwrap .img-inner picture {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.outline .sec-main .imgwrap .img-inner picture img {
  width: 100%;
  height: auto;
}
.outline .sec-main .outline-main {
  width: calc(100% - 180px);
  margin: 0 auto;
  padding: 160px 160px;
  background: #fff;
  border-radius: 23px;
  margin-bottom: 200px;
  transform: scale(110%);
}
@media only screen and (max-width: 1280px) {
  .outline .sec-main .outline-main {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main {
    width: calc(100% - 60px);
    padding: 60px 30px;
    margin-bottom: 100px;
    transform: scale(100%);
  }
}
.outline .sec-main .outline-main table {
  width: 100%;
  color: #fff;
}
.outline .sec-main .outline-main table tr {
  border-bottom: 1px solid rgba(0, 57, 134, 0.2);
  text-align: left;
}
.outline .sec-main .outline-main table tr:nth-of-type(1) th {
  padding-top: 0;
}
.outline .sec-main .outline-main table tr td {
  border-collapse: collapse;
  text-align: left;
  padding: 40px 0;
  font-size: 22px;
  line-height: 2;
  transform: translateY(-5px);
}
@media only screen and (max-width: 1280px) {
  .outline .sec-main .outline-main table tr td {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main table tr td {
    width: 100%;
    display: block;
    padding: 20px 0 40px;
    font-size: 15px;
    transform: translateY(0px);
  }
}
.outline .sec-main .outline-main table tr td.caps {
  font-size: 15px;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main table tr td.caps {
    font-size: 13px;
  }
}
.outline .sec-main .outline-main table tr td.bukkenlist {
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main table tr td.bukkenlist {
    font-size: 12px;
  }
}
.outline .sec-main .outline-main table tr td .sub-color {
  color: #b6c7dd;
}
.outline .sec-main .outline-main table tr th {
  width: 350px;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1280px) {
  .outline .sec-main .outline-main table tr th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main table tr th {
    width: 100%;
    padding-top: 40px;
  }
}
.outline .sec-main .outline-main table tr th .outline-icon {
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .outline-main table tr th p {
    letter-spacing: 0rem;
  }
}
.outline .sec-main .outline-main table tr .even {
  background: #fbf8f0;
}
.outline .sec-main .outline-main table tr .odd {
  background: #fefcf9;
}
.outline .sec-main .outline-main table tr:nth-last-of-type(1) {
  border-bottom: none;
}
.outline .sec-main .outline-main table tr:nth-last-of-type(1) td {
  padding-top: 40px;
  padding-bottom: 0;
}
.outline .sec-main .logoarea {
  width: calc(100% - 400px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 250px;
  padding-top: 40px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .logoarea {
    width: calc(100% - 200px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
  }
}
.outline .sec-main .logoarea .f-logo {
  width: 150px;
}
.outline .sec-main .logoarea small {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .outline .sec-main .logoarea small {
    font-size: 10px;
    text-align: center;
    margin-top: 30px;
  }
}
.outline .footerimg {
  width: 100%;
}

.outline .footerimg img {
  width: 100%;
  height: auto;
}
footer {
  width: 100%;
  overflow: hidden;
  z-index: 5;
  position: relative;
  filter: brightness(0.6);
}
footer.fixed {
  position: fixed;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
}
footer figure {
  padding-top: 20px;
  position: absolute;
  bottom: 0;
}
footer figure picture {
  width: 100%;
}
footer figure picture img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
footer .dog {
  position: absolute;
  bottom: 51%;
  right: 55%;
  z-index: 1;
  width: 7%;
  height: auto;
}
@media only screen and (max-width: 991px) {
  footer .dog {
    bottom: 56%;
  }
}
@media only screen and (max-width: 767px) {
  footer .dog {
    bottom: 54%;
  }
}
@media only screen and (max-width: 550px) {
  footer .dog {
    bottom: 53.5%;
  }
}
@media only screen and (max-width: 400px) {
  footer .dog {
    bottom: 52%;
  }
}
.top-link-btn {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: block;
  max-width: 100px;
  max-height: 100px;
  width: 5vw;
  height: 5vw;
  transform-origin: center center;
  transform: translateX(-250px) rotate(-240deg);
}
@media only screen and (max-width: 991px) {
  .top-link-btn {
    width: 11.5vw;
    height: 11.5vw;
    right: 20px;
    max-width: 64px;
    max-height: 64px;
    transform: translateX(0px) rotate(0deg);
    opacity: 0;
  }
}
.top-link-btn.is-inview {
  animation-name: animation-top-link-btn;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}
@media only screen and (max-width: 991px) {
  .top-link-btn.is-inview {
    animation-name: animation-top-link-btn-sp;
    animation-duration: 1s;
    animation-delay: 2s;
    animation-fill-mode: forwards;
  }
}
.top-link-btn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  animation-duration: 2s;
}
.top-link-btn figure {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
.top-link-btn figure img {
  width: 100%;
  height: auto;
}
@keyframes animation-top-link-btn {
  0% {
    transform: translateX(-250px) rotate(-240deg);
  }
  50% {
    transform: translateX(10px) rotate(10deg);
  }
  70% {
    transform: translateX(-3px) rotate(-4deg);
  }
  80% {
    transform: translateX(2px) rotate(3deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes animation-top-link-btn-sp {
  0% {
    transform: translateX(10px) rotate(0deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) rotate(0deg);
    opacity: 1;
  }
}
.f-adorn {
  font-family: 'Arial', serif;
  font-weight: 900;
  text-align: right;
}
.jp {
  font-family: 'Arial', sans-serif;
}
.marqueewrap {
  width: 100%;
  overflow: hidden;
}
.marqueewrap .marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  width: 200vw;
}
.marqueewrap .marquee .marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}
.marqueewrap .marquee .marquee__content li {
  font-size: 9vw;
  white-space: normal;
  margin-right: 60px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .marqueewrap .marquee .marquee__content li {
    font-size: 44px;
  }
}
.brand .enable-animation .marquee__content {
  animation: scroll 60s linear infinite;
}
.lineup .enable-animation .marquee__content {
  animation: scroll 60s linear infinite;
}
.outline .enable-animation .marquee__content {
  animation: scroll 50s linear infinite;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.js-inner {
  padding-top: 50px;
  filter: brightness(1);
}
@media only screen and (max-width: 991px) {
  .js-inner {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 991px) {
  #brand .js-inner .sec-main {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 991px) {
  #present {
    transform: translateY(-200px);
  }
}
@media only screen and (max-width: 991px) {
  #present .js-inner .sec-main {
    padding-bottom: 400px;
  }
}
@media only screen and (max-width: 991px) {
  #outline {
    transform: translateY(-400px);
  }
}
.btn-section {
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  color: #fff;
  z-index: 100;
  opacity: 1;
  transition: 0.4s ease, transform 0.8s ease;
  pointer-events: none;
  opacity: 0;
  width: 240px;
  height: 90px;
  transition: 0.4s ease 0s;
}
@media only screen and (max-width: 991px) {
  .btn-section {
    bottom: 20px;
  }
}
.btn-section.active {
  opacity: 1;
  pointer-events: auto;
  width: 240px;
  height: 90px;
  transition: 0.4s ease 0.5s;
  transform: translateX(-50%) translateY(0%);
}
.btn-section.btn_active {
  height: 350px;
  margin: 0 auto;
  width: 900px;
  background-color: rgba(0, 57, 134, 0.8);
  border-radius: 23px;
  transition: 0.4s ease;
}
@media only screen and (max-width: 991px) {
  .btn-section.btn_active {
    height: 170px;
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .btn-section.btn_active {
    width: 250px;
  }
}
.btn-section.btn_active .swiper-nav1 {
  opacity: 1;
  transition: 0.4s ease 0s;
}
@media only screen and (max-width: 991px) {
  .btn-section.btn_active .swiper-nav1 {
    height: 80px;
  }
}
.btn-section.btn_active .active-btn {
  width: 100%;
  border-radius: 0px 0px 23px 23px;
  cursor: inherit;
  transition: 0.4s ease;
}
.btn-section .btn-section-main {
  height: 240px;
  padding: 35px 40px 0 40px;
  opacity: 0;
  transition: 0.4s ease 0s;
  user-select: none;
  pointer-events: none;
}
@media only screen and (max-width: 991px) {
  .btn-section .btn-section-main {
    height: 170px;
    padding: 20px 20px 0 20px;
  }
}
.btn-section .btn-section-main.btn_active {
  opacity: 1;
  transition: 0.4s ease 0.5s;
  user-select: auto;
  pointer-events: auto;
}
.btn-section .active-btn {
  width: 240px;
  height: 90px;
  text-align: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000000;
  color: #fff;
  border-radius: 23px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.4s ease 0.5s;
}
@media only screen and (max-width: 991px) {
  .btn-section .active-btn {
    font-size: 10px;
    width: 200px;
    height: 55px;
    border-radius: 13px;
  }
}
.btn-section .active-btn span {
  width: 25px;
  height: 14px;
  background: #82cdd8;
  border-radius: 3px;
  margin-right: 5px;
  display: inline-block;
}
.btn-section .active-btn span:nth-last-of-type(1) {
  margin-right: 15px;
}
@media only screen and (max-width: 991px) {
  .btn-section .active-btn span:nth-last-of-type(1) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 991px) {
  .btn-section .active-btn span {
    width: 7px;
    height: 7px;
    margin-right: 2px;
    border-radius: 2px;
  }
}
.btn-section .slide-menu-end-btn {
  position: absolute;
  right: 18px;
  bottom: 18px;
  opacity: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 0.8;
  border-radius: 14px;
  pointer-events: none;
  cursor: pointer;
  transition: background 0.4s ease;
}
@media only screen and (max-width: 991px) {
  .btn-section .slide-menu-end-btn {
    padding: 0px;
    width: 18px;
    height: 18px;
    border: none;
    text-align: center;
  }
}
.btn-section .slide-menu-end-btn.active {
  opacity: 1;
  pointer-events: auto;
}
.btn-section .slide-menu-end-btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 991px) {
  .btn-section .slide-menu-end-btn:hover {
    background: none;
  }
}
.btn-section .swiper-nav1 {
  width: 100%;
  height: 200px;
  transition: 0.4s ease 1s;
}
.btn-section .swiper-nav1 .swiper-wrapper {
  height: auto;
}
.btn-section .swiper-nav1 .swiper-wrapper .swiper-slide {
  margin: 0 auto;
  width: 200px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 30px;
  vertical-align: top;
}
.btn-section .swiper-nav1 .swiper-wrapper .swiper-slide:nth-last-of-type(1) {
  margin-right: 0px;
}
@media only screen and (max-width: 991px) {
  .btn-section .swiper-nav1 .swiper-wrapper .swiper-slide {
    width: 80px;
    margin-right: 10px;
  }
}
.btn-section .swiper-nav1 .swiper-wrapper .swiper-slide figure {
  width: 100%;
  line-height: 0;
}
.btn-section .swiper-nav1 .swiper-wrapper .swiper-slide figure img {
  width: 100%;
  height: auto;
}
