<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

a {
  text-decoration: underline;
}

.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
  font-size: 14px;
}

.top.hide {
  display: none;
}

.body {
  padding: 0px;
  border: 10px none #000;
  background-color: #fff;
  font-family: Inter, sans-serif;
  line-height: 1;
}

.body.white {
  background-color: transparent;
}

.body.new-color {
  background-color: #0071da;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 120px;
  line-height: 1;
  text-decoration: none;
}

.heading.orange {
  color: #000;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #000;
  font-size: 100px;
  line-height: 1;
  font-weight: 800;
}

.heading-2.home {
  font-weight: 800;
}

.text-block {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.text-block.center {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.text-block.center.second {
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: 0px;
}

.text-block.center.second.hide {
  display: none;
}

.text-block.center.white {
  color: #fff;
}

.text-block.center.block {
  padding: 8px;
  background-color: #000;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0em;
}

.text-block.center.block.yellow {
  background-color: #fff31a;
  color: #000;
}

.text-block.center.ssj {
  color: #d30000;
  letter-spacing: 2px;
}

.text-block-copy {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
}

.section {
  display: none;
  width: auto;
  margin-right: 51px;
  margin-bottom: 0px;
  margin-left: 50px;
  padding: 0px 100px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 3px none #000;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: none;
}

.img-wrapper {
  width: auto;
  max-width: 650px;
  margin-bottom: 0px;
}

.img-wrapper.new {
  height: 791px;
}

.img-wrapper.ssj {
  margin-bottom: 0px;
}

.img-wrapper.second {
  margin-top: 20px;
  margin-bottom: 60px;
}

.main-name {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #000;
  font-size: 50px;
  line-height: 1;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0px;
}

.main-name.blue {
  color: #000;
}

.main-name.ssj {
  margin-bottom: 0px;
  font-size: 80px;
}

.title-container {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.title-container.hide {
  display: none;
}

.title-container.alt {
  margin-top: 0px;
}

.yellow-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 800px;
  max-width: 800px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #fff31a;
}

.text-left.white {
  display: none;
  color: #fff;
}

.line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.category {
  width: 100px;
  max-width: 100px;
  margin-right: 5px;
  opacity: 1;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
}

.category.white {
  color: #f8f8f8;
}

.custom {
  width: 150px;
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.custom.white {
  color: #fff;
}

.profile {
  margin-left: 50px;
  line-height: 1.8;
}

.container-1000 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-img.contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.qa-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qa-container._350 {
  max-width: 350px;
}

.qa-container._700 {
  max-width: 700px;
}

.grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 94px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.img-1 {
  overflow: hidden;
  height: 300px;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.question {
  overflow: visible;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: #fff31a;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.question.orange {
  background-color: #fd5923;
  color: #000;
  font-weight: 500;
}

.answer {
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.vol-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-wrapper {
  overflow: hidden;
  width: 700px;
  margin-bottom: 60px;
}

.video {
  width: 100%;
  height: 100%;
}

.youtube {
  height: 100%;
  margin-top: 0px;
}

.mask-wrapper {
  position: static;
  overflow: hidden;
}

.mask-wrapper.p {
  margin-bottom: 5px;
}

.mask-wrapper.p.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.mask-wrapper.p.center.hide {
  display: none;
}

.mask-wrapper.p.center.ssj-01 {
  margin-bottom: 10px;
}

.mask-wrapper.intro {
  margin-top: 20px;
}

.mask-wrapper.absolute {
  position: absolute;
  right: 20%;
  height: auto;
}

.mask-wrapper.absolute._02 {
  top: 16%;
  right: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mask-wrapper.sns {
  margin-top: 0px;
}

.mask-wrapper.sns._001 {
  margin-right: 10px;
}

.mask-wrapper.sub {
  margin-top: 12px;
}

.mask-wrapper.intro-home {
  margin-top: 20px;
}

.mask-wrapper.button {
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: transparent;
}

.mask-wrapper.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-wrapper.centered.hide {
  display: none;
}

.mask-wrapper.line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-wrapper.q-line-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-wrapper.title {
  margin-bottom: 5px;
}

.mask-wrapper.ssj {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mask-wrapper.hitogoto {
  margin-top: 0px;
  margin-bottom: 10px;
}

.question-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.question-group._380 {
  width: 380px;
}

.question-group._400 {
  width: 400px;
}

.question-group._400.hide {
  display: none;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: #fefff7;
}

.text-swipe {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.txt {
  margin-top: 0px;
  margin-bottom: 0px;
}

.swipe {
  position: absolute;
  display: none;
  width: 100%;
  height: 50%;
  background-color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.swipe._2 {
  margin-top: 21px;
}

.name-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-115-product-price {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-bottom: 10px;
  opacity: 0.2;
  color: #333;
  font-size: 60px;
  line-height: 60px;
  font-weight: 700;
}

.d-115-left-side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.img-link-wrapper {
  position: relative;
  width: 100%;
  height: 813px;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.d-115-right-side {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate(100%, 0px);
  transform: rotateX(0deg) rotateY(90deg) rotateZ(0deg) translate(100%, 0px);
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.d-115-snowboard {
  position: absolute;
  left: -20%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: none;
  height: 300px;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.d-115-spec-bold {
  letter-spacing: 0px;
}

.d-115-list-item {
  display: block;
  margin-bottom: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
}

.d-115-product-paragraph {
  color: #333;
}

.d-115-product-title {
  color: #333;
  font-size: 26px;
  letter-spacing: 1px;
}

.d-115-product-title.features {
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.d-115-card-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: none;
  background-color: #fff;
}

.c-img {
  position: relative;
  overflow: hidden;
  max-width: 800px;
}

.c-img.full {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.c-img__overlay_second {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  background-color: #fff;
}

.c-img__overlay_first {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  background-color: #fff;
}

.c-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50vw;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.left {
  margin-bottom: 5px;
  color: #ee3a23;
}

.text-block-3 {
  line-height: 1.1;
}

.credits {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 30px;
  margin-left: 30px;
  font-size: 12px;
}

.bg-text {
  position: absolute;
  z-index: -1;
  color: #000;
  font-size: 20vw;
  line-height: 0.8;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.c-image {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
}

.c-img__overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fff;
}

.c-img__overlay_blink {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  overflow: visible;
  background-color: #fff;
}

.youtube-2 {
  z-index: 0;
}

.div-block-5 {
  padding: 55px;
  border-style: solid;
  border-width: 1px;
  border-color: #6196be;
}

.vertical {
  margin-left: 50px;
  line-height: 1.8;
}

.title-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.vertical-text {
  display: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 500px;
  margin-bottom: 100px;
}

.div-block-8 {
  width: 300px;
  height: 600px;
}

.background-video {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.videocontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  height: 600px;
  max-width: 1000px;
  margin: 0px auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.student {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  background-color: #fff;
}

.student._001 {
  padding-top: 80px;
}

.student.hide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subtitle {
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 6px 10px;
  background-color: #fff31a;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
}

.subtitle.yellow {
  border-bottom: 3px solid #fff31a;
  background-color: #fcfcfc;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 14px;
}

.subtitle.orange {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #fd5923;
  background-color: #fefff7;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08px;
}

.subtitle.blue {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #0071da;
  background-color: #fefff7;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08px;
}

.subtitle.ssj {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px none #0071da;
  background-color: transparent;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08px;
}

.subtitle._004 {
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 3px solid #50c1c5;
  background-color: #fefff7;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.08px;
}

.img-wrapper-02 {
  height: 650px;
  max-width: 1000px;
  margin: 70px auto 20px;
}

.img-wrapper-02.ssj {
  margin-top: 40px;
  margin-bottom: 0px;
}

.main-grid {
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.menu-bar {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  background-color: #000;
}

.brand {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.menu-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50px;
  height: 50px;
  padding: 12px 8px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.icon {
  border: 1px solid transparent;
}

.navcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1100px;
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link {
  overflow: visible;
  height: 100%;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 400;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-link:hover {
  background-color: hsla(0, 0%, 100%, 0.1);
}

.navbar {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #101010;
  opacity: 1;
}

.navbar.fixed {
  position: fixed;
}

.navbar.black {
  background-color: #000;
}

.menu-button {
  display: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

.i {
  height: 20px;
}

.paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Inter, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.paragraph.desktop {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  text-align: left;
  letter-spacing: 1px;
}

.paragraph.desktop.italic {
  color: #000;
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.paragraph.desktop.italic.center {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph.desktop.italic.center.white {
  color: #fff;
}

.paragraph.desktop.center {
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0px;
}

.paragraph.desktop.center.white {
  color: #fff;
}

.paragraph.mobile {
  display: none;
}

.location-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  letter-spacing: 0px;
}

.location-wrap.hide {
  display: none;
}

.location {
  margin-bottom: 0px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
}

.location.name {
  margin-left: 5px;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.vid-wrapper {
  margin-top: 60px;
  margin-bottom: 0px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footer-wrapper {
  padding-top: 0px;
  padding-bottom: 0px;
}

.f-link {
  padding: 0.7rem 0rem;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  font-size: 12px;
  text-align: center;
}

.f-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-bottom: 25px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  width: 2rem;
  height: 2rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.s-logo {
  width: 30px;
  padding: 5px;
}

.fsnap-button {
  max-width: none;
}

.credit-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.credit-section.home {
  padding-top: 60px;
}

.credit-section.home.hide {
  display: none;
}

.credit-section.home.white {
  background-color: transparent;
}

.text-block-4 {
  text-align: center;
}

.credit-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 12px;
}

.credit-item.hide {
  display: none;
}

.c-title {
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: lowercase;
}

.c-name {
  display: block;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase;
}

.credit-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  text-decoration: none;
}

.credit-link:hover {
  color: #ffb700;
}

.c-name-2 {
  display: block;
  margin-left: 0px;
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
}

.credit-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.text-block-5 {
  display: none;
  margin-bottom: 10px;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.c-titles {
  margin-bottom: 19px;
  background-color: transparent;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.border-layer {
  position: relative;
  z-index: 5;
  padding: 10px;
  background-color: #fff31a;
}

.border-layer.alt {
  padding: 0px;
}

.border-layer.blue {
  padding: 10px;
  background-color: #0071da;
}

.border-layer.orange {
  background-color: #fd5923;
}

.border-layer.blue {
  background-color: #0071da;
}

.border-layer.ssj {
  background-color: transparent;
}

.border-layer._004 {
  background-color: #58c550;
}

.border-layer._005 {
  background-color: #50c1c5;
}

.title-logo.hide {
  display: none;
}

.title-logo-02 {
  display: block;
}

.image-4 {
  width: 100%;
}

.title-logo-03 {
  position: relative;
  display: none;
}

.design-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #0071da;
  background-color: #0071da;
}

.design-sq {
  width: 100%;
  height: 20px;
  border-style: none;
  border-width: 1px;
  border-color: #0071da;
  background-color: #fff;
}

.design-sq.yellow {
  background-color: #fff;
}

.design-sq.yellow.big {
  position: relative;
  height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.title-eng {
  position: static;
  left: auto;
  top: auto;
  right: 20%;
  bottom: auto;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 3.2em;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -1px;
}

.title-main-jp {
  position: static;
  left: auto;
  top: 17%;
  right: auto;
  bottom: auto;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 166px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}

.div-block-9 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  grid-auto-columns: 1fr;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.block-text {
  margin-bottom: 0px;
  padding: 6px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #0071da;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #0071da;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.top-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: Lekton;
  color: #000;
  font-size: 18px;
  font-weight: 100;
}

.text-block-8 {
  font-family: Lekton;
  color: #000;
  font-size: 1.4em;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  height: 30px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-14 {
  height: 20px;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 5.8em;
  line-height: 1;
  font-weight: 700;
  text-align: right;
}

.text-block-9 {
  font-family: Lekton;
  color: #0071da;
  font-size: 0.9em;
}

.text-span {
  color: #000;
}

.image-5 {
  background-color: transparent;
}

.c-company {
  display: block;
  margin-top: 0px;
  margin-left: 8px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  text-transform: capitalize;
}

.line-01 {
  width: 60px;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: #000;
}

.backtotop {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 25px 25px 60px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 5px none #fff;
  border-radius: 100%;
  background-color: #fff31a;
  color: #000;
  text-decoration: none;
}

.backtotop.orange {
  z-index: 99;
  background-color: #fd5923;
}

.backtotop.orange.w--current {
  z-index: 25;
  background-color: #fd5923;
}

.backtotop.blue {
  z-index: 99;
  background-color: #58c550;
}

.backtotop.blue.w--current {
  z-index: 25;
  background-color: #58c550;
}

.backtotop.red {
  z-index: 99;
  background-color: #000;
}

.backtotop.red.w--current {
  z-index: 25;
  background-color: #000;
}

.backtotop._005 {
  z-index: 99;
  background-color: #50c1c5;
}

.backtotop._005.w--current {
  z-index: 25;
  background-color: #50c1c5;
}

.backtotop._003 {
  z-index: 99;
  background-color: #0071da;
}

.backtotop._003.w--current {
  z-index: 25;
  background-color: #58c550;
}

.arrow-up {
  margin-left: 0px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.arrow-up.blue {
  -webkit-filter: none;
  filter: none;
}

.link {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #fefff7;
  font-weight: 500;
  text-decoration: none;
}

.link._400 {
  font-weight: 400;
}

.small-line {
  width: 100%;
  height: 1px;
  margin-top: 2px;
  background-color: #fefff7;
}

.next-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.next-button.hide {
  display: none;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.share.hide {
  display: none;
}

._w-inline-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._w-inline-block.hide {
  display: none;
}

._w-inline-block.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-share-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  margin: 9px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 20px 20px;
  background-repeat: no-repeat;
}

.social-share-btn.tw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20px;
  height: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('/special/seishun-hakusho/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.social-share-btn.fb {
  background-image: url('/special/seishun-hakusho/images/f-facebook.svg');
  background-size: contain;
}

.social-share-btn.htn {
  background-image: url('/special/seishun-hakusho/images/f-hatena.svg');
  background-size: contain;
}

.social-share-btn.pin {
  background-image: url('/special/seishun-hakusho/images/f-pinterest.svg');
  background-size: contain;
}

.social-share-btn.line {
  background-image: url('/special/seishun-hakusho/images/f-line.svg');
}

.image-6 {
  padding-right: 20px;
  padding-left: 20px;
}

.share-icons {
  width: 20px;
  height: 20px;
  background-image: url('/special/seishun-hakusho/images/f-twitter.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btn-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 170px;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #000;
  border-radius: 0px;
  color: #000;
  text-decoration: none;
}

.btn-parent.black {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 35px;
  margin-top: 0px;
  border-width: 1px;
  border-color: #000;
  color: #000;
}

.btn-txt-1 {
  position: absolute;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-txt-2 {
  position: absolute;
  display: block;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0px 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button {
  background-color: #dadada;
}

.recruit {
  margin-right: 7px;
  margin-bottom: 5px;
  background-color: transparent;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.recruit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit-button.hide {
  display: none;
}

.sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.sns.hide {
  display: none;
}

.insta {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.insta:hover {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.sns-circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #000;
}

.sns-circle.icon {
  overflow: visible;
  width: 15px;
  height: auto;
  padding: 0px;
  border-radius: 0%;
  background-color: transparent;
}

.inst-icn {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.inst-icn.black {
  -webkit-filter: none;
  filter: none;
}

.sns-layer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-block {
  position: relative;
  z-index: 1;
  display: none;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

.link-block:hover {
  opacity: 0.8;
}

.home-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: transparent;
}

.section-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 10px none transparent;
  background-color: #fff;
}

.section-home.alt {
  padding: 0px;
}

.section-home.blue {
  padding: 10px;
  background-color: #0071da;
}

.section-home.adjustment {
  height: auto;
  padding-top: 140px;
  padding-bottom: 100px;
}

.title-container-home {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.title-container-home.hide {
  display: none;
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-7 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.button2 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  padding: 15px 45px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
}

.button2-text {
  position: relative;
  z-index: 1;
  font-family: Lato, sans-serif;
  text-transform: none;
}

.button2-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.button-swipe-01 {
  position: relative;
  z-index: 4;
  display: inline-block;
  overflow: hidden;
  width: auto;
  margin-top: 10px;
  padding: 10px 45px;
  border: 2px solid #000;
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.button-swipe-01.hide {
  display: none;
}

.button-txt {
  position: relative;
  z-index: 1;
  font-family: Inter, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}

.button-reveal {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
  background-color: #000;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  cursor: pointer;
}

.div-block-16 {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-9 {
  height: 100%;
}

.image-10 {
  height: 100%;
}

.image-11 {
  height: 100%;
}

.volume {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 450px;
  height: 550px;
  max-width: 450px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  text-align: center;
  text-decoration: none;
}

.volume.coming-soon {
  background-color: #000;
}

.volume.coming-soon.grey {
  background-color: #242424;
}

.volume.coming-soon.hide {
  display: none;
}

.vol-img {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 0%;
  object-position: 50% 0%;
}

.vol-img.hide {
  display: none;
}

.heading-4 {
  margin-top: 10px;
  color: #fff;
  font-weight: 600;
}

.paragraph-2 {
  margin-bottom: 0px;
  color: #fff;
}

.category-alt {
  position: static;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: auto;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.topsub {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.topsub.hide {
  display: none;
}

.half {
  margin-right: 5px;
  margin-left: 5px;
  font-size: 12px;
}

.half.hide {
  display: none;
}

.vol-grid {
  position: relative;
  z-index: 0;
  display: -ms-grid;
  display: grid;
  padding: 100px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: transparent;
}

.vol-grid.hide {
  display: none;
}

.masked {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.read-more-copy {
  display: none;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}

.description-copy {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: 3%;
  max-width: 80%;
  margin-top: 20px;
  line-height: 1.8;
}

.c-image-2 {
  height: 100%;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.link-block-2 {
  color: #000;
  text-decoration: none;
}

.c-container {
  position: relative;
  height: 70vh;
  max-width: 40vw;
  color: #fff;
}

.logo-embed {
  position: absolute;
  left: 5%;
  top: 3%;
  right: auto;
  bottom: auto;
  display: none;
  height: auto;
}

.bold-text {
  font-weight: 600;
}

.c-item {
  position: relative;
  display: block;
  overflow: hidden;
  max-width: 500px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 0%;
}

.bottom {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom.orange {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  color: #ffaa21;
}

.category-copy {
  position: static;
  left: auto;
  top: 6%;
  right: 4%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topsub-2 {
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
}

.heading-7-copy {
  position: static;
  margin-top: 10px;
  font-size: 72px;
  line-height: 1;
  font-weight: 500;
}

.sub-title-copy {
  position: absolute;
  left: auto;
  top: 3%;
  right: 4%;
  bottom: auto;
  font-size: 16px;
  font-weight: 400;
}

.yellow-box-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 20px;
  border-top: 1px solid #000;
}

.yellow-box-top {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 20px;
  border-top: 0px none #fff31a;
  border-right: 0px none #000;
  border-bottom: 1px solid #000;
}

.yellow-box-left {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  width: 20px;
  border-top: 1px none #000;
  border-right: 1px solid #000;
}

.yellow-box-right {
  position: fixed;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 20px;
  border-top: 0px none #fff31a;
  border-right: 0px none #fff31a;
  border-left: 1px solid #000;
}

.yellow-outline.hide {
  display: none;
}

.one {
  display: inline-block;
}

.two {
  display: inline-block;
}

.three {
  display: inline-block;
}

.four {
  display: inline-block;
}

.span-1 {
  display: inline-block;
}

.span-2 {
  display: inline-block;
}

.span-3 {
  display: inline-block;
}

.span-4 {
  display: inline-block;
}

._10logo {
  margin-bottom: 5px;
}

._10logo.pc {
  width: 500px;
  margin-bottom: 0px;
  margin-left: 0px;
}

._10logo.pc.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

._10logo.mobile {
  display: none;
}

._10-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mid-line {
  width: 25px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #000;
}

.mid-line.hide {
  display: none;
}

.volume-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.compilation-grid {
  width: 75%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.link-mask {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: none;
  border-width: 50px;
  border-color: #fefff7;
  border-radius: 0px;
}

.volume-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 2px;
  border-color: #fff31a;
  color: #000;
  text-decoration: none;
}

.date {
  margin-bottom: 0px;
  background-color: transparent;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #000;
  font-size: 10px;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.title-volume {
  margin-top: 0px;
  margin-bottom: 10px;
  padding: 4px;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.title-cast {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid #fd5923;
  font-size: 16px;
  font-weight: 500;
}

.title-cast.yellow {
  border-bottom-color: #fff31a;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

.title-cast.orange {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

.title-cast.blue {
  border-bottom-color: #0071da;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.title-cast.vol4 {
  border-bottom-color: #58c550;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.title-cast.vol5 {
  border-bottom-color: #50c1c5;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.year {
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.div-block-17 {
  position: absolute;
  left: auto;
  right: 312.031px;
  z-index: -1;
}

.image-12 {
  height: 487px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.qa-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.qa-group._380 {
  width: 380px;
}

.qa-group._450 {
  width: 450px;
}

.qa-group._450.hide {
  display: none;
}

.qa-group._450.mid {
  margin-top: 50px;
}

.qa-group.ssj {
  width: auto;
  max-width: 450px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.qa-group.ssj.hide {
  display: none;
}

.qa-form-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qa-form-container._350 {
  max-width: 350px;
}

.qa-form-container._700 {
  max-width: 700px;
}

.qa-form-container.horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.mask-wrapper-copy {
  position: static;
  display: block;
  overflow: hidden;
}

.mask-wrapper-copy.p {
  margin-bottom: 5px;
}

.mask-wrapper-copy.p.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.mask-wrapper-copy.p.center.hide {
  display: none;
}

.mask-wrapper-copy.intro {
  margin-top: 20px;
}

.mask-wrapper-copy.absolute {
  position: absolute;
  right: 20%;
  height: auto;
}

.mask-wrapper-copy.absolute._02 {
  top: 16%;
  right: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mask-wrapper-copy.sns {
  margin-top: 0px;
}

.mask-wrapper-copy.sns._001 {
  margin-right: 10px;
}

.mask-wrapper-copy.sub {
  margin-top: 12px;
}

.mask-wrapper-copy.intro-home {
  margin-top: 20px;
}

.mask-wrapper-copy.button {
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: transparent;
}

.mask-wrapper-copy.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-wrapper-copy.centered.hide {
  display: none;
}

.mask-wrapper-copy {
  position: static;
  overflow: hidden;
}

.mask-wrapper-copy.p {
  margin-bottom: 5px;
}

.mask-wrapper-copy.p.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.mask-wrapper-copy.p.center.hide {
  display: none;
}

.mask-wrapper-copy.intro {
  margin-top: 20px;
}

.mask-wrapper-copy.absolute {
  position: absolute;
  right: 20%;
  height: auto;
}

.mask-wrapper-copy.absolute._02 {
  top: 16%;
  right: auto;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mask-wrapper-copy.sns {
  margin-top: 0px;
}

.mask-wrapper-copy.sns._001 {
  margin-right: 10px;
}

.mask-wrapper-copy.sub {
  margin-top: 12px;
}

.mask-wrapper-copy.intro-home {
  margin-top: 20px;
}

.mask-wrapper-copy.button {
  margin-bottom: 20px;
  margin-left: 0px;
  background-color: transparent;
}

.mask-wrapper-copy.centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask-wrapper-copy.centered.hide {
  display: none;
}

.question-copy {
  overflow: visible;
  margin-bottom: 10px;
  padding: 7px 10px;
  background-color: #fff31a;
  color: #000;
  font-size: 12px;
  line-height: 1.8;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.question-copy.orange {
  background-color: #fd5923;
  color: #000;
  font-weight: 500;
}

.question_form {
  overflow: visible;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0em;
}

.question_form.orange {
  background-color: #fd5923;
  color: #000;
  font-weight: 500;
}

.question_form.ssj {
  color: #d30000;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
}

.form.bg-ivory {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fefff7;
}

.form.bg-ivory.q-m {
  margin-bottom: 10px;
}

.form.bg-ivory.yellow {
  background-color: #fcfcfc;
}

.form.underline {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-left: 10px;
  border-top: 1px none #fd5923;
  border-bottom: 2px solid #fd5923;
}

.form.underline.transparent {
  padding-right: 10px;
  border-bottom-color: transparent;
}

.form.underline._100 {
  width: 100%;
  padding-bottom: 4px;
  padding-left: 10px;
  border-bottom-width: 3px;
}

.form.underline._100.yellow {
  border-bottom-color: #fff31a;
}

.form.underline._100.blue {
  border-bottom-color: #0071da;
}

.form.underline._100.ssj {
  border-bottom-color: #0071da;
}

.form.underline._100._004 {
  border-bottom-color: #58c550;
}

.form.underline._100._005 {
  border-bottom-color: #50c1c5;
}

.form.question_container {
  margin-bottom: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-top: 1px none #fd5923;
  border-bottom: 4px none transparent;
}

.form.a {
  padding-right: 2px;
}

.form.ssj {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.form.ssj.q-m {
  margin-bottom: 10px;
}

.form.ssj.yellow {
  background-color: #fcfcfc;
}

.qa {
  overflow: visible;
  margin-right: 5px;
  margin-bottom: 0px;
  padding: 0px;
  background-color: transparent;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.qa.orange {
  background-color: #fd5923;
  color: #000;
  font-weight: 500;
}

.qa.separate {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

.answer_form {
  margin-bottom: 0px;
  font-family: a-otf-gothic-bbb-pr6n, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 1.8;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0em;
}

.answer_form.ssj {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.q_line {
  width: 15px;
  height: 1px;
  margin-right: 5px;
  background-color: #000;
}

.q-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.link-2 {
  color: #fd5923;
}

.link-3 {
  color: red;
}

.link-3.orange {
  color: #fd5923;
}

.link-3.yellow {
  color: #ffd51a;
}

.link-3.blue {
  color: #0071da;
}

.company-tag {
  font-weight: 400;
}

.link-4 {
  color: #0071da;
}

.twitter {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  background-color: transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.twitter:hover {
  color: #000;
  font-style: normal;
  text-decoration: none;
}

.location-holder {
  max-width: 850px;
  margin-top: 0px;
  margin-bottom: 50px;
}

.romaji {
  color: #d30000;
  font-size: 25px;
  font-weight: 500;
}

.romaji.taichi {
  color: #ad5926;
}

.romaji.natsumi {
  color: #0071da;
}

.romaji.aoi {
  color: #fd5923;
}

.highlight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 650px;
  margin-top: 60px;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-11 {
  font-size: 32px;
}

.quote {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 31px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.message {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #d30000;
  font-size: 18px;
  font-weight: 500;
}

.message.taichi {
  color: #ad5926;
}

.message.natsumi {
  color: #0071da;
}

.message.aoi {
  color: #fd5923;
}

.ssj-qa-container {
  margin-bottom: 40px;
}

.ssj-qa-container.last {
  margin-bottom: 0px;
}

.q-container {
  display: block;
  overflow: hidden;
  margin-bottom: 5px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  color: #d30000;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}

.q-container.taichi {
  color: #ad5926;
}

.q-container.natsumi {
  color: #0071da;
}

.q-container.aoi {
  color: #fd5923;
}

.a-container {
  overflow: hidden;
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
}

.red-block {
  width: 3px;
  height: 30px;
  margin-right: 20px;
  background-color: #000;
}

.q-block {
  margin-right: 5px;
}

.q-block.q-text {
  line-height: 1.6;
}

.a-text {
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}

.q-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
}

.ssj {
  margin-bottom: 5px;
}

.ssj.pc {
  width: 500px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.ssj.pc.invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.ssj.mobile {
  display: none;
}

.circle-red {
  overflow: hidden;
  max-width: 60px;
  margin-bottom: 20px;
}

.ssj-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.ssj-link:hover {
  color: #d30000;
  text-decoration: none;
}

.link-5 {
  text-decoration: none;
}

.bold-text-2 {
  color: #0071da;
  text-decoration: underline;
}

.link-6 {
  color: #000;
  text-decoration: none;
}

.link-6:hover {
  opacity: 0.8;
  color: #000;
}

.embed {
  padding: 30px 60px;
  background-color: #fff;
}

@media screen and (max-width: 991px) {
  .body {
    overflow: visible;
  }

  .text-block.center {
    font-size: 14px;
    text-align: center;
  }

  .title-container.alt {
    max-width: 100%;
  }

  .main-img {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .mask-wrapper {
    margin-bottom: 0px;
  }

  .mask-wrapper.intro.small {
    width: 100%;
  }

  .mask-wrapper.button.hide {
    display: none;
  }

  .mask-wrapper.vol {
    margin-bottom: 0px;
  }

  .c-img {
    max-width: 400px;
  }

  .c-img.full {
    width: 100%;
    height: 100%;
    max-width: none;
  }

  .c-img__overlay_second {
    display: block;
  }

  .c-img__overlay_first {
    display: block;
  }

  .c-right {
    position: static;
    left: auto;
    top: 100px;
    right: auto;
    bottom: auto;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    max-width: none;
    margin-top: 34px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .c-right.cover {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-2 {
    -webkit-filter: none;
    filter: none;
  }

  .left {
    margin-bottom: 5px;
    color: #b40000;
    line-height: 1;
  }

  .text-block-3 {
    font-size: 12px;
    line-height: 1.4;
  }

  .credits {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: center;
  }

  .bg-text {
    font-size: 27vw;
    line-height: 1.4;
  }

  .section-2 {
    position: relative;
    overflow: hidden;
    height: 1000px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .section-2.a {
    margin-bottom: 60px;
  }

  .videocontainer {
    width: 600px;
    height: 360px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .student._001 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .img-wrapper-02 {
    overflow: hidden;
    height: 420px;
    margin-top: 70px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .menu-bar {
    height: 2px;
    margin-bottom: 4px;
    background-color: #fff;
  }

  .menu-parent {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .icon {
    display: none;
    color: #fff;
  }

  .navcontainer {
    overflow: visible;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .nav-menu {
    padding: 30px;
    background-color: #fff;
  }

  .nav-link {
    border-top: 0.5px none #555;
    border-bottom: 0.5px solid rgba(85, 85, 85, 0.3);
    color: #333;
    font-weight: 500;
    text-align: left;
  }

  .navbar {
    position: relative;
    display: block;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .menu-button {
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .i {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .paragraph.desktop.italic.center {
    text-align: center;
  }

  .paragraph.desktop.center {
    text-align: center;
  }

  .location-wrap {
    margin-bottom: 0px;
  }

  .vid-wrapper {
    margin-bottom: 0px;
  }

  .footer {
    margin-top: 0px;
  }

  .footer-wrapper {
    width: 18%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .f-social {
    margin-top: 10px;
  }

  .credit-section {
    background-color: #fff;
  }

  .title-main-jp {
    font-size: 166px;
  }

  .backtotop {
    width: auto;
    height: auto;
    margin-bottom: 25px;
    padding: 20px;
    border-radius: 100%;
    background-color: #000;
    -webkit-filter: invert(100%);
    filter: invert(100%);
    font-size: 12px;
  }

  .backtotop.w--current {
    background-color: #000;
  }

  .backtotop.orange {
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.blue {
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.red {
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._005 {
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._003 {
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._003.w--current {
    background-color: #0071da;
  }

  .arrow-up {
    margin-left: 0px;
    -webkit-filter: none;
    filter: none;
  }

  ._w-inline-block.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sns-circle.icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .inst-icn.black {
    -webkit-filter: none;
    filter: none;
  }

  .c-image-2 {
    width: 100%;
  }

  .c-container {
    height: 70vh;
    max-width: 80vw;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .c-item {
    max-width: 100vw;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  ._10logo.pc {
    display: none;
  }

  ._10logo.mobile {
    display: block;
    margin-bottom: 10px;
  }

  ._10-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }

  .volume-grid {
    margin-bottom: 0px;
  }

  .compilation-grid {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mask-wrapper-copy {
    margin-bottom: 15px;
  }

  .mask-wrapper-copy.intro.small {
    width: 100%;
  }

  .mask-wrapper-copy.vol {
    margin-bottom: 0px;
  }

  .mask-wrapper-copy {
    margin-bottom: 15px;
  }

  .mask-wrapper-copy.intro.small {
    width: 100%;
  }

  .mask-wrapper-copy.vol {
    margin-bottom: 0px;
  }

  .form.bg-ivory {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .form.ssj {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .highlight {
    padding-right: 110px;
    padding-left: 110px;
  }

  .ssj.pc {
    display: none;
  }

  .ssj.mobile {
    display: block;
    margin-bottom: 10px;
  }

  .circle-red {
    max-width: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .top {
    padding-top: 60px;
  }

  .heading {
    font-size: 80px;
  }

  .heading.home {
    text-align: center;
  }

  .heading-2 {
    font-size: 60px;
  }

  .heading-2.home {
    text-align: center;
  }

  .text-block {
    font-size: 12px;
  }

  .img-wrapper {
    width: auto;
    margin-right: 59px;
    margin-left: 59px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-name.ssj {
    margin-bottom: 0px;
    font-size: 60px;
  }

  .mask-wrapper.button.hide {
    display: none;
  }

  .c-right {
    margin-top: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .title-box {
    margin-right: 63px;
    margin-left: 63px;
  }

  .title-box.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videocontainer {
    width: 500px;
    height: 300px;
  }

  .img-wrapper-02 {
    height: auto;
  }

  .brand {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .navcontainer {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #000;
  }

  .navbar {
    position: relative;
    background-color: transparent;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph {
    font-size: 12px;
  }

  .paragraph.desktop {
    font-size: 12px;
  }

  .paragraph.desktop.italic.home {
    text-align: center;
  }

  .paragraph.desktop.italic.center {
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 12px;
    font-weight: 400;
  }

  .paragraph.desktop.home {
    text-align: center;
  }

  .footer-wrapper {
    width: auto;
  }

  .f-row {
    width: 60%;
  }

  .f-social {
    width: 45%;
  }

  .image-3 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .credit-section {
    background-color: #fff;
  }

  .design-sq {
    height: 15px;
  }

  .design-sq.yellow.big {
    height: 75px;
  }

  .title-eng {
    font-size: 2.4em;
  }

  .title-main-jp {
    font-size: 124px;
  }

  .block-text {
    font-size: 0.6em;
  }

  .text-block-8 {
    font-size: 1em;
  }

  .div-block-11 {
    height: 10px;
  }

  .div-block-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-14 {
    height: 10px;
  }

  .heading-3 {
    font-size: 4.4em;
  }

  .text-block-9 {
    font-size: 0.9em;
  }

  .backtotop {
    padding: 17px;
  }

  ._w-inline-block {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .vol-grid {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px;
  }

  .c-container {
    max-width: 90vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .c-item {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
  }

  .location-holder {
    margin-bottom: 0px;
  }

  .highlight {
    margin-bottom: 80px;
    padding-right: 74px;
    padding-left: 74px;
  }

  .quote {
    font-size: 25px;
  }

  .message {
    font-size: 14px;
  }

  .circle-red {
    max-width: 50px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .top {
    padding-top: 40px;
  }

  .body {
    overflow: visible;
  }

  .heading {
    font-size: 67px;
    text-align: center;
  }

  .heading-2 {
    font-size: 60px;
    font-weight: 800;
    text-align: center;
  }

  .text-block {
    text-align: center;
  }

  .text-block.center {
    margin-bottom: 6px;
    font-size: 12px;
    text-align: center;
  }

  .text-block.center.second {
    color: #000;
    font-size: 10px;
    font-weight: 700;
  }

  .img-wrapper {
    margin-right: 20px;
    margin-left: 20px;
  }

  .main-name.ssj {
    margin-bottom: 0px;
    font-size: 50px;
  }

  .main-name.sakura {
    font-size: 48px;
    text-align: center;
    letter-spacing: -1px;
  }

  .main-name.yuriho {
    font-size: 45px;
    text-align: center;
    letter-spacing: -1px;
  }

  .main-name.sakamoto {
    font-size: 40px;
  }

  .title-container.alt {
    margin-top: 0px;
  }

  .question {
    padding: 5px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }

  .answer {
    font-size: 12px;
  }

  .mask-wrapper {
    margin-bottom: 0px;
  }

  .mask-wrapper.p.center {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-wrapper.p.center.ssj-01 {
    margin-bottom: 0px;
  }

  .mask-wrapper.intro {
    margin-top: 40px;
  }

  .mask-wrapper.intro.small {
    margin-top: 20px;
  }

  .mask-wrapper.absolute._01 {
    top: 1px;
    right: 0%;
  }

  .mask-wrapper.intro-home {
    margin-top: 15px;
  }

  .mask-wrapper.button {
    margin-bottom: 10px;
  }

  .mask-wrapper.button.hide {
    display: none;
  }

  .mask-wrapper.center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .question-group._400 {
    width: auto;
    margin: 0px 20px;
  }

  .c-img {
    top: 20px;
  }

  .c-img.full {
    top: 0px;
  }

  .c-right {
    margin-top: 30px;
  }

  .c-right.cover {
    height: 85vh;
    margin-top: 0px;
  }

  .credits {
    left: 0%;
    top: 2%;
    right: 0%;
    bottom: auto;
    display: none;
  }

  .section-2 {
    height: auto;
    padding: 130px 20px;
  }

  .section-2.a {
    margin-bottom: 47px;
    padding: 80px 60px;
  }

  .title-box {
    margin-right: 20px;
    margin-left: 20px;
  }

  .title-box.home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .videocontainer {
    width: 300px;
    height: 505px;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #000;
  }

  .student {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle {
    font-size: 12px;
  }

  .img-wrapper-02 {
    margin-bottom: 40px;
  }

  .main-grid {
    grid-row-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .menu-parent {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .navcontainer {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .navbar {
    position: relative;
    background-color: #000;
  }

  .menu-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.desktop {
    display: none;
  }

  .paragraph.mobile {
    display: block;
    margin-bottom: 20px;
    font-family: a-otf-gothic-bbb-pr6n, sans-serif;
    font-size: 12px;
    text-align: center;
  }

  .location-wrap {
    padding-right: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .location {
    font-size: 10px;
  }

  .location.name {
    font-size: 10px;
  }

  .vid-wrapper {
    margin-right: 0px;
    margin-left: 0px;
  }

  .footer {
    padding-top: 40px;
  }

  .f-link {
    font-family: a-otf-futo-go-b101-pr6n, sans-serif;
    font-size: 12px;
    font-weight: 500;
  }

  .f-row {
    width: 90%;
  }

  .f-social {
    width: 70%;
    margin-bottom: 30px;
  }

  .fsnap-button {
    max-width: 130px;
  }

  .image-3 {
    max-width: 100%;
    font-size: 14px;
  }

  .credit-section {
    padding-top: 29px;
    background-color: #fff;
  }

  .c-title {
    font-size: 10px;
  }

  .c-name {
    font-size: 12px;
  }

  .c-name-2 {
    font-size: 10px;
  }

  .c-titles {
    font-size: 10px;
  }

  .border-layer {
    padding: 5px;
  }

  .design-sq {
    height: 10px;
  }

  .title-eng {
    font-size: 1.9em;
  }

  .title-main-jp {
    font-size: 79px;
  }

  .block-text {
    padding: 3px 5px;
    font-size: 0.5em;
  }

  .text-block-8 {
    font-size: 0.6em;
  }

  .div-block-11 {
    height: 10px;
  }

  .div-block-13 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-3 {
    font-size: 3em;
  }

  .text-block-9 {
    font-size: 0.6em;
  }

  .c-company {
    font-size: 12px;
  }

  .backtotop {
    width: auto;
    height: auto;
    padding: 17px;
    border-radius: 100%;
    background-color: #000;
  }

  .backtotop.orange {
    background-color: #fd5923;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.orange.w--current {
    background-color: #fd5923;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.orange.blue {
    background-color: #0071da;
  }

  .backtotop.blue {
    background-color: #58c550;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.blue.w--current {
    background-color: #58c550;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.red {
    background-color: #0071da;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop.red.w--current {
    background-color: #0071da;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._005 {
    background-color: #50c1c5;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._005.w--current {
    background-color: #50c1c5;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._003 {
    background-color: #0071da;
    -webkit-filter: none;
    filter: none;
  }

  .backtotop._003.w--current {
    background-color: #0071da;
    -webkit-filter: none;
    filter: none;
  }

  .arrow-up {
    margin-left: 0px;
  }

  .link {
    font-size: 12px;
  }

  .share {
    margin-top: 0px;
  }

  ._w-inline-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  ._w-inline-block.center {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .recruit {
    font-size: 11px;
  }

  .insta {
    font-size: 10px;
  }

  .home-section {
    margin-top: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-section.adjustment {
    margin-top: 0px;
  }

  .section-home {
    padding: 5px;
  }

  .section-home.adjustment {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .button-swipe-01 {
    margin-top: 20px;
  }

  .button-txt {
    color: #fff;
    font-size: 12px;
  }

  .volume {
    width: 90%;
    height: 400px;
  }

  .category-alt {
    position: static;
    top: auto;
    right: auto;
    bottom: 42%;
  }

  .description-copy {
    position: static;
    bottom: 13%;
    display: block;
    font-size: 12px;
  }

  .c-container {
    height: 90vh;
    max-width: 100vw;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .logo-embed {
    display: none;
  }

  .c-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bottom {
    bottom: 10%;
  }

  .category-copy {
    position: static;
    top: auto;
    right: auto;
    bottom: 42%;
  }

  .heading-7-copy {
    position: static;
    margin-top: 6px;
    font-size: 41px;
  }

  .sub-title-copy {
    position: static;
    top: auto;
    right: auto;
    bottom: 53%;
  }

  ._10logo.mobile {
    max-width: 90%;
  }

  .mid-line {
    display: none;
    height: 1px;
    margin: 10px;
  }

  .volume-grid {
    margin-bottom: 0px;
    padding: 29px;
  }

  .compilation-grid {
    width: 100%;
  }

  .title-volume {
    font-size: 10px;
  }

  .year {
    font-size: 10px;
  }

  .qa-group._450 {
    width: auto;
    margin: 0px 28px;
  }

  .qa-group.ssj {
    width: auto;
    margin: 80px 28px;
  }

  .mask-wrapper-copy.p.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-wrapper-copy.intro {
    margin-top: 40px;
  }

  .mask-wrapper-copy.intro.small {
    margin-top: 20px;
  }

  .mask-wrapper-copy.absolute._01 {
    top: 1px;
    right: 0%;
  }

  .mask-wrapper-copy.intro-home {
    margin-top: 15px;
  }

  .mask-wrapper-copy.p.center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mask-wrapper-copy.intro {
    margin-top: 40px;
  }

  .mask-wrapper-copy.intro.small {
    margin-top: 20px;
  }

  .mask-wrapper-copy.absolute._01 {
    top: 1px;
    right: 0%;
  }

  .mask-wrapper-copy.intro-home {
    margin-top: 15px;
  }

  .question-copy {
    padding: 5px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }

  .question_form {
    padding: 0px;
    font-size: 12px;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0px;
  }

  .form.bg-ivory {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form.underline.transparent.pc {
    display: none;
  }

  .form.underline._100 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form.pc {
    display: none;
  }

  .form.ssj {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .qa {
    margin-right: 15px;
    padding: 0px;
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 0px;
  }

  .answer_form {
    font-size: 12px;
    text-align: center;
  }

  .twitter {
    font-size: 10px;
  }

  .highlight {
    margin-top: 40px;
    margin-bottom: 60px;
    padding: 0px 20px;
  }

  .quote {
    font-size: 21px;
  }

  .message {
    font-size: 14px;
  }

  .q-block.q-text {
    font-size: 12px;
  }

  .a-text {
    font-size: 14px;
  }

  .ssj.mobile {
    max-width: 90%;
  }

  .circle-red {
    max-width: 35px;
    margin-bottom: 10px;
  }
}

#w-node-ec709f7a-ccd4-6cd4-a448-14be1d79092f-3ff0b519 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-e76af3dd-da4d-543a-4b74-b4e21b396472-3ff0b519 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_7cc29f96-b636-641d-8747-343e82f89a86-3ff0b519 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-d522173b-8093-9405-9d2d-9e9278b4518d-3ff0b519 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-_4bbfc750-6885-089d-f2ec-0868fb3a3761-3ff0b519 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-45f20d9a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_17b7bb09-54c5-dd66-7523-0990c5dd5e3e-45f20d9a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_93918931-89b7-7109-f384-c3f8e71049e1-45f20d9a {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-d37d2646 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_17b7bb09-54c5-dd66-7523-0990c5dd5e3e-d37d2646 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_93918931-89b7-7109-f384-c3f8e71049e1-d37d2646 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-a6830058 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_17b7bb09-54c5-dd66-7523-0990c5dd5e3e-a6830058 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_93918931-89b7-7109-f384-c3f8e71049e1-a6830058 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-2b256aeb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-ccd2d403-6bc7-ca85-e20a-143930e6976b-2b256aeb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-e557fff4-2942-0e1b-e722-c4631e21ca8a-2b256aeb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_71dfd09b-6502-ab39-74da-95745ef360b7-2b256aeb {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-121285dc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-abd244e6-c472-e032-65da-64a719ad69e3-121285dc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_72b4d898-42cd-0060-4ca2-35e42298c99d-121285dc {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_26d49844-2baa-e4d9-4a82-5abbf483f9ed-9475f3dd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-abd244e6-c472-e032-65da-64a719ad69e3-9475f3dd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_5fd71b94-be7f-64d0-facf-3faec4993104-9475f3dd {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

</pre></body></html>