@charset "UTF-8";
body {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  outline: none;
}
#logo_loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 101;
  background-color: #FFFFFF;
}
#logo_loader .f_logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 350px;
  height: 350px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  animation: loadLogo 1s;
}
#logo_loader .f_logo img {
  width: 100%;
  height: auto;
}
@keyframes loadLogo {
  0% {
    transform: scale(0);
  }
  70% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
#logo_loader.open {
  animation-name: slideOut;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
  animation-delay: 1.5s;
}
#logo_loader.open img {
  width: 70%;
}
@keyframes slideOut {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
#hero {
  background: url("../img/hero-bg.jpg") bottom right;
  height: 100vh;
  width: 100%;
  background-size: cover;
}
#hero .hero-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.hero-content img {
  width: 300px;
  margin-left: 70px;
}
.hero-content p {
  font-size: 16px;
  letter-spacing: 3px;
  margin-left: 70px;
  margin-top: 5px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #000000;
  font-weight: 900;
}
#palalax {
  background: url("../img/palalax.jpg") center center;
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
}
#palalax .hero-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.about {
  display: flex;
  text-align: center;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F0F0F0;
}
.about-img {
  flex: 1;
  align-items: center;
}
.about-img img {
  text-align: center;
}
.about-text {
  flex: 2;
  margin-right: 40px;
  text-align: initial;
}
.about-text h2 {
  font-size: 110px;
  font-family: "barlow-condensed", sans-serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 100px;
}
.about-text p {
  font-size: 17px;
  font-weight: 500;
  line-height: 40px;
}
@media (max-width: 763px) {
  .about {
    flex-direction: column;
  }
  .about-text h2 {
    font-size: 50px;
    font-weight: 800;
    line-height: 50px;
  }
  .about-text {
    margin-right: 15px;
    margin-left: 15px;
  }
  .about-img img {
    text-align: center;
    width: 80%;
    height: auto;
  }
}
html, body, div, h1, h2, h3, img, center, figure, header, section, summary, time {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
figure, section {
  display: block;
}
body {
  line-height: 1;
}
/* Basic */
@-ms-viewport {
  width: device-width;
}
body {
  -ms-overflow-style: scrollbar;
}
@media screen and (max-width: 480px) {
  html, body {
    min-width: 320px;
  }
}
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Type */
@media screen and (max-width: 1680px) {
  html {
    font-size: 14pt;
  }
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 12pt;
  }
}
@media screen and (max-width: 736px) {
  html {
    font-size: 11pt;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 10pt;
  }
}
body, input, select, textarea {
  font-size: 1rem;
  line-height: 1.65;
}
p {
  margin: 0 0 2rem 0;
}
p.major {
  font-size: 1.25rem;
}
h1, h2 {
  line-height: 1.375;
  letter-spacing: -0.05em;
  margin: 0 0 1rem 0;
}
h1 {
  font-size: 6.5rem;
  line-height: 1.2;
  font-family: "barlow-condensed", sans-serif;
  font-style: normal;
  letter-spacing: 3px;
}
h2 {
  font-size: 4rem;
  font-family: "barlow-condensed", sans-serif;
  font-style: normal;
  letter-spacing: 3px;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: left;
}
.align-right {
  text-align: right;
}
@media screen and (max-width: 736px) {
  p.major {
    font-size: 1.1rem;
  }
  h1 {
    font-size: 2.5rem;
  }
  h2 {
    font-size: 4rem;
    letter-spacing: normal
  }
}
/* Image */
.image {
  border: 0;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.image img {
  display: block;
  border-radius: 4px;
}
.image.left, .image.right {
  width: 40%;
  max-width: 10rem;
}
.image.left img, .image.right img {
  width: 100%;
}
.image.left {
  float: left;
  margin: 0 1.5rem 1rem 0;
  top: 0.25rem;
}
.image.right {
  float: right;
  margin: 0 0 1rem 1.5rem;
  top: 0.25rem;
}
.image.fit {
  display: block;
  margin: 0 0 2rem 0;
  width: 100%;
}
.image.fit img {
  width: 100%;
}
.image.main {
  display: block;
  margin: 0 0 3rem 0;
  width: 100%;
}
.image.main img {
  width: 100%;
}
.banner.onscroll-image-fade-right.is-inactive .image img {
  opacity: 0;
}
.banner.onscroll-image-fade-in.is-inactive .image img {
  opacity: 0;
}
.banner.style1 h1 {
  font-size: 100px;
}
.banner.style1 h2 {
  font-size: 25px;
  letter-spacing: 7px;
}
.banner.style1 p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
}
.banner.style1 {
  -moz-align-items: -moz-stretch;
  -webkit-align-items: -webkit-stretch;
  -ms-align-items: -ms-stretch;
  align-items: stretch;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -moz-justify-content: -moz-flex-end;
  -webkit-justify-content: -webkit-flex-end;
  -ms-justify-content: -ms-flex-end;
  justify-content: flex-end;
  position: relative;
  text-align: left;
  overflow-x: hidden;
}
.banner.style1 .content {
  padding: 7rem 7rem 5rem 7rem;
  -moz-align-self: center;
  -webkit-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-flex-shrink: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  width: 50%;
  max-width: 60rem;
  margin: 0 auto;
}
.banner.style1 .image {
  -moz-flex-grow: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -moz-flex-shrink: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 0;
  width: 50%;
}
.banner.style1 .image img {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
}
@media screen and (max-width: 1680px) {
  .banner.style1 .content {
    padding: 5rem 5rem 3rem 5rem;
  }
}
@media screen and (max-width: 1280px) {
  .banner.style1 .content {
    padding: 4rem 4rem 2rem 4rem;
  }
}
@media screen and (max-width: 980px) {
  .banner.style1 .content {
    padding: 3.75rem 3rem 1.75rem 3rem;
  }
  .banner.style1 h1 {
    font-size: 89px;
  }
  .banner.style1 h2 {
    font-size: 20px;
  }
  .banner.style1 p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 736px) {
  .banner.style1 .content {
    padding: 2.5rem 2rem 0.5rem 2rem;
  }
}
@media screen and (orientation: portrait) {
  .banner.style1 {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: left;
  }
  .banner.style1 .content {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
  }
  .banner.style1 .image {
    width: 100%;
    max-width: 100%;
    height: 45vh;
  }
}
.banner.style1.fullscreen {
  min-height: 100vh;
  background: #E44545;
  color: #FFFFFF;
}
@media screen and (orientation: portrait) {
  .banner.style1.fullscreen .content {
    min-height: 50vh;
  }
  .banner.style1.fullscreen .image {
    height: 50vh;
  }
}
.banner.style1.orient-right {
  -moz-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.orient-left {
  background: #FFFFFF;
  color: #000000;
}
.orient-right {
  background: #f3f4f6;
  color: #000000;
}
@media screen and (orientation: portrait) {
  .banner.style1.orient-right {
    -moz-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.banner.style1.content-align-center {
  text-align: center;
}
.banner.style1.content-align-right {
  text-align: right;
}
@media screen and (orientation: portrait) {
  .banner.style1.content-align-right {
    text-align: center;
  }
}
.banner.style1.image-position-left .image img {
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
}
.banner.style1.image-position-right .image img {
  -moz-object-position: center;
  -webkit-object-position: center;
  -ms-object-position: center;
  object-position: center;
}
.grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.grid p {
  font-size: 18px;
  margin-bottom: 50px;
  text-align: left;
  padding: 30px;
  line-height: 33px;
}
.apparel {
  background: #5DC2BA;
  order: 1;
}
.goods {
  background: #FFBC28;
  order: 2;
}
.sheet {
  background: #614f4f;
  order: 3;
}
.laser {
  background: #2A8EF1;
  order: 1;
}
.design {
  background: #9B9B9B;
  order: 2;
}
.photograph {
  background: #E76363;
  order: 3;
}
.apparel, .goods, .sheet, .laser, .design, .photograph {
  color: #FFFFFF;
  text-align: center;
}
.apparel h1, .goods h1, .sheet h1, .laser h1, .design h1, .photograph h1 {
  font-size: 50px;
}
.apparel img {
  margin-top: 50px;
}
.goods img {
  margin-top: 50px;
}
.sheet img {
  margin-top: 50px;
}
.laser img {
  margin-top: 50px;
}
.design img {
  margin-top: 50px;
}
.photograph img {
  margin-top: 50px;
}
@media (max-width : 720px) {
  .grid {
    grid-template-columns: 1fr;
  }
  .apparel, .goods, .sheet, .laser, .design, .photograph {
    order: 0;
  }
}
.card-grid__container {
  display: grid;
  gap: 20px;
  max-width: 1210px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.c-card .c-card__img {
  width: 100%;
}
.c-card .c-card__text-box {
  padding: 20px;
  background-color: #fff;
}
.c-card .c-card__title {
  font-size: 20px;
  font-weight: bold;
}
.c-card .c-card__text {
  font-size: 16px;
}
.c-card .c-card__button {
  font-size: 18px;
  font-weight: bold;
}
.card-flex__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1210px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.c-card .c-card__img {
  width: 100%;
}
.c-card .c-card__text-box {
  padding: 20px;
  background-color: #fff;
}
.c-card .c-card__title {
  font-size: 20px;
  font-weight: bold;
}
.c-card .c-card__text {
  font-size: 16px;
}
.c-card .c-card__button {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 641px) {
  .card-flex__container {
    padding: 40px;
  }
  .card-flex__item {
    width: calc((100% - 20px * 2) / 3);
  }
  .card-flex__item:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
  .card-flex__item:not(:nth-child(-n+3)) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 640px) {
  .card-flex__container {
    padding: 20px;
  }
}
@media (min-width: 641px) {
  .card-grid__container {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    padding: 40px;
  }
}
@media (max-width: 640px) {
  .card-grid__container {
    padding: 20px;
  }
}
@media not all and (min-width: 1300px) {
  .card-flex__item {
    width: calc((100% - 20px * 1) / 2);
  }
  .card-flex__item:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .card-flex__item:not(:nth-child(2n+1)) {
    margin-left: 20px;
  }
  .card-flex__item:not(:nth-child(-n+3)) {
    margin-top: 0;
  }
  .card-flex__item:not(:nth-child(-n+2)) {
    margin-top: 20px;
  }
}
@media not all and (min-width: 880px) {
  .card-flex__item {
    width: 100%;
  }
  .card-flex__item:not(:nth-child(2n+1)) {
    margin-left: 0px;
  }
  .card-flex__item:not(:nth-child(-n+2)) {
    margin-top: 0;
  }
  .card-flex__item:not(:first-child) {
    margin-top: 20px;
  }
}
/* Wrapper (style1) */
.wrapper.style1 > .inner {
  padding: 7rem 3.5rem 5rem 3.5rem;
  margin: 0 auto;
  max-width: 100%;
  width: 64rem;
}
.wrapper.style1 > .inner.medium {
  width: 48rem;
}
.wrapper.style1 > .inner.small {
  width: 32rem;
}
@media screen and (max-width: 1680px) {
  .wrapper.style1 > .inner {
    padding: 5rem 2.5rem 3rem 2.5rem;
  }
}
@media screen and (max-width: 1280px) {
  .wrapper.style1 > .inner {
    padding: 4rem 4rem 2rem 4rem;
  }
}
@media screen and (max-width: 980px) {
  .wrapper.style1 > .inner {
    padding: 4.5rem 3rem 2.5rem 3rem;
  }
}
@media screen and (max-width: 736px) {
  .wrapper.style1 > .inner {
    padding: 3rem 2rem 1rem 2rem;
  }
}
.fv[data-astro-cid-j7pv25f6] {
  background-color: #fff;
  position: relative
}
.fv__inner[data-astro-cid-j7pv25f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.fv__title[data-astro-cid-j7pv25f6] {
  font-weight: 900;
  line-height: 1.3;
  width: 100%;
  letter-spacing: -3em;
}
.fv__aboutText[data-astro-cid-j7pv25f6] {
  font-weight: 700;
  padding-bottom: 60px;
}
.fv__aboutLink[data-astro-cid-j7pv25f6] {
  display: block
}
.fv__banner[data-astro-cid-j7pv25f6] {
  margin-top: 80px
}
.fv__banner[data-astro-cid-j7pv25f6]:before, .fv__banner[data-astro-cid-j7pv25f6]:after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center
}
.fv__banner[data-astro-cid-j7pv25f6]:before {
  background-image: url(/assets/images/top/bg_fv_2.png)
}
.fv__banner[data-astro-cid-j7pv25f6]:after {
  background-image: url(/assets/images/top/bg_fv_1.png)
}
.fv__bannerInner[data-astro-cid-j7pv25f6] {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
.fv__bannerTitle[data-astro-cid-j7pv25f6] {
  line-height: 1.3;
  font-weight: 900;
  font-size: 2.5rem;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: .02em;
  word-break: keep-all;
  overflow-wrap: break-word
}
.fv__bannerTitle[data-astro-cid-j7pv25f6] [data-astro-cid-j7pv25f6][lang=en] {
  font-size: 1.1111111111rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px
}
.fv__specialMovie[data-astro-cid-j7pv25f6] {
  width: 100%;
  max-width: 840px;
  margin: 3em 0 1em
}
.fv__specialMovie[data-astro-cid-j7pv25f6] iframe[data-astro-cid-j7pv25f6] {
  width: 100%;
  aspect-ratio: 540/315
}
.fv__bannerText[data-astro-cid-j7pv25f6] {
  max-width: 840px;
  line-height: 1.7;
  font-size: .8888888889rem
}
@media screen and (min-width: 881px) {
  .fv__inner[data-astro-cid-j7pv25f6] {
    max-width: 1320px;
    padding: 0 60px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 80px
  }
  .fv__about[data-astro-cid-j7pv25f6] {
    width: 600px;
    margin-top: 40px
  }
  .fv__aboutText[data-astro-cid-j7pv25f6] {
    font-size: 16px;
    line-height: 2
  }
  .fv__aboutLink[data-astro-cid-j7pv25f6] {
    margin-top: 25px
  }
  .fv__bannerInner[data-astro-cid-j7pv25f6] {
    max-width: 1320px;
    padding: 60px;
    margin: -90px auto;
    isolation: isolate
  }
}
@media screen and (min-width: 1441px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 89px 0 0
  }
}
@media screen and (max-width: 1440px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 89px 0 0
  }
}
@media screen and (max-width: 1280px) {
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 6.3vw
  }
}
@media screen and (max-width: 880px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 17.61vw 0 0
  }
  .fv__inner[data-astro-cid-j7pv25f6] {
    padding-left: 4vw
  }
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 7.74vw
  }
  .fv__about[data-astro-cid-j7pv25f6] {
    width: 91.74vw;
    margin-top: 6.67vw
  }
  .fv__aboutText[data-astro-cid-j7pv25f6] {
    font-size: 3.74vw;
    line-height: 1.8
  }
  .fv__aboutLink[data-astro-cid-j7pv25f6] {
    margin-top: 5.07vw
  }
  .fv__banner[data-astro-cid-j7pv25f6]:before, .fv__banner[data-astro-cid-j7pv25f6]:after {
    height: 50.14vw;
    background-size: cover;
    background-position: center
  }
  .fv__bannerInner[data-astro-cid-j7pv25f6] {
    padding: 5.34vw 4vw 10.67vw
  }
  .fv__bannerTitle[data-astro-cid-j7pv25f6] {
    font-size: 6.4vw
  }
  .fv__bannerTitle[data-astro-cid-j7pv25f6] [data-astro-cid-j7pv25f6][lang=en] {
    margin-bottom: 8px;
    font-size: 3.74vw
  }
  .fv__specialMovie[data-astro-cid-j7pv25f6] {
    margin: 1em -4vw .5em
  }
  .fv__bannerText[data-astro-cid-j7pv25f6] {
    font-size: .7777777778rem
  }
}
.contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: center;
}
.inquiry {
  background: #ff6769;
}
.inquiry h1 {
  font-size: 50px;
  padding: 30px 0px 30px 0px;
}
.inquiry p {
  font-size: 14px;
  padding-bottom: 50px;
}
.contact img {
  transition-duration: 0.5s;
  padding: 30px 0px 30px 0px;
}
.contact :hover img {
  transform: scale(1.2);
  transition-duration: 0.5s;
}
.news {
  background: #000000;
}
.news h1 {
  font-size: 50px;
  padding: 30px 0px 30px 0px;
}
.news p {
  font-size: 14px;
  padding-bottom: 50px;
}
.inquiry, .news {
  padding: 2%;
  color: #FFFFFF
}
@media(max-width: 800px) {
  .contact {
    grid-template-columns: 1fr;
  }
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}
.error-code {
  color: #f47755;
  font-size: 8rem;
  line-height: 1;
}
p {
  margin: 1.2rem 0;
}
p.lead {
  font-size: 1.6rem;
  color: #000000;
}
hr {
  box-sizing: content-box;
  height: 0;
  margin: 2.4rem 0;
  border: 0;
  border-top: 1px solid #ddd;
}
.error-description {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.help-actions a {
  display: inline-block;
  border: 2px solid #23a7de;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.5rem 1rem;
  text-decoration: none;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}
.help-actions a:hover {
  text-decoration: none;
  background: #23a7de;
  color: #fff;
}
.fv[data-astro-cid-j7pv25f6] {
  background-color: #fff;
  position: relative
}
.fv__inner[data-astro-cid-j7pv25f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.fv__title[data-astro-cid-j7pv25f6] {
  font-weight: 900;
  line-height: 1.3;
  width: 100%;
  letter-spacing: -.05em
}
.fv__aboutText[data-astro-cid-j7pv25f6] {
  font-weight: 700
}
.fv__aboutLink[data-astro-cid-j7pv25f6] {
  display: block
}
.fv__banner[data-astro-cid-j7pv25f6] {
  margin-top: 80px
}
.fv__banner[data-astro-cid-j7pv25f6]:before, .fv__banner[data-astro-cid-j7pv25f6]:after {
  content: "";
  display: block;
  width: 100%;
  height: 360px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: center
}
.fv__banner[data-astro-cid-j7pv25f6]:before {
  background-image: url(/assets/images/top/bg_fv_2.png)
}
.fv__banner[data-astro-cid-j7pv25f6]:after {
  background-image: url(/assets/images/top/bg_fv_1.png)
}
.fv__bannerInner[data-astro-cid-j7pv25f6] {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff
}
.fv__bannerTitle[data-astro-cid-j7pv25f6] {
  line-height: 1.3;
  font-weight: 900;
  font-size: 2.5rem;
  -webkit-font-feature-settings: "palt"1;
  font-feature-settings: "palt"1;
  letter-spacing: .02em;
  word-break: keep-all;
  overflow-wrap: break-word
}
.fv__bannerTitle[data-astro-cid-j7pv25f6] [data-astro-cid-j7pv25f6][lang=en] {
  font-size: 1.1111111111rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px
}
.fv__specialMovie[data-astro-cid-j7pv25f6] {
  width: 100%;
  max-width: 840px;
  margin: 3em 0 1em
}
.fv__specialMovie[data-astro-cid-j7pv25f6] iframe[data-astro-cid-j7pv25f6] {
  width: 100%;
  aspect-ratio: 540/315
}
.fv__bannerText[data-astro-cid-j7pv25f6] {
  max-width: 840px;
  line-height: 1.7;
  font-size: .8888888889rem
}
@media screen and (min-width: 881px) {
  .fv__inner[data-astro-cid-j7pv25f6] {
    max-width: 1320px;
    padding: 0 60px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 80px
  }
  .fv__about[data-astro-cid-j7pv25f6] {
    width: 600px;
    margin-top: 40px
  }
  .fv__aboutText[data-astro-cid-j7pv25f6] {
    font-size: 17px;
    line-height: 2
  }
  .fv__aboutLink[data-astro-cid-j7pv25f6] {
    margin-top: 25px
  }
  .fv__bannerInner[data-astro-cid-j7pv25f6] {
    max-width: 1320px;
    padding: 60px;
    margin: -90px auto;
    isolation: isolate
  }
}
@media screen and (min-width: 1441px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 89px 0 0
  }
}
@media screen and (max-width: 1440px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 89px 0 0
  }
}
@media screen and (max-width: 1280px) {
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 6.3vw
  }
}
@media screen and (max-width: 880px) {
  .fv[data-astro-cid-j7pv25f6] {
    padding: 17.61vw 0 0
  }
  .fv__inner[data-astro-cid-j7pv25f6] {
    padding-left: 4vw
  }
  .fv__title[data-astro-cid-j7pv25f6] {
    font-size: 7.74vw
  }
  .fv__about[data-astro-cid-j7pv25f6] {
    width: 91.74vw;
    margin-top: 6.67vw
  }
  .fv__aboutText[data-astro-cid-j7pv25f6] {
    font-size: 3.74vw;
    line-height: 1.8
  }
  .fv__aboutLink[data-astro-cid-j7pv25f6] {
    margin-top: 5.07vw
  }
  .fv__banner[data-astro-cid-j7pv25f6]:before, .fv__banner[data-astro-cid-j7pv25f6]:after {
    height: 50.14vw;
    background-size: cover;
    background-position: center
  }
  .fv__bannerInner[data-astro-cid-j7pv25f6] {
    padding: 5.34vw 4vw 10.67vw
  }
  .fv__bannerTitle[data-astro-cid-j7pv25f6] {
    font-size: 6.4vw
  }
  .fv__bannerTitle[data-astro-cid-j7pv25f6] [data-astro-cid-j7pv25f6][lang=en] {
    margin-bottom: 8px;
    font-size: 3.74vw
  }
  .fv__specialMovie[data-astro-cid-j7pv25f6] {
    margin: 1em -4vw .5em
  }
  .fv__bannerText[data-astro-cid-j7pv25f6] {
    font-size: .7777777778rem
  }
}
.column {
  display: flex;
  justify-content: space-between;
  margin: 0;
  background: #ECECEC;
}
.column-img {
  width: 40%;
}
.column-img img {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.column-texts {
  box-sizing: border-box;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 40px;
  padding-left: 30px;
  width: 60%;
}
.column-texts-title {
  margin: 0;
  font-size: 80px;
}
.column-texts-p {
  margin: 0;
  padding-top: 20px;
  font-size: 20px;
  line-height: 2;
}
.column-texts-link {
  padding-top: 30px;
  padding-bottom: 30px;
}
.column-texts-link a {
  background: #324458;
  border-radius: 60px;
  color: #fff;
  padding-top: 12px;
  padding-right: 40px;
  padding-bottom: 12px;
  padding-left: 40px;
  font-size: 20px;
  text-decoration: none;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.column-texts-link a:hover {
  background: #ff6769;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .column {
    flex-direction: column;
  }
  .column--reserve {
    flex-direction: column-reverse;
  }
  .column-img {
    width: 100%;
  }
  .column-texts {
    width: 100%;
  }
  .column-texts-title {
    font-size: 50px;
  }
  .column-texts-p {
    font-size: 16px;
  }
  .column-texts-link a {
    font-size: 16px;
  }
}
.intro {
  position: relative;
  padding: 9.5em 3.25em 10em;
  color: #343144;
  background: #fff;
}
.intro h2 {
  font-size: 4em;
  font-weight: 800;
}
.intro p {
  font-size: 1.5em;
  line-height: 1.685;
  position: relative;
  z-index: 50;
  text-align: left;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.intro-text {
  position: relative;
}
@media (max-width: 800px) {
  body {
    font-size: 100%;
  }
  .intro {
    position: relative;
    padding: 6em 2em 6em 2em;
    color: #343144;
    background: #fff;
  }
  .intro h2 {
    font-size: 2.6em;
  }
  .intro p {
    font-size: 1.2em;
    line-height: 1.685;
    position: relative;
    z-index: 200;
    text-align: left;
    letter-spacing: .2em;
    text-transform: uppercase;
  }
  .intro-text {
    position: relative;
  }
}
.topLevels {
  position: relative;
  z-index: 1;
  height: 992px;
}
@media only screen and (max-width: 767px) {
  .topLevels {
    border-bottom: 1px solid #bebebe;
    height: auto;
    margin-bottom: 12px;
    padding-bottom: 20px
  }
}
.topLevels_content {
  display: flex;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .topLevels_content {
    display: block
  }
}
.topLevelsItem {
  position: relative;
  width: 33.3333%
}
@media only screen and (max-width: 767px) {
  .topLevelsItem {
    width: 100%
  }
}
.topLevelsItem > a {
  position: relative;
  display: block;
  height: 100%
}
@media only screen and (min-width: 768px) {
  .topLevelsItem > a:hover .topLevelsItem_bg > img {
    opacity: .75;
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
  }
  .topLevelsItem > a:hover .button {
    background: #333
  }
}
.topLevelsItem_level {
  position: absolute;
  top: 280px;
  left: 50%;
  width: 196px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_level {
    top: inherit;
    bottom: -50px;
    width: 96px
  }
}
.topLevelsItem_body {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 70.81545%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_body {
    position: relative;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 400;
    z-index: 0;
    color: #222;
    width: 89.33334%;
    margin: 0 5.33333%;
    padding: 70px 20px 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}
.topLevelsItem_body p {
  font-size: 16px;
  line-height: 1.5;
  text-align: left
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_body p {
    font-size: 13px
  }
}
.topLevelsItem_body .button {
  background: #ff801e;
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  line-height: 1;
  color: #fff;
  text-align: center;
  min-width: 167px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 16px 30px;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .3s;
  transition-property: all
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_body .button {
    font-size: 11px;
    margin-top: 15px;
    padding: 12px 30px
  }
}
.topLevelsItem_bg {
  overflow: hidden;
  height: 100%
}
.topLevelsItem_image {
  position: relative;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_image {
    z-index: 2
  }
}
.topLevelsItem_image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_image:after {
    display: none
  }
}
.topLevelsItem_image img {
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .6s;
  transition-property: all;
  -o-object-fit: cover;
  object-fit: cover
}
.topLevelsItem_image {
  position: relative;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_image {
    z-index: 2
  }
}
.topLevelsItem_image:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%
}
@media only screen and (max-width: 767px) {
  .topLevelsItem_image:after {
    display: none
  }
}
.topLevelsItem_image img {
  width: 100%;
  height: 100%;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
  transition-duration: .6s;
  transition-property: all;
  -o-object-fit: cover;
  object-fit: cover
}
.wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}
#main {}
#main .sec {
  position: relative;
}
#main .sec02 {
  background-image: url("../images/sec02_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 780px;
}
#main .sec02 .wrap {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}
#main .sec02 dl {
  font-weight: bold;
  width: 55%;
  margin-bottom: 20px;
}
#main .sec02 dl dt {
  font-size: 70px;
  margin-bottom: 10px;
}
#main .sec02 dl dd {
  font-size: 18px;
  line-height: 2.8;
}
@media only screen and (max-width: 800px) {
  .wrap {
    padding: 0 5%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrap_w {
    margin: auto;
  }
  #main .sec {
    position: relative;
  }
  #main .sec02 .illust img.top {
    top: 10px;
    left: 0px;
    width: 50px;
  }
  #main .sec02 .illust img.btm {
    bottom: 10px;
    right: 0px;
    width: 50px;
  }
  #main .sec02 {
    background-image: url("../images/sec02_bg_sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top right;
    padding: 60px 0 40px;
    height: 100vw;
  }
  #main .sec02 dl {
    font-weight: bold;
    margin-bottom: 30px;
    width: auto;
  }
  #main .sec02 dl dt {
    font-size: 116%;
    margin-bottom: 15px;
  }
  #main .sec02 dl dd {
    line-height: 2;
    width: auto;
  }
  #main .sec02 .btnArea {
    text-align: center;
  }
}
/* Footer */
#footer {
  background: #fff;
  padding: 6em 0;
  text-align: center;
}
#footer .icons .icon.alt {
  text-decoration: none;
}
#footer .icons .icon.alt:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  text-transform: none !important;
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}
#footer .icons .icon.alt:before {
  color: #272833 !important;
  text-shadow: 1px 0 0 rgba(255, 255, 255, 0.5), -1px 0 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(255, 255, 255, 0.5), 0 -1px 0 rgba(255, 255, 255, 0.5);
}
#footer .copyright {
  font-size: 0.8em;
  line-height: 1em;
  margin: 2em 0 0 0;
  padding: 0;
  text-align: center;
}
#footer .copyright li {
  border-left: solid 1px rgba(255, 255, 255, 0.3);
  display: inline-block;
  list-style: none;
  margin-left: 1.5em;
  padding-left: 1.5em;
}
#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}
#footer .copyright li a {
  color: inherit;
}
/* Large */
@media screen and (max-width: 1280px) {
  /* Footer */
  #footer {
    padding: 4.5em 0;
  }
}
/* Medium */
@media screen and (max-width: 980px) {
  /* Footer */
  #footer {
    padding: 4.5em 0;
  }
}
/* Small */
#navPanel, #titleBar {
  display: none;
}
@media screen and (max-width: 736px) {
  /* Footer */
  #footer {
    padding: 3.25em 1.5em;
  }
}
/* XSmall */
@media screen and (max-width: 480px) {
  /* Footer */
  #footer {
    padding: 3em 1.25em;
  }
  #footer .copyright {
    line-height: inherit;
  }
  #footer .copyright li {
    border-left: 0;
    display: block;
    margin: 0;
    padding: 0;
  }
}