@charset "UTF-8";
/**
 * Name: app.scss
 */
/**
 * Name: _config.scss
 */
/**
 * Name: _config.scss
 */
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
a {
  outline: none;
}

* {
  color: #242424;
  font-family: Sawarabi Gothic, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

/**
 * Name: mixins/_fontSize.scss
 */
/**
 * Name: mixins/_clearfix.scss
 */
/**
 * Name: mixins/_hideaway.scss
 */
/**
 * Name: mixins/_opacity.scss
 */
/**
 * Name: _reset.scss
 */
/*! http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

@media only screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
  .isSp {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .isPc {
    display: none !important;
  }
  .isSp {
    display: block;
  }
}

/**
 * Name: components/_footer.scss
 */
.lang-list {
  position: absolute;
}

@media only screen and (min-width: 1025px) {
  .lang-list {
    top: 0;
    padding-top: 2.3%;
    right: 4.6875%;
    width: 9.375%;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .lang-list {
    top: 0;
    padding-top: 2.26667%;
    right: 2.26667%;
  }
}

@media only screen and (max-width: 767px) {
  .lang-list {
    top: 0;
    padding-top: 5.33333%;
    right: 5.33333%;
    width: 16%;
    font-size: 12px;
  }
}

@media only screen and (max-width: 459px) {
  .lang-list {
    width: 60%;
  }
}

.lang-list li {
  position: relative;
  float: right;
  padding: 0 0.4em;
}

.lang-list li:first-child {
  padding-right: 0;
}

.lang-list li a {
  font-family: "jins_next_ttregular";
  text-decoration: none;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.lang-list li a:hover {
  border-bottom: 2px solid #242424;
}

.lang-list li.off a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-bottom: 2px solid #242424;
}

.gotoppage {
  font-size: 16px;
  text-align: center;
  margin-bottom: 127px;
}

.gotoppage br {
  display: none;
}

@media only screen and (max-width: 459px) {
  .gotoppage {
    width: 66%;
    margin: 0 auto;
    padding-left: 18px;
    text-indent: -20px;
    font-size: 14px;
    line-height: 1.4em;
  }
  .gotoppage br {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .gotoppage {
    margin-bottom: 17.91045%;
  }
}

.gotoppage a {
  text-decoration: none;
  position: relative;
  margin-left: 20px;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.gotoppage a span {
  font-family: jins_next_ttmedium;
}

@media only screen and (max-width: 767px) {
  .gotoppage a span {
    letter-spacing: 0.02em;
  }
}

.gotoppage a:before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -1em;
  margin: auto;
  width: 9px;
  height: 9px;
  border-left: solid 2px #242424;
  border-bottom: solid 2px #242424;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media only screen and (min-width: 1025px) {
  .gotoppage a:hover {
    opacity: 0.6;
  }
  .gotoppage a:hover:before {
    left: -1.3em;
  }
}

#load-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
}

/*

英文字フォントに変更

*/
.pathway-font {
  font-family: "Pathway Gothic One", sans-serif;
}

/**
 * Name: components/_header.scss
 */
html.open {
  overflow: hidden;
}

/*
  キービジュアルプログレスバー
*/
.keyVisual .p-progressBar,
.p-keyVisual .p-progressBar {
  display: block;
}

/*
  HEADER
*/
.header {
  width: 100%;
  z-index: 999;
  position: absolute;
  background: transparent;
  pointer-events: auto;
}

.header .p-progressBar {
  bottom: -3px;
}

@media only screen and (max-width: 767px) {
  .header .p-progressBar {
    bottom: -3px;
  }
}

.header.open {
  position: fixed;
  top: 0;
  pointer-events: none;
}

.header.fixed {
  position: fixed;
  top: 0;
  opacity: 0;
  -webkit-animation: OPCTY1 0.4s 0.6s 1 normal forwards;
          animation: OPCTY1 0.4s 0.6s 1 normal forwards;
}

/*
  MENU
*/
.p-progressBar {
  width: 100%;
  position: absolute;
  height: 3px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

@media only screen and (max-width: 767px) {
  .p-progressBar {
    height: 2.5px;
  }
}

.p-progressBar-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #e4007f;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  height: 3px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .p-progressBar-bar {
    height: 2.5px;
    height: 100%;
  }
}

.p-progressBar.nofixed {
  position: relative;
}

.p-progressBar.show {
  display: block;
  height: 3px;
}

@media only screen and (max-width: 767px) {
  .p-progressBar {
    display: block;
    height: 3px;
  }
}

.open .p-progressBar {
  opacity: 0;
  height: 0px;
}

.mvtop .p-progressBar {
  opacity: 0;
  height: 0px;
}

.menu_blcok_left,
.menu_blcok_lang {
  pointer-events: auto;
  height: 100%;
}

.menu_blcok_left a:hover,
.menu_blcok_lang a:hover {
  opacity: 0.7;
}

.menu_blcok {
  width: 100%;
  position: relative;
  -webkit-transition: height 200ms 0ms ease;
  transition: height 200ms 0ms ease;
  height: calc(100vw * (60 / 1280));
}

.fill .menu_blcok {
  background: #fff;
}

@media only screen and (min-width: 1280px) {
  .menu_blcok {
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok {
    height: calc(100vw * (104 / 750));
  }
}

.mvtop .menu_blcok {
  height: calc(100vw * (135 / 1280));
}

@media only screen and (min-width: 1280px) {
  .mvtop .menu_blcok {
    height: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .mvtop .menu_blcok {
    height: calc(100vw * (90 / 750));
  }
}

.fixed.open .menu_blcok {
  background: transparent;
  height: calc(100vw * (135 / 1280));
}

@media only screen and (min-width: 1280px) {
  .fixed.open .menu_blcok {
    height: 135px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed.open .menu_blcok {
    height: calc(100vw * (90 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok .mvtop.open {
    height: calc(100vw * (90 / 750));
  }
}

.menu_blcok_inline {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 1;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.border:not(.mvtop) .menu_blcok_inline {
  border-bottom: 1px solid #000;
}

.fixed .menu_blcok_inline {
  -webkit-animation: OPCTY1 0.4s 0.6s 1 normal forwards;
          animation: OPCTY1 0.4s 0.6s 1 normal forwards;
  opacity: 0;
}

.menu_blcok_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: border-right 200ms ease, width 200ms ease;
  transition: border-right 200ms ease, width 200ms ease;
  width: calc(100vw * (166 / 1280));
  border-right: 1px solid transparent;
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_left {
    width: 166px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_left {
    width: calc(100vw * (145 / 750));
  }
}

.border:not(.mvtop) .menu_blcok_left {
  border-right: 1px solid #000;
}

@media only screen and (max-width: 767px) {
  .fixed.open .menu_blcok_left {
    width: calc(100vw * (160 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_left .mvtop.open {
    width: calc(100vw * (160 / 750));
  }
}

.menu_blcok_btn {
  position: relative;
  cursor: pointer;
  width: calc(100vw * (70 / 1280));
  height: calc(100vw * (50 / 1280));
  background: rgba(255, 255, 255, 0.001);
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_btn {
    width: 70px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_btn {
    width: calc(100vw * (85 / 750));
    height: calc(100vw * (20 / 750));
  }
}

.menu_blcok_btn:hover {
  opacity: 0.7;
}

.menu_blcok_btn .menu_blcok_btn_icon {
  position: absolute;
  -webkit-transition: left 200ms ease;
  transition: left 200ms ease;
  left: calc(100vw * (51 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_btn .menu_blcok_btn_icon {
    left: 51px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_btn .menu_blcok_btn_icon {
    left: calc(100vw * (60 / 750));
  }
}

.menu_blcok_btn .menu_blcok_btn_icon.slide_l {
  left: 0;
}

.menu_blcok_btn .menu_blcok_btn_icon.x .icon_line_1 {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.menu_blcok_btn .menu_blcok_btn_icon.x .icon_line_2 {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.menu_blcok_btn .menu_blcok_btn_icon span {
  position: absolute;
  display: block;
  width: calc(100vw * (20 / 1280));
  height: calc(100vw * (2 / 1280));
  background: #000;
  -webkit-transition: -webkit-transform 100ms ease-out;
  transition: -webkit-transform 100ms ease-out;
  transition: transform 100ms ease-out;
  transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}

.menu_blcok_btn .menu_blcok_btn_icon span.icon_line_1, .menu_blcok_btn .menu_blcok_btn_icon span.icon_line_2 {
  top: calc(100vw * (25 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_btn .menu_blcok_btn_icon span.icon_line_1, .menu_blcok_btn .menu_blcok_btn_icon span.icon_line_2 {
    top: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_btn .menu_blcok_btn_icon span.icon_line_1, .menu_blcok_btn .menu_blcok_btn_icon span.icon_line_2 {
    top: calc(100vw * (8 / 750));
  }
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_btn .menu_blcok_btn_icon span {
    width: 20px;
    height: 2px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_btn .menu_blcok_btn_icon span {
    width: calc(100vw * (27 / 750));
    height: calc(100vw * (2 / 750));
  }
}

.menu_blcok_btn .menu_blcok_btn_txt svg {
  width: calc(100vw * (38 / 1280));
  height: calc(100vw * (50 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_btn .menu_blcok_btn_txt svg {
    width: 38px;
    height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_btn .menu_blcok_btn_txt {
    width: calc(100vw * (49 / 750));
  }
  .menu_blcok_btn .menu_blcok_btn_txt svg {
    width: calc(100vw * (49 / 750));
    height: calc(100vw * (20 / 750));
  }
}

.menu_blcok_btn .btn_txt_menu {
  left: 0;
  position: absolute;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

.menu_blcok_btn .btn_txt_menu.hide {
  opacity: 0;
}

.menu_blcok_btn .btn_txt_close {
  right: 0;
  position: absolute;
  -webkit-transition: opacity 400ms linear;
  transition: opacity 400ms linear;
}

.menu_blcok_btn .btn_txt_close.hide {
  opacity: 0;
}

.menu_blcok_ttl {
  pointer-events: auto;
  height: 100%;
  width: calc(100vw * (126 / 1280));
  position: relative;
  height: 100%;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}

.menu_blcok_ttl svg {
  width: 100%;
  height: 100%;
  width: calc(100vw * (194 / 1280));
  height: calc(100vw * (28 / 1280));
  display: block;
  margin: calc(100vw * (19 / 1280)) auto auto;
  top: 0;
  bottom: 0;
  position: absolute;
}

.menu_blcok_ttl a {
  display: block;
  margin-left: calc(100vw * (-37 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_ttl {
    width: 126px;
  }
  .menu_blcok_ttl a {
    margin-left: -37px;
  }
  .menu_blcok_ttl svg {
    width: 194px;
    height: 28px;
    margin: 19px auto auto;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_ttl {
    width: calc(100vw * (406 / 750));
  }
  .menu_blcok_ttl span {
    width: 100%;
  }
  .menu_blcok_ttl a {
    margin-left: 0;
  }
  .menu_blcok_ttl svg {
    width: calc(100vw * (303 / 750));
    height: calc(100vw * (40 / 750));
    margin: calc(100vw * (35 / 750)) auto 0;
  }
}

.mvtop .menu_blcok_ttl {
  pointer-events: none;
}

.mvtop .menu_blcok_ttl svg {
  opacity: 0;
}

.mvtop .menu_blcok_ttl a {
  pointer-events: none;
  opacity: 0;
}

.fixed .menu_blcok_ttl {
  position: relative;
  width: calc(100vw * (126 / 1280));
  height: 100%;
  opacity: 1;
}

@media only screen and (min-width: 1280px) {
  .fixed .menu_blcok_ttl {
    width: 126px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed .menu_blcok_ttl {
    width: calc(100vw * (304 / 750));
  }
}

.fixed .menu_blcok_ttl span {
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
}

.fixed .menu_blcok_ttl a:hover {
  opacity: 0.7;
}

.hide .menu_blcok_ttl {
  opacity: 0;
  pointer-events: none;
}

.fixed.open .menu_blcok_ttl {
  opacity: 0;
  pointer-events: none;
}

.menu_blcok_lang {
  pointer-events: auto;
  width: calc(100vw * (160 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: width 200ms ease, border-left 200ms ease;
  transition: width 200ms ease, border-left 200ms ease;
  border-left: 1px solid rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_lang {
    width: 160px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_lang {
    width: calc(100vw * (116 / 750));
  }
}

.menu_blcok_lang .lang_btn {
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid transparent;
  width: calc(100vw * (15 / 1280));
  height: calc(100vw * (19 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_lang .lang_btn {
    width: 15px;
    height: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_lang .lang_btn {
    width: calc(100vw * (20 / 750));
    height: calc(100vw * (28 / 750));
    border-width: calc(100vw * (2 / 750));
  }
}

.menu_blcok_lang .lang_btn.active {
  border-bottom: 2px solid #000;
}

@media only screen and (max-width: 767px) {
  .menu_blcok_lang .lang_btn.active {
    border-width: calc(100vw * (2 / 750));
  }
}

.menu_blcok_lang .lang_btn svg {
  width: 100%;
  height: 90%;
}

.menu_blcok_lang .lang_btn:nth-child(2) {
  margin-left: calc(100vw * (12 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_lang .lang_btn:nth-child(2) {
    margin-left: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_lang .lang_btn:nth-child(2) {
    margin-left: calc(100vw * (15 / 750));
  }
}

.border:not(.mvtop) .menu_blcok_lang {
  border-left: 1px solid #000;
}

.fixed .menu_blcok_lang.none {
  border: none;
}

.fixed .menu_blcok_lang .lang_en,
.fixed .menu_blcok_lang .lang_jp {
  width: calc(100vw * (16 / 1280));
  height: calc(100vw * (17 / 1280));
}

@media only screen and (min-width: 1280px) {
  .fixed .menu_blcok_lang .lang_en,
  .fixed .menu_blcok_lang .lang_jp {
    width: 16px;
    height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .fixed .menu_blcok_lang .lang_en,
  .fixed .menu_blcok_lang .lang_jp {
    width: calc(100vw * (20 / 750));
    height: calc(100vw * (28 / 750));
  }
}

.menu_blcok_lang .none {
  border: none;
}

@media only screen and (max-width: 767px) {
  .mvtop.open .menu_blcok_lang {
    width: calc(100vw * (133 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .fixed.open .menu_blcok_lang {
    width: calc(100vw * (133 / 750));
  }
}

.menu_blcok_lang_inline {
  margin: calc(100vw * (6 / 1280)) 0 0 calc(100vw * (-7 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_blcok_lang_inline {
    margin: 4px 0 0 -7px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_blcok_lang_inline {
    margin: auto;
  }
}

/*
  FLOAT
*/
.menu_float_ttl {
  background: rgba(0, 0, 0, 0.0001);
  margin: auto;
  width: calc(100vw * (244 / 1280));
  height: calc(100vw * (33 / 1280));
  margin-bottom: calc(100vw * (53 / 1280));
  position: relative;
  z-index: 1;
}

@media only screen and (min-width: 1280px) {
  .menu_float_ttl {
    width: 245px;
    height: 33px;
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_ttl {
    width: calc(100vw * (412 / 750));
    height: calc(100vw * (54 / 750));
    margin-bottom: calc(100vw * (48 / 750));
  }
}

.menu_float_ttl a:hover {
  opacity: 0.7;
}

.menu_float_ttl svg,
.menu_float_ttl a {
  width: 100%;
  height: 100%;
  display: block;
}

.menu_float_ttl svg:hover,
.menu_float_ttl a:hover {
  opacity: 0.7;
}

.menu_float {
  background: #fff;
  position: absolute;
  position: fixed;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  opacity: 0;
}

.menu_float * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.menu_float.open {
  opacity: 0;
  display: block;
  -webkit-animation: OP_DI1 200ms linear forwards;
          animation: OP_DI1 200ms linear forwards;
}

.menu_float.close {
  opacity: 1;
  display: block;
  -webkit-animation: OP_DI2 200ms linear forwards;
          animation: OP_DI2 200ms linear forwards;
}

@-webkit-keyframes OP_DI2 {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: block;
  }
}

@keyframes OP_DI2 {
  0% {
    opacity: 1;
    display: block;
  }
  100% {
    opacity: 0;
    display: block;
  }
}

@-webkit-keyframes OP_DI1 {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes OP_DI1 {
  0% {
    opacity: 0;
    display: block;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.menu_float_flex {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}

.menu_float_flex.show {
  opacity: 0;
  -webkit-animation: OPCTY1 600ms 600ms linear 1 forwards;
          animation: OPCTY1 600ms 600ms linear 1 forwards;
}

.menu_float_flex.hide {
  animation: OPCTY1 800ms linear 1 reverse forwards;
}

.menu_float_btns {
  width: calc(100vw * (1025 / 1280));
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 1280px) {
  .menu_float_btns {
    width: 1025px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btns {
    width: calc(100vw * (610 / 750));
  }
}

.menu_float_btns.show .menu_float_btn:nth-child(1) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 500ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 500ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 600ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 600ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 700ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 700ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(4) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 800ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 800ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(5) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 900ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 900ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(6) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 1000ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 1000ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(7) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 1100ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 1100ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(8) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 1200ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 1200ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(9) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 1300ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 1300ms ease-out 1 forwards;
}

.menu_float_btns.show .menu_float_btn:nth-child(10) {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-animation: OPCTY_TRY1 300ms 1400ms ease-out 1 forwards;
          animation: OPCTY_TRY1 300ms 1400ms ease-out 1 forwards;
}

.menu_float_btn {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw * (500 / 1280));
  height: calc(100vw * (115 / 1280));
  margin-bottom: calc(100vw * (24 / 1280));
  padding: calc(100vw * (16 / 1280));
  border: 1px solid #000;
}

.menu_float_btn:hover * {
  opacity: 0.7;
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn {
    margin-bottom: 24px;
    width: 500px;
    height: 115px;
    padding: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn {
    width: calc(100vw * (610 / 750));
    height: calc(100vw * (138 / 750));
    padding: calc(100vw * (14 / 750));
    margin-bottom: calc(100vw * (20 / 750));
  }
}

.menu_float_btn:nth-child(2n) {
  margin-left: calc(100vw * (24 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn:nth-child(2n) {
    margin-left: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn:nth-child(2n) {
    margin-left: 0;
  }
}

.menu_float_btn:last-child {
  margin-bottom: 0;
}

.menu_float_btn .project_img {
  width: calc(100vw * (80 / 1280));
  height: calc(100vw * (80 / 1280));
  background: #000;
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn .project_img {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn .project_img {
    width: calc(100vw * (106 / 750));
    height: calc(100vw * (106 / 750));
  }
}

.menu_float_btn .project_info {
  margin-left: calc(100vw * (16 / 1280));
  margin-top: calc(100vw * (5 / 1280));
  height: calc(100vw * (80 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn .project_info {
    margin-left: 16px;
    height: 80px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn .project_info {
    margin-left: calc(100vw * (16 / 750));
    height: calc(100vw * (104 / 750));
    margin-top: calc(100vw * (6 / 750));
  }
}

.menu_float_btn[data-type="1"] .project_img {
  background: url("../../../img/header_designer_img_01.jpg") no-repeat;
  background-size: contain;
}

.menu_float_btn[data-type="1"] .project_designer_name {
  background: url("../../../img/project_designer_name_01.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (16 / 1280));
  margin-bottom: calc(100vw * (9 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="1"] .project_designer_name {
    width: 365px;
    height: 16px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="1"] .project_designer_name {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (24 / 750));
    margin-bottom: calc(100vw * (12 / 750));
  }
}

.menu_float_btn[data-type="1"] .project_ttl {
  background: url("../../../img/project_ttl_01.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (32 / 1280));
  margin-bottom: calc(100vw * (0 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="1"] .project_ttl {
    width: 365px;
    height: 32px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="1"] .project_ttl {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (44 / 750));
  }
}

.menu_float_btn[data-type="2"] .project_img {
  background: url("../../../img/header_designer_img_02.jpg") no-repeat;
  background-size: contain;
}

.menu_float_btn[data-type="2"] .project_designer_name {
  background: url("../../../img/project_designer_name_02.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (16 / 1280));
  margin-bottom: calc(100vw * (9 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="2"] .project_designer_name {
    width: 365px;
    height: 16px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="2"] .project_designer_name {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (24 / 750));
    margin-bottom: calc(100vw * (12 / 750));
  }
}

.menu_float_btn[data-type="2"] .project_ttl {
  background: url("../../../img/project_ttl_02.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (32 / 1280));
  margin-bottom: calc(100vw * (0 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="2"] .project_ttl {
    width: 365px;
    height: 32px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="2"] .project_ttl {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (44 / 750));
  }
}

.menu_float_btn[data-type="3"] .project_img {
  background: url("../../../img/header_designer_img_03.jpg") no-repeat;
  background-size: contain;
}

.menu_float_btn[data-type="3"] .project_designer_name {
  background: url("../../../img/project_designer_name_03.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (16 / 1280));
  margin-bottom: calc(100vw * (9 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="3"] .project_designer_name {
    width: 365px;
    height: 16px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="3"] .project_designer_name {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (24 / 750));
    margin-bottom: calc(100vw * (12 / 750));
  }
}

.menu_float_btn[data-type="3"] .project_ttl {
  background: url("../../../img/project_ttl_03.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (32 / 1280));
  margin-bottom: calc(100vw * (0 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="3"] .project_ttl {
    width: 365px;
    height: 32px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="3"] .project_ttl {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (44 / 750));
  }
}

.menu_float_btn[data-type="4"] .project_img {
  background: url("../../../img/header_designer_img_04.jpg") no-repeat;
  background-size: contain;
}

.menu_float_btn[data-type="4"] .project_designer_name {
  background: url("../../../img/project_designer_name_04.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (16 / 1280));
  margin-bottom: calc(100vw * (9 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="4"] .project_designer_name {
    width: 365px;
    height: 16px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="4"] .project_designer_name {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (24 / 750));
    margin-bottom: calc(100vw * (12 / 750));
  }
}

.menu_float_btn[data-type="4"] .project_ttl {
  background: url("../../../img/project_ttl_04.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (32 / 1280));
  margin-bottom: calc(100vw * (0 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="4"] .project_ttl {
    width: 365px;
    height: 32px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="4"] .project_ttl {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (44 / 750));
  }
}

.menu_float_btn[data-type="5"] .project_img {
  background: url("../../../img/header_designer_img_05.jpg") no-repeat;
  background-size: contain;
}

.menu_float_btn[data-type="5"] .project_designer_name {
  background: url("../../../img/project_designer_name_05.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (16 / 1280));
  margin-bottom: calc(100vw * (9 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="5"] .project_designer_name {
    width: 365px;
    height: 16px;
    margin-bottom: 9px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="5"] .project_designer_name {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (24 / 750));
    margin-bottom: calc(100vw * (12 / 750));
  }
}

.menu_float_btn[data-type="5"] .project_ttl {
  background: url("../../../img/project_ttl_05.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (365 / 1280));
  height: calc(100vw * (32 / 1280));
  margin-bottom: calc(100vw * (0 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn[data-type="5"] .project_ttl {
    width: 365px;
    height: 32px;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn[data-type="5"] .project_ttl {
    width: calc(100vw * (457 / 750));
    height: calc(100vw * (44 / 750));
  }
}

.menu_float_btn .project_designer_name.new {
  margin-left: calc(100vw * (50 / 1280));
  width: calc(100vw * (315 / 1280));
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn .project_designer_name.new {
    margin-left: 50px;
    width: 315px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn .project_designer_name.new {
    width: calc(100vw * (377 / 750));
    margin-left: calc(100vw * (68 / 750));
  }
}

.menu_float_btn .project_designer_name.new:before {
  content: "";
  background: url("../../../img/project_ttl_new.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(100vw * (-50 / 1280));
  width: calc(100vw * (50 / 1280));
  height: calc(100vw * (17 / 1280));
}

@media only screen and (min-width: 1280px) {
  .menu_float_btn .project_designer_name.new:before {
    left: -50px;
    width: 50px;
    height: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_btn .project_designer_name.new:before {
    left: calc(100vw * (-70 / 750));
    width: calc(100vw * (57 / 750));
    height: calc(100vw * (25 / 750));
  }
}

.menu_float_memo {
  margin-top: calc(100vw * (60 / 1280));
  font-size: 1.1vw;
  font-weight: bold;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .menu_float_memo {
    margin-top: 60px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .menu_float_memo {
    font-size: 13px;
  }
}

.menu_float_memo p,
.menu_float_memo a {
  display: inline-block;
}

.menu_float_memo a {
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px solid;
}

.menu_float_memo a:hover {
  border: none;
}

/*
  CONTENS
*/
.product-link {
  text-align: center;
  margin-bottom: calc(100vw * (60 / 1280));
  font-weight: bold;
  line-height: 1em;
}

@media only screen and (min-width: 1280px) {
  .product-link {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .product-link {
    width: 100%;
    margin-bottom: calc(100vw * (80 / 750));
  }
}

.product-link-href {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.product-link-href:hover {
  opacity: 0.6;
  border-color: #fff;
}

@media only screen and (max-width: 767px) {
  .product-link {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1.78571em;
  }
}

/*
  KEYFRAMES
*/
@-webkit-keyframes OPCTY_TRY1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes OPCTY_TRY1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes OPCTY1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes OPCTY1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * Name: components/_footer.scss
 */
.footer {
  text-align: center;
  border-top: none;
  margin-bottom: 0;
}

.footer .totop-btn {
  position: relative;
  margin: 0 auto;
  padding-bottom: 43px;
  display: block;
}

.footer .totop-btn:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 14px;
  height: 14px;
  margin: auto;
  border-right: solid 2px #242424;
  border-top: solid 2px #242424;
  -webkit-transform: translateX(-1px) rotate(-45deg);
          transform: translateX(-1px) rotate(-45deg);
}

.footer .totop_pc-btn {
  position: fixed;
  right: 48px;
  bottom: 23px;
  width: 35px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 20px;
  display: none;
}

.footer .totop_pc-btn:hover {
  opacity: 0.7;
}

.footer .totop_pc-btn.top {
  display: none;
}

.footer .totop_pc-btn.fixed {
  display: block;
}

@media only screen and (max-width: 767px) {
  .footer .totop_pc-btn {
    right: calc(100vw * (30 / 750));
    bottom: calc(100vw * (33 / 750));
  }
}

.footer .sns-ttl {
  font-family: jins_next_ttregular;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1em;
}

@media only screen and (min-width: 1025px) {
  .footer .sns-ttl {
    margin-bottom: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .footer .sns-ttl {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .sns-ttl {
    margin-bottom: 1.875%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .sns-ttl {
    margin-bottom: 1.46667%;
    font-size: 12px;
  }
}

.footer .sns-list {
  text-align: center;
}

@media only screen and (min-width: 1025px) {
  .footer .sns-list {
    margin: 0 auto 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .sns-list {
    margin: 0 auto 3.90625%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .sns-list {
    margin: 0 auto 13.33333%;
  }
}

.footer .sns-list .sns-item {
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  margin: 0 3.5px;
}

@media only screen and (min-width: 768px) {
  .footer .sns-list .sns-item {
    width: 32px;
  }
  .footer .sns-list .sns-item:hover {
    opacity: 0.7;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

@media only screen and (max-width: 767px) {
  .footer .sns-list .sns-item {
    width: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .footer .footer-logo {
    margin: 0 auto 15px;
  }
}

@media only screen and (min-width: 768px) {
  .footer .footer-logo {
    max-width: 70px;
    width: 5.46875%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-logo {
    margin: 0 auto 1.17188%;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-logo {
    width: 16.26667%;
    margin: 0 auto 5.33333%;
  }
}

.footer .footer-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .footer-copyright {
  font: 100%/1 "proxima-nova", "Proxima Nova", "Noto Sans Japanese", -apple-system, "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, HelveticaNeue, Helvetica, sans-serif;
}

.footer .footer-aside {
  padding: 0 0 20px;
  font-weight: 200;
  font-size: 0.778em;
  text-align: center;
}

.footer .footer-aside * {
  color: #9ca3b1;
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .footer .footer-aside {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .footer .footer-aside {
    border: none;
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .footer .footer-aside {
    border: none;
  }
}

.footer .footer-aside a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer .footer-aside a:hover {
  color: #3a4763;
}

/**
 * Name: layouts/_l-common.scss
 */
.contents {
  background: #000;
}

#js-disposeLayout {
  display: none;
  position: absolute;
  top: -9999px;
  left: -9999px;
  height: 0;
  width: 0;
}

@media only screen and (min-width: 768px) {
  .isPc {
    display: block;
  }
  .isTablet {
    display: none;
  }
  .isSp {
    display: none !important;
  }
  #js-disposeLayout {
    background: #f00;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .isTablet {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .isPc {
    display: none !important;
  }
  .isSp {
    display: block;
  }
  .isTablet {
    display: none;
  }
  #js-disposeLayout {
    background: #0f0;
  }
}

/**
 * Name: layouts/_l-top.scss
 */
#collection .main-title,
.about-footer-list h2.title,
.about-main-list h2.title,
.functions-links,
.labStory-title.subTitle,
.story-sub-title,
.story-title,
.visual-title {
  font-family: "jins_next_ttlight";
}

.newnormal-interview-us .keyVisual,
.newnormal-interview-en .keyVisual,
.newnormal-interview-ja .keyVisual,
.allround-interview-us .keyVisual,
.allround-interview-en .keyVisual,
.allround-interview-ja .keyVisual,
.wearealldesignersofourselves-interview-us .keyVisual,
.wearealldesignersofourselves-interview-en .keyVisual,
.wearealldesignersofourselves-interview-ja .keyVisual {
  position: relative;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .newnormal-interview-us .keyVisual,
  .newnormal-interview-en .keyVisual,
  .newnormal-interview-ja .keyVisual,
  .allround-interview-us .keyVisual,
  .allround-interview-en .keyVisual,
  .allround-interview-ja .keyVisual,
  .wearealldesignersofourselves-interview-us .keyVisual,
  .wearealldesignersofourselves-interview-en .keyVisual,
  .wearealldesignersofourselves-interview-ja .keyVisual {
    margin: 0 0 145px;
  }
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .keyVisual,
  .newnormal-interview-en .keyVisual,
  .newnormal-interview-ja .keyVisual,
  .allround-interview-us .keyVisual,
  .allround-interview-en .keyVisual,
  .allround-interview-ja .keyVisual,
  .wearealldesignersofourselves-interview-us .keyVisual,
  .wearealldesignersofourselves-interview-en .keyVisual,
  .wearealldesignersofourselves-interview-ja .keyVisual {
    margin: 0 0 21.33333%;
  }
}

.newnormal-interview-us .keyVisual-txt1,
.newnormal-interview-en .keyVisual-txt1,
.newnormal-interview-ja .keyVisual-txt1,
.allround-interview-us .keyVisual-txt1,
.allround-interview-en .keyVisual-txt1,
.allround-interview-ja .keyVisual-txt1,
.wearealldesignersofourselves-interview-us .keyVisual-txt1,
.wearealldesignersofourselves-interview-en .keyVisual-txt1,
.wearealldesignersofourselves-interview-ja .keyVisual-txt1 {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .newnormal-interview-us .keyVisual-txt1,
  .newnormal-interview-en .keyVisual-txt1,
  .newnormal-interview-ja .keyVisual-txt1,
  .allround-interview-us .keyVisual-txt1,
  .allround-interview-en .keyVisual-txt1,
  .allround-interview-ja .keyVisual-txt1,
  .wearealldesignersofourselves-interview-us .keyVisual-txt1,
  .wearealldesignersofourselves-interview-en .keyVisual-txt1,
  .wearealldesignersofourselves-interview-ja .keyVisual-txt1 {
    top: 3.90625%;
    left: 3.75%;
    width: 25.46875%;
  }
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .keyVisual-txt1,
  .newnormal-interview-en .keyVisual-txt1,
  .newnormal-interview-ja .keyVisual-txt1,
  .allround-interview-us .keyVisual-txt1,
  .allround-interview-en .keyVisual-txt1,
  .allround-interview-ja .keyVisual-txt1,
  .wearealldesignersofourselves-interview-us .keyVisual-txt1,
  .wearealldesignersofourselves-interview-en .keyVisual-txt1,
  .wearealldesignersofourselves-interview-ja .keyVisual-txt1 {
    top: 0;
    padding-top: 5.33333%;
    left: 4.93333%;
    width: 50%;
  }
}

.newnormal-interview-us .keyVisual-txt2,
.newnormal-interview-en .keyVisual-txt2,
.newnormal-interview-ja .keyVisual-txt2,
.allround-interview-us .keyVisual-txt2,
.allround-interview-en .keyVisual-txt2,
.allround-interview-ja .keyVisual-txt2,
.wearealldesignersofourselves-interview-us .keyVisual-txt2,
.wearealldesignersofourselves-interview-en .keyVisual-txt2,
.wearealldesignersofourselves-interview-ja .keyVisual-txt2 {
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .newnormal-interview-us .keyVisual-txt2,
  .newnormal-interview-en .keyVisual-txt2,
  .newnormal-interview-ja .keyVisual-txt2,
  .allround-interview-us .keyVisual-txt2,
  .allround-interview-en .keyVisual-txt2,
  .allround-interview-ja .keyVisual-txt2,
  .wearealldesignersofourselves-interview-us .keyVisual-txt2,
  .wearealldesignersofourselves-interview-en .keyVisual-txt2,
  .wearealldesignersofourselves-interview-ja .keyVisual-txt2 {
    top: 0;
    right: 12.89062%;
    width: 21.09375%;
    margin-top: 25.3125%;
  }
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .keyVisual-txt2,
  .newnormal-interview-en .keyVisual-txt2,
  .newnormal-interview-ja .keyVisual-txt2,
  .allround-interview-us .keyVisual-txt2,
  .allround-interview-en .keyVisual-txt2,
  .allround-interview-ja .keyVisual-txt2,
  .wearealldesignersofourselves-interview-us .keyVisual-txt2,
  .wearealldesignersofourselves-interview-en .keyVisual-txt2,
  .wearealldesignersofourselves-interview-ja .keyVisual-txt2 {
    bottom: 0;
    padding-bottom: 6.66667%;
    right: 5.33333%;
    width: 46.66667%;
  }
}

.newnormal-interview-us .article,
.newnormal-interview-en .article,
.newnormal-interview-ja .article,
.allround-interview-us .article,
.allround-interview-en .article,
.allround-interview-ja .article,
.wearealldesignersofourselves-interview-us .article,
.wearealldesignersofourselves-interview-en .article,
.wearealldesignersofourselves-interview-ja .article {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 150px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .newnormal-interview-us .article,
  .newnormal-interview-en .article,
  .newnormal-interview-ja .article,
  .allround-interview-us .article,
  .allround-interview-en .article,
  .allround-interview-ja .article,
  .wearealldesignersofourselves-interview-us .article,
  .wearealldesignersofourselves-interview-en .article,
  .wearealldesignersofourselves-interview-ja .article {
    width: 90%;
  }
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article,
  .newnormal-interview-en .article,
  .newnormal-interview-ja .article,
  .allround-interview-us .article,
  .allround-interview-en .article,
  .allround-interview-ja .article,
  .wearealldesignersofourselves-interview-us .article,
  .wearealldesignersofourselves-interview-en .article,
  .wearealldesignersofourselves-interview-ja .article {
    margin-bottom: 24%;
  }
}

.newnormal-interview-us .article-block-l,
.newnormal-interview-en .article-block-l,
.newnormal-interview-ja .article-block-l,
.allround-interview-us .article-block-l,
.allround-interview-en .article-block-l,
.allround-interview-ja .article-block-l,
.wearealldesignersofourselves-interview-us .article-block-l,
.wearealldesignersofourselves-interview-en .article-block-l,
.wearealldesignersofourselves-interview-ja .article-block-l {
  display: inline-block;
  width: 48.88889%;
  text-align: left;
  vertical-align: top;
}

.newnormal-interview-us .article-block-r,
.newnormal-interview-en .article-block-r,
.newnormal-interview-ja .article-block-r,
.allround-interview-us .article-block-r,
.allround-interview-en .article-block-r,
.allround-interview-ja .article-block-r,
.wearealldesignersofourselves-interview-us .article-block-r,
.wearealldesignersofourselves-interview-en .article-block-r,
.wearealldesignersofourselves-interview-ja .article-block-r {
  display: inline-block;
  width: 46.22222%;
  margin-left: 3.33333%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article .article-block-l,
  .newnormal-interview-us .article .article-block-r,
  .newnormal-interview-en .article .article-block-l,
  .newnormal-interview-en .article .article-block-r,
  .newnormal-interview-ja .article .article-block-l,
  .newnormal-interview-ja .article .article-block-r,
  .allround-interview-us .article .article-block-l,
  .allround-interview-us .article .article-block-r,
  .allround-interview-en .article .article-block-l,
  .allround-interview-en .article .article-block-r,
  .allround-interview-ja .article .article-block-l,
  .allround-interview-ja .article .article-block-r,
  .wearealldesignersofourselves-interview-us .article .article-block-l,
  .wearealldesignersofourselves-interview-us .article .article-block-r,
  .wearealldesignersofourselves-interview-en .article .article-block-l,
  .wearealldesignersofourselves-interview-en .article .article-block-r,
  .wearealldesignersofourselves-interview-ja .article .article-block-l,
  .wearealldesignersofourselves-interview-ja .article .article-block-r {
    width: 89.33333%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 459px) {
  .newnormal-interview-us .article .article-block-l p,
  .newnormal-interview-us .article .article-block-r p,
  .newnormal-interview-en .article .article-block-l p,
  .newnormal-interview-en .article .article-block-r p,
  .newnormal-interview-ja .article .article-block-l p,
  .newnormal-interview-ja .article .article-block-r p,
  .allround-interview-us .article .article-block-l p,
  .allround-interview-us .article .article-block-r p,
  .allround-interview-en .article .article-block-l p,
  .allround-interview-en .article .article-block-r p,
  .allround-interview-ja .article .article-block-l p,
  .allround-interview-ja .article .article-block-r p,
  .wearealldesignersofourselves-interview-us .article .article-block-l p,
  .wearealldesignersofourselves-interview-us .article .article-block-r p,
  .wearealldesignersofourselves-interview-en .article .article-block-l p,
  .wearealldesignersofourselves-interview-en .article .article-block-r p,
  .wearealldesignersofourselves-interview-ja .article .article-block-l p,
  .wearealldesignersofourselves-interview-ja .article .article-block-r p {
    font-size: 12px;
    line-height: 24px;
  }
}

.newnormal-interview-us .article .article-block-l img,
.newnormal-interview-us .article .article-block-r img,
.newnormal-interview-en .article .article-block-l img,
.newnormal-interview-en .article .article-block-r img,
.newnormal-interview-ja .article .article-block-l img,
.newnormal-interview-ja .article .article-block-r img,
.allround-interview-us .article .article-block-l img,
.allround-interview-us .article .article-block-r img,
.allround-interview-en .article .article-block-l img,
.allround-interview-en .article .article-block-r img,
.allround-interview-ja .article .article-block-l img,
.allround-interview-ja .article .article-block-r img,
.wearealldesignersofourselves-interview-us .article .article-block-l img,
.wearealldesignersofourselves-interview-us .article .article-block-r img,
.wearealldesignersofourselves-interview-en .article .article-block-l img,
.wearealldesignersofourselves-interview-en .article .article-block-r img,
.wearealldesignersofourselves-interview-ja .article .article-block-l img,
.wearealldesignersofourselves-interview-ja .article .article-block-r img {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article .article-block-l img,
  .newnormal-interview-us .article .article-block-r img,
  .newnormal-interview-en .article .article-block-l img,
  .newnormal-interview-en .article .article-block-r img,
  .newnormal-interview-ja .article .article-block-l img,
  .newnormal-interview-ja .article .article-block-r img,
  .allround-interview-us .article .article-block-l img,
  .allround-interview-us .article .article-block-r img,
  .allround-interview-en .article .article-block-l img,
  .allround-interview-en .article .article-block-r img,
  .allround-interview-ja .article .article-block-l img,
  .allround-interview-ja .article .article-block-r img,
  .wearealldesignersofourselves-interview-us .article .article-block-l img,
  .wearealldesignersofourselves-interview-us .article .article-block-r img,
  .wearealldesignersofourselves-interview-en .article .article-block-l img,
  .wearealldesignersofourselves-interview-en .article .article-block-r img,
  .wearealldesignersofourselves-interview-ja .article .article-block-l img,
  .wearealldesignersofourselves-interview-ja .article .article-block-r img {
    width: 62.98507%;
    margin: 0 auto 8.95522%;
  }
}

.newnormal-interview-us .article.top .article-block-l,
.newnormal-interview-en .article.top .article-block-l,
.newnormal-interview-ja .article.top .article-block-l,
.allround-interview-us .article.top .article-block-l,
.allround-interview-en .article.top .article-block-l,
.allround-interview-ja .article.top .article-block-l,
.wearealldesignersofourselves-interview-us .article.top .article-block-l,
.wearealldesignersofourselves-interview-en .article.top .article-block-l,
.wearealldesignersofourselves-interview-ja .article.top .article-block-l {
  display: block;
  width: 100%;
  margin: 0 auto 4.44444%;
}

.newnormal-interview-us .article.top .article-block-r,
.newnormal-interview-en .article.top .article-block-r,
.newnormal-interview-ja .article.top .article-block-r,
.allround-interview-us .article.top .article-block-r,
.allround-interview-en .article.top .article-block-r,
.allround-interview-ja .article.top .article-block-r,
.wearealldesignersofourselves-interview-us .article.top .article-block-r,
.wearealldesignersofourselves-interview-en .article.top .article-block-r,
.wearealldesignersofourselves-interview-ja .article.top .article-block-r {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article.top .article-block-l,
  .newnormal-interview-us .article.top .article-block-r,
  .newnormal-interview-en .article.top .article-block-l,
  .newnormal-interview-en .article.top .article-block-r,
  .newnormal-interview-ja .article.top .article-block-l,
  .newnormal-interview-ja .article.top .article-block-r,
  .allround-interview-us .article.top .article-block-l,
  .allround-interview-us .article.top .article-block-r,
  .allround-interview-en .article.top .article-block-l,
  .allround-interview-en .article.top .article-block-r,
  .allround-interview-ja .article.top .article-block-l,
  .allround-interview-ja .article.top .article-block-r,
  .wearealldesignersofourselves-interview-us .article.top .article-block-l,
  .wearealldesignersofourselves-interview-us .article.top .article-block-r,
  .wearealldesignersofourselves-interview-en .article.top .article-block-l,
  .wearealldesignersofourselves-interview-en .article.top .article-block-r,
  .wearealldesignersofourselves-interview-ja .article.top .article-block-l,
  .wearealldesignersofourselves-interview-ja .article.top .article-block-r {
    width: 89.33333%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article.top img,
  .newnormal-interview-en .article.top img,
  .newnormal-interview-ja .article.top img,
  .allround-interview-us .article.top img,
  .allround-interview-en .article.top img,
  .allround-interview-ja .article.top img,
  .wearealldesignersofourselves-interview-us .article.top img,
  .wearealldesignersofourselves-interview-en .article.top img,
  .wearealldesignersofourselves-interview-ja .article.top img {
    width: 100%;
  }
}

.newnormal-interview-us .article .ttl,
.newnormal-interview-en .article .ttl,
.newnormal-interview-ja .article .ttl,
.allround-interview-us .article .ttl,
.allround-interview-en .article .ttl,
.allround-interview-ja .article .ttl,
.wearealldesignersofourselves-interview-us .article .ttl,
.wearealldesignersofourselves-interview-en .article .ttl,
.wearealldesignersofourselves-interview-ja .article .ttl {
  font-size: 16px;
  line-height: 32px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 38px;
}

@media only screen and (max-width: 767px) {
  .newnormal-interview-us .article .ttl,
  .newnormal-interview-en .article .ttl,
  .newnormal-interview-ja .article .ttl,
  .allround-interview-us .article .ttl,
  .allround-interview-en .article .ttl,
  .allround-interview-ja .article .ttl,
  .wearealldesignersofourselves-interview-us .article .ttl,
  .wearealldesignersofourselves-interview-en .article .ttl,
  .wearealldesignersofourselves-interview-ja .article .ttl {
    margin-bottom: 8.95522%;
  }
}

@media only screen and (max-width: 459px) {
  .newnormal-interview-us .article .ttl,
  .newnormal-interview-en .article .ttl,
  .newnormal-interview-ja .article .ttl,
  .allround-interview-us .article .ttl,
  .allround-interview-en .article .ttl,
  .allround-interview-ja .article .ttl,
  .wearealldesignersofourselves-interview-us .article .ttl,
  .wearealldesignersofourselves-interview-en .article .ttl,
  .wearealldesignersofourselves-interview-ja .article .ttl {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: -0.07em;
  }
}

.newnormal-interview-us .article p,
.newnormal-interview-en .article p,
.newnormal-interview-ja .article p,
.allround-interview-us .article p,
.allround-interview-en .article p,
.allround-interview-ja .article p,
.wearealldesignersofourselves-interview-us .article p,
.wearealldesignersofourselves-interview-en .article p,
.wearealldesignersofourselves-interview-ja .article p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.newnormal-interview-us .totop-btn,
.newnormal-interview-en .totop-btn,
.newnormal-interview-ja .totop-btn,
.allround-interview-us .totop-btn,
.allround-interview-en .totop-btn,
.allround-interview-ja .totop-btn,
.wearealldesignersofourselves-interview-us .totop-btn,
.wearealldesignersofourselves-interview-en .totop-btn,
.wearealldesignersofourselves-interview-ja .totop-btn {
  display: block;
  width: 14px;
  height: 14px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .newnormal-interview-us .sns-ttl,
  .newnormal-interview-en .sns-ttl,
  .newnormal-interview-ja .sns-ttl,
  .allround-interview-us .sns-ttl,
  .allround-interview-en .sns-ttl,
  .allround-interview-ja .sns-ttl,
  .wearealldesignersofourselves-interview-us .sns-ttl,
  .wearealldesignersofourselves-interview-en .sns-ttl,
  .wearealldesignersofourselves-interview-ja .sns-ttl {
    margin-bottom: 12px;
  }
}

.newnormal-interview-us .article p,
.newnormal-interview-en .article p {
  font-family: jins_next_ttregular !important;
}

.newnormal-interview-us .article .ttl,
.newnormal-interview-en .article .ttl {
  font-family: jins_next_ttmedium !important;
}

.newnormal-interview-us .isSpMini,
.newnormal-interview-en .isSpMini {
  display: none;
}

/*# sourceMappingURL=app.css.map */
