@charset "UTF-8";
a {
  color: #3cf;
}
a:hover, a:active, a:focus, a:visited {
  color: #3cf;
}

a {
  color: #33ccff;
}

a:hover, a:active, a:focus, a:visited {
  color: #33ccff;
}

body, input, select, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

abbr, acronym, fieldset, img, table {
  border: none;
}

body {
  line-height: 1.5;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
}

article, aside, blockquote, body, caption, cite, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, input, label, legend, li, nav, ol, option, p, pre, section, select, summary, textarea, ul {
  font-size: 100%;
  font-style: normal;
  margin: 0;
  padding: 0;
}

* html body {
  font-size: 75%;
}

* html table {
  font-size: 100%;
  line-height: 1.5;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: 400;
}

em, strong {
  font-weight: 700;
  font-style: normal;
}

input {
  vertical-align: middle;
}

embed, object {
  vertical-align: top;
}

img {
  vertical-align: bottom;
}

a {
  outline: 0;
}

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

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

caption, th {
  text-align: left;
  font-weight: 400;
}

li, ol, ul {
  list-style: none;
}

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

hr {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
  line-height: 1;
}

body {
  font-family: "Marcellus", sans-serif;
  font-size: 1.6rem;
  line-height: 2;
  color: #242629;
  position: relative;
  background: #faf8f5;
  letter-spacing: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

li,
ol {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: top;
  width: 100%;
  height: auto;
}

a {
  color: #242629;
  text-decoration: none;
}
a:visited {
  color: #242629;
  text-decoration: none;
}
a:hover {
  color: #242629;
  opacity: 0.7;
}
a:active {
  color: #242629;
}

sup {
  font-size: 0.5em;
}

::-moz-selection {
  background: #fc0000;
  color: #fff;
}

::selection {
  background: #fc0000;
  color: #fff;
}

::-moz-selection {
  background: #fc0000;
  color: #fff;
}

::-webkit-selection {
  background: #fc0000;
  color: #fff;
}

/*------------------------------------------------*/
/* Print */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* Header */
/*------------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  padding: 32px 0;
  z-index: 995;
}
.l-header button {
  color: #242629;
}
.l-header button:hover, .l-header button:active, .l-header button:focus, .l-header button:visited {
  color: #242629;
}
.l-header .header-logo {
  width: 56px;
  margin: 0 auto;
}
.l-header .header-navButton {
  cursor: pointer;
  margin-right: 32px;
  position: absolute;
  right: 0;
}
.l-header .header-navButton .header-navButton-button {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.l-header .header-navButton .header-navButton-button-text {
  margin-top: 8px;
  font-size: 1.2rem;
  font-family: "Marcellus", sans-serif;
}
.l-header .header-navButton .header-navButton-button-icon {
  width: 18px;
  height: 8px;
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.l-header .header-navButton .header-navButton-button-icon span {
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  background: #242629;
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0s;
}
.l-header .header-navButton .header-navButton-button-icon span.header-navButton-button-icon-top {
  -webkit-transform: translateY(0) rotate(0deg);
          transform: translateY(0) rotate(0deg);
}
.l-header .header-navButton .header-navButton-button-icon span.header-navButton-button-icon-bottom {
  -webkit-transform: translateY(6px) rotate(0deg);
          transform: translateY(6px) rotate(0deg);
}
.l-header.is-open .header-navButton .header-navButton-button-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.l-header.is-open .header-navButton .header-navButton-button-icon span {
  transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition-delay: 0.2s;
}
.l-header.is-open .header-navButton .header-navButton-button-icon span.header-navButton-button-icon-top {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}
.l-header.is-open .header-navButton .header-navButton-button-icon span.header-navButton-button-icon-bottom {
  -webkit-transform: translateY(3px) rotate(-45deg);
          transform: translateY(3px) rotate(-45deg);
}

.low .l-header {
  background: #faf8f5;
  padding: 24px 0;
}
.low .l-header .header-logo {
  width: 302px;
}
.low .l-header .header-logo a {
  display: -webkit-flex;
  display: flex;
}
.low .l-header .header-logo-sakura {
  width: 204px;
}
.low .l-header .header-logo-100th {
  margin-left: 16px;
  width: 82px;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}

/*------------------------------------------------*/
/* header-nav */
/*------------------------------------------------*/
.header-nav {
  visibility: hidden;
  background: #faf8f5;
  width: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  overflow-y: scroll;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.header-nav .header-nav-inner {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100vw;
  height: 100%;
}
.header-nav .header-nav-body {
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.header-nav .header-nav-body-main {
  width: 100%;
  padding: 136px 40px 40px;
  font-size: 2vh;
}
.header-nav .header-nav-body-main-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: flex-start;
          align-items: flex-start;
  height: 100%;
}
.header-nav .header-nav-body-main-item {
  margin: 1.5em 0;
}
.header-nav .header-nav-body-main-item .linkText {
  overflow: hidden;
  display: inline-block;
}
.header-nav .header-nav-body-main-item .linkText span {
  display: inline-block;
  -webkit-transform: translate3D(0, 48px, 0);
          transform: translate3D(0, 48px, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
.header-nav .header-nav-body-main-item.title {
  font-size: 2.4vh;
}
.header-nav .header-nav-body-main-item.products {
  display: -webkit-flex;
  display: flex;
}
.header-nav .header-nav-body-main-item .subLinkText {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding: 0.5em 0;
}
.header-nav .header-nav-body-main-item .subLinkText span {
  display: inline-block;
  -webkit-transform: translate3D(0, 48px, 0);
          transform: translate3D(0, 48px, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
.header-nav .header-nav-body-main-item .subLinkText.is-comingsoon {
  text-decoration: line-through;
  opacity: 0.4;
}
.header-nav .header-nav-body-main-item .subLinkText.is-comingsoon::before {
  content: "COMING SOON";
  position: absolute;
  font-size: 1.5vh;
  top: -0.5vh;
  left: 0;
  color: rgb(129, 85, 85);
}
.header-nav .header-nav-body-main-subList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding-left: 144px;
}
.header-nav .header-nav-body-main-subList::before {
  content: "";
  width: 80px;
  height: 1px;
  display: block;
  background: #242629;
  position: absolute;
  top: 1em;
  left: 32px;
}
.header-nav .header-nav-body-main-subItem {
  margin-bottom: 24px;
}
.header-nav .header-nav-body-main-subItem:first-child {
  margin-top: -0.5em;
}
.header-nav .header-nav-body-figure {
  width: 35%;
  height: 100%;
  padding: 136px 40px 40px;
}
.header-nav .header-nav-body-figure-block {
  width: 100%;
  height: 100%;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_main.jpg) no-repeat center/cover;
}
.header-nav .header-nav-footer {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 16px 40px;
}
.header-nav .header-nav-footer-linkList,
.header-nav .header-nav-footer-subLinkList {
  display: -webkit-flex;
  display: flex;
  font-size: 1.4rem;
}
.header-nav .header-nav-footer-linkList-item {
  margin-right: 40px;
}
.header-nav .header-nav-footer-subLinkList-item {
  margin-left: 40px;
}
.header-nav.is-open {
  width: 100%;
  visibility: visible;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.header-nav.is-open .header-nav-body-main-item .linkText span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
.header-nav.is-open .header-nav-body-main-item .subLinkText span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}

/*------------------------------------------------*/
/* Footer */
/*------------------------------------------------*/
.l-footer {
  /* main */
  /* foot */
}
.l-footer .footer-main {
  width: 100%;
  background: #f3f2ec;
  padding: 80px 0;
}
.l-footer .footer-main-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.l-footer .footer-main-logo .logo-head-logo {
  width: 208px;
}
.l-footer .footer-main-logo .logo-head-100th {
  width: 80px;
  -webkit-transform: translate3d(0, 4px, 0);
          transform: translate3d(0, 4px, 0);
}
.l-footer .footer-main-logo .logo-foot {
  margin-top: 4px;
}
.l-footer .footer-main-links {
  width: calc(100% - 208px - 160px);
  margin-left: auto;
}
.l-footer .footer-main-links-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.l-footer .footer-main-links-item.products .footer-main-links-subItem {
  position: relative;
}
.l-footer .footer-main-links-item.products .footer-main-links-subItem::before {
  content: "-";
  display: inline-block;
}
.l-footer .footer-main-links-item.eternal {
  border-left: 1px solid #ccc;
  padding-left: 24px;
  padding-bottom: 40px;
}
.l-footer .footer-main-links-item.eternal .footer-main-links-subItem:first-child {
  margin-top: 0;
}
.l-footer .footer-main-links-subList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.l-footer .footer-main-links-subItem {
  margin-top: 32px;
}
.l-footer .footer-main-links-subItem.social {
  position: relative;
}
.l-footer .footer-main-links-subItem.social .footer-main-links-socialList {
  display: -webkit-flex;
  display: flex;
}
.l-footer .footer-main-links-subItem.social .footer-main-links-socialItem {
  margin-right: 20px;
}
.l-footer .footer-main-links-subItem.social .footer-main-links-socialItem a {
  width: 20px;
  margin-right: 20px;
  top: 0;
  position: relative;
  bottom: 0;
}
.l-footer .footer-main-links-subItem.social .footer-main-links-socialItem img {
  top: 50%;
  position: absolute;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 20px;
}
.l-footer .footer-foot {
  width: 100%;
  background: #fff;
  font-size: 1.2rem;
}
.l-footer .footer-foot-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  padding: 24px 0;
}
.l-footer .footer-foot-copyright {
  margin: 0 auto 0 0;
}
.l-footer .footer-foot-links {
  display: -webkit-flex;
  display: flex;
}
.l-footer .footer-foot-links .footer-foot-share {
  display: -webkit-flex;
  display: flex;
}
.l-footer .footer-foot-links .footer-foot-share .footer-foot-share-title {
  margin-right: 16px;
}
.l-footer .footer-foot-links .footer-foot-share ul {
  display: -webkit-flex;
  display: flex;
}
.l-footer .footer-foot-links .footer-foot-share ul li {
  margin: 0 16px 0 0;
}
.l-footer .footer-foot-links .footer-foot-share ul li img {
  height: 20px;
  width: auto;
}
.l-footer .footer-foot-link {
  margin-left: 16px;
}

/*------------------------------------------------*/
/* home */
/*------------------------------------------------*/
.home .home-section {
  height: 100%;
}
.home .l-hero {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}
.home .l-hero .l-hero-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: 0;
}
.home .l-hero .l-hero-layer.layer01 {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg01.png);
}
.home .l-hero .l-hero-layer.layer02 {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg02.png);
}
.home .l-hero .l-hero-layer.layer03 {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg03.png);
}
.home .l-hero .hero-title {
  width: 640px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.home .l-hero .hero-artist {
  background: rgba(255, 255, 255, 0.85);
  padding: 16px;
  position: absolute;
  bottom: 110px;
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  opacity: 0;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.home .l-hero .hero-artist.is-active {
  opacity: 1;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.home .l-hero .hero-artist::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #dedede;
  position: absolute;
  top: 6px;
  left: 6px;
}
.home .l-hero .hero-artist .figure {
  margin-left: 16px;
  margin-right: 32px;
}
.home .l-hero .hero-artist .figure img {
  height: 72px;
  width: auto;
}
.home .l-hero .hero-artist .hero-artist-name {
  font-size: 1.4rem;
}
.home .l-hero .hero-artist .hero-artist-links {
  font-size: 1.2rem;
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
}
.home .l-hero .hero-artist .hero-artist-link {
  position: relative;
}
.home .l-hero .hero-artist .hero-artist-link:not(:last-child)::after {
  content: "/";
  margin: 0 0.4em;
  display: inline-block;
  font-size: 1rem;
}
.home .l-hero .hero-artist .hero-artist-link a {
  color: #59baca;
}
.home .l-hero .hero-artist .hero-artist-material {
  font-size: 1.2rem;
}
.home .l-hero .hero-banner {
  position: absolute;
  display: block;
  right: 64px;
  bottom: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}
.home .l-hero .hero-banner-link {
  width: 200px;
  display: block;
}
.home .l-intro,
.home .l-history,
.home .l-products {
  position: relative;
}
.home .l-intro .section-inner,
.home .l-history .section-inner,
.home .l-products .section-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
}
.home .l-intro .section-main,
.home .l-history .section-main,
.home .l-products .section-main {
  width: 66.6666666667%;
  padding-left: 6.6666666667%;
  padding-right: 6.6666666667%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.home .l-intro .section-main .section-title,
.home .l-history .section-main .section-title,
.home .l-products .section-main .section-title {
  font-size: 3.2rem;
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transform: translate(-15%, 0);
          transform: translate(-15%, 0);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.home .l-intro .section-main .section-title > span,
.home .l-history .section-main .section-title > span,
.home .l-products .section-main .section-title > span {
  line-height: 1.5;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translate(16px, 0);
          transform: translate(16px, 0);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
  padding: 0 2px;
}
.home .l-intro .section-main .section-title > span.spacer,
.home .l-history .section-main .section-title > span.spacer,
.home .l-products .section-main .section-title > span.spacer {
  width: 10px;
}
.home .l-intro .section-main .section-title > span:nth-child(1),
.home .l-history .section-main .section-title > span:nth-child(1),
.home .l-products .section-main .section-title > span:nth-child(1) {
  transition-delay: 0s;
}
.home .l-intro .section-main .section-title > span:nth-child(2),
.home .l-history .section-main .section-title > span:nth-child(2),
.home .l-products .section-main .section-title > span:nth-child(2) {
  transition-delay: 0.03s;
}
.home .l-intro .section-main .section-title > span:nth-child(3),
.home .l-history .section-main .section-title > span:nth-child(3),
.home .l-products .section-main .section-title > span:nth-child(3) {
  transition-delay: 0.06s;
}
.home .l-intro .section-main .section-title > span:nth-child(4),
.home .l-history .section-main .section-title > span:nth-child(4),
.home .l-products .section-main .section-title > span:nth-child(4) {
  transition-delay: 0.09s;
}
.home .l-intro .section-main .section-title > span:nth-child(5),
.home .l-history .section-main .section-title > span:nth-child(5),
.home .l-products .section-main .section-title > span:nth-child(5) {
  transition-delay: 0.12s;
}
.home .l-intro .section-main .section-title > span:nth-child(6),
.home .l-history .section-main .section-title > span:nth-child(6),
.home .l-products .section-main .section-title > span:nth-child(6) {
  transition-delay: 0.15s;
}
.home .l-intro .section-main .section-title > span:nth-child(7),
.home .l-history .section-main .section-title > span:nth-child(7),
.home .l-products .section-main .section-title > span:nth-child(7) {
  transition-delay: 0.18s;
}
.home .l-intro .section-main .section-title > span:nth-child(8),
.home .l-history .section-main .section-title > span:nth-child(8),
.home .l-products .section-main .section-title > span:nth-child(8) {
  transition-delay: 0.21s;
}
.home .l-intro .section-main .section-title > span:nth-child(9),
.home .l-history .section-main .section-title > span:nth-child(9),
.home .l-products .section-main .section-title > span:nth-child(9) {
  transition-delay: 0.24s;
}
.home .l-intro .section-main .section-title > span:nth-child(10),
.home .l-history .section-main .section-title > span:nth-child(10),
.home .l-products .section-main .section-title > span:nth-child(10) {
  transition-delay: 0.27s;
}
.home .l-intro .section-main .section-title > span:nth-child(11),
.home .l-history .section-main .section-title > span:nth-child(11),
.home .l-products .section-main .section-title > span:nth-child(11) {
  transition-delay: 0.3s;
}
.home .l-intro .section-main .section-title > span:nth-child(12),
.home .l-history .section-main .section-title > span:nth-child(12),
.home .l-products .section-main .section-title > span:nth-child(12) {
  transition-delay: 0.33s;
}
.home .l-intro .section-main .section-title > span:nth-child(13),
.home .l-history .section-main .section-title > span:nth-child(13),
.home .l-products .section-main .section-title > span:nth-child(13) {
  transition-delay: 0.36s;
}
.home .l-intro .section-main .section-title > span:nth-child(14),
.home .l-history .section-main .section-title > span:nth-child(14),
.home .l-products .section-main .section-title > span:nth-child(14) {
  transition-delay: 0.39s;
}
.home .l-intro .section-main .section-title > span:nth-child(15),
.home .l-history .section-main .section-title > span:nth-child(15),
.home .l-products .section-main .section-title > span:nth-child(15) {
  transition-delay: 0.42s;
}
.home .l-intro .section-main .section-title > span:nth-child(16),
.home .l-history .section-main .section-title > span:nth-child(16),
.home .l-products .section-main .section-title > span:nth-child(16) {
  transition-delay: 0.45s;
}
.home .l-intro .section-main .section-title > span:nth-child(17),
.home .l-history .section-main .section-title > span:nth-child(17),
.home .l-products .section-main .section-title > span:nth-child(17) {
  transition-delay: 0.48s;
}
.home .l-intro .section-main .section-title > span:nth-child(18),
.home .l-history .section-main .section-title > span:nth-child(18),
.home .l-products .section-main .section-title > span:nth-child(18) {
  transition-delay: 0.51s;
}
.home .l-intro .section-main .section-title > span:nth-child(19),
.home .l-history .section-main .section-title > span:nth-child(19),
.home .l-products .section-main .section-title > span:nth-child(19) {
  transition-delay: 0.54s;
}
.home .l-intro .section-main .section-title > span:nth-child(20),
.home .l-history .section-main .section-title > span:nth-child(20),
.home .l-products .section-main .section-title > span:nth-child(20) {
  transition-delay: 0.57s;
}
.home .l-intro .section-main .section-title > span:nth-child(21),
.home .l-history .section-main .section-title > span:nth-child(21),
.home .l-products .section-main .section-title > span:nth-child(21) {
  transition-delay: 0.6s;
}
.home .l-intro .section-main .section-title > span:nth-child(22),
.home .l-history .section-main .section-title > span:nth-child(22),
.home .l-products .section-main .section-title > span:nth-child(22) {
  transition-delay: 0.63s;
}
.home .l-intro .section-main .section-title > span:nth-child(23),
.home .l-history .section-main .section-title > span:nth-child(23),
.home .l-products .section-main .section-title > span:nth-child(23) {
  transition-delay: 0.66s;
}
.home .l-intro .section-main .section-title > span:nth-child(24),
.home .l-history .section-main .section-title > span:nth-child(24),
.home .l-products .section-main .section-title > span:nth-child(24) {
  transition-delay: 0.69s;
}
.home .l-intro .section-main .section-title > span:nth-child(25),
.home .l-history .section-main .section-title > span:nth-child(25),
.home .l-products .section-main .section-title > span:nth-child(25) {
  transition-delay: 0.72s;
}
.home .l-intro .section-main .section-title > span:nth-child(26),
.home .l-history .section-main .section-title > span:nth-child(26),
.home .l-products .section-main .section-title > span:nth-child(26) {
  transition-delay: 0.75s;
}
.home .l-intro .section-main .section-title > span:nth-child(27),
.home .l-history .section-main .section-title > span:nth-child(27),
.home .l-products .section-main .section-title > span:nth-child(27) {
  transition-delay: 0.78s;
}
.home .l-intro .section-main .section-title > span:nth-child(28),
.home .l-history .section-main .section-title > span:nth-child(28),
.home .l-products .section-main .section-title > span:nth-child(28) {
  transition-delay: 0.81s;
}
.home .l-intro .section-main .section-title > span:nth-child(29),
.home .l-history .section-main .section-title > span:nth-child(29),
.home .l-products .section-main .section-title > span:nth-child(29) {
  transition-delay: 0.84s;
}
.home .l-intro .section-main .section-title > span:nth-child(30),
.home .l-history .section-main .section-title > span:nth-child(30),
.home .l-products .section-main .section-title > span:nth-child(30) {
  transition-delay: 0.87s;
}
.home .l-intro .section-main .section-title > span:nth-child(31),
.home .l-history .section-main .section-title > span:nth-child(31),
.home .l-products .section-main .section-title > span:nth-child(31) {
  transition-delay: 0.9s;
}
.home .l-intro .section-main .section-title > span:nth-child(32),
.home .l-history .section-main .section-title > span:nth-child(32),
.home .l-products .section-main .section-title > span:nth-child(32) {
  transition-delay: 0.93s;
}
.home .l-intro .section-main .section-title > span:nth-child(33),
.home .l-history .section-main .section-title > span:nth-child(33),
.home .l-products .section-main .section-title > span:nth-child(33) {
  transition-delay: 0.96s;
}
.home .l-intro .section-main .section-title > span:nth-child(34),
.home .l-history .section-main .section-title > span:nth-child(34),
.home .l-products .section-main .section-title > span:nth-child(34) {
  transition-delay: 0.99s;
}
.home .l-intro .section-main .section-title > span:nth-child(35),
.home .l-history .section-main .section-title > span:nth-child(35),
.home .l-products .section-main .section-title > span:nth-child(35) {
  transition-delay: 1.02s;
}
.home .l-intro .section-main .section-title > span:nth-child(36),
.home .l-history .section-main .section-title > span:nth-child(36),
.home .l-products .section-main .section-title > span:nth-child(36) {
  transition-delay: 1.05s;
}
.home .l-intro .section-main .section-title > span:nth-child(37),
.home .l-history .section-main .section-title > span:nth-child(37),
.home .l-products .section-main .section-title > span:nth-child(37) {
  transition-delay: 1.08s;
}
.home .l-intro .section-main .section-title > span:nth-child(38),
.home .l-history .section-main .section-title > span:nth-child(38),
.home .l-products .section-main .section-title > span:nth-child(38) {
  transition-delay: 1.11s;
}
.home .l-intro .section-main .section-title > span:nth-child(39),
.home .l-history .section-main .section-title > span:nth-child(39),
.home .l-products .section-main .section-title > span:nth-child(39) {
  transition-delay: 1.14s;
}
.home .l-intro .section-main .section-title > span:nth-child(40),
.home .l-history .section-main .section-title > span:nth-child(40),
.home .l-products .section-main .section-title > span:nth-child(40) {
  transition-delay: 1.17s;
}
.home .l-intro .section-main .section-title > span:nth-child(41),
.home .l-history .section-main .section-title > span:nth-child(41),
.home .l-products .section-main .section-title > span:nth-child(41) {
  transition-delay: 1.2s;
}
.home .l-intro .section-main .section-title > span:nth-child(42),
.home .l-history .section-main .section-title > span:nth-child(42),
.home .l-products .section-main .section-title > span:nth-child(42) {
  transition-delay: 1.23s;
}
.home .l-intro .section-main .section-title > span:nth-child(43),
.home .l-history .section-main .section-title > span:nth-child(43),
.home .l-products .section-main .section-title > span:nth-child(43) {
  transition-delay: 1.26s;
}
.home .l-intro .section-main .section-title > span:nth-child(44),
.home .l-history .section-main .section-title > span:nth-child(44),
.home .l-products .section-main .section-title > span:nth-child(44) {
  transition-delay: 1.29s;
}
.home .l-intro .section-main .section-title > span:nth-child(45),
.home .l-history .section-main .section-title > span:nth-child(45),
.home .l-products .section-main .section-title > span:nth-child(45) {
  transition-delay: 1.32s;
}
.home .l-intro .section-main .section-title > span:nth-child(46),
.home .l-history .section-main .section-title > span:nth-child(46),
.home .l-products .section-main .section-title > span:nth-child(46) {
  transition-delay: 1.35s;
}
.home .l-intro .section-main .section-title > span:nth-child(47),
.home .l-history .section-main .section-title > span:nth-child(47),
.home .l-products .section-main .section-title > span:nth-child(47) {
  transition-delay: 1.38s;
}
.home .l-intro .section-main .section-title > span:nth-child(48),
.home .l-history .section-main .section-title > span:nth-child(48),
.home .l-products .section-main .section-title > span:nth-child(48) {
  transition-delay: 1.41s;
}
.home .l-intro .section-main .section-title > span:nth-child(49),
.home .l-history .section-main .section-title > span:nth-child(49),
.home .l-products .section-main .section-title > span:nth-child(49) {
  transition-delay: 1.44s;
}
.home .l-intro .section-main .section-title > span:nth-child(50),
.home .l-history .section-main .section-title > span:nth-child(50),
.home .l-products .section-main .section-title > span:nth-child(50) {
  transition-delay: 1.47s;
}
.home .l-intro .section-main .section-title > span:nth-child(51),
.home .l-history .section-main .section-title > span:nth-child(51),
.home .l-products .section-main .section-title > span:nth-child(51) {
  transition-delay: 1.5s;
}
.home .l-intro .section-main .section-title > span:nth-child(52),
.home .l-history .section-main .section-title > span:nth-child(52),
.home .l-products .section-main .section-title > span:nth-child(52) {
  transition-delay: 1.53s;
}
.home .l-intro .section-main .section-title > span:nth-child(53),
.home .l-history .section-main .section-title > span:nth-child(53),
.home .l-products .section-main .section-title > span:nth-child(53) {
  transition-delay: 1.56s;
}
.home .l-intro .section-main .section-title > span:nth-child(54),
.home .l-history .section-main .section-title > span:nth-child(54),
.home .l-products .section-main .section-title > span:nth-child(54) {
  transition-delay: 1.59s;
}
.home .l-intro .section-main .section-title > span:nth-child(55),
.home .l-history .section-main .section-title > span:nth-child(55),
.home .l-products .section-main .section-title > span:nth-child(55) {
  transition-delay: 1.62s;
}
.home .l-intro .section-main .section-title > span:nth-child(56),
.home .l-history .section-main .section-title > span:nth-child(56),
.home .l-products .section-main .section-title > span:nth-child(56) {
  transition-delay: 1.65s;
}
.home .l-intro .section-main .section-title > span:nth-child(57),
.home .l-history .section-main .section-title > span:nth-child(57),
.home .l-products .section-main .section-title > span:nth-child(57) {
  transition-delay: 1.68s;
}
.home .l-intro .section-main .section-title > span:nth-child(58),
.home .l-history .section-main .section-title > span:nth-child(58),
.home .l-products .section-main .section-title > span:nth-child(58) {
  transition-delay: 1.71s;
}
.home .l-intro .section-main .section-title > span:nth-child(59),
.home .l-history .section-main .section-title > span:nth-child(59),
.home .l-products .section-main .section-title > span:nth-child(59) {
  transition-delay: 1.74s;
}
.home .l-intro .section-main .section-title > span:nth-child(60),
.home .l-history .section-main .section-title > span:nth-child(60),
.home .l-products .section-main .section-title > span:nth-child(60) {
  transition-delay: 1.77s;
}
.home .l-intro .section-main .section-title > span:nth-child(61),
.home .l-history .section-main .section-title > span:nth-child(61),
.home .l-products .section-main .section-title > span:nth-child(61) {
  transition-delay: 1.8s;
}
.home .l-intro .section-main .section-title > span:nth-child(62),
.home .l-history .section-main .section-title > span:nth-child(62),
.home .l-products .section-main .section-title > span:nth-child(62) {
  transition-delay: 1.83s;
}
.home .l-intro .section-main .section-title > span:nth-child(63),
.home .l-history .section-main .section-title > span:nth-child(63),
.home .l-products .section-main .section-title > span:nth-child(63) {
  transition-delay: 1.86s;
}
.home .l-intro .section-main .section-title > span:nth-child(64),
.home .l-history .section-main .section-title > span:nth-child(64),
.home .l-products .section-main .section-title > span:nth-child(64) {
  transition-delay: 1.89s;
}
.home .l-intro .section-main .section-title > span:nth-child(65),
.home .l-history .section-main .section-title > span:nth-child(65),
.home .l-products .section-main .section-title > span:nth-child(65) {
  transition-delay: 1.92s;
}
.home .l-intro .section-main .section-title > span:nth-child(66),
.home .l-history .section-main .section-title > span:nth-child(66),
.home .l-products .section-main .section-title > span:nth-child(66) {
  transition-delay: 1.95s;
}
.home .l-intro .section-main .section-title > span:nth-child(67),
.home .l-history .section-main .section-title > span:nth-child(67),
.home .l-products .section-main .section-title > span:nth-child(67) {
  transition-delay: 1.98s;
}
.home .l-intro .section-main .section-title > span:nth-child(68),
.home .l-history .section-main .section-title > span:nth-child(68),
.home .l-products .section-main .section-title > span:nth-child(68) {
  transition-delay: 2.01s;
}
.home .l-intro .section-main .section-title > span:nth-child(69),
.home .l-history .section-main .section-title > span:nth-child(69),
.home .l-products .section-main .section-title > span:nth-child(69) {
  transition-delay: 2.04s;
}
.home .l-intro .section-main .section-title > span:nth-child(70),
.home .l-history .section-main .section-title > span:nth-child(70),
.home .l-products .section-main .section-title > span:nth-child(70) {
  transition-delay: 2.07s;
}
.home .l-intro .section-main .section-title > span:nth-child(71),
.home .l-history .section-main .section-title > span:nth-child(71),
.home .l-products .section-main .section-title > span:nth-child(71) {
  transition-delay: 2.1s;
}
.home .l-intro .section-main .section-title > span:nth-child(72),
.home .l-history .section-main .section-title > span:nth-child(72),
.home .l-products .section-main .section-title > span:nth-child(72) {
  transition-delay: 2.13s;
}
.home .l-intro .section-main .section-title > span:nth-child(73),
.home .l-history .section-main .section-title > span:nth-child(73),
.home .l-products .section-main .section-title > span:nth-child(73) {
  transition-delay: 2.16s;
}
.home .l-intro .section-main .section-title > span:nth-child(74),
.home .l-history .section-main .section-title > span:nth-child(74),
.home .l-products .section-main .section-title > span:nth-child(74) {
  transition-delay: 2.19s;
}
.home .l-intro .section-main .section-title > span:nth-child(75),
.home .l-history .section-main .section-title > span:nth-child(75),
.home .l-products .section-main .section-title > span:nth-child(75) {
  transition-delay: 2.22s;
}
.home .l-intro .section-main .section-title > span:nth-child(76),
.home .l-history .section-main .section-title > span:nth-child(76),
.home .l-products .section-main .section-title > span:nth-child(76) {
  transition-delay: 2.25s;
}
.home .l-intro .section-main .section-title > span:nth-child(77),
.home .l-history .section-main .section-title > span:nth-child(77),
.home .l-products .section-main .section-title > span:nth-child(77) {
  transition-delay: 2.28s;
}
.home .l-intro .section-main .section-title > span:nth-child(78),
.home .l-history .section-main .section-title > span:nth-child(78),
.home .l-products .section-main .section-title > span:nth-child(78) {
  transition-delay: 2.31s;
}
.home .l-intro .section-main .section-title > span:nth-child(79),
.home .l-history .section-main .section-title > span:nth-child(79),
.home .l-products .section-main .section-title > span:nth-child(79) {
  transition-delay: 2.34s;
}
.home .l-intro .section-main .section-title > span:nth-child(80),
.home .l-history .section-main .section-title > span:nth-child(80),
.home .l-products .section-main .section-title > span:nth-child(80) {
  transition-delay: 2.37s;
}
.home .l-intro .section-main .section-title > span:nth-child(81),
.home .l-history .section-main .section-title > span:nth-child(81),
.home .l-products .section-main .section-title > span:nth-child(81) {
  transition-delay: 2.4s;
}
.home .l-intro .section-main .section-title > span:nth-child(82),
.home .l-history .section-main .section-title > span:nth-child(82),
.home .l-products .section-main .section-title > span:nth-child(82) {
  transition-delay: 2.43s;
}
.home .l-intro .section-main .section-title > span:nth-child(83),
.home .l-history .section-main .section-title > span:nth-child(83),
.home .l-products .section-main .section-title > span:nth-child(83) {
  transition-delay: 2.46s;
}
.home .l-intro .section-main .section-title > span:nth-child(84),
.home .l-history .section-main .section-title > span:nth-child(84),
.home .l-products .section-main .section-title > span:nth-child(84) {
  transition-delay: 2.49s;
}
.home .l-intro .section-main .section-title > span:nth-child(85),
.home .l-history .section-main .section-title > span:nth-child(85),
.home .l-products .section-main .section-title > span:nth-child(85) {
  transition-delay: 2.52s;
}
.home .l-intro .section-main .section-title > span:nth-child(86),
.home .l-history .section-main .section-title > span:nth-child(86),
.home .l-products .section-main .section-title > span:nth-child(86) {
  transition-delay: 2.55s;
}
.home .l-intro .section-main .section-title > span:nth-child(87),
.home .l-history .section-main .section-title > span:nth-child(87),
.home .l-products .section-main .section-title > span:nth-child(87) {
  transition-delay: 2.58s;
}
.home .l-intro .section-main .section-title > span:nth-child(88),
.home .l-history .section-main .section-title > span:nth-child(88),
.home .l-products .section-main .section-title > span:nth-child(88) {
  transition-delay: 2.61s;
}
.home .l-intro .section-main .section-title > span:nth-child(89),
.home .l-history .section-main .section-title > span:nth-child(89),
.home .l-products .section-main .section-title > span:nth-child(89) {
  transition-delay: 2.64s;
}
.home .l-intro .section-main .section-title > span:nth-child(90),
.home .l-history .section-main .section-title > span:nth-child(90),
.home .l-products .section-main .section-title > span:nth-child(90) {
  transition-delay: 2.67s;
}
.home .l-intro .section-main .section-title > span:nth-child(91),
.home .l-history .section-main .section-title > span:nth-child(91),
.home .l-products .section-main .section-title > span:nth-child(91) {
  transition-delay: 2.7s;
}
.home .l-intro .section-main .section-title > span:nth-child(92),
.home .l-history .section-main .section-title > span:nth-child(92),
.home .l-products .section-main .section-title > span:nth-child(92) {
  transition-delay: 2.73s;
}
.home .l-intro .section-main .section-title > span:nth-child(93),
.home .l-history .section-main .section-title > span:nth-child(93),
.home .l-products .section-main .section-title > span:nth-child(93) {
  transition-delay: 2.76s;
}
.home .l-intro .section-main .section-title > span:nth-child(94),
.home .l-history .section-main .section-title > span:nth-child(94),
.home .l-products .section-main .section-title > span:nth-child(94) {
  transition-delay: 2.79s;
}
.home .l-intro .section-main .section-title > span:nth-child(95),
.home .l-history .section-main .section-title > span:nth-child(95),
.home .l-products .section-main .section-title > span:nth-child(95) {
  transition-delay: 2.82s;
}
.home .l-intro .section-main .section-title > span:nth-child(96),
.home .l-history .section-main .section-title > span:nth-child(96),
.home .l-products .section-main .section-title > span:nth-child(96) {
  transition-delay: 2.85s;
}
.home .l-intro .section-main .section-title > span:nth-child(97),
.home .l-history .section-main .section-title > span:nth-child(97),
.home .l-products .section-main .section-title > span:nth-child(97) {
  transition-delay: 2.88s;
}
.home .l-intro .section-main .section-title > span:nth-child(98),
.home .l-history .section-main .section-title > span:nth-child(98),
.home .l-products .section-main .section-title > span:nth-child(98) {
  transition-delay: 2.91s;
}
.home .l-intro .section-main .section-title > span:nth-child(99),
.home .l-history .section-main .section-title > span:nth-child(99),
.home .l-products .section-main .section-title > span:nth-child(99) {
  transition-delay: 2.94s;
}
.home .l-intro .section-main .section-title > span:nth-child(100),
.home .l-history .section-main .section-title > span:nth-child(100),
.home .l-products .section-main .section-title > span:nth-child(100) {
  transition-delay: 2.97s;
}
.home .l-intro .section-main .section-title > span:nth-child(101),
.home .l-history .section-main .section-title > span:nth-child(101),
.home .l-products .section-main .section-title > span:nth-child(101) {
  transition-delay: 3s;
}
.home .l-intro .section-main .section-text,
.home .l-intro .section-main .section-link,
.home .l-history .section-main .section-text,
.home .l-history .section-main .section-link,
.home .l-products .section-main .section-text,
.home .l-products .section-main .section-link {
  opacity: 0;
  -webkit-transform: translate3D(0, 32px, 0);
          transform: translate3D(0, 32px, 0);
  transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0;
}
.home .l-intro .section-main .section-text,
.home .l-history .section-main .section-text,
.home .l-products .section-main .section-text {
  transition-delay: 0.8s;
}
.home .l-intro .section-main .section-text:first-of-type,
.home .l-history .section-main .section-text:first-of-type,
.home .l-products .section-main .section-text:first-of-type {
  margin: 56px 0 0;
}
.home .l-intro .section-main .section-text:not(:first-of-type),
.home .l-history .section-main .section-text:not(:first-of-type),
.home .l-products .section-main .section-text:not(:first-of-type) {
  margin: 1em 0 0;
}
.home .l-intro .section-main .section-text:last-of-type,
.home .l-history .section-main .section-text:last-of-type,
.home .l-products .section-main .section-text:last-of-type {
  margin-bottom: 56px;
}
.home .l-intro .section-main .section-link,
.home .l-history .section-main .section-link,
.home .l-products .section-main .section-link {
  position: relative;
  transition-delay: 1s;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  padding-right: 80px;
  display: inline-block;
}
.home .l-intro .section-main .section-link.is-comingsoon,
.home .l-history .section-main .section-link.is-comingsoon,
.home .l-products .section-main .section-link.is-comingsoon {
  text-decoration: line-through;
}
.home .l-intro .section-main .section-link.is-comingsoon::before,
.home .l-history .section-main .section-link.is-comingsoon::before,
.home .l-products .section-main .section-link.is-comingsoon::before {
  content: "COMING SOON";
  position: absolute;
  font-size: 1.2rem;
  top: -1.2em;
  left: 0;
  color: rgb(129, 85, 85);
}
.home .l-intro .section-main .section-link::after,
.home .l-history .section-main .section-link::after,
.home .l-products .section-main .section-link::after {
  content: "";
  width: 64px;
  height: 1px;
  background: #242629;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}
.home .l-intro .section-figure,
.home .l-history .section-figure,
.home .l-products .section-figure {
  width: 33.3333333333%;
  height: 100%;
}
.home .l-intro.is-active .section-title,
.home .l-history.is-active .section-title,
.home .l-products.is-active .section-title {
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1), filter 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-filter 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.home .l-intro.is-active .section-title > span,
.home .l-history.is-active .section-title > span,
.home .l-products.is-active .section-title > span {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
  transition: opacity 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1), -webkit-transform 0.8s cubic-bezier(0.35, 0.2, 0.1, 1);
}
.home .l-intro.is-active .section-title > span:nth-child(1),
.home .l-history.is-active .section-title > span:nth-child(1),
.home .l-products.is-active .section-title > span:nth-child(1) {
  transition-delay: 0s;
}
.home .l-intro.is-active .section-title > span:nth-child(2),
.home .l-history.is-active .section-title > span:nth-child(2),
.home .l-products.is-active .section-title > span:nth-child(2) {
  transition-delay: 0.02s;
}
.home .l-intro.is-active .section-title > span:nth-child(3),
.home .l-history.is-active .section-title > span:nth-child(3),
.home .l-products.is-active .section-title > span:nth-child(3) {
  transition-delay: 0.04s;
}
.home .l-intro.is-active .section-title > span:nth-child(4),
.home .l-history.is-active .section-title > span:nth-child(4),
.home .l-products.is-active .section-title > span:nth-child(4) {
  transition-delay: 0.06s;
}
.home .l-intro.is-active .section-title > span:nth-child(5),
.home .l-history.is-active .section-title > span:nth-child(5),
.home .l-products.is-active .section-title > span:nth-child(5) {
  transition-delay: 0.08s;
}
.home .l-intro.is-active .section-title > span:nth-child(6),
.home .l-history.is-active .section-title > span:nth-child(6),
.home .l-products.is-active .section-title > span:nth-child(6) {
  transition-delay: 0.1s;
}
.home .l-intro.is-active .section-title > span:nth-child(7),
.home .l-history.is-active .section-title > span:nth-child(7),
.home .l-products.is-active .section-title > span:nth-child(7) {
  transition-delay: 0.12s;
}
.home .l-intro.is-active .section-title > span:nth-child(8),
.home .l-history.is-active .section-title > span:nth-child(8),
.home .l-products.is-active .section-title > span:nth-child(8) {
  transition-delay: 0.14s;
}
.home .l-intro.is-active .section-title > span:nth-child(9),
.home .l-history.is-active .section-title > span:nth-child(9),
.home .l-products.is-active .section-title > span:nth-child(9) {
  transition-delay: 0.16s;
}
.home .l-intro.is-active .section-title > span:nth-child(10),
.home .l-history.is-active .section-title > span:nth-child(10),
.home .l-products.is-active .section-title > span:nth-child(10) {
  transition-delay: 0.18s;
}
.home .l-intro.is-active .section-title > span:nth-child(11),
.home .l-history.is-active .section-title > span:nth-child(11),
.home .l-products.is-active .section-title > span:nth-child(11) {
  transition-delay: 0.2s;
}
.home .l-intro.is-active .section-title > span:nth-child(12),
.home .l-history.is-active .section-title > span:nth-child(12),
.home .l-products.is-active .section-title > span:nth-child(12) {
  transition-delay: 0.22s;
}
.home .l-intro.is-active .section-title > span:nth-child(13),
.home .l-history.is-active .section-title > span:nth-child(13),
.home .l-products.is-active .section-title > span:nth-child(13) {
  transition-delay: 0.24s;
}
.home .l-intro.is-active .section-title > span:nth-child(14),
.home .l-history.is-active .section-title > span:nth-child(14),
.home .l-products.is-active .section-title > span:nth-child(14) {
  transition-delay: 0.26s;
}
.home .l-intro.is-active .section-title > span:nth-child(15),
.home .l-history.is-active .section-title > span:nth-child(15),
.home .l-products.is-active .section-title > span:nth-child(15) {
  transition-delay: 0.28s;
}
.home .l-intro.is-active .section-title > span:nth-child(16),
.home .l-history.is-active .section-title > span:nth-child(16),
.home .l-products.is-active .section-title > span:nth-child(16) {
  transition-delay: 0.3s;
}
.home .l-intro.is-active .section-title > span:nth-child(17),
.home .l-history.is-active .section-title > span:nth-child(17),
.home .l-products.is-active .section-title > span:nth-child(17) {
  transition-delay: 0.32s;
}
.home .l-intro.is-active .section-title > span:nth-child(18),
.home .l-history.is-active .section-title > span:nth-child(18),
.home .l-products.is-active .section-title > span:nth-child(18) {
  transition-delay: 0.34s;
}
.home .l-intro.is-active .section-title > span:nth-child(19),
.home .l-history.is-active .section-title > span:nth-child(19),
.home .l-products.is-active .section-title > span:nth-child(19) {
  transition-delay: 0.36s;
}
.home .l-intro.is-active .section-title > span:nth-child(20),
.home .l-history.is-active .section-title > span:nth-child(20),
.home .l-products.is-active .section-title > span:nth-child(20) {
  transition-delay: 0.38s;
}
.home .l-intro.is-active .section-title > span:nth-child(21),
.home .l-history.is-active .section-title > span:nth-child(21),
.home .l-products.is-active .section-title > span:nth-child(21) {
  transition-delay: 0.4s;
}
.home .l-intro.is-active .section-title > span:nth-child(22),
.home .l-history.is-active .section-title > span:nth-child(22),
.home .l-products.is-active .section-title > span:nth-child(22) {
  transition-delay: 0.42s;
}
.home .l-intro.is-active .section-title > span:nth-child(23),
.home .l-history.is-active .section-title > span:nth-child(23),
.home .l-products.is-active .section-title > span:nth-child(23) {
  transition-delay: 0.44s;
}
.home .l-intro.is-active .section-title > span:nth-child(24),
.home .l-history.is-active .section-title > span:nth-child(24),
.home .l-products.is-active .section-title > span:nth-child(24) {
  transition-delay: 0.46s;
}
.home .l-intro.is-active .section-title > span:nth-child(25),
.home .l-history.is-active .section-title > span:nth-child(25),
.home .l-products.is-active .section-title > span:nth-child(25) {
  transition-delay: 0.48s;
}
.home .l-intro.is-active .section-title > span:nth-child(26),
.home .l-history.is-active .section-title > span:nth-child(26),
.home .l-products.is-active .section-title > span:nth-child(26) {
  transition-delay: 0.5s;
}
.home .l-intro.is-active .section-title > span:nth-child(27),
.home .l-history.is-active .section-title > span:nth-child(27),
.home .l-products.is-active .section-title > span:nth-child(27) {
  transition-delay: 0.52s;
}
.home .l-intro.is-active .section-title > span:nth-child(28),
.home .l-history.is-active .section-title > span:nth-child(28),
.home .l-products.is-active .section-title > span:nth-child(28) {
  transition-delay: 0.54s;
}
.home .l-intro.is-active .section-title > span:nth-child(29),
.home .l-history.is-active .section-title > span:nth-child(29),
.home .l-products.is-active .section-title > span:nth-child(29) {
  transition-delay: 0.56s;
}
.home .l-intro.is-active .section-title > span:nth-child(30),
.home .l-history.is-active .section-title > span:nth-child(30),
.home .l-products.is-active .section-title > span:nth-child(30) {
  transition-delay: 0.58s;
}
.home .l-intro.is-active .section-title > span:nth-child(31),
.home .l-history.is-active .section-title > span:nth-child(31),
.home .l-products.is-active .section-title > span:nth-child(31) {
  transition-delay: 0.6s;
}
.home .l-intro.is-active .section-title > span:nth-child(32),
.home .l-history.is-active .section-title > span:nth-child(32),
.home .l-products.is-active .section-title > span:nth-child(32) {
  transition-delay: 0.62s;
}
.home .l-intro.is-active .section-title > span:nth-child(33),
.home .l-history.is-active .section-title > span:nth-child(33),
.home .l-products.is-active .section-title > span:nth-child(33) {
  transition-delay: 0.64s;
}
.home .l-intro.is-active .section-title > span:nth-child(34),
.home .l-history.is-active .section-title > span:nth-child(34),
.home .l-products.is-active .section-title > span:nth-child(34) {
  transition-delay: 0.66s;
}
.home .l-intro.is-active .section-title > span:nth-child(35),
.home .l-history.is-active .section-title > span:nth-child(35),
.home .l-products.is-active .section-title > span:nth-child(35) {
  transition-delay: 0.68s;
}
.home .l-intro.is-active .section-title > span:nth-child(36),
.home .l-history.is-active .section-title > span:nth-child(36),
.home .l-products.is-active .section-title > span:nth-child(36) {
  transition-delay: 0.7s;
}
.home .l-intro.is-active .section-title > span:nth-child(37),
.home .l-history.is-active .section-title > span:nth-child(37),
.home .l-products.is-active .section-title > span:nth-child(37) {
  transition-delay: 0.72s;
}
.home .l-intro.is-active .section-title > span:nth-child(38),
.home .l-history.is-active .section-title > span:nth-child(38),
.home .l-products.is-active .section-title > span:nth-child(38) {
  transition-delay: 0.74s;
}
.home .l-intro.is-active .section-title > span:nth-child(39),
.home .l-history.is-active .section-title > span:nth-child(39),
.home .l-products.is-active .section-title > span:nth-child(39) {
  transition-delay: 0.76s;
}
.home .l-intro.is-active .section-title > span:nth-child(40),
.home .l-history.is-active .section-title > span:nth-child(40),
.home .l-products.is-active .section-title > span:nth-child(40) {
  transition-delay: 0.78s;
}
.home .l-intro.is-active .section-title > span:nth-child(41),
.home .l-history.is-active .section-title > span:nth-child(41),
.home .l-products.is-active .section-title > span:nth-child(41) {
  transition-delay: 0.8s;
}
.home .l-intro.is-active .section-title > span:nth-child(42),
.home .l-history.is-active .section-title > span:nth-child(42),
.home .l-products.is-active .section-title > span:nth-child(42) {
  transition-delay: 0.82s;
}
.home .l-intro.is-active .section-title > span:nth-child(43),
.home .l-history.is-active .section-title > span:nth-child(43),
.home .l-products.is-active .section-title > span:nth-child(43) {
  transition-delay: 0.84s;
}
.home .l-intro.is-active .section-title > span:nth-child(44),
.home .l-history.is-active .section-title > span:nth-child(44),
.home .l-products.is-active .section-title > span:nth-child(44) {
  transition-delay: 0.86s;
}
.home .l-intro.is-active .section-title > span:nth-child(45),
.home .l-history.is-active .section-title > span:nth-child(45),
.home .l-products.is-active .section-title > span:nth-child(45) {
  transition-delay: 0.88s;
}
.home .l-intro.is-active .section-title > span:nth-child(46),
.home .l-history.is-active .section-title > span:nth-child(46),
.home .l-products.is-active .section-title > span:nth-child(46) {
  transition-delay: 0.9s;
}
.home .l-intro.is-active .section-title > span:nth-child(47),
.home .l-history.is-active .section-title > span:nth-child(47),
.home .l-products.is-active .section-title > span:nth-child(47) {
  transition-delay: 0.92s;
}
.home .l-intro.is-active .section-title > span:nth-child(48),
.home .l-history.is-active .section-title > span:nth-child(48),
.home .l-products.is-active .section-title > span:nth-child(48) {
  transition-delay: 0.94s;
}
.home .l-intro.is-active .section-title > span:nth-child(49),
.home .l-history.is-active .section-title > span:nth-child(49),
.home .l-products.is-active .section-title > span:nth-child(49) {
  transition-delay: 0.96s;
}
.home .l-intro.is-active .section-title > span:nth-child(50),
.home .l-history.is-active .section-title > span:nth-child(50),
.home .l-products.is-active .section-title > span:nth-child(50) {
  transition-delay: 0.98s;
}
.home .l-intro.is-active .section-title > span:nth-child(51),
.home .l-history.is-active .section-title > span:nth-child(51),
.home .l-products.is-active .section-title > span:nth-child(51) {
  transition-delay: 1s;
}
.home .l-intro.is-active .section-title > span:nth-child(52),
.home .l-history.is-active .section-title > span:nth-child(52),
.home .l-products.is-active .section-title > span:nth-child(52) {
  transition-delay: 1.02s;
}
.home .l-intro.is-active .section-title > span:nth-child(53),
.home .l-history.is-active .section-title > span:nth-child(53),
.home .l-products.is-active .section-title > span:nth-child(53) {
  transition-delay: 1.04s;
}
.home .l-intro.is-active .section-title > span:nth-child(54),
.home .l-history.is-active .section-title > span:nth-child(54),
.home .l-products.is-active .section-title > span:nth-child(54) {
  transition-delay: 1.06s;
}
.home .l-intro.is-active .section-title > span:nth-child(55),
.home .l-history.is-active .section-title > span:nth-child(55),
.home .l-products.is-active .section-title > span:nth-child(55) {
  transition-delay: 1.08s;
}
.home .l-intro.is-active .section-title > span:nth-child(56),
.home .l-history.is-active .section-title > span:nth-child(56),
.home .l-products.is-active .section-title > span:nth-child(56) {
  transition-delay: 1.1s;
}
.home .l-intro.is-active .section-title > span:nth-child(57),
.home .l-history.is-active .section-title > span:nth-child(57),
.home .l-products.is-active .section-title > span:nth-child(57) {
  transition-delay: 1.12s;
}
.home .l-intro.is-active .section-title > span:nth-child(58),
.home .l-history.is-active .section-title > span:nth-child(58),
.home .l-products.is-active .section-title > span:nth-child(58) {
  transition-delay: 1.14s;
}
.home .l-intro.is-active .section-title > span:nth-child(59),
.home .l-history.is-active .section-title > span:nth-child(59),
.home .l-products.is-active .section-title > span:nth-child(59) {
  transition-delay: 1.16s;
}
.home .l-intro.is-active .section-title > span:nth-child(60),
.home .l-history.is-active .section-title > span:nth-child(60),
.home .l-products.is-active .section-title > span:nth-child(60) {
  transition-delay: 1.18s;
}
.home .l-intro.is-active .section-title > span:nth-child(61),
.home .l-history.is-active .section-title > span:nth-child(61),
.home .l-products.is-active .section-title > span:nth-child(61) {
  transition-delay: 1.2s;
}
.home .l-intro.is-active .section-title > span:nth-child(62),
.home .l-history.is-active .section-title > span:nth-child(62),
.home .l-products.is-active .section-title > span:nth-child(62) {
  transition-delay: 1.22s;
}
.home .l-intro.is-active .section-title > span:nth-child(63),
.home .l-history.is-active .section-title > span:nth-child(63),
.home .l-products.is-active .section-title > span:nth-child(63) {
  transition-delay: 1.24s;
}
.home .l-intro.is-active .section-title > span:nth-child(64),
.home .l-history.is-active .section-title > span:nth-child(64),
.home .l-products.is-active .section-title > span:nth-child(64) {
  transition-delay: 1.26s;
}
.home .l-intro.is-active .section-title > span:nth-child(65),
.home .l-history.is-active .section-title > span:nth-child(65),
.home .l-products.is-active .section-title > span:nth-child(65) {
  transition-delay: 1.28s;
}
.home .l-intro.is-active .section-title > span:nth-child(66),
.home .l-history.is-active .section-title > span:nth-child(66),
.home .l-products.is-active .section-title > span:nth-child(66) {
  transition-delay: 1.3s;
}
.home .l-intro.is-active .section-title > span:nth-child(67),
.home .l-history.is-active .section-title > span:nth-child(67),
.home .l-products.is-active .section-title > span:nth-child(67) {
  transition-delay: 1.32s;
}
.home .l-intro.is-active .section-title > span:nth-child(68),
.home .l-history.is-active .section-title > span:nth-child(68),
.home .l-products.is-active .section-title > span:nth-child(68) {
  transition-delay: 1.34s;
}
.home .l-intro.is-active .section-title > span:nth-child(69),
.home .l-history.is-active .section-title > span:nth-child(69),
.home .l-products.is-active .section-title > span:nth-child(69) {
  transition-delay: 1.36s;
}
.home .l-intro.is-active .section-title > span:nth-child(70),
.home .l-history.is-active .section-title > span:nth-child(70),
.home .l-products.is-active .section-title > span:nth-child(70) {
  transition-delay: 1.38s;
}
.home .l-intro.is-active .section-title > span:nth-child(71),
.home .l-history.is-active .section-title > span:nth-child(71),
.home .l-products.is-active .section-title > span:nth-child(71) {
  transition-delay: 1.4s;
}
.home .l-intro.is-active .section-title > span:nth-child(72),
.home .l-history.is-active .section-title > span:nth-child(72),
.home .l-products.is-active .section-title > span:nth-child(72) {
  transition-delay: 1.42s;
}
.home .l-intro.is-active .section-title > span:nth-child(73),
.home .l-history.is-active .section-title > span:nth-child(73),
.home .l-products.is-active .section-title > span:nth-child(73) {
  transition-delay: 1.44s;
}
.home .l-intro.is-active .section-title > span:nth-child(74),
.home .l-history.is-active .section-title > span:nth-child(74),
.home .l-products.is-active .section-title > span:nth-child(74) {
  transition-delay: 1.46s;
}
.home .l-intro.is-active .section-title > span:nth-child(75),
.home .l-history.is-active .section-title > span:nth-child(75),
.home .l-products.is-active .section-title > span:nth-child(75) {
  transition-delay: 1.48s;
}
.home .l-intro.is-active .section-title > span:nth-child(76),
.home .l-history.is-active .section-title > span:nth-child(76),
.home .l-products.is-active .section-title > span:nth-child(76) {
  transition-delay: 1.5s;
}
.home .l-intro.is-active .section-title > span:nth-child(77),
.home .l-history.is-active .section-title > span:nth-child(77),
.home .l-products.is-active .section-title > span:nth-child(77) {
  transition-delay: 1.52s;
}
.home .l-intro.is-active .section-title > span:nth-child(78),
.home .l-history.is-active .section-title > span:nth-child(78),
.home .l-products.is-active .section-title > span:nth-child(78) {
  transition-delay: 1.54s;
}
.home .l-intro.is-active .section-title > span:nth-child(79),
.home .l-history.is-active .section-title > span:nth-child(79),
.home .l-products.is-active .section-title > span:nth-child(79) {
  transition-delay: 1.56s;
}
.home .l-intro.is-active .section-title > span:nth-child(80),
.home .l-history.is-active .section-title > span:nth-child(80),
.home .l-products.is-active .section-title > span:nth-child(80) {
  transition-delay: 1.58s;
}
.home .l-intro.is-active .section-title > span:nth-child(81),
.home .l-history.is-active .section-title > span:nth-child(81),
.home .l-products.is-active .section-title > span:nth-child(81) {
  transition-delay: 1.6s;
}
.home .l-intro.is-active .section-title > span:nth-child(82),
.home .l-history.is-active .section-title > span:nth-child(82),
.home .l-products.is-active .section-title > span:nth-child(82) {
  transition-delay: 1.62s;
}
.home .l-intro.is-active .section-title > span:nth-child(83),
.home .l-history.is-active .section-title > span:nth-child(83),
.home .l-products.is-active .section-title > span:nth-child(83) {
  transition-delay: 1.64s;
}
.home .l-intro.is-active .section-title > span:nth-child(84),
.home .l-history.is-active .section-title > span:nth-child(84),
.home .l-products.is-active .section-title > span:nth-child(84) {
  transition-delay: 1.66s;
}
.home .l-intro.is-active .section-title > span:nth-child(85),
.home .l-history.is-active .section-title > span:nth-child(85),
.home .l-products.is-active .section-title > span:nth-child(85) {
  transition-delay: 1.68s;
}
.home .l-intro.is-active .section-title > span:nth-child(86),
.home .l-history.is-active .section-title > span:nth-child(86),
.home .l-products.is-active .section-title > span:nth-child(86) {
  transition-delay: 1.7s;
}
.home .l-intro.is-active .section-title > span:nth-child(87),
.home .l-history.is-active .section-title > span:nth-child(87),
.home .l-products.is-active .section-title > span:nth-child(87) {
  transition-delay: 1.72s;
}
.home .l-intro.is-active .section-title > span:nth-child(88),
.home .l-history.is-active .section-title > span:nth-child(88),
.home .l-products.is-active .section-title > span:nth-child(88) {
  transition-delay: 1.74s;
}
.home .l-intro.is-active .section-title > span:nth-child(89),
.home .l-history.is-active .section-title > span:nth-child(89),
.home .l-products.is-active .section-title > span:nth-child(89) {
  transition-delay: 1.76s;
}
.home .l-intro.is-active .section-title > span:nth-child(90),
.home .l-history.is-active .section-title > span:nth-child(90),
.home .l-products.is-active .section-title > span:nth-child(90) {
  transition-delay: 1.78s;
}
.home .l-intro.is-active .section-title > span:nth-child(91),
.home .l-history.is-active .section-title > span:nth-child(91),
.home .l-products.is-active .section-title > span:nth-child(91) {
  transition-delay: 1.8s;
}
.home .l-intro.is-active .section-title > span:nth-child(92),
.home .l-history.is-active .section-title > span:nth-child(92),
.home .l-products.is-active .section-title > span:nth-child(92) {
  transition-delay: 1.82s;
}
.home .l-intro.is-active .section-title > span:nth-child(93),
.home .l-history.is-active .section-title > span:nth-child(93),
.home .l-products.is-active .section-title > span:nth-child(93) {
  transition-delay: 1.84s;
}
.home .l-intro.is-active .section-title > span:nth-child(94),
.home .l-history.is-active .section-title > span:nth-child(94),
.home .l-products.is-active .section-title > span:nth-child(94) {
  transition-delay: 1.86s;
}
.home .l-intro.is-active .section-title > span:nth-child(95),
.home .l-history.is-active .section-title > span:nth-child(95),
.home .l-products.is-active .section-title > span:nth-child(95) {
  transition-delay: 1.88s;
}
.home .l-intro.is-active .section-title > span:nth-child(96),
.home .l-history.is-active .section-title > span:nth-child(96),
.home .l-products.is-active .section-title > span:nth-child(96) {
  transition-delay: 1.9s;
}
.home .l-intro.is-active .section-title > span:nth-child(97),
.home .l-history.is-active .section-title > span:nth-child(97),
.home .l-products.is-active .section-title > span:nth-child(97) {
  transition-delay: 1.92s;
}
.home .l-intro.is-active .section-title > span:nth-child(98),
.home .l-history.is-active .section-title > span:nth-child(98),
.home .l-products.is-active .section-title > span:nth-child(98) {
  transition-delay: 1.94s;
}
.home .l-intro.is-active .section-title > span:nth-child(99),
.home .l-history.is-active .section-title > span:nth-child(99),
.home .l-products.is-active .section-title > span:nth-child(99) {
  transition-delay: 1.96s;
}
.home .l-intro.is-active .section-title > span:nth-child(100),
.home .l-history.is-active .section-title > span:nth-child(100),
.home .l-products.is-active .section-title > span:nth-child(100) {
  transition-delay: 1.98s;
}
.home .l-intro.is-active .section-title > span:nth-child(101),
.home .l-history.is-active .section-title > span:nth-child(101),
.home .l-products.is-active .section-title > span:nth-child(101) {
  transition-delay: 2s;
}
.home .l-intro.is-active .section-text,
.home .l-intro.is-active .section-link,
.home .l-history.is-active .section-text,
.home .l-history.is-active .section-link,
.home .l-products.is-active .section-text,
.home .l-products.is-active .section-link {
  opacity: 1;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.home .l-intro.is-active .section-text,
.home .l-history.is-active .section-text,
.home .l-products.is-active .section-text {
  transition-delay: 0.8s;
}
.home .l-intro.is-active .section-link,
.home .l-history.is-active .section-link,
.home .l-products.is-active .section-link {
  transition-delay: 1s;
}
.home .l-intro {
  background: #faf8f5;
}
.home .l-intro .section-title .inner {
  color: transparent;
  background: linear-gradient(to right, #d55656, #dede2c);
  background-clip: text;
  -webkit-background-clip: text;
}
.home .l-intro .section-figure {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_intro.jpg) no-repeat center/cover;
}
.home .l-history .section-title .inner {
  color: transparent;
  background: linear-gradient(to right, #60d556, #568cd5);
  background-clip: text;
  -webkit-background-clip: text;
}
.home .l-history .section-link {
  color: #568cd5 !important;
}
.home .l-history .section-link::after {
  background: #568cd5 !important;
}
.home .l-history .section-figure {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_history.jpg) no-repeat center/cover;
}
.home .l-products .section-title .inner {
  color: transparent;
  background: linear-gradient(to right, #5673d5, #d55682);
  background-clip: text;
  -webkit-background-clip: text;
}
.home .l-products .section-figure {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_products.jpg) no-repeat center/cover;
}
.home .l-products .section-links {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.home .l-products .section-links .section-link {
  width: 50%;
  margin-bottom: 1.5em;
}
.home .l-products .section-links .section-link::after {
  margin-right: 32px;
}
.home .scroller {
  position: fixed;
  right: 32px;
  bottom: 0;
  cursor: pointer;
}
.home .scroller .scroller-block {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.home .scroller .scroller-block .scroller-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(4, 15, 48) 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.home .scroller .scroller-text {
  position: absolute;
  left: calc(50% + 1px);
  top: -4em;
  letter-spacing: 1px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  font-size: 1rem;
  color: rgb(4, 15, 48);
}
.home .follower {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  width: 16px;
  height: 16px;
  background-color: rgba(253, 200, 214, 0.7);
  z-index: 1000;
  transition: width 0.3s, height 0.3s;
  text-align: center;
}
.home .follower::after {
  color: #fff;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.home .follower.is-active {
  width: 64px;
  height: 64px;
}
.home .follower.is-active:after {
  content: "click";
}
@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
/*------------------------------------------------*/
/* Low */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* Contest */
/*------------------------------------------------*/
.contest {
  /* header */
  /* main */
  /* hero */
  /* information */
  /* products */
  /* Results */
  /* localInfo */
  /* Guideline */
  /*------------------------------------------------*/
  /* Contest - Ambassadors */
  /*------------------------------------------------*/
  /* footNav */
  /*------------------------------------------------*/
  /* Contest - Local Information */
  /*------------------------------------------------*/
}
.contest .header-translate {
  position: absolute;
  right: 96px;
  margin-right: 8px;
  letter-spacing: 0.05em;
  font-family: "Marcellus", sans-serif;
}
.contest .header-translate .header-translate-button {
  padding: 8px 56px 8px 16px;
  position: relative;
  font-family: "Marcellus", sans-serif;
}
.contest .header-translate .header-translate-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0;
  border-color: #242629 transparent transparent;
  position: absolute;
  top: 50%;
  left: 6.5em;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .header-translate .header-translate-menu {
  display: none;
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  background: rgba(250, 248, 245, 0.9);
  z-index: 9999;
}
.contest .header-translate.is-open .header-translate-menu {
  display: block;
}
.contest .header-translate .header-translate-menu-item a {
  display: block;
  padding: 0.25em 16px;
  font-size: 1.4rem;
}
.contest .header-translate .header-translate-menu-item a:hover {
  background: #fff;
}
.contest .l-main {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}
.contest .l-hero {
  padding-top: 72px;
}
.contest .l-information {
  margin-top: 80px;
}
.contest .l-information .information-heading .information-heading-title {
  font-size: 6.4rem;
  color: #e60012;
  letter-spacing: 0.05em;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
.contest .l-information .information-date {
  font-family: "Assistant", sans-serif;
  margin: 64px auto 0;
  width: 92%;
  max-width: 720px;
  padding: 32px;
  position: relative;
  background: #fff;
}
.contest .l-information .information-date .information-date-title {
  position: absolute;
  top: 0;
  left: 32px;
  font-size: 2.4rem;
  font-weight: 600;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  color: #e60012;
  line-height: 1;
}
.contest .l-information .information-date .information-date-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  font-size: 3.2rem;
  font-weight: 600;
}
.contest .l-information .information-date .information-date-block .end {
  position: relative;
  margin-left: 32px;
  padding-left: 32px;
}
.contest .l-information .information-date .information-date-block .end::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #e60012;
  position: absolute;
  top: 50%;
  left: -7px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .l-information .information-lede {
  width: 92%;
  max-width: 720px;
  margin: 56px auto 0;
  text-align: center;
  line-height: 2;
}
.contest .l-information .information-lede .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #e60012;
}
.contest .l-information .information-social {
  margin: 56px auto 0;
  padding: 112px 0 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.contest .l-information .information-social::before {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  display: block;
  width: 1px;
  height: 80px;
  background: #1c1c1c;
}
.contest .l-information .information-social .text {
  margin-bottom: 32px;
  text-align: center;
}
.contest .l-information .information-social a {
  margin: 8px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.contest .l-information .information-social a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.contest .l-information .information-theme {
  margin-top: 96px;
  width: 100%;
  background: #fff;
}
.contest .l-information .information-theme .information-theme-inner {
  margin: 0 auto;
  padding: 24px 0;
  width: 92%;
  max-width: 624px;
  position: relative;
  text-align: center;
}
.contest .l-information .information-theme .information-theme-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #e60012;
  line-height: 1;
  text-align: left;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .l-information .information-theme .information-theme-name {
  font-size: 7.2rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-information .information-theme .information-theme-text {
  margin-top: 8px;
  font-size: 1.4rem;
}
.contest .l-information .information-link {
  width: 75%;
  max-width: 1080px;
  margin: 120px auto 0;
}
.contest .l-resultsNav {
  margin: 80px auto 0;
  border: 1px solid #ccc;
  width: 80%;
  padding: 40px 8px 32px;
}
.contest .l-resultsNav .resultsNav-title {
  text-align: center;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 3.2rem;
  background: #faf8f5;
  width: 10em;
  margin: -2.25em auto 0;
}
.contest .l-resultsNav .resultsNav-list {
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.contest .l-resultsNav .resultsNav-link {
  margin: 0 2em;
}
.contest .l-resultsNav .resultsNav-link a {
  position: relative;
  padding-right: 1em;
}
.contest .l-resultsNav .resultsNav-link a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 3px 0;
  border-color: #e60012 transparent transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .l-products {
  margin-top: 120px;
}
.contest .l-products .products-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 160px auto 0;
}
.contest .l-products .products-title {
  text-align: center;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 4rem;
}
.contest .l-products .products-main {
  margin: 88px auto 0;
}
.contest .l-products .products-main-item {
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.contest .l-products .products-main-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.contest .l-products .products-main-item a {
  padding: 24px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.contest .l-products .products-main-item .products-main-item-main {
  padding-left: 24px;
  -webkit-flex: 1;
          flex: 1;
}
.contest .l-products .products-main-item .products-main-item-main .title {
  font-size: 3.2rem;
  line-height: 1.2;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-products .products-main-item .products-main-item-main .text {
  margin-top: 16px;
}
.contest .l-products .products-main-item .products-main-item-figure {
  width: 480px;
  height: 160px;
}
.contest .l-products .products-main-item .products-main-item-figure img {
  width: 100%;
  height: 100%;
}
.contest .l-results {
  width: 92%;
  max-width: 1000px;
  margin: 80px auto 240px;
}
.contest .l-results .results-heading {
  text-align: center;
}
.contest .l-results .results-heading-title {
  font-size: 6.4rem;
  letter-spacing: 0.05em;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.contest .l-results .results-heading-text {
  margin-top: -24px;
  margin-bottom: 32px;
}
.contest .l-results .results-block .results-block-head {
  width: 100%;
  display: block;
  font-size: 4rem;
  letter-spacing: 0.05em;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  background: linear-gradient(to right, rgb(186, 120, 2) 0%, rgb(245, 208, 111) 50%, rgb(186, 120, 2) 100%);
  border-bottom: 4px solid rgb(186, 120, 2);
}
.contest .l-results .results-block .results-block-head .title {
  color: #4c3203;
}
.contest .l-results .results-block.silver .results-block-head {
  background: linear-gradient(to right, rgb(170, 177, 181) 0%, rgb(244, 251, 254) 50%, rgb(170, 177, 181) 100%);
  border-bottom: 4px solid rgb(170, 177, 181);
}
.contest .l-results .results-block.silver .results-block-head .title {
  color: #474a4c;
}
.contest .l-results .results-block.bronze .results-block-head {
  background: linear-gradient(to right, rgb(184, 109, 74) 0%, rgb(234, 172, 129) 50%, rgb(184, 109, 74) 100%);
  border-bottom: 4px solid rgb(184, 109, 74);
}
.contest .l-results .results-block.bronze .results-block-head .title {
  color: #513122;
}
.contest .l-results .results-block .results-block-body {
  margin-bottom: 120px;
}
.contest .l-results .results-block .figure-images {
  max-width: 1000px;
  overflow: hidden;
}
.contest .l-results .results-block .figure-images .swiper-button-next:after,
.contest .l-results .results-block .figure-images .swiper-button-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.contest .l-results .results-block .figure-images .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contest .l-results .results-block .figure-images .swiper-button-prev:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.contest .l-results .results-block .contents {
  margin-top: 24px;
}
.contest .l-results .results-block .contents dl {
  display: -webkit-flex;
  display: flex;
}
.contest .l-results .results-block .contents dl dt {
  font-weight: 600;
  padding-right: 1em;
}
.contest .l-results .results-block .contents dl dt::after {
  content: " : ";
  display: inline-block;
}
.contest .l-results .results-block .contents dl dd a {
  text-decoration: underline;
}
.contest .l-results .results-block .contents dl.title dd {
  font-size: 3.2rem;
  font-weight: 600;
}
.contest .l-results .results-block .contents dl.name dd span {
  padding-left: 0.5em;
  font-size: 80%;
}
.contest .l-results .results-block .contents dl.name dd span::before {
  content: "/";
  display: inline-block;
}
.contest .l-results .results-block .contents dl.artistComment {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contest .l-results .results-block .contents dl.artistComment dd {
  width: 100%;
}
.contest .l-results .results-block .contents dl.ambassador {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 1.5em;
  background: #e2dfd8;
  padding: 24px 32px;
}
.contest .l-results .results-block .contents dl.ambassador dt {
  width: 100%;
  font-size: 1.8rem;
}
.contest .l-results .results-block .contents dl.ambassador dt::after {
  content: none;
}
.contest .l-results .results-block .contents dl.ambassador .name {
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 240px;
  text-align: center;
  font-size: 1.4rem;
}
.contest .l-results .results-block .contents dl.ambassador .comment {
  -webkit-flex: 1;
          flex: 1;
  padding: 0 0 0 40px;
  font-size: 1.4rem;
}
.contest .l-results .results-block .contents .more {
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  text-align: center;
  margin-top: 16px;
  padding: 8px;
  cursor: pointer;
}
.contest .l-results .results-block .contents .moreDetails {
  display: none;
}
.contest .l-results .results-block .contents .moreClose {
  text-align: center;
  margin-top: 16px;
  padding: 8px 32px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
.contest .l-results .results-block .contents .moreClose p {
  position: relative;
  display: inline-block;
}
.contest .l-results .results-block .contents .moreClose p::before, .contest .l-results .results-block .contents .moreClose p::after {
  content: "";
  width: 12px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: -16px;
  background: #242629;
}
.contest .l-results .results-block .contents .moreClose p::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.contest .l-results .results-block .contents .moreClose p::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contest .l-results.pigma .results-heading-title, .contest .l-results.gelly-roll .results-heading-title, .contest .l-results.koi-coloring-brush-pen .results-heading-title, .contest .l-results.koi-water-colors .results-heading-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 56px;
}
.contest .l-results.pigma .results-heading-title {
  width: 743px;
}
.contest .l-results.gelly-roll .results-heading-title {
  width: 863px;
}
.contest .l-results.koi-coloring-brush-pen .results-heading-title {
  width: 870px;
}
.contest .l-results.koi-water-colors .results-heading-title {
  width: 792px;
}
.contest .l-localInfo {
  margin: 120px auto 104px;
}
.contest .l-localInfo .localInfo-heading {
  text-align: center;
}
.contest .l-localInfo .localInfo-heading .localInfo-heading-title {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
}
.contest .l-localInfo .localInfo-body {
  width: 63.8888888889%;
  max-width: 920px;
  margin: 56px auto 0;
  background: #fff;
}
.contest .l-localInfo .localInfo-body .localInfo-body-main {
  width: 67.8260869565%;
  margin: 0 auto;
  padding: 40px 0 24px;
}
.contest .l-localInfo .localInfo-body .localInfo-body-main .list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contest .l-localInfo .localInfo-body .localInfo-body-main .list li {
  width: 50%;
  font-size: 1.4rem;
  padding: 12px 0;
}
.contest .l-localInfo .localInfo-body .localInfo-body-main .list li a {
  display: block;
  position: relative;
  padding-left: 1em;
}
.contest .l-localInfo .localInfo-body .localInfo-body-main .list li a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #242629;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .l-localInfo .localInfo-body .localInfo-body-foot {
  text-align: center;
  padding-bottom: 32px;
}
.contest .l-localInfo .localInfo-body .localInfo-body-foot a {
  font-size: 1.4rem;
  padding: 8px 48px;
  position: relative;
  border: 1px solid #242629;
}
.contest .l-localInfo .localInfo-body .localInfo-body-foot a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 6px;
  border-color: transparent transparent transparent #242629;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
}
.contest .l-details {
  margin: 120px auto;
}
.contest .l-details a {
  text-decoration: underline;
  color: #3398da;
}
.contest .l-details #pmc-aco {
  width: 63.8888888889%;
  max-width: 920px;
  margin: 0 auto 3em;
}
.contest .l-details #pmc-aco > dl > dt {
  background: #000;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #d9d9d9;
  cursor: pointer;
  position: relative;
}
.contest .l-details #pmc-aco > dl > dt::before, .contest .l-details #pmc-aco > dl > dt::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  display: block;
  background: #fff;
}
.contest .l-details #pmc-aco > dl > dt::before {
  width: 1px;
  height: 11px;
  right: 18px;
}
.contest .l-details #pmc-aco > dl > dt::after {
  width: 11px;
  height: 1px;
  right: 13px;
}
.contest .l-details #pmc-aco > dl > dt.active {
  background: #000;
}
.contest .l-details #pmc-aco > dl > dt.active::before {
  content: none;
}
.contest .l-details #pmc-aco > dl > dd {
  display: none;
  border: 1px solid #d9d9d9;
  padding: 20px;
  box-sizing: border-box;
  background: #fafafa;
}
.contest .l-details #detail {
  line-height: 1.4;
  background: #f5f5f5;
  padding: 0 3%;
  margin: 6% 0;
}
.contest .l-details #detail h2 {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 3%;
  padding-bottom: 1%;
  position: relative;
  border-bottom: 2px solid #333;
}
.contest .l-details #detail h2 strong {
  color: #e40011;
  font-size: 20px;
  font-weight: bolder;
}
.contest .l-details #detail h3 {
  font-size: 16px;
}
.contest .l-details #detail .cont + .cont {
  margin-top: 1em;
}
.contest .l-details #detail .cont dt {
  text-align: center;
  margin-top: 3.5%;
}
.contest .l-details #detail .cont dt img {
  width: 90vw;
  margin-top: 4vw;
}
.contest .l-details #detail .cont dd {
  margin-bottom: 0.75em;
}
.contest .l-details #detail .cont.prize .block:first-of-type dt {
  float: none;
  margin: 45px auto 10px;
  width: 80%;
  font-weight: bold;
  font-size: 18px;
}
.contest .l-details #detail .cont.prize .block:first-of-type dd {
  text-align: center;
  float: none;
  margin: 0 auto 25px;
  width: 80%;
}
.contest .l-details #detail .cont.prize .block:first-of-type dd img {
  margin-bottom: 10px;
}
.contest .l-details #detail .cont.prize > .block > div > ul > li {
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.contest .l-details #detail .cont.prize .block div ul li h4 {
  font-weight: bold;
  width: 20em;
}
.contest .l-details #detail .cont.prize .block div ul li div {
  -webkit-flex: 1;
          flex: 1;
}
.contest .l-details #detail .cont.prize .block div ul li ul {
  margin-top: 0;
}
.contest .l-details #detail .cont.prize .block div ul li ul li {
  list-style: circle;
}
.contest .l-details #detail .notice {
  color: #e40011;
  font-size: 16px;
  margin-top: 0.75em;
}
.contest .l-details #detail .btn_expanden {
  display: block;
  width: 100%;
  max-width: 244px;
  color: #333;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  border: 2px solid #2a292c;
  box-sizing: border-box;
  background: #fff url("../../images/campaign/pmc/icon_view.gif") no-repeat 22% center;
  background-size: 8%;
  margin: 3% auto;
  padding: 3% 3% 3% 8%;
  position: relative;
  transition: all 0.5s;
}
.contest .l-details #detail .btn_expanden span {
  font-size: 16px;
}
.contest .l-details #detail .cont ul {
  margin: 1em 0 0 1.4em;
}
.contest .l-details #detail .cont li {
  list-style-type: disc;
  margin-bottom: 1em;
}
.contest .l-details #detail .cont ul .child_list li {
  list-style: none;
}
.contest .l-details #application-guidelines {
  padding: 0 3%;
}
.contest .l-details .g-box {
  margin: 0 0 40px;
  border: 1px solid #ccc;
  padding: 15px;
  box-sizing: border-box;
  line-height: 130%;
}
.contest .l-details .g-box ul {
  margin: 1em 0;
}
.contest .l-details .g-box ul li {
  padding-left: 16px;
  margin-bottom: 10px;
}
.contest .l-details .g-box ul li:last-child {
  margin-bottom: 0;
}
.contest .l-details .g-box ul li:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
  margin-left: -16px;
}
.contest .l-details .ag-list .container {
  max-width: 860px;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}
.contest .l-details .ag-list > .container > dl {
  counter-increment: ag-list;
  padding-left: 25px;
  margin-bottom: 40px;
}
.contest .l-details .ag-list > .container > dl:before {
  content: counter(ag-list) ".";
  font-size: 20px;
  font-weight: bold;
  float: left;
  margin-left: -25px;
  line-height: 1.4;
  padding-top: 6px;
}
.contest .l-details .ag-list > .container > dl > dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 14px;
}
.contest .l-details .ag-list > .container > dl > dd p + ul {
  margin-top: 1.6rem;
}
.contest .l-details .ag-list li {
  margin-bottom: 20px;
}
.contest .l-details .ag-list > .container > dl > dd > ul > li > ul > li {
  margin-top: 20px;
  margin-left: 15px;
}
.contest .l-details .agl-num > li,
.contest .l-details .agl-num > dt {
  counter-increment: agl-num;
  margin-left: 25px;
}
.contest .l-details .agl-num > li {
  font-weight: bold;
}
.contest .l-details .agl-num > li span {
  font-weight: normal;
  color: #e94b35;
  display: inline-block;
}
.contest .l-details .agl-num > li:last-child,
.contest .l-details .agl-num > dt:last-child {
  margin-bottom: 0;
}
.contest .l-details .agl-num > li:before,
.contest .l-details .agl-num > dt:before {
  content: "(" counter(agl-num) ")";
  margin-left: -25px;
  display: inline-block;
}
.contest .l-details .agl-num > dt {
  font-weight: bold;
}
.contest .l-details .agl-num > dd > ul {
  margin-left: 0.5em;
}
.contest .l-details .agl-bar li {
  padding-left: 16px;
}
.contest .l-details .agl-bar li:before {
  content: "-";
  display: inline-block;
  margin-right: 10px;
  margin-left: -16px;
}
.contest .l-details .agl-alp > li {
  list-style: lower-latin;
  margin-top: 20px;
  margin-left: 20px;
}
.contest .l-details .agl-alp > li:before {
  content: none;
}
.contest .l-details .g-box li a,
.contest .l-details .ag-list dd a,
.contest .l-details .checkbox a {
  text-decoration: underline;
  color: #3398da;
}
.contest .l-details .g-box li a:hover .ag-list dd a:hover,
.contest .l-details .checkbox a:hover {
  text-decoration: none;
}
.contest .l-details .agl-alp > li > ul {
  margin-top: 20px;
}
.contest .l-details .agl-alp > li:last-child {
  margin-bottom: 40px;
}
.contest .l-details .agl-num_c > li {
  list-style: decimal;
  padding-left: 0;
}
.contest .l-details .agl-num_c > li::before {
  content: none;
}
.contest .l-details #cb-area {
  padding: 30px 15px 0;
  border-top: solid 1px #d8d8d8;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
}
.contest .l-details #cb-area label {
  font-size: 18px;
  cursor: pointer;
  line-height: 140%;
  display: block;
  padding-left: 30px;
}
.contest .l-details #cb-area input {
  width: 20px;
  height: 20px;
  margin: 4px 5px 0 0;
  cursor: pointer;
  float: left;
}
.contest .l-details #cb-area input[type=checkbox] {
  display: none;
  margin: 0;
}
.contest .l-details #cb-area input[type=checkbox] + .checkbox {
  padding: 0 0 0 34px;
  position: relative;
}
.contest .l-details #cb-area input[type=checkbox] + .checkbox::before {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 19px;
  height: 19px;
  margin-top: 0;
  border: 1px solid #ccc;
  background: #f4f4f7;
}
.contest .l-details #cb-area input[type=checkbox]:checked + .checkbox::after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 5px;
  box-sizing: border-box;
  display: block;
  width: 9px;
  height: 6px;
  margin-top: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.contest .l-details #cb-area input[type=checkbox]:checked + .checkbox::before {
  border: 1px solid #e94b35;
  background: #e94b35;
}
.contest .l-details .ag-list > .container > form > dl:first-child,
.contest .l-details .conf-list > dl:first-child {
  border-top: 1px dotted #666;
}
.contest .l-details .ag-list > .container > form > dl,
.contest .l-details .conf-list > dl {
  border-bottom: 1px dotted #666;
  padding: 22px 15px;
  overflow: hidden;
}
.contest .l-details .ag-list > .container > form > dl > dt,
.contest .l-details .conf-list > dl > dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contest .l-details .ag-list > .container > form > dl > dd > input.textbox1 {
  background: #f4f4f7;
  border: 1px solid #ccc;
  width: 100%;
  height: 30px;
  font-size: 16px;
  padding: 3px 10px;
  box-sizing: border-box;
}
.contest .l-amHero {
  padding-top: 160px;
  margin-bottom: 64px;
  text-align: center;
}
.contest .l-amHero .hero-title {
  font-size: 9.6rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-amNav {
  width: 100%;
  background: #fff;
  margin-bottom: 160px;
}
.contest .l-amNav .nav-inner {
  width: 61.1111111111%;
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}
.contest .l-amNav .nav-title {
  position: absolute;
  top: -12px;
  left: 0;
  font-size: 2.4rem;
  font-weight: 600;
  color: #e60012;
  line-height: 1;
}
.contest .l-amNav .nav-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}
.contest .l-amNav .nav-link {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-amNav .nav-link:not(:last-child) {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
}
.contest .l-amNav .nav-link:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #e60012;
  margin: 0 1.5em;
}
.contest .l-ambassadors .ambassadors-block {
  margin-bottom: 240px;
}
.contest .l-ambassadors .ambassadors-block-head .ambassadors-block-head-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  text-align: right;
  display: -webkit-flex;
  display: flex;
  height: 248px;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1040px auto;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  margin-left: auto;
  margin-bottom: 104px;
}
.contest .l-ambassadors .ambassadors-block-head .ambassadors-block-head-inner .title {
  font-size: 9.6rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-ambassadors .ambassadors-block-profile {
  margin: 0 auto 104px;
  width: 61.1111111111%;
  max-width: 880px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contest .l-ambassadors .ambassadors-block-profile-main {
  width: 280px;
  margin-left: 40px;
  -webkit-flex: 1;
          flex: 1;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head {
  margin-bottom: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
          align-items: flex-end;
  font-family: "Assistant", sans-serif;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .title {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.3;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country {
  font-size: 1.4rem;
  font-weight: 600;
  margin-left: 20px;
  position: relative;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country::before {
  content: "/ ";
  display: inline-block;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country::after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 20px;
  height: 14px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.thailand::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_thailand.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.indonesia::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_indonesia.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.malaysia::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_malaysia.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.philippines::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_philippines.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.korea::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_korea.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.hongkong::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_hongkong.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.india::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_india.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.mexico::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_mexico.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.chile::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_chile.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.brazil::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_brazil.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .head .country.southafrica::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_flag_southafrica.svg);
}
.contest .l-ambassadors .ambassadors-block-profile-main .body {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  margin-bottom: 16px;
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot {
  display: -webkit-flex;
  display: flex;
  font-weight: 600;
  font-size: 1.2rem;
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a {
  margin-right: 24px;
  position: relative;
  padding-left: 20px;
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a::before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a.website::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_website.png);
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a.twitter::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/logo_twitter_c.png);
  height: 12px;
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a.instagram::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/logo_instagram_c.png);
}
.contest .l-ambassadors .ambassadors-block-profile-main .foot a.facebook::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/logo_facebook_c.png);
}
.contest .l-ambassadors .ambassadors-block-profile-figure {
  width: 280px;
}
.contest .l-ambassadors .ambassadors-block-works {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto 104px;
  display: -webkit-flex;
  display: flex;
}
.contest .l-ambassadors .ambassadors-block-works .works-figure {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.contest .l-ambassadors .ambassadors-block-works .works-figure-link img {
  max-width: 100% !important;
}
.contest .l-ambassadors .ambassadors-block:nth-child(even) .ambassadors-block-head-inner {
  margin-left: 0;
  margin-right: auto;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  background-position: left center;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_pom_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.pom .works-figure:nth-child(1) {
  width: 57.5%;
}
.contest .l-ambassadors .ambassadors-block.pom .works-figure:nth-child(2) {
  width: 33.125%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image01 img {
  max-width: 736px;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image02 {
  width: 75.4716981132%;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image02 img {
  max-width: 320px;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image03 {
  margin-top: auto;
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.pom .ambassadors-block-works .image03 img {
  max-width: 424px;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_khoirulanwar_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .works-figure:nth-child(1) {
  width: 40.625%;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .works-figure:nth-child(2) {
  width: 40.625%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image01 img {
  max-width: 520px;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image02 {
  margin-top: auto;
  margin-left: auto;
  width: 48.0769230769%;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image02 img {
  max-width: 250px;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image03 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.khoirulanwar .ambassadors-block-works .image03 img {
  max-width: 520px;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_lenardlai_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.lenardlai .works-figure:nth-child(1) {
  width: 51.875%;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .works-figure:nth-child(2) {
  width: 38.75%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image01 img {
  max-width: 664px;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image02 {
  width: 54.0322580645%;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image02 img {
  max-width: 268px;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image03 {
  margin-top: auto;
  margin-left: auto;
  width: 71.5725806452%;
}
.contest .l-ambassadors .ambassadors-block.lenardlai .ambassadors-block-works .image03 img {
  max-width: 355px;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_pattypy_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.pattypy .works-figure:nth-child(1) {
  width: 25%;
}
.contest .l-ambassadors .ambassadors-block.pattypy .works-figure:nth-child(2) {
  width: 43.75%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-works .image01 img {
  max-width: 320px;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-works .image02 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.pattypy .ambassadors-block-works .image02 img {
  max-width: 560px;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_cacol_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.cacol .works-figure:nth-child(1) {
  width: 51.875%;
}
.contest .l-ambassadors .ambassadors-block.cacol .works-figure:nth-child(2) {
  width: 38.75%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image01 img {
  max-width: 664px;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image02 {
  margin-left: auto;
  width: 71.3709677419%;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image02 img {
  max-width: 354px;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image03 {
  margin-top: auto;
  width: 74.1935483871%;
}
.contest .l-ambassadors .ambassadors-block.cacol .ambassadors-block-works .image03 img {
  max-width: 368px;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_bonniekeh_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .works-figure:nth-child(1) {
  width: 28.125%;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .works-figure:nth-child(2) {
  width: 43.125%;
  margin-left: 3.125%;
  margin-right: 6.25%;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image01 {
  margin-left: auto;
  width: 88.8888888889%;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image01 img {
  max-width: 320px;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image02 {
  margin-top: 7.2463768116%;
  margin-left: auto;
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image02 img {
  max-width: 360px;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image03 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.bonniekeh .ambassadors-block-works .image03 img {
  max-width: 552px;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_shubhamdogra_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .works-figure:nth-child(1) {
  width: 43.125%;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .works-figure:nth-child(2) {
  width: 38.4375%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image01 img {
  max-width: 552px;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image02 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image02 img {
  max-width: 492px;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image03 {
  margin-top: 8.1300813008%;
  width: 74.7967479675%;
}
.contest .l-ambassadors .ambassadors-block.shubhamdogra .ambassadors-block-works .image03 img {
  max-width: 368px;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_renecordova_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.renecordova .works-figure:nth-child(1) {
  width: 32.8125%;
}
.contest .l-ambassadors .ambassadors-block.renecordova .works-figure:nth-child(2) {
  width: 28.125%;
  margin-left: 3.125%;
  margin-right: 6.25%;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works {
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image01 img {
  max-width: 420px;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image02 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image02 img {
  max-width: 360px;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image03 {
  margin-top: 11.1111111111%;
  width: 66.6666666667%;
}
.contest .l-ambassadors .ambassadors-block.renecordova .ambassadors-block-works .image03 img {
  max-width: 240px;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_barbara_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.barbara .works-figure:nth-child(1) {
  width: 63.125%;
}
.contest .l-ambassadors .ambassadors-block.barbara .works-figure:nth-child(2) {
  width: 27.5%;
  margin-left: 3.125%;
  margin-top: 6.25%;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image01 img {
  max-width: 808px;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image02 {
  width: 65.9090909091%;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image02 img {
  max-width: 232px;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image03 {
  margin-top: 11.3636363636%;
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.barbara .ambassadors-block-works .image03 img {
  max-width: 352px;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_unearthurortega_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .works-figure:nth-child(1) {
  width: 89.0625%;
  -webkit-flex-direction: row;
          flex-direction: row;
  -webkit-align-self: flex-end;
          align-self: flex-end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .works-figure:nth-child(2) {
  width: 77.1875%;
  margin-top: 3.125%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works {
  -webkit-flex-direction: column;
          flex-direction: column;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image01 {
  width: 28.0701754386%;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image01 img {
  max-width: 320px;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image02 {
  margin-left: 3.5087719298%;
  width: 68.4210526316%;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image02 img {
  max-width: 780px;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image03 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.unearthurortega .ambassadors-block-works .image03 img {
  max-width: 988px;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-head-inner {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/ambassador_gerhardhuman_head.jpg);
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .works-figure:nth-child(1) {
  width: 58.59375%;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .works-figure:nth-child(2) {
  width: 32.03125%;
  margin-left: 3.125%;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image01 {
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image01 img {
  max-width: 750px;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image02 {
  width: 48.2926829268%;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image02 img {
  max-width: 198px;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image03 {
  margin-top: 9.756097561%;
  width: 100%;
}
.contest .l-ambassadors .ambassadors-block.gerhardhuman .ambassadors-block-works .image03 img {
  max-width: 410px;
}
.contest .l-footNav {
  margin: 180px auto;
  text-align: center;
}
.contest .footNav-link {
  width: 680px;
  margin: 0 auto 40px;
  display: block;
  padding: 32px 0;
  position: relative;
  font-size: 2.4rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  background: #fff;
}
.contest .footNav-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 13px;
  border-color: transparent transparent transparent #e60012;
}
.contest .l-localHero {
  margin-bottom: 96px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-top: 80px;
}
.contest .l-localHero .hero-title {
  font-size: 6rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  width: 92%;
  margin: 0 auto;
}
.contest .l-localHero .hero-body {
  margin-bottom: 40px;
}
.contest .l-localLede {
  text-align: center;
}
.contest .l-localLede .localLede-text {
  font-size: 2rem;
  margin-bottom: 24px;
}
.contest .information-text {
  margin: 48px auto 0;
  width: 92%;
  max-width: 720px;
  font-size: 1.4rem;
  text-align: center;
}
.contest .information-text a {
  color: #e60012;
  text-decoration: underline;
}
.contest .l-productMovie {
  margin: 120px auto 0;
}
.contest .l-productMovie .productMovie-heading {
  text-align: center;
}
.contest .l-productMovie .productMovie-heading .productMovie-heading-title {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
}
.contest .l-productMovie .productMovie-main {
  margin: 0 auto;
  width: 70.5555555556%;
  max-width: 1016px;
  min-width: 760px;
}
.contest .l-productMovie .productMovie-main-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  text-align: center;
}
.contest .l-productMovie .productMovie-main-item {
  width: 47.2440944882%;
  margin-top: 4.7244094488%;
}
.contest .l-productMovie .productMovie-main-item .title {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
}
.contest .l-productMovie .productMovie-main-item a {
  position: relative;
  display: block;
}
.contest .l-productMovie .productMovie-main-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/icon_play.svg) no-repeat center/cover;
  width: 56px;
  height: 56px;
}
.contest .l-distributor {
  margin: 120px auto 0;
}
.contest .l-distributor .distributor-heading {
  text-align: center;
}
.contest .l-distributor .distributor-heading .distributor-heading-title {
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  line-height: 1.5;
}
.contest .l-distributor .distributor-main {
  margin: 56px auto 0;
  width: 680px;
  background: #fff;
  padding: 40px 0;
  text-align: center;
  position: relative;
}
.contest .l-distributor .distributor-main .title {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
  font-size: 2.4rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  line-height: 1;
  width: 100%;
}
.contest .l-distributor .distributor-main .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-align-items: center;
          align-items: center;
}
.contest .l-distributor .distributor-main .link {
  display: block;
  font-size: 1.2rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
}
.contest .l-distributor .distributor-main .link a {
  display: block;
  padding-top: 64px;
  position: relative;
}
.contest .l-distributor .distributor-main .link a::before {
  content: "";
  width: 56px;
  height: 56px;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.contest .l-distributor .distributor-main .link.website a::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/icon_website.png);
}
.contest .l-distributor .distributor-main .link.instagram a::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/logo_instagram_c.png);
}
.contest .l-distributor .distributor-main .link.facebook a::before {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/logo_facebook_c.png);
}
.contest .l-distributor .distributor-foot {
  margin: 40px auto 0;
  width: 680px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.contest .l-distributor .distributor-foot .link {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 360px 0 0;
  font-size: 1.8rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  position: relative;
}
.contest .l-distributor .distributor-foot .link::before {
  content: "";
  display: block;
  width: 320px;
  height: 320px;
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/contest/photo_furniture.png) no-repeat center/cover;
}
.contest .l-distributor .distributor-foot .link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: -12px;
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e60012;
}
.contest .l-distributor .distributor-foot .textLink {
  margin-top: 1em;
  color: #000;
  text-align: center;
  font-size: 1.8rem;
  font-family: "Assistant", sans-serif;
  font-weight: 600;
  position: relative;
  margin: 24px auto 0;
}
.contest .l-distributor .distributor-foot .textLink::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 14px;
  left: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #e60012;
}
.contest .lightbox .lb-image {
  border-radius: 0;
  border: 0;
}

/*------------------------------------------------*/
/* History */
/*------------------------------------------------*/
.history {
  /* hero */
  /* intro */
  /* parts */
  /* 1921 */
  /* 1925 */
  /* 1928 */
  /* 1982 */
  /* 1984 */
  /* 1991 */
  /* 1997 */
  /* 2016 */
  /* 2017 */
  /* 2021 */
}
.history .l-hero {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.history .l-hero .hero-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  position: relative;
}
.history .l-hero .hero-main {
  height: 100%;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.history .l-hero .hero-main-copy {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto;
}
.history .l-hero .hero-main-copy .title {
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  opacity: 0;
  letter-spacing: 8px;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: opacity 1.8s, letter-spacing 1.8s, -webkit-filter 1.8s, -webkit-transform 1.4s;
  transition: opacity 1.8s, letter-spacing 1.8s, filter 1.8s, transform 1.4s;
  transition: opacity 1.8s, letter-spacing 1.8s, filter 1.8s, transform 1.4s, -webkit-filter 1.8s, -webkit-transform 1.4s;
}
.history .l-hero .hero-main-copy .title.is-loaded {
  letter-spacing: 2px;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translate3D(0, -40px, 0);
          transform: translate3D(0, -40px, 0);
  transition: opacity 1.8s, letter-spacing 1.8s, -webkit-filter 1.8s, -webkit-transform 1.4s 1.8s;
  transition: opacity 1.8s, letter-spacing 1.8s, filter 1.8s, transform 1.4s 1.8s;
  transition: opacity 1.8s, letter-spacing 1.8s, filter 1.8s, transform 1.4s 1.8s, -webkit-filter 1.8s, -webkit-transform 1.4s 1.8s;
}
.history .l-hero .scroller {
  position: absolute;
  left: 50%;
  bottom: 0;
  cursor: pointer;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.history .l-hero .scroller.is-loaded {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 2.8s;
}
.history .l-hero .scroller.is-loaded.is-scrolled {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0;
}
.history .l-hero .scroller .scroller-block {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.history .l-hero .scroller .scroller-block .scroller-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(4, 15, 48) 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.history .l-hero .scroller .scroller-text {
  position: absolute;
  left: 50%;
  top: -2.5em;
  letter-spacing: 1px;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  font-size: 1.2rem;
  color: rgb(4, 15, 48);
}
.history .l-intro .intro-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 240px 0;
}
.history .l-intro .intro-main {
  text-align: center;
  width: 800px;
  margin: 0 auto;
}
.history .l-intro .intro-main-title {
  margin-bottom: 64px;
  opacity: 0;
  transition: opacity 1.2s;
}
.history .l-intro .intro-main-title.is-loaded {
  opacity: 1;
  transition: opacity 1.2s;
  transition-delay: 2s;
}
.history .block-main {
  position: relative;
}
.history .year {
  color: #d6d6d6;
  font-size: 14.4rem;
}
.history .block-main-title {
  font-size: 2.4rem;
}
.history .block-main-text {
  font-size: 1.4rem;
}
.history .block-default {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 128px auto;
  display: -webkit-flex;
  display: flex;
}
.history .block-default .block-main {
  width: 50%;
  margin-right: 4.375%;
}
.history .block-default .year {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  line-height: 1;
}
.history .block-default .block-main-title {
  margin-top: 128px;
  margin-bottom: 32px;
  padding-left: 16px;
}
.history .block-default .block-main-text {
  padding-left: 16px;
}
.history .block-default .block-figure {
  width: 50%;
  -webkit-align-self: center;
          align-self: center;
}
.history .block-default.is-inversion {
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history .block-default.is-inversion .block-main {
  margin-right: 0;
  margin-left: 4.375%;
}
.history .block-default.is-inversion .block-main-title {
  padding-left: 0;
}
.history .block-default.is-inversion .block-main-text {
  padding-left: 0;
}
.history .block-side {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 128px auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history .block-side .block-main {
  width: 50%;
  margin-top: auto;
}
.history .block-side .block-main-title {
  font-size: 2rem;
}
.history .block-side .block-main-figure {
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 20px;
}
.history .block-side .block-main-figure img {
  height: 72px;
  width: auto;
}
.history .block-side .block-main-figure img:not(:last-child) {
  margin-right: 32px;
}
.history .block-side .block-sub {
  width: 50%;
  position: relative;
  margin-bottom: auto;
}
.history .h-1921 {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.history .h-1921 .layer {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/1921_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
}
.history .h-1921 .block-year {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
}
.history .h-1921 .year {
  color: #fff;
  opacity: 0.75;
  font-size: 27.2rem;
  position: static;
}
.history .h-1921 .block {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
  color: #fff;
}
.history .h-1921 .block-main-title {
  margin-top: 0;
  font-size: 4rem;
  margin-bottom: 12px;
}
.history .h-1921 .block-main-text {
  font-size: 2rem;
}
.history .h-1925 .block-figure {
  position: relative;
  padding-top: 100px;
}
.history .h-1925 .block-figure .caption {
  font-size: 1.1rem;
  line-height: 1.3;
}
.history .h-1925 .block-default:first-of-type {
  margin-bottom: 0;
}
.history .h-1925 .block-default:first-of-type .block-image {
  width: 35%;
  margin-right: 65%;
  margin-bottom: 32px;
}
.history .h-1925 .block-default:last-of-type {
  margin-top: 0;
}
.history .h-1925 .block-default:last-of-type .block-main-title {
  margin-top: 0;
  padding-left: 32px;
}
.history .h-1925 .block-default:last-of-type .block-main-text {
  padding-left: 32px;
}
.history .h-1925 .block-default:last-of-type .block-figure {
  padding-top: 0;
}
.history .h-1925 .block-default:last-of-type .block-image {
  width: 55%;
  margin-left: 10%;
  margin-right: auto;
}
.history .h-1925 .block-default:last-of-type .block-image:last-of-type {
  margin-top: 24px;
  margin-left: auto;
  margin-right: 15%;
}
.history .h-1928 .block {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.history .h-1928 .block-main {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 45%;
  margin-left: 10%;
  -webkit-align-self: flex-start;
          align-self: flex-start;
}
.history .h-1928 .block-main-title {
  -webkit-order: 2;
          order: 2;
  margin-top: -32px;
  margin-bottom: 16px;
}
.history .h-1928 .year {
  -webkit-order: 1;
          order: 1;
  line-height: 1.2;
}
.history .h-1928 .block-main-text {
  -webkit-order: 3;
          order: 3;
}
.history .h-1928 .block-figure {
  width: 45%;
  display: -webkit-flex;
  display: flex;
}
.history .h-1928 .block-figure-images {
  width: 50%;
}
.history .h-1928 .block-figure-images:nth-child(2) {
  padding-left: 32px;
  margin-top: 32px;
}
.history .h-1928 .block-figure-images img {
  width: 100%;
  margin-bottom: 24px;
}
.history .h-1928 .layer {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/1928_bg.jpg) no-repeat center bottom/cover;
  height: 400px;
  margin-top: 40px;
}
.history .h-1982 {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  text-align: center;
  color: #fff;
  position: relative;
}
.history .h-1982 .layer {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/1982_bg.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  z-index: -1;
  overflow: hidden;
}
.history .h-1982 .year {
  display: block;
}
.history .h-1982 .block-main {
  width: 75%;
  margin: 0 auto;
}
.history .h-1982 .block-main-title {
  margin-bottom: 24px;
}
.history .h-1982 .block-main-image {
  width: 430px;
  margin: 24px auto;
  opacity: 0.85;
}
.history .h-1982 .block-figure {
  overflow: hidden;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  margin-top: 80px;
}
.history .h-1982 .block-figure .block-figure-inner,
.history .h-1982 .block-figure .block-figure-images {
  display: -webkit-flex;
  display: flex;
  position: relative;
  z-index: 1;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.history .h-1982 .block-figure .block-figure-images {
  float: left;
  padding-left: 56px;
}
.history .h-1982 .block-figure li {
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 184px;
  margin-right: 32px;
}
.history .h-1982 .block-figure li a img {
  width: auto;
  height: 100%;
}
.history .modaal-outer-wrapper .modaal-close::after, .history .modaal-outer-wrapper .modaal-close::before {
  border-radius: 0;
  width: 1px;
}
.history .modaal-outer-wrapper .modaal-close:focus, .history .modaal-outer-wrapper .modaal-close:hover {
  background: none;
}
.history .h-1984 .history-inner {
  padding-top: 80px;
}
.history .h-1991 {
  text-align: center;
  margin-top: 25vh;
}
.history .h-1991 .figure {
  width: 88.8888888889%;
  height: 0;
  padding-top: 17.03125%;
  margin: 0 auto;
  position: relative;
}
.history .h-1991 .figure-image {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/1991_image01.jpg) no-repeat center/cover;
}
.history .h-1991 .block-text {
  color: #4f4b44;
}
.history .h-1991 .block-text .year {
  color: #4f4b44;
}
.history .h-1991 .block-text .block-main-title {
  line-height: 1.5;
  margin-bottom: 1em;
}
.history .h-1991 .block-side {
  text-align: left;
}
.history .h-1991 .block-side .block-main-figure img:nth-child(2) {
  height: 21px;
}
.history .h-1997 .block-side .block-main-figure img:nth-child(2) {
  height: 40px;
}
.history .h-2016 .block-side .block-main-figure img:nth-child(2) {
  height: 56px;
}
.history .h-2017 .block-side:nth-child(1) .block-main-figure img:nth-child(2) {
  height: 40px;
}
.history .h-2021 {
  text-align: center;
  padding-top: 64px;
}
.history .h-2021 .block-main {
  margin-bottom: 77.14285714%;
}
.history .h-2021 .block-main-title {
  font-size: 3.2rem;
  margin-top: -32px;
  padding-bottom: 32px;
}
.history .h-2021 .year {
  position: relative;
}
.history .h-2021 .year::before {
  content: "";
  height: 64px;
  width: 1px;
  background: #d6d6d6;
  display: block;
  position: absolute;
  top: -72px;
  left: 50%;
}
.history .h-2021 .block-main-contents {
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/2021_image01_pc.jpg) no-repeat center/cover;
  width: 100%;
  height: 0;
  padding-top: 77.14285714%;
  position: absolute;
}
.history .h-2021 .block-main-contents .block-main-contents-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
  width: 50%;
  margin: 0 auto;
}
.history .h-2021 .block-main-contents .block-main-text {
  font-size: 2rem;
}
.history .h-2021 .block-main-contents .logo {
  margin-bottom: 40px;
  width: 48px;
}
.history .modaal-image .modaal-container img {
  width: auto !important;
  max-width: 100%;
  max-height: 80vh;
}

/*------------------------------------------------*/
/* Products */
/*------------------------------------------------*/
.products {
  /* hero */
  /* intro */
  /* features */
  /* movie */
  /* special */
  /* gallery */
  /* banner */
  /* products */
}
.products .l-hero {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.products .l-hero .hero-inner {
  position: relative;
  height: 100%;
}
.products .l-hero .hero-main {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 64px 64px 64px 104px;
  background: rgba(243, 242, 236, 0.92);
}
.products .l-hero .hero-main-copy {
  letter-spacing: 0.05em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.products .l-hero .hero-main-copy .title {
  -webkit-order: 2;
          order: 2;
  font-size: 4rem;
  overflow: hidden;
  display: block;
}
.products .l-hero .hero-main-copy .title span {
  -webkit-transform: translate3D(0, 4em, 0);
          transform: translate3D(0, 4em, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.products .l-hero .hero-main-copy .lede {
  -webkit-order: 3;
          order: 3;
  font-size: 2rem;
  margin-top: 24px;
  overflow: hidden;
  display: block;
}
.products .l-hero .hero-main-copy .lede span {
  -webkit-transform: translate3D(0, 2em, 0);
          transform: translate3D(0, 2em, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.products .l-hero .hero-main-copy .subTitle {
  -webkit-order: 1;
          order: 1;
  overflow: hidden;
  display: block;
}
.products .l-hero .hero-main-copy .subTitle span {
  -webkit-transform: translate3D(0, 2em, 0);
          transform: translate3D(0, 2em, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  display: block;
}
.products .l-hero .hero-figure {
  width: 94.4444444444%;
  height: calc(100% - 100px);
  margin-left: auto;
}
.products .l-hero .hero-figure-block {
  width: 0;
  height: 100%;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
}
.products .l-hero .hero-figure-block-figure {
  width: 100vw;
  height: 100%;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_main.jpg) no-repeat center/cover;
}
.products .l-hero .scroller {
  position: absolute;
  right: 32px;
  bottom: 0;
  cursor: pointer;
  opacity: 0;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.products .l-hero .scroller.is-loaded {
  opacity: 1;
  transition: opacity 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 2.8s;
}
.products .l-hero .scroller.is-loaded.is-scrolled {
  opacity: 0;
  transition: opacity 0.3s;
  transition-delay: 0;
}
.products .l-hero .scroller .scroller-block {
  width: 1px;
  height: 80px;
  background-color: #ccc;
  position: relative;
  overflow: hidden;
}
.products .l-hero .scroller .scroller-block .scroller-line {
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, rgb(4, 15, 48) 50%, rgba(4, 15, 48, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.products .l-hero .scroller .scroller-text {
  position: absolute;
  left: 50%;
  top: -2.5em;
  letter-spacing: 1px;
  -webkit-transform: translate3D(-50%, 0, 0);
          transform: translate3D(-50%, 0, 0);
  font-size: 1.2rem;
  color: rgb(4, 15, 48);
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
}
.products .l-hero.is-loaded .hero-figure-block {
  width: 100%;
  transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.products .l-hero.is-loaded .hero-main-copy .title span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.6s;
}
.products .l-hero.is-loaded .hero-main-copy .lede span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
.products .l-hero.is-loaded .hero-main-copy .subTitle span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 1s;
}
.products .l-intro {
  margin: 96px auto 160px;
  text-align: center;
  width: 39.0277777778%;
  min-width: 562px;
}
.products .l-features {
  margin-bottom: 264px;
}
.products .l-features .features-header {
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 80px;
}
.products .l-features .features-header-title {
  position: absolute;
  top: 50%;
  right: 10%;
  -webkit-transform: translate3D(0, -50%, 0) translate3D(0, 20px, 0);
          transform: translate3D(0, -50%, 0) translate3D(0, 20px, 0);
  font-size: 12.8rem;
  line-height: 1;
  z-index: 1;
}
.products .l-features .features-header-subTitle {
  position: static;
  font-size: 24vw;
  color: #eaeaea;
}
.products .l-features .features-block {
  position: relative;
}
.products .l-features .features-block:not(.features-block01) {
  margin-top: 240px;
}
.products .l-features .features-block .features-block-main {
  background: #fff;
  padding: 48px 32px;
}
.products .l-features .features-block .features-block-main .features-block-main-title {
  font-size: 3.2rem;
}
.products .l-features .features-block .features-block-main .features-block-main-text {
  margin-top: 24px;
}
.products .l-features .features-block01 .features-block-main {
  width: 640px;
  position: absolute;
  top: -100px;
  margin-left: 5.5555555556%;
  margin-right: auto;
}
.products .l-features .features-block01 .features-block-figure {
  width: 100%;
  height: 720px;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_features01.jpg) no-repeat center/cover;
}
.products .l-features .features-block02 .features-block-main {
  width: 440px;
  position: absolute;
  top: 50%;
  left: 45.8333333333%;
  -webkit-transform: translate3D(0, -50%, 0);
          transform: translate3D(0, -50%, 0);
  z-index: 1;
}
.products .l-features .features-block02 .features-block-figure {
  width: 61.1111111111%;
  height: 840px;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_features02.jpg) no-repeat left center/cover;
}
.products .l-features .features-block02 .features-block-figure::after {
  content: "";
  width: 160px;
  height: 840px;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_features02.jpg) no-repeat right center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
.products .l-features .features-block03 .features-block-main {
  width: 77.7777777778%;
  position: absolute;
  bottom: -25%;
  left: 0;
  z-index: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.products .l-features .features-block03 .features-block-main-title {
  margin-right: 56px;
}
.products .l-features .features-block03 .features-block-main-text {
  margin-top: 0;
}
.products .l-features .features-block03 .features-block-figure {
  width: 77.7777777778%;
  height: 640px;
  margin-left: auto;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_pigma_features03.jpg) no-repeat center/cover;
}
.products .l-movie {
  margin-top: 120px;
  margin-bottom: 200px;
}
.products .l-movie .movie-title {
  font-size: 7.2rem;
  text-align: center;
}
.products .l-movie .movie-main {
  width: 69.4444444444%;
  max-width: 1000px;
  margin: 64px auto 0;
  position: relative;
}
.products .l-movie .movie-main a {
  display: block;
  position: relative;
}
.products .l-movie .movie-main a::after {
  content: "";
  width: 80px;
  height: 80px;
  display: block;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/icon_play.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3D(-50%, -50%, 0);
          transform: translate3D(-50%, -50%, 0);
}
.products .l-movie .movie-main a:hover {
  opacity: 1;
}
.products .l-movie .movie-main a:hover::after {
  opacity: 0;
}
.products .l-movie .movie-main .movie-cursor {
  visibility: hidden;
  display: block;
  width: 80px;
  height: 80px;
  background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/icon_play.svg) no-repeat center/cover;
  position: absolute;
}
.products .l-movie .movie-main .movie-cursor.is-active {
  visibility: visible;
}
.products .l-movie .movie-sub {
  text-align: center;
  margin-top: 56px;
}
.products .l-movie .movie-sub .movie-sub-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
          justify-content: center;
  background: #e8e6e3;
  width: 768px;
  margin: 0 auto;
}
.products .l-movie .movie-sub .movie-sub-list li {
  margin: 1em;
}
.products .l-special {
  margin-top: 160px;
  width: 100%;
  padding-bottom: 120px;
  position: relative;
}
.products .l-special::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #ddd8d4 0%, #ddd8d4 calc((100vw - 88.8888888889%) / 2 + 96px), transparent calc((100vw - 88.8888888889%) / 2 + 96px), transparent 100%);
  width: 100%;
  height: 258px;
  z-index: -1;
}
.products .l-special .special-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 0 auto;
}
.products .l-special .special-title {
  font-size: 7.2rem;
  margin-bottom: 32px;
  line-height: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.products .l-special .special-block-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.products .l-special .special-main {
  width: calc(100% - 272px);
  padding-left: 6.25%;
}
.products .l-special .special-main-subTitle {
  font-size: 3.2rem;
  margin-bottom: 32px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.products .l-special .special-main-body {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 32px;
}
.products .l-special .special-main-body-main {
  margin-right: 32px;
  width: calc(100% - 320px);
}
.products .l-special .special-main-body-main .answer {
  font-size: 2.4rem;
}
.products .l-special .special-main-body-figure {
  width: 320px;
}
.products .l-special .special-main-bottom .special-main-bottom-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 32px;
}
.products .l-special .special-main-bottom .special-main-bottom-item .item-title {
  font-size: 2.2rem;
  margin-bottom: 0.75em;
  display: block;
  width: 100%;
  -webkit-order: 1;
          order: 1;
}
.products .l-special .special-main-bottom .special-main-bottom-item .item-main {
  width: calc(100% - 200px - 24px);
  margin-left: 24px;
  -webkit-order: 3;
          order: 3;
}
.products .l-special .special-main-bottom .special-main-bottom-item .item-figure {
  width: 200px;
  -webkit-order: 2;
          order: 2;
}
.products .l-special .special-sub {
  width: 272px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.products .l-special .special-sub-info {
  -webkit-order: 2;
          order: 2;
  text-align: center;
  margin-bottom: 24px;
}
.products .l-special .special-sub-info .hometown {
  font-size: 1.2rem;
  color: #898989;
}
.products .l-special .special-sub-info .instagramAccount {
  font-size: 1.2rem;
  color: #59baca;
}
.products .l-special .special-sub-info .tags {
  margin-top: 0.5em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  font-size: 1.2rem;
}
.products .l-special .special-sub-info .tag {
  margin-right: 0.5em;
}
.products .l-special .special-sub-photo {
  -webkit-order: 1;
          order: 1;
  text-align: center;
}
.products .l-special .special-sub-photo img {
  max-width: 240px;
  margin-bottom: 24px;
}
.products .l-special .special-sub-works {
  -webkit-order: 3;
          order: 3;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.products .l-special .special-sub-works .figure {
  width: 45%;
}
.products .l-gallery {
  background: #f3f2ec;
  width: 100%;
  padding-bottom: 56px;
}
.products .l-gallery .gallery-inner {
  margin-left: 5.5555555556%;
  margin-right: 16px;
}
.products .l-gallery .gallery-title {
  font-size: 7.2rem;
  margin-bottom: 32px;
  line-height: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.products .l-gallery .gallery-figure-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 16px 16px;
}
.products .l-gallery .gallery-figure-item {
  width: 100%;
  padding-top: 100%;
  position: relative;
  height: 0;
}
.products .l-gallery .gallery-figure-item.item01 {
  grid-area: 1/1/2/2;
}
.products .l-gallery .gallery-figure-item.item02 {
  grid-area: 2/1/3/2;
}
.products .l-gallery .gallery-figure-item.item03 {
  grid-area: 1/2/3/4;
}
.products .l-gallery .gallery-figure-item.item04 {
  grid-area: 1/4/2/5;
}
.products .l-gallery .gallery-figure-item.item05 {
  grid-area: 1/5/2/6;
}
.products .l-gallery .gallery-figure-item.item06 {
  grid-area: 2/4/3/6;
  padding-top: calc(50% - 8px);
}
.products .l-gallery .gallery-figure-item a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.products .l-gallery .gallery-figure-item img {
  width: 100%;
  height: 100%;
}
.products .l-banner {
  padding-top: 96px;
  text-align: center;
}
.products .l-banner .banner-corporate {
  display: block;
  width: 69.4444444444%;
  max-width: 1000px;
  margin: 0 auto;
}
.products .l-products {
  margin-bottom: 160px;
}
.products .l-products .products-inner {
  width: 88.8888888889%;
  max-width: 1280px;
  margin: 160px auto 0;
}
.products .l-products .products-title {
  text-align: center;
  font-size: 8rem;
}
.products .l-products .products-main {
  margin: 88px auto 0;
}
.products .l-products .products-main-item {
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
.products .l-products .products-main-item:last-child {
  border-bottom: 1px solid #e2e2e2;
}
.products .l-products .products-main-item a {
  padding: 24px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
.products .l-products .products-main-item .products-main-item-main {
  padding-left: 24px;
  -webkit-flex: 1;
          flex: 1;
}
.products .l-products .products-main-item .products-main-item-main .title {
  font-size: 3.2rem;
  line-height: 1.2;
}
.products .l-products .products-main-item .products-main-item-main .text {
  margin-top: 16px;
}
.products .l-products .products-main-item .products-main-item-figure {
  width: 480px;
  height: 160px;
}
.products .l-products .products-main-item .products-main-item-figure img {
  width: 100%;
  height: 100%;
}
.products .l-products .products-main-item.is-comingsoon a {
  color: #b3b3b3;
}
.products .l-products .products-main-item.is-comingsoon .products-main-item-figure {
  position: relative;
}
.products .l-products .products-main-item.is-comingsoon .products-main-item-figure::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.products .l-products .products-main-item.is-comingsoon .products-main-item-figure::after {
  content: "Coming soon";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  color: #fff;
  font-size: 2rem;
}
.products.gelly-roll {
  /* hero */
  /* features */
}
.products.gelly-roll .l-hero .hero-figure-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_gelly-roll_main.jpg);
}
.products.gelly-roll .l-features .features-block01 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_gelly-roll_features01.jpg);
}
.products.gelly-roll .l-features .features-block02 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_gelly-roll_features02.jpg);
  background-position: right 10% center;
}
.products.gelly-roll .l-features .features-block02 .features-block-figure::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_gelly-roll_features02.jpg);
  background-position: center;
}
.products.gelly-roll .l-features .features-block03 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_gelly-roll_features03.jpg);
}
.products.koi-coloring-brush-pen {
  /* hero */
  /* features */
}
.products.koi-coloring-brush-pen .l-hero .hero-figure-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-brush_main.jpg);
}
.products.koi-coloring-brush-pen .l-features .features-block01 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-brush_features01.jpg);
}
.products.koi-coloring-brush-pen .l-features .features-block02 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-brush_features02.jpg);
  background-position: right 10% center;
}
.products.koi-coloring-brush-pen .l-features .features-block02 .features-block-figure::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-brush_features02.jpg);
  background-position: center;
}
.products.koi-coloring-brush-pen .l-features .features-block03 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-brush_features03.jpg);
}
.products.koi-water-colors {
  /* hero */
  /* features */
}
.products.koi-water-colors .l-hero .hero-figure-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-water-colors_main.jpg);
}
.products.koi-water-colors .l-features .features-block01 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-water-colors_features01.jpg);
}
.products.koi-water-colors .l-features .features-block02 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-water-colors_features02.jpg);
  background-position: right 10% center;
}
.products.koi-water-colors .l-features .features-block02 .features-block-figure::after {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-water-colors_features02.jpg);
  background-position: center;
}
.products.koi-water-colors .l-features .features-block03 .features-block-figure {
  background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/products/products_koi-water-colors_features03.jpg);
}

/*------------------------------------------------*/
/* Animation */
/*------------------------------------------------*/
.c-slideUp {
  display: block;
  overflow: hidden;
}
.c-slideUp span {
  display: block;
  -webkit-transform: translate3D(0, 100%, 0);
          transform: translate3D(0, 100%, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.c-slideUp.is-active span {
  -webkit-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
  transition: -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 1.4s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1.4s cubic-bezier(0.23, 1, 0.32, 1);
}

/*------------------------------------------------*/
/* Form  */
/*------------------------------------------------*/
/* フォーム関連スタイルリセット */
input[type=submit],
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
input[type=zip],
textarea {
  font-size: 1.6rem;
  padding: 19px 16px;
  border: 1px solid #C0C0C0;
  width: 100%;
}

/*------------------------------------------------*/
/* Parts */
/*------------------------------------------------*/
.is-eternal span {
  position: relative;
}
.is-eternal span::before, .is-eternal span::after {
  content: "";
  display: block;
  position: absolute;
}
.is-eternal span::before {
  width: 8px;
  height: 4px;
  top: 2px;
  right: -14px;
  border-top: 1px solid #6c6f73;
  border-right: 1px solid #6c6f73;
}
.is-eternal span::after {
  width: 8px;
  height: 4px;
  top: 4px;
  right: -12px;
  border: 1px solid #6c6f73;
}

/*------------------------------------------------*/
/* Section awards */
/*------------------------------------------------*/
/*------------------------------------------------*/
/* Utility */
/*------------------------------------------------*/
.for-sp {
  display: none !important;
}

.for-pc {
  display: inline-block !important;
}

.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

/*------------------------------------------------*/
/* Layout */
/*------------------------------------------------*/
.cf {
  zoom: 1;
  position: relative;
}
.cf::after {
  content: "";
  display: block;
  clear: both;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

.fl-n {
  float: none;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.m0a {
  margin: 0 auto;
}

/*------------------------------------------------*/
/* Typography */
/*------------------------------------------------*/
.fz-08 {
  font-size: 0.8rem;
}

.fz-09 {
  font-size: 0.9rem;
}

.fz-10 {
  font-size: 1rem;
}

.fz-11 {
  font-size: 1.1rem;
}

.fz-12 {
  font-size: 1.2rem;
}

.fz-13 {
  font-size: 1.3rem;
}

.fz-14 {
  font-size: 1.4rem;
}

.fz-15 {
  font-size: 1.5rem;
}

.fz-16 {
  font-size: 1.6rem;
}

.fz-17 {
  font-size: 1.7rem;
}

.fz-18 {
  font-size: 1.8rem;
}

.fz-19 {
  font-size: 1.9rem;
}

.fz-20 {
  font-size: 2rem;
}

.ta-l {
  text-align: left;
}

.ta-r {
  text-align: right;
}

.ta-c {
  text-align: center;
}

.va-t {
  vertical-align: top;
}

.va-m {
  vertical-align: middle;
}

.va-b {
  vertical-align: bottom;
}

.d-b {
  display: block;
}

.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
}

@media screen and (max-width: 767px) {
  .l-header {
    padding: 24px 0;
  }
  .l-header .header-logo {
    width: 40px;
    -webkit-transform: translate3D(0, 2px, 0);
            transform: translate3D(0, 2px, 0);
  }
  .l-header .header-navButton {
    margin-right: 16px;
  }
  .l-header .header-navButton .header-navButton-button-text {
    font-size: 1rem;
  }
  .low .l-header .header-logo {
    width: 220px;
  }
  .header-nav .header-nav-inner {
    height: auto;
  }
  .header-nav .header-nav-body-main {
    width: 88%;
    padding: 120px 0 32px;
    margin: 0 auto;
    font-size: 1.8rem;
  }
  .header-nav .header-nav-body-main-list {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
  }
  .header-nav .header-nav-body-main-item {
    margin: 0 0 24px;
  }
  .header-nav .header-nav-body-main-item.products {
    -webkit-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
  .header-nav .header-nav-body-main-item.products > .linkText {
    margin-bottom: 24px;
  }
  .header-nav .header-nav-body-main-item .subLinkText {
    padding-left: 24px;
  }
  .header-nav .header-nav-body-main-item .subLinkText.is-comingsoon {
    width: 100%;
  }
  .header-nav .header-nav-body-main-item .subLinkText.is-comingsoon::before {
    font-size: 1.2rem;
    left: 24px;
  }
  .header-nav .header-nav-body-main-subList {
    padding-left: 1em;
  }
  .header-nav .header-nav-body-main-subList::before {
    content: unset;
  }
  .header-nav .header-nav-body-main-subItem {
    font-size: 1.6rem;
    position: relative;
    margin-bottom: 0;
  }
  .header-nav .header-nav-body-main-subItem::before {
    content: "";
    width: 16px;
    height: 1px;
    display: block;
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    background: #242629;
  }
  .header-nav .header-nav-body-figure {
    display: none;
  }
  .header-nav .header-nav-footer {
    -webkit-flex-direction: column;
            flex-direction: column;
    padding: 16px;
    font-size: 1.2rem;
  }
  .header-nav .header-nav-footer-linkList,
.header-nav .header-nav-footer-subLinkList {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .header-nav .header-nav-footer-linkList-item {
    margin-right: 0;
    margin-bottom: 1em;
  }
  .header-nav .header-nav-footer-subLinkList-item {
    margin-left: 0;
    margin-bottom: 1em;
  }
  .l-footer .footer-main {
    padding: 40px 0;
  }
  .l-footer .footer-main-inner {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .footer-main-logo {
    display: none;
  }
  .l-footer .footer-main-links {
    width: 100%;
  }
  .l-footer .footer-main-links-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .footer-main-links-item.products .footer-main-links-subItem {
    padding-left: 1em;
  }
  .l-footer .footer-main-links-item.eternal {
    padding-bottom: 0;
  }
  .l-footer .footer-foot-inner {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-justify-content: center;
            justify-content: center;
    padding: 12px 0;
  }
  .l-footer .footer-foot-copyright {
    padding: 0.5em 0;
    text-align: center;
  }
  .l-footer .footer-foot-links {
    -webkit-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .l-footer .footer-foot-links .footer-foot-share {
    margin: 0.5em 0;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .l-footer .footer-foot-link {
    padding: 0.5em 0;
    margin: 0.5em 0 0;
  }
  .home .l-hero .l-hero-layer.layer01 {
    background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg01_sp.png);
  }
  .home .l-hero .l-hero-layer.layer02 {
    background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg02_sp.png);
  }
  .home .l-hero .l-hero-layer.layer03 {
    background-image: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/home/section_hero_bg03_sp.png);
  }
  .home .l-hero .hero-title {
    width: 65%;
  }
  .home .l-hero .hero-artist {
    bottom: 32px;
    width: 80%;
  }
  .home .l-hero .hero-artist .figure {
    margin: 8px;
  }
  .home .l-hero .hero-artist .hero-artist-name {
    line-height: 1.4;
  }
  .home .l-hero .hero-artist .hero-artist-links {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-left: 0.5em;
  }
  .home .l-hero .hero-artist .hero-artist-link {
    padding-left: 0.75em;
  }
  .home .l-hero .hero-artist .hero-artist-link::before {
    content: "";
    width: 4px;
    height: 1px;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: #242629;
  }
  .home .l-hero .hero-artist .hero-artist-link:not(:last-child)::after {
    display: none;
  }
  .home .l-hero .hero-banner {
    right: 54px;
    bottom: 8px;
  }
  .home .l-hero .hero-banner-link {
    width: 100px;
  }
  .home .l-intro .section-inner,
.home .l-history .section-inner,
.home .l-products .section-inner {
    height: auto;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .home .l-intro .section-main,
.home .l-history .section-main,
.home .l-products .section-main {
    width: 100%;
    height: 80%;
    padding-bottom: 40px;
  }
  .home .l-intro .section-main .section-title,
.home .l-history .section-main .section-title,
.home .l-products .section-main .section-title {
    margin-top: 24px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .home .l-intro .section-main .section-text,
.home .l-intro .section-main .section-link,
.home .l-history .section-main .section-text,
.home .l-history .section-main .section-link,
.home .l-products .section-main .section-text,
.home .l-products .section-main .section-link {
    font-size: 1.3rem;
  }
  .home .l-intro .section-main .section-text,
.home .l-history .section-main .section-text,
.home .l-products .section-main .section-text {
    margin: 24px 0;
  }
  .home .l-intro .section-main .section-text:first-of-type,
.home .l-history .section-main .section-text:first-of-type,
.home .l-products .section-main .section-text:first-of-type {
    margin-top: 32px;
  }
  .home .l-intro .section-main .section-text:last-of-type,
.home .l-history .section-main .section-text:last-of-type,
.home .l-products .section-main .section-text:last-of-type {
    margin-bottom: 32px;
  }
  .home .l-intro .section-main .section-link,
.home .l-history .section-main .section-link,
.home .l-products .section-main .section-link {
    padding-right: 56px;
  }
  .home .l-intro .section-main .section-link::after,
.home .l-history .section-main .section-link::after,
.home .l-products .section-main .section-link::after {
    width: 40px;
  }
  .home .l-intro .section-figure,
.home .l-history .section-figure,
.home .l-products .section-figure {
    width: 100%;
    height: 120px;
  }
  .home .l-products .section-links .section-link {
    width: 100%;
  }
  .home .follower {
    display: none;
  }
  .contest .header-translate {
    top: 80px;
    right: 0;
    margin-right: 0;
    background: rgba(250, 248, 245, 0.9);
  }
  .contest .header-translate .header-translate-button {
    padding: 8px 32px;
  }
  .contest .header-translate .header-translate-button::after {
    left: unset;
    right: 16px;
  }
  .contest .l-information {
    margin-top: 40px;
  }
  .contest .l-information .information-heading .information-heading-title {
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .contest .l-information .information-date {
    margin-top: 32px;
    padding: 16px;
  }
  .contest .l-information .information-date .information-date-title {
    font-size: 2rem;
  }
  .contest .l-information .information-date .information-date-block {
    font-size: 2.4rem;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
            align-items: center;
  }
  .contest .l-information .information-date .information-date-block .end {
    margin-left: 0;
    padding-left: 0;
    padding-top: 24px;
  }
  .contest .l-information .information-date .information-date-block .end::before {
    border-width: 8px 8px 0;
    border-color: #e60012 transparent transparent;
    top: 8px;
    left: 50%;
    -webkit-transform: translate3D(-50%, 0, 0);
            transform: translate3D(-50%, 0, 0);
  }
  .contest .l-information .information-lede {
    margin-top: 28px;
  }
  .contest .l-information .information-lede .title {
    font-size: 2rem;
  }
  .contest .l-information .information-social {
    width: 92%;
    margin: 28px auto 0;
    padding: 56px 0 20px;
  }
  .contest .l-information .information-social::before {
    height: 40px;
  }
  .contest .l-information .information-social .text {
    margin-bottom: 24px;
  }
  .contest .l-information .information-social a {
    margin: 16px 0;
  }
  .contest .l-information .information-theme {
    margin-top: 48px;
  }
  .contest .l-information .information-theme .information-theme-title {
    font-size: 2rem;
  }
  .contest .l-information .information-theme .information-theme-name {
    font-size: 3.6rem;
  }
  .contest .l-information .information-link {
    width: 92%;
    margin-top: 60px;
  }
  .contest .l-resultsNav {
    width: 92%;
    padding: 8px 8px 24px;
  }
  .contest .l-resultsNav .resultsNav-title {
    margin-top: -1.5em;
    margin-bottom: 1em;
    font-size: 2rem;
  }
  .contest .l-products {
    margin-bottom: 40px;
    margin-top: 60px;
  }
  .contest .l-products .products-inner {
    margin-top: 80px;
    width: 92%;
  }
  .contest .l-products .products-title {
    font-size: 2.4rem;
  }
  .contest .l-products .products-main {
    margin-top: 40px;
  }
  .contest .l-products .products-main-item a {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-products .products-main-item .products-main-item-main {
    width: 100%;
    padding-left: 8px;
  }
  .contest .l-products .products-main-item .products-main-item-main .title {
    font-size: 2rem;
  }
  .contest .l-products .products-main-item .products-main-item-main .text {
    font-size: 1.4rem;
  }
  .contest .l-products .products-main-item .products-main-item-figure {
    width: calc(100% - 16px);
    margin: 16px auto 0;
  }
  .contest .l-results {
    margin: 40px auto 80px;
  }
  .contest .l-results .results-heading-title {
    font-size: 2.4rem;
  }
  .contest .l-results .results-heading-text {
    font-size: 1.6rem;
  }
  .contest .l-results .results-block .results-block-head {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .contest .l-results .results-block .results-block-body {
    margin-bottom: 64px;
  }
  .contest .l-results .results-block .figure-images .swiper-button-next:after,
.contest .l-results .results-block .figure-images .swiper-button-prev:after {
    width: 16px;
    height: 16px;
  }
  .contest .l-results .results-block .contents {
    margin-top: 16px;
  }
  .contest .l-results .results-block .contents dl {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .contest .l-results .results-block .contents dl dt {
    width: 100%;
  }
  .contest .l-results .results-block .contents dl.title dd {
    font-size: 2rem;
  }
  .contest .l-results .results-block .contents dl.ambassador .name {
    width: 100%;
  }
  .contest .l-results .results-block .contents dl.ambassador .comment {
    padding: 0;
  }
  .contest .l-results.pigma .results-heading-title, .contest .l-results.gelly-roll .results-heading-title, .contest .l-results.koi-coloring-brush-pen .results-heading-title, .contest .l-results.koi-water-colors .results-heading-title {
    margin-bottom: 24px;
  }
  .contest .l-results.pigma .results-heading-title {
    width: 100%;
  }
  .contest .l-results.gelly-roll .results-heading-title {
    width: 100%;
  }
  .contest .l-results.koi-coloring-brush-pen .results-heading-title {
    width: 100%;
  }
  .contest .l-results.koi-water-colors .results-heading-title {
    width: 100%;
  }
  .contest .l-localInfo {
    margin: 60px auto 40px;
  }
  .contest .l-localInfo .localInfo-heading .localInfo-heading-title {
    font-size: 2.4rem;
  }
  .contest .l-localInfo .localInfo-body {
    width: 92%;
    margin-top: 28px;
  }
  .contest .l-localInfo .localInfo-body .localInfo-body-main {
    width: 100%;
    padding: 20px 16px 12px;
  }
  .contest .l-localInfo .localInfo-body .localInfo-body-main .list li a {
    padding-left: 0;
  }
  .contest .l-localInfo .localInfo-body .localInfo-body-main .list li a::after {
    right: 16px;
  }
  .contest .l-localInfo .localInfo-body .localInfo-body-foot {
    padding-bottom: 24px;
  }
  .contest .l-localInfo .localInfo-body .localInfo-body-foot a {
    padding: 4px 0;
    display: block;
    margin: 0 16px;
  }
  .contest .l-details {
    margin: 60px auto;
  }
  .contest .l-details #pmc-aco {
    width: 92%;
  }
  .contest .l-details #pmc-aco #detail dd h2 strong {
    display: block;
  }
  .contest .l-details #pmc-aco > dl > dt {
    font-size: 1.8rem;
  }
  .contest .l-amHero {
    padding-top: 80px;
    margin-bottom: 32px;
  }
  .contest .l-amHero .hero-title {
    font-size: 4.8rem;
  }
  .contest .l-amNav {
    margin-bottom: 80px;
  }
  .contest .l-amNav .nav-inner {
    width: 92%;
    padding: 20px 0;
  }
  .contest .l-amNav .nav-title {
    font-size: 2rem;
  }
  .contest .l-amNav .nav-link {
    font-size: 1.4rem;
  }
  .contest .l-amNav .nav-link:not(:last-child)::after {
    margin: 0 1em;
  }
  .contest .l-ambassadors .ambassadors-block {
    margin-bottom: 120px;
  }
  .contest .l-ambassadors .ambassadors-block-head .ambassadors-block-head-inner {
    width: 100%;
    height: 96px;
    margin-bottom: 40px;
    background-size: 100% auto;
    text-align: left;
  }
  .contest .l-ambassadors .ambassadors-block-head .ambassadors-block-head-inner .title {
    font-size: 2.8rem;
    padding-left: 4%;
  }
  .contest .l-ambassadors .ambassadors-block-profile {
    width: 92%;
    margin-bottom: 40px;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main {
    width: 100%;
    margin-left: 0;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .head {
    margin: 0 auto 16px;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .head .title {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 4px;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .head .country {
    font-size: 1.2rem;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .body {
    margin-bottom: 12px;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .foot {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-ambassadors .ambassadors-block-profile-main .foot a {
    margin-bottom: 0.5em;
  }
  .contest .l-ambassadors .ambassadors-block-profile-figure {
    width: 75%;
    margin: 0 auto;
  }
  .contest .l-ambassadors .ambassadors-block-works {
    width: 92%;
    margin-bottom: 40px;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-ambassadors .ambassadors-block-works .works-figure {
    -webkit-flex-direction: column !important;
            flex-direction: column !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .contest .l-ambassadors .ambassadors-block-works .works-figure-link {
    width: 100% !important;
    margin: 0 0 16px !important;
  }
  .contest .l-ambassadors .ambassadors-block:nth-child(even) .ambassadors-block-head-inner {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .contest .l-footNav {
    margin: 64px auto;
  }
  .contest .footNav-link {
    width: 92%;
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding: 16px 0;
  }
  .contest .footNav-link::before {
    left: 8px;
    border-width: 4px 0 4px 7px;
  }
  .contest .l-localHero {
    margin-bottom: 48px;
  }
  .contest .l-localHero .hero-title {
    font-size: 3rem;
  }
  .contest .l-localLede .localLede-text {
    font-size: 1.6rem;
  }
  .contest .information-text {
    margin-top: 24px;
  }
  .contest .l-productMovie {
    margin-top: 60px;
  }
  .contest .l-productMovie .productMovie-heading .productMovie-heading-title {
    font-size: 2.4rem;
  }
  .contest .l-productMovie .productMovie-main {
    width: 92%;
    min-width: 0;
  }
  .contest .l-productMovie .productMovie-main-item {
    width: 100%;
  }
  .contest .l-productMovie .productMovie-main-item .title {
    font-size: 1.8rem;
  }
  .contest .l-distributor {
    margin-top: 60px;
  }
  .contest .l-distributor .distributor-heading .distributor-heading-title {
    width: 92%;
    margin: 0 auto;
    font-size: 2.4rem;
  }
  .contest .l-distributor .distributor-main {
    width: 92%;
    margin-top: 40px;
    padding: 40px 0 16px;
  }
  .contest .l-distributor .distributor-main .title {
    font-size: 1.6rem;
  }
  .contest .l-distributor .distributor-main .list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-distributor .distributor-main .link {
    margin-bottom: 2em;
  }
  .contest .l-distributor .distributor-foot {
    margin-top: 40px;
    width: 92%;
  }
  .contest .l-distributor .distributor-foot .link {
    font-size: 1.4rem;
    padding-top: 320px;
  }
  .contest .l-distributor .distributor-foot .link::before {
    width: 280px;
    height: 280px;
  }
  .contest .l-distributor .distributor-foot .link::after {
    left: -12px;
    bottom: 10px;
  }
  .contest .l-distributor .distributor-foot .textLink {
    font-size: 1.4rem;
  }
  .contest .l-distributor .distributor-foot .textLink::after {
    left: -12px;
    bottom: 10px;
  }
  .history .l-hero .hero-main-copy {
    width: 92%;
  }
  .history .l-hero .hero-main-copy .title {
    font-size: 4vw;
  }
  .history .l-hero .hero-main-copy .title {
    margin-left: 0;
  }
  .history .l-intro .intro-inner {
    padding-top: 40px;
  }
  .history .l-intro .intro-main {
    width: 100%;
    padding-left: 0;
  }
  .history .year {
    font-size: 15vw;
  }
  .history .block-main-title {
    line-height: 1.5;
  }
  .history .block-default {
    width: 80%;
    margin: 64px auto;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .history .block-default .block-main {
    width: 100%;
    margin-right: 0;
  }
  .history .block-default .block-main-title {
    margin-top: 56px;
    padding-left: 0;
  }
  .history .block-default .block-main-text {
    padding-left: 0;
  }
  .history .block-default .block-figure {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 24px;
  }
  .history .block-default.is-inversion {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .history .block-default.is-inversion .block-main {
    margin-left: 0;
  }
  .history .block-side {
    width: 80%;
    margin: 64px auto;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .history .block-side .block-main {
    width: 100%;
    margin-right: 0;
  }
  .history .block-side .block-main-figure {
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .history .block-side .block-main-figure img {
    height: 32px;
  }
  .history .block-side .block-main-figure img:not(:last-child) {
    margin-right: 12px;
  }
  .history .block-side .block-sub {
    width: 100%;
    margin-bottom: 24px;
  }
  .history .h-1921 .year {
    font-size: 30vw;
  }
  .history .h-1921 .block-main-title {
    font-size: 2.4rem;
    margin-top: 32px;
  }
  .history .h-1921 .block-main-text {
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
  .history .h-1925 .block-figure {
    padding-top: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .history .h-1925 .block-default:first-of-type {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .history .h-1925 .block-default:first-of-type .block-image {
    width: 80%;
    margin-right: 0;
    margin-left: 20%;
  }
  .history .h-1925 .block-default:last-of-type .block-main-title {
    padding-left: 0;
  }
  .history .h-1925 .block-default:last-of-type .block-main-text {
    padding-left: 0;
  }
  .history .h-1925 .block-default:last-of-type .block-figure {
    padding-top: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .history .h-1925 .block-default:last-of-type .block-image {
    width: 46%;
    margin-left: auto;
    margin-right: auto;
    -webkit-align-self: flex-start;
            align-self: flex-start;
  }
  .history .h-1925 .block-default:last-of-type .block-image:last-of-type {
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .history .h-1928 .block {
    width: 80%;
    margin: 0 auto 64px;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .history .h-1928 .block-main {
    width: 100%;
    margin-left: 0;
  }
  .history .h-1928 .block-figure {
    width: 100%;
    margin-top: 40px;
  }
  .history .h-1982 .block-main-image {
    width: 70%;
  }
  .history .h-1982 .block-figure li {
    height: 120px;
    margin-right: 24px;
  }
  .history .h-1991 {
    margin-top: 50vh;
  }
  .history .h-1991 .block-text {
    width: 92%;
    margin: 0 auto;
  }
  .history .h-1997 .block-side .block-main-figure img:nth-child(2) {
    height: 24px;
  }
  .history .h-2016 .block-side .block-main-figure img:nth-child(2) {
    height: 24px;
  }
  .history .h-2017 .block-side:nth-child(1) .block-main-figure img:nth-child(2) {
    height: 24px;
  }
  .history .h-2021 .block-main {
    margin-bottom: 100vh;
    margin-bottom: calc(var(--vh, 1vh) * 100);
  }
  .history .h-2021 .block-main-title {
    font-size: 7vw;
    line-height: 1.7;
  }
  .history .h-2021 .block-main-contents {
    background: url(https://craypas-global.g.kuroco-img.app/files/user/100th-anniversary/assets/img/history/2021_image01_sp.jpg) no-repeat center/130% auto;
    padding-top: 100vh;
    padding-top: calc(var(--vh, 1vh) * 100);
  }
  .history .h-2021 .block-main-contents .block-main-contents-inner {
    width: 75%;
  }
  .history .h-2021 .block-main-contents .block-main-text {
    font-size: 1.4rem;
  }
  .history .h-2021 .block-main-contents .logo {
    margin-bottom: 24px;
    width: 32px;
  }
  .products .l-hero .hero-main {
    width: 80%;
    padding: 32px 32px 32px 48px;
  }
  .products .l-hero .hero-main-copy .title {
    font-size: 2.4rem;
  }
  .products .l-hero .hero-main-copy .lede {
    font-size: 1.4rem;
    margin-top: 12px;
  }
  .products .l-hero .hero-figure {
    width: 100%;
    height: 100%;
  }
  .products .l-intro {
    min-width: 92%;
    width: 92%;
    margin-bottom: 96px;
  }
  .products .l-features {
    margin-bottom: 96px;
  }
  .products .l-features .features-header {
    margin-bottom: 40px;
  }
  .products .l-features .features-header-title {
    font-size: 12vw;
    right: 1vw;
  }
  .products .l-features .features-block {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products .l-features .features-block:not(.features-block01) {
    margin-top: 96px;
  }
  .products .l-features .features-block .features-block-main {
    margin-top: -24px;
    padding: 32px;
  }
  .products .l-features .features-block .features-block-main .features-block-main-title {
    font-size: 2rem;
  }
  .products .l-features .features-block .features-block-main .features-block-main-text {
    font-size: 1.4rem;
    margin-top: 16px;
  }
  .products .l-features .features-block01 {
    margin-top: 120px;
  }
  .products .l-features .features-block01 .features-block-main {
    width: 92%;
    margin-left: auto;
    position: static;
    z-index: 1;
  }
  .products .l-features .features-block01 .features-block-figure {
    height: 320px;
  }
  .products .l-features .features-block02 .features-block-main {
    width: 92%;
    position: static;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0);
  }
  .products .l-features .features-block02 .features-block-figure {
    width: 100%;
    height: 320px;
  }
  .products .l-features .features-block02 .features-block-figure::after {
    content: unset;
  }
  .products .l-features .features-block03 .features-block-main {
    width: 92%;
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
  .products .l-features .features-block03 .features-block-figure {
    width: 100%;
    height: 320px;
  }
  .products .l-movie {
    margin-top: 96px;
    margin-bottom: 80px;
  }
  .products .l-movie .movie-title {
    font-size: 3.2rem;
  }
  .products .l-movie .movie-main {
    width: 92%;
    margin: 40px auto 0;
  }
  .products .l-movie .movie-main .movie-cursor {
    display: none;
  }
  .products .l-movie .movie-main .movie-cursor.is-active {
    visibility: hidden;
  }
  .products .l-movie .movie-sub {
    margin-top: 24px;
  }
  .products .l-movie .movie-sub .movie-sub-list {
    width: 92%;
  }
  .products .l-movie .movie-sub .movie-sub-list li {
    margin: 0.5em 1em;
  }
  .products .l-special {
    margin-top: 80px;
    padding-bottom: 60px;
  }
  .products .l-special::before {
    background: #ddd8d4;
  }
  .products .l-special .special-title {
    font-size: 3.2rem;
  }
  .products .l-special .special-block-inner {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .products .l-special .special-main {
    width: 100%;
    padding-left: 0;
  }
  .products .l-special .special-main-subTitle {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .products .l-special .special-main-body-main {
    margin-right: 0;
    width: 100%;
  }
  .products .l-special .special-main-body-figure {
    margin-bottom: 24px;
  }
  .products .l-special .special-main-bottom .special-main-bottom-item {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .products .l-special .special-main-bottom .special-main-bottom-item .item-main {
    width: 100%;
    margin: 0 0 24px;
  }
  .products .l-special .special-main-bottom .special-main-bottom-item .item-figure {
    width: 100%;
    margin-bottom: 32px;
  }
  .products .l-special .special-sub {
    width: 100%;
    margin-bottom: 40px;
  }
  .products .l-special .special-sub-photo img {
    width: 80%;
    margin-bottom: 16px;
  }
  .products .l-gallery .gallery-title {
    font-size: 3.2rem;
  }
  .products .l-gallery .gallery-figure-list {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .products .l-gallery .gallery-figure-item.item01 {
    grid-area: 1/1/2/2;
  }
  .products .l-gallery .gallery-figure-item.item02 {
    grid-area: 1/2/2/3;
  }
  .products .l-gallery .gallery-figure-item.item03 {
    grid-area: 2/1/4/3;
  }
  .products .l-gallery .gallery-figure-item.item04 {
    grid-area: 4/1/5/2;
  }
  .products .l-gallery .gallery-figure-item.item05 {
    grid-area: 4/2/5/3;
  }
  .products .l-gallery .gallery-figure-item.item06 {
    grid-area: 5/1/6/3;
  }
  .products .l-banner {
    padding-top: 64px;
  }
  .products .l-banner .banner-corporate {
    width: 90.6666666667%;
  }
  .products .l-products {
    margin-bottom: 80px;
  }
  .products .l-products .products-inner {
    margin-top: 80px;
    width: 92%;
  }
  .products .l-products .products-title {
    font-size: 4rem;
  }
  .products .l-products .products-main {
    margin-top: 40px;
  }
  .products .l-products .products-main-item a {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .products .l-products .products-main-item .products-main-item-main {
    width: 100%;
    padding-left: 8px;
  }
  .products .l-products .products-main-item .products-main-item-main .title {
    font-size: 2rem;
  }
  .products .l-products .products-main-item .products-main-item-main .text {
    font-size: 1.4rem;
  }
  .products .l-products .products-main-item .products-main-item-figure {
    width: calc(100% - 16px);
    margin: 16px auto 0;
  }
  select {
    width: 100%;
  }
  .for-sp {
    display: inline-block !important;
  }
  .for-pc {
    display: none !important;
  }
}

@media screen and (max-width: 1200px) {
  .l-footer .footer-main-links-list {
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .l-footer .footer-main-links-item.eternal {
    padding-left: 0;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #ccc;
    padding-top: 40px;
    margin-top: 40px;
  }
  .l-footer .footer-main-links-item.eternal .footer-main-links-subList {
    -webkit-flex-direction: row;
            flex-direction: row;
  }
  .l-footer .footer-main-links-item.eternal .footer-main-links-subItem {
    margin-top: 0;
    margin-right: 48px;
  }
}

@media screen and (max-width: 1200px) and (max-width: 767px) {
  .l-footer .footer-main-links-item.eternal .footer-main-links-subList {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .l-footer .footer-main-links-item.eternal .footer-main-links-subItem {
    margin-right: 0;
    margin-bottom: 32px;
  }
}

@media screen and (max-height: 680px) and (orientation: landscape) {
  .home .l-hero .hero-title {
    width: 360px;
  }
  .home .l-intro .section-main,
.home .l-history .section-main,
.home .l-products .section-main {
    margin-top: 100px;
  }
}

@media screen and (max-height: 400px) and (orientation: landscape) {
  .home .l-hero .hero-title {
    width: 240px;
  }
}

@media all and (-ms-high-contrast: none) {
  .l-intro .section-title {
    color: #d55656;
  }
  .l-history .section-title {
    color: #60d556;
  }
  .l-products .section-title {
    color: #5673d5;
  }
  .products .l-gallery .gallery-figure-list {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    gap: 0;
  }
  .products .l-gallery .item01 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
  }
  .products .l-gallery .item02 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 0;
  }
  .products .l-gallery .item03 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 3;
  }
  .products .l-gallery .item04 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
  }
  .products .l-gallery .item05 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 5;
  }
  .products .l-gallery .item06 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 4;
  }
}

@media screen and (max-width: 820px) {
  .contest .l-resultsNav .resultsNav-list {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-resultsNav .resultsNav-link {
    margin: 0 0 1em 0;
  }
}

@media screen and (max-width: 1000px) {
  .contest .l-details #detail .cont.prize > .block > div > ul > li {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  .contest .l-details #detail .cont.prize .block div ul li h4 {
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 1001px) {
  .contest .l-details #detail {
    width: 100%;
    padding: 0;
    margin: 60px 0 24px;
  }
  .contest .l-details #detail p {
    font-size: 16px;
    line-height: 1.6;
  }
  .contest .l-details #detail h2 {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .contest .l-details #detail h3 {
    font-size: 22px;
  }
  .contest .l-details #detail .cont + .cont {
    margin-top: 50px;
  }
  .contest .l-details #detail .cont dl {
    overflow: hidden;
    margin-bottom: 17px;
  }
  .contest .l-details #detail .cont dt {
    width: 418px;
    float: right;
    margin-top: 45px;
  }
  .contest .l-details #detail .cont dt img {
    margin-top: 0;
    width: 100%;
  }
  .contest .l-details #detail .cont dd {
    width: 440px;
    float: left;
    margin-bottom: 25px;
  }
  .contest .l-details #detail .cont dd:last-of-type {
    margin-bottom: 0;
    width: auto;
    float: none;
    clear: both;
  }
  .contest .l-details #detail .btn_expanden {
    width: 190px;
    font-size: 12px;
    background-size: 12px;
    margin: 5px auto 0;
    padding: 8px 8px 8px 16px;
  }
  .contest .l-details #detail .btn_expanden .pc {
    display: inline !important;
    font-size: 12px;
  }
  .contest .l-details #detail .pc_wrap {
    width: 920px;
    overflow: hidden;
    margin: 0 auto;
  }
  .contest .l-details #detail .cont + .notice {
    clear: both;
    float: none;
    margin-top: 0;
    padding-top: 1.5em;
  }
  .contest .l-details #application-guidelines {
    padding: 0;
  }
  .contest .l-details .ag-mv h2 {
    font-size: 56px;
  }
  .contest .l-details .g-box {
    margin: 0 auto 40px;
  }
  .contest .l-details .ag-list > .container > form > dl > dt,
.contest .l-details .conf-list > dl > dt {
    float: left;
    margin-bottom: 0;
  }
  .contest .l-details .ag-list > .container > form > dl > dd,
.contest .l-details .conf-list > dl > dd {
    padding-left: 230px;
  }
}

@media screen and (max-width: 1080px) {
  .contest .l-ambassadors .ambassadors-block-head .ambassadors-block-head-inner .title {
    color: #fff;
  }
  .products .l-special .special-main-body {
    -webkit-flex-direction: column;
            flex-direction: column;
    margin-bottom: 24px;
  }
  .products .l-special .special-main-body-main {
    width: 100%;
  }
  .products .l-special .special-main-body-figure {
    width: 100%;
  }
}

@media screen and (max-height: 800px) and (orientation: landscape) {
  .history .h-1982 .year {
    font-size: 15vh;
  }
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  .history .h-1982 .block-figure {
    margin-top: 9vh;
  }
  .history .h-1982 .block-figure li {
    height: 120px;
    margin-right: 24px;
  }
}

@media screen and (max-height: 640px) {
  .history .h-2021 .block-main-contents {
    background-size: 135% auto;
  }
}

@media screen and (min-width: 1440px) {
  .products .l-features .features-block01 .features-block-main {
    margin-left: calc(100% - 640px);
  }
  .products .l-special::before {
    background: linear-gradient(to right, #ddd8d4 0%, #ddd8d4 calc((100vw - 1280px) / 2 + 96px), transparent calc((100vw - 1280px) / 2 + 96px), transparent 100%);
  }
}

