@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;
}

/**
 * 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 {
  display: none;
  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;
  }
}

.p-article {
  margin-bottom: calc(100vw * (120 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article {
    margin: 0 auto calc(100vw * (77 / 750));
    width: calc(100vw * (670 / 750));
  }
}

.p-ttl {
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
  margin-bottom: calc(100vw * (60 / 1280));
}

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

@media only screen and (max-width: 767px) {
  .p-ttl {
    margin-bottom: calc(100vw * (60 / 750));
  }
}

.p-txt {
  text-align: center;
  margin: auto auto calc(100vw * (110 / 1280));
  max-width: 1024px;
  width: calc(100vw * (1024 / 1280));
  font-size: 24px;
  line-height: 166.66667%;
}

@media only screen and (min-width: 1280px) {
  .p-txt {
    margin: auto auto 110px;
  }
}

@media only screen and (max-width: 767px) {
  .p-txt {
    text-align: left;
    margin-bottom: calc(100vw * (150 / 750));
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.61111em;
  }
}

.p-split {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100vw * (1024 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-split {
    width: 1024px;
  }
}

@media only screen and (max-width: 767px) {
  .p-split {
    display: block;
    width: calc(100vw * (670 / 750));
  }
}

.p-link {
  text-align: right;
  font-size: 19px;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .p-link {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1em;
    width: 89.2%;
    margin: 0 auto;
  }
}

.p-link .p-link-href {
  position: relative;
  text-decoration: none;
  line-height: 1em;
  border: none;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .p-link .p-link-href {
    margin-right: 20px;
  }
}

.p-link .p-link-href:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: -0.9em;
  margin: auto;
  width: 9px;
  height: 9px;
  border-right: solid 2px #242424;
  border-bottom: solid 2px #242424;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-top: -5.5px;
}

.p-link .p-link-href:hover {
  opacity: 0.6;
  border: none;
}

.p-link .p-link-href:hover:after {
  right: -1.2em;
}

/*

ページを移動、主にトップページへ戻る

*/
.p-gotoppage {
  margin-bottom: 85px;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .p-gotoppage {
    margin-bottom: calc(100vw * (85 / 1280));
  }
}

.p-gotoppage a.p-gotoppage-href {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 21px;
  font-weight: bold;
  line-height: 21px;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-gotoppage a.p-gotoppage-href {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.47059em;
  }
}

.p-gotoppage a.p-gotoppage-href:before {
  top: 0;
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  left: -1.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 (max-width: 767px) {
  .p-gotoppage a.p-gotoppage-href:before {
    top: calc(100vw * (-45 / 750));
  }
}

.p-gotoppage a.p-gotoppage-href:hover {
  opacity: 0.6;
}

.p-gotoppage a.p-gotoppage-href:hover:before {
  left: -1.3em;
}

.p-totop-btn {
  position: relative;
  margin: 0 auto 43px;
  width: 30px;
  height: 25px;
  display: block;
}

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

/*

言語切替

*/
.p-lang-list {
  position: absolute;
  top: 0;
  padding-top: calc(100vw * (36 / 1280));
  right: calc(100vw * (60 / 1280));
  width: calc(100vw * (1160 / 1280));
  font-size: 16px;
}

@media only screen and (min-width: 1280px) {
  .p-lang-list {
    top: 0;
    padding-top: 36px;
    right: 60px;
    width: 1160px;
  }
}

@media only screen and (max-width: 767px) {
  .p-lang-list {
    top: 0;
    padding-top: calc(100vw * (40 / 750));
    right: calc(100vw * (40 / 750));
    width: calc(100vw * (670 / 750));
    font-size: 24px;
    font-size: 3.2vw;
  }
}

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

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

.p-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);
}

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

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

/*
  ★★★★★★★★★★
  ここよりインタビュー
  ★★★★★★★★★★
*/
.p-keyVisual {
  margin-bottom: calc(100vw * (120 / 1280));
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .p-keyVisual {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 767px) {
  .p-keyVisual {
    margin-bottom: calc(100vw * (180 / 750));
  }
}

.p-keyVisual-txt1, .p-keyVisual-txt2, .p-keyVisual-txt3 {
  position: absolute;
}

/*

   記事のブロック

 */
.p-article-interview {
  margin: 0 auto calc(100vw * (95 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article-interview {
    margin: 0 auto 95px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview {
    margin: 0 auto calc(100vw * (180 / 750));
  }
}

/*

  記事の大タイトル

*/
.p-article-interview-ttl {
  width: calc(100vw * (900 / 1280));
  padding: calc(100vw * (22 / 1280)) 0;
  margin: 0 auto calc(100vw * (60 / 1280));
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}

.p-article-interview-ttl span {
  border-left: 4px solid #4d4d4d;
  padding-left: calc(100vw * (19 / 1280));
  font-size: 22px;
  line-height: 32px;
  display: inline-block;
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-ttl {
    padding: 22px 0;
    margin: 0 auto 60px;
    width: 900px;
  }
  .p-article-interview-ttl span {
    border-left: 4px solid #4d4d4d;
    padding-left: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-ttl {
    padding: 5.33333% 0;
    width: calc(100vw * (670 / 750));
    margin: 0 auto calc(100vw * (60 / 750));
  }
  .p-article-interview-ttl span {
    border-left: 2px solid #4d4d4d;
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.2381em;
    padding-left: calc(100vw * (17 / 750));
  }
}

/*

  記事のインラインブロック

*/
.p-article-interview-inline {
  width: calc(100vw * (900 / 1280));
  margin: 0 auto calc(100vw * (60 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline {
    width: 900px;
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline {
    width: calc(100vw * (670 / 750));
    margin: 0 auto calc(100vw * (53 / 750));
  }
}

.p-article-interview-inline p {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline p {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.52941em;
  }
}

/*

  記事の小タイトル

*/
.p-article-interview-inline-ttl {
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-ttl {
    width: 900px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline-ttl {
    width: calc(100vw * (670 / 750));
    margin: 0 auto calc(100vw * (43 / 750));
    text-align: center;
    font-size: 42px;
    font-size: 5.6vw;
    line-height: 1.2381em;
  }
}

/*

  記事のテキスト

*/
.p-article-interview-inline-txt {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-txt {
    width: 900px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline-txt {
    width: calc(100vw * (670 / 750));
    margin: 0 auto 21.33333%;
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.52941em;
  }
}

/*

  まわりこまれる要素の中に使われている画像

*/
.p-article-interview-inline-img {
  margin-bottom: calc(100vw * (20 / 1280));
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline-img {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    margin-top: calc(100vw * (45 / 750));
    margin-bottom: calc(100vw * (45 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-inline-img-top {
    margin-top: calc(100vw * (0 / 750));
  }
}

.p-article-interview-inline-img-last {
  margin-bottom: 0;
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-img-last {
    margin-bottom: 0;
  }
}

/*

  まわりこまれる要素

*/
.p-article-interview-inline-float-r {
  width: calc(100vw * (420 / 1280));
  float: right;
  margin-left: calc(100vw * (60 / 1280));
  margin-bottom: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-float-r {
    width: 420px;
    margin-left: 60px;
    margin-bottom: 30px;
  }
}

.p-article-interview-inline-float-l {
  width: calc(100vw * (420 / 1280));
  float: left;
  margin-right: calc(100vw * (60 / 1280));
  margin-bottom: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-inline-float-l {
    width: 420px;
    margin-right: 60px;
    margin-bottom: 30px;
  }
}

/*

  左右いっぱいに表示される画像

*/
.p-article-interview-over {
  width: calc(100vw * (900 / 1280));
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  .p-article-interview-over {
    width: 900px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .p-article-interview-over {
    width: calc(100vw * (670 / 750));
    margin: 0 auto;
  }
}

/*

背景に色のついたエリア

*/
.p-column {
  width: 100%;
  background: #f0f0f0;
  padding: calc(100vw * (95 / 1280)) 0;
  margin-bottom: calc(100vw * (100 / 1280));
}

@media only screen and (min-width: 1280px) {
  .p-column {
    padding: 95px 0;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .p-column {
    padding: calc(100vw * (80 / 750)) 0;
    margin-bottom: calc(100vw * (180 / 750));
  }
}

.p-column .p-column-inline {
  width: calc(100vw * (900 / 1280));
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  .p-column .p-column-inline {
    width: 900px;
  }
}

@media only screen and (max-width: 767px) {
  .p-column .p-column-inline {
    width: calc(100vw * (670 / 750));
    margin: 0 auto;
  }
}

.p-column .p-column-inline p {
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (max-width: 767px) {
  .p-column .p-column-inline p {
    font-size: 34px;
    font-size: 4.53333vw;
    line-height: 1.52941em;
  }
}

/*

プログレスバー

*/
.sugata-en .keyVisual,
.sugata-ja .keyVisual,
.sugata-tw .keyVisual,
.sugata-us .keyVisual {
  position: relative;
  width: 100%;
  margin: 0 0 120px;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .sugata-en .keyVisual,
  .sugata-ja .keyVisual,
  .sugata-tw .keyVisual,
  .sugata-us .keyVisual {
    margin: 0 0 24% !important;
  }
}

.sugata-en .keyVisual-img .obj,
.sugata-ja .keyVisual-img .obj,
.sugata-tw .keyVisual-img .obj,
.sugata-us .keyVisual-img .obj {
  position: absolute;
  top: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.sugata-en .mainCopy,
.sugata-ja .mainCopy,
.sugata-tw .mainCopy,
.sugata-us .mainCopy {
  margin-bottom: calc(100vw * (82 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .mainCopy,
  .sugata-ja .mainCopy,
  .sugata-tw .mainCopy,
  .sugata-us .mainCopy {
    margin-bottom: 82px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .mainCopy,
  .sugata-ja .mainCopy,
  .sugata-tw .mainCopy,
  .sugata-us .mainCopy {
    margin: auto;
    width: calc(100vw * (670 / 750));
    margin-bottom: calc(100vw * (67 / 750));
  }
}

.sugata-en .mainCopy .mainCopy-ttl,
.sugata-ja .mainCopy .mainCopy-ttl,
.sugata-tw .mainCopy .mainCopy-ttl,
.sugata-us .mainCopy .mainCopy-ttl {
  width: calc(100vw * (151 / 1280));
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .mainCopy .mainCopy-ttl,
  .sugata-ja .mainCopy .mainCopy-ttl,
  .sugata-tw .mainCopy .mainCopy-ttl,
  .sugata-us .mainCopy .mainCopy-ttl {
    width: 151px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .mainCopy .mainCopy-ttl,
  .sugata-ja .mainCopy .mainCopy-ttl,
  .sugata-tw .mainCopy .mainCopy-ttl,
  .sugata-us .mainCopy .mainCopy-ttl {
    width: 29.40299%;
    margin-bottom: calc(100vw * (40 / 750));
  }
}

.sugata-en .product .product-ttl,
.sugata-ja .product .product-ttl,
.sugata-tw .product .product-ttl,
.sugata-us .product .product-ttl {
  width: calc(100vw * (155 / 1280));
  margin-bottom: calc(100vw * (41 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-ttl,
  .sugata-ja .product .product-ttl,
  .sugata-tw .product .product-ttl,
  .sugata-us .product .product-ttl {
    width: 155px;
    margin-bottom: 41px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-ttl,
  .sugata-ja .product .product-ttl,
  .sugata-tw .product .product-ttl,
  .sugata-us .product .product-ttl {
    width: 26.93333%;
    margin-bottom: calc(100vw * (80 / 1280));
  }
}

.sugata-en .product .product-link,
.sugata-ja .product .product-link,
.sugata-tw .product .product-link,
.sugata-us .product .product-link {
  text-align: center;
  margin-bottom: calc(100vw * (48 / 1280));
  font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-link,
  .sugata-ja .product .product-link,
  .sugata-tw .product .product-link,
  .sugata-us .product .product-link {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-link,
  .sugata-ja .product .product-link,
  .sugata-tw .product .product-link,
  .sugata-us .product .product-link {
    width: 100%;
    margin-bottom: calc(100vw * (73 / 750));
  }
}

.sugata-en .product .product-link-href,
.sugata-ja .product .product-link-href,
.sugata-tw .product .product-link-href,
.sugata-us .product .product-link-href {
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.sugata-en .product .product-link-href:hover,
.sugata-ja .product .product-link-href:hover,
.sugata-tw .product .product-link-href:hover,
.sugata-us .product .product-link-href:hover {
  opacity: 0.6;
  border-color: #fff;
}

.sugata-en .product .product-novelty,
.sugata-ja .product .product-novelty,
.sugata-tw .product .product-novelty,
.sugata-us .product .product-novelty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000000;
  max-width: 768px;
  width: calc(100vw * (768 / 1280));
  margin: 0 auto calc(100vw * (53 / 1280));
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-novelty,
  .sugata-ja .product .product-novelty,
  .sugata-tw .product .product-novelty,
  .sugata-us .product .product-novelty {
    width: calc(100vw * (615 / 750));
    margin: 0 auto calc(100vw * (85 / 750));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyTitle,
  .sugata-ja .product .product-noveltyTitle,
  .sugata-tw .product .product-noveltyTitle,
  .sugata-us .product .product-noveltyTitle {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 2.14286em;
  }
}

.sugata-en .product .product-noveltyTextOuter,
.sugata-ja .product .product-noveltyTextOuter,
.sugata-tw .product .product-noveltyTextOuter,
.sugata-us .product .product-noveltyTextOuter {
  margin: calc(100vw * (60 / 1280)) 0 0 calc(100vw * (54 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-noveltyTextOuter,
  .sugata-ja .product .product-noveltyTextOuter,
  .sugata-tw .product .product-noveltyTextOuter,
  .sugata-us .product .product-noveltyTextOuter {
    margin: 60px 0 0 54px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyTextOuter,
  .sugata-ja .product .product-noveltyTextOuter,
  .sugata-tw .product .product-noveltyTextOuter,
  .sugata-us .product .product-noveltyTextOuter {
    text-align: center;
    margin: calc(100vw * (36 / 750)) 0 0 0;
  }
}

.sugata-en .product .product-noveltyText,
.sugata-ja .product .product-noveltyText,
.sugata-tw .product .product-noveltyText,
.sugata-us .product .product-noveltyText {
  font-size: 14px;
  line-height: 24px;
  margin-top: calc(100vw * (12 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-noveltyText,
  .sugata-ja .product .product-noveltyText,
  .sugata-tw .product .product-noveltyText,
  .sugata-us .product .product-noveltyText {
    margin-top: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyText,
  .sugata-ja .product .product-noveltyText,
  .sugata-tw .product .product-noveltyText,
  .sugata-us .product .product-noveltyText {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.38462em;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyText-small,
  .sugata-ja .product .product-noveltyText-small,
  .sugata-tw .product .product-noveltyText-small,
  .sugata-us .product .product-noveltyText-small {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5em;
  }
}

.sugata-en .product .product-noveltyLink,
.sugata-ja .product .product-noveltyLink,
.sugata-tw .product .product-noveltyLink,
.sugata-us .product .product-noveltyLink {
  position: relative;
}

.sugata-en .product .product-noveltyLink:after,
.sugata-ja .product .product-noveltyLink:after,
.sugata-tw .product .product-noveltyLink:after,
.sugata-us .product .product-noveltyLink:after {
  content: '';
  display: block;
  background-image: url("../img/icon-blank.svg");
  background-position: left top;
  background-size: 12px 10px;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 5px;
  right: -1px;
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyLink:after,
  .sugata-ja .product .product-noveltyLink:after,
  .sugata-tw .product .product-noveltyLink:after,
  .sugata-us .product .product-noveltyLink:after {
    background-size: calc(100vw * (24 / 750)) calc(100vw * (20 / 750));
    top: calc(100vw * (7 / 750));
    right: calc(100vw * (6 / 750));
    width: calc(100vw * (24 / 750));
    height: calc(100vw * (20 / 750));
  }
}

.sugata-en .product .product-noveltyImg,
.sugata-ja .product .product-noveltyImg,
.sugata-tw .product .product-noveltyImg,
.sugata-us .product .product-noveltyImg {
  width: 216px;
  margin: calc(100vw * (20 / 1280)) 0 calc(100vw * (20 / 1280)) calc(100vw * (28 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-noveltyImg,
  .sugata-ja .product .product-noveltyImg,
  .sugata-tw .product .product-noveltyImg,
  .sugata-us .product .product-noveltyImg {
    margin: 20px 0 20px 28px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-noveltyImg,
  .sugata-ja .product .product-noveltyImg,
  .sugata-tw .product .product-noveltyImg,
  .sugata-us .product .product-noveltyImg {
    width: calc(100vw * (400 / 750));
    margin: calc(100vw * (48 / 750)) 0 calc(100vw * (48 / 750)) calc(100vw * (107 / 750));
  }
}

.sugata-en .product .product-list,
.sugata-ja .product .product-list,
.sugata-tw .product .product-list,
.sugata-us .product .product-list {
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -ms-grid;
  display: grid;
  padding-bottom: calc(100vw * (38 / 1280));
  margin-bottom: 0;
  max-width: 1024px;
  width: 80%;
  grid-column-gap: 0;
  grid-row-gap: calc(100vw * (20 / 1280));
  -ms-grid-rows: 1fr calc(100vw * (20 / 1280)) 1fr;
  -ms-grid-columns: 1fr 0 1fr;
      grid-template: "a1 a2" 1fr "a3 a4" 1fr/ 1fr 1fr;
}

.sugata-en .product .product-list .grid-items:nth-child(1),
.sugata-ja .product .product-list .grid-items:nth-child(1),
.sugata-tw .product .product-list .grid-items:nth-child(1),
.sugata-us .product .product-list .grid-items:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a1;
}

.sugata-en .product .product-list .grid-items:nth-child(2),
.sugata-ja .product .product-list .grid-items:nth-child(2),
.sugata-tw .product .product-list .grid-items:nth-child(2),
.sugata-us .product .product-list .grid-items:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: a2;
}

.sugata-en .product .product-list .grid-items:nth-child(3),
.sugata-ja .product .product-list .grid-items:nth-child(3),
.sugata-tw .product .product-list .grid-items:nth-child(3),
.sugata-us .product .product-list .grid-items:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: a3;
}

.sugata-en .product .product-list .grid-items:nth-child(4),
.sugata-ja .product .product-list .grid-items:nth-child(4),
.sugata-tw .product .product-list .grid-items:nth-child(4),
.sugata-us .product .product-list .grid-items:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: a4;
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-list .grid-items:nth-child(1),
.sugata-ja .product .product-list .grid-items:nth-child(1),
.sugata-tw .product .product-list .grid-items:nth-child(1),
.sugata-us .product .product-list .grid-items:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .sugata-en .product .product-list .grid-items:nth-child(2),
.sugata-ja .product .product-list .grid-items:nth-child(2),
.sugata-tw .product .product-list .grid-items:nth-child(2),
.sugata-us .product .product-list .grid-items:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .sugata-en .product .product-list .grid-items:nth-child(3),
.sugata-ja .product .product-list .grid-items:nth-child(3),
.sugata-tw .product .product-list .grid-items:nth-child(3),
.sugata-us .product .product-list .grid-items:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .sugata-en .product .product-list .grid-items:nth-child(4),
.sugata-ja .product .product-list .grid-items:nth-child(4),
.sugata-tw .product .product-list .grid-items:nth-child(4),
.sugata-us .product .product-list .grid-items:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-list,
  .sugata-ja .product .product-list,
  .sugata-tw .product .product-list,
  .sugata-us .product .product-list {
    padding-bottom: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-list,
  .sugata-ja .product .product-list,
  .sugata-tw .product .product-list,
  .sugata-us .product .product-list {
    -ms-grid-rows: 1fr 0 1fr 0 1fr 0 1fr;
    -ms-grid-columns: 1fr;
        grid-template: "a1" 1fr "a2" 1fr "a3" 1fr "a4" 1fr/ 1fr;
    grid-gap: 0;
    width: 100%;
    padding-bottom: calc(100vw * (53 / 750));
  }
}

.sugata-en .product .product-item a,
.sugata-ja .product .product-item a,
.sugata-tw .product .product-item a,
.sugata-us .product .product-item a {
  position: relative;
  display: inline-block;
}

.sugata-en .product .product-item a:hover,
.sugata-ja .product .product-item a:hover,
.sugata-tw .product .product-item a:hover,
.sugata-us .product .product-item a:hover {
  opacity: 0.6;
}

.sugata-en .product .special-ttl,
.sugata-ja .product .special-ttl,
.sugata-tw .product .special-ttl,
.sugata-us .product .special-ttl {
  width: calc(100vw * (139 / 1280));
  margin: 0 auto calc(100vw * (62 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .special-ttl,
  .sugata-ja .product .special-ttl,
  .sugata-tw .product .special-ttl,
  .sugata-us .product .special-ttl {
    width: 139px;
    margin: 0 auto 62px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .special-ttl,
  .sugata-ja .product .special-ttl,
  .sugata-tw .product .special-ttl,
  .sugata-us .product .special-ttl {
    width: calc(100vw * (178 / 750));
    margin: 0 auto calc(100vw * (59 / 750));
  }
}

.sugata-en .product .product-banner,
.sugata-ja .product .product-banner,
.sugata-tw .product .product-banner,
.sugata-us .product .product-banner {
  max-width: 1024px;
  width: calc(100vw * (1024 / 1280));
  margin: auto;
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-banner,
  .sugata-ja .product .product-banner,
  .sugata-tw .product .product-banner,
  .sugata-us .product .product-banner {
    width: calc(100vw * (670 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer,
  .sugata-ja .designer,
  .sugata-tw .designer,
  .sugata-us .designer {
    margin: 0 auto calc(100vw * (150 / 750));
  }
}

.sugata-en .designer .designer-ttl,
.sugata-ja .designer .designer-ttl,
.sugata-tw .designer .designer-ttl,
.sugata-us .designer .designer-ttl {
  width: calc(100vw * (165 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-ttl,
  .sugata-ja .designer .designer-ttl,
  .sugata-tw .designer .designer-ttl,
  .sugata-us .designer .designer-ttl {
    width: 165px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-ttl,
  .sugata-ja .designer .designer-ttl,
  .sugata-tw .designer .designer-ttl,
  .sugata-us .designer .designer-ttl {
    width: calc(100vw * (215 / 750));
  }
}

.sugata-en .designer .designer-txt,
.sugata-ja .designer .designer-txt,
.sugata-tw .designer .designer-txt,
.sugata-us .designer .designer-txt {
  text-align: left;
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-txt,
  .sugata-ja .designer .designer-txt,
  .sugata-tw .designer .designer-txt,
  .sugata-us .designer .designer-txt {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-txt,
  .sugata-ja .designer .designer-txt,
  .sugata-tw .designer .designer-txt,
  .sugata-us .designer .designer-txt {
    margin-bottom: calc(100vw * (75 / 750));
  }
}

.sugata-en .designer .designer-profile,
.sugata-ja .designer .designer-profile,
.sugata-tw .designer .designer-profile,
.sugata-us .designer .designer-profile {
  width: calc(100vw * (1024 / 1280));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-profile,
  .sugata-ja .designer .designer-profile,
  .sugata-tw .designer .designer-profile,
  .sugata-us .designer .designer-profile {
    width: 1024px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile,
  .sugata-ja .designer .designer-profile,
  .sugata-tw .designer .designer-profile,
  .sugata-us .designer .designer-profile {
    display: block;
    width: calc(100vw * (670 / 750));
  }
}

.sugata-en .designer .designer-profile .designer-profile-img,
.sugata-ja .designer .designer-profile .designer-profile-img,
.sugata-tw .designer .designer-profile .designer-profile-img,
.sugata-us .designer .designer-profile .designer-profile-img {
  width: calc(100vw * (302 / 1280));
  margin-top: 0;
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-profile .designer-profile-img,
  .sugata-ja .designer .designer-profile .designer-profile-img,
  .sugata-tw .designer .designer-profile .designer-profile-img,
  .sugata-us .designer .designer-profile .designer-profile-img {
    width: 302px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-img,
  .sugata-ja .designer .designer-profile .designer-profile-img,
  .sugata-tw .designer .designer-profile .designer-profile-img,
  .sugata-us .designer .designer-profile .designer-profile-img {
    width: calc(100vw * (494 / 750));
  }
}

.sugata-en .designer .designer-profile .designer-profile-detail,
.sugata-ja .designer .designer-profile .designer-profile-detail,
.sugata-tw .designer .designer-profile .designer-profile-detail,
.sugata-us .designer .designer-profile .designer-profile-detail {
  width: calc(100vw * (682 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-profile .designer-profile-detail,
  .sugata-ja .designer .designer-profile .designer-profile-detail,
  .sugata-tw .designer .designer-profile .designer-profile-detail,
  .sugata-us .designer .designer-profile .designer-profile-detail {
    width: 682px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-detail,
  .sugata-ja .designer .designer-profile .designer-profile-detail,
  .sugata-tw .designer .designer-profile .designer-profile-detail,
  .sugata-us .designer .designer-profile .designer-profile-detail {
    width: 100%;
  }
}

.sugata-en .designer .designer-profile .designer-profile-detail-name,
.sugata-ja .designer .designer-profile .designer-profile-detail-name,
.sugata-tw .designer .designer-profile .designer-profile-detail-name,
.sugata-us .designer .designer-profile .designer-profile-detail-name {
  width: calc(100vw * (289 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name,
  .sugata-us .designer .designer-profile .designer-profile-detail-name {
    width: 289px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name,
  .sugata-us .designer .designer-profile .designer-profile-detail-name {
    width: calc(100vw * (406 / 750));
  }
}

.sugata-en .designer .designer-profile .designer-profile-detail-name-ja,
.sugata-ja .designer .designer-profile .designer-profile-detail-name-ja,
.sugata-tw .designer .designer-profile .designer-profile-detail-name-ja,
.sugata-us .designer .designer-profile .designer-profile-detail-name-ja {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name-ja,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name-ja,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name-ja,
  .sugata-us .designer .designer-profile .designer-profile-detail-name-ja {
    display: block;
    text-align: center;
  }
}

.sugata-en .designer .designer-profile .designer-profile-detail-name-ja img,
.sugata-ja .designer .designer-profile .designer-profile-detail-name-ja img,
.sugata-tw .designer .designer-profile .designer-profile-detail-name-ja img,
.sugata-us .designer .designer-profile .designer-profile-detail-name-ja img {
  width: calc(100vw * (289 / 1280));
  margin-right: calc(100vw * (16 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-us .designer .designer-profile .designer-profile-detail-name-ja img {
    width: 289px;
    margin-right: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name-ja img,
  .sugata-us .designer .designer-profile .designer-profile-detail-name-ja img {
    width: calc(100vw * (406 / 750));
    display: inline-block;
    margin-right: 0;
    margin-bottom: calc(100vw * (22 / 750));
  }
}

.sugata-en .designer .designer-profile .designer-profile-detail-name-ja span,
.sugata-ja .designer .designer-profile .designer-profile-detail-name-ja span,
.sugata-tw .designer .designer-profile .designer-profile-detail-name-ja span,
.sugata-us .designer .designer-profile .designer-profile-detail-name-ja span {
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer .designer-profile .designer-profile-detail-name-ja span,
  .sugata-ja .designer .designer-profile .designer-profile-detail-name-ja span,
  .sugata-tw .designer .designer-profile .designer-profile-detail-name-ja span,
  .sugata-us .designer .designer-profile .designer-profile-detail-name-ja span {
    display: block;
    font-size: 24px;
    font-size: 3.2vw;
    letter-spacing: 0.01em;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview,
  .sugata-ja .interview,
  .sugata-tw .interview,
  .sugata-us .interview {
    margin: 0 auto calc(100vw * (120 / 750));
  }
}

.sugata-en .interview .interview-ttl,
.sugata-ja .interview .interview-ttl,
.sugata-tw .interview .interview-ttl,
.sugata-us .interview .interview-ttl {
  width: calc(100vw * (188 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .interview .interview-ttl,
  .sugata-ja .interview .interview-ttl,
  .sugata-tw .interview .interview-ttl,
  .sugata-us .interview .interview-ttl {
    width: 188px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-ttl,
  .sugata-ja .interview .interview-ttl,
  .sugata-tw .interview .interview-ttl,
  .sugata-us .interview .interview-ttl {
    width: calc(100vw * (237 / 750));
  }
}

.sugata-en .interview .interview-img,
.sugata-ja .interview .interview-img,
.sugata-tw .interview .interview-img,
.sugata-us .interview .interview-img {
  width: calc(100vw * (550 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .interview .interview-img,
  .sugata-ja .interview .interview-img,
  .sugata-tw .interview .interview-img,
  .sugata-us .interview .interview-img {
    width: 550px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-img,
  .sugata-ja .interview .interview-img,
  .sugata-tw .interview .interview-img,
  .sugata-us .interview .interview-img {
    width: 100%;
    margin-bottom: calc(100vw * (80 / 750));
  }
}

.sugata-en .interview .interview-detail,
.sugata-ja .interview .interview-detail,
.sugata-tw .interview .interview-detail,
.sugata-us .interview .interview-detail {
  width: calc(100vw * (435 / 1280));
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media only screen and (min-width: 1280px) {
  .sugata-en .interview .interview-detail,
  .sugata-ja .interview .interview-detail,
  .sugata-tw .interview .interview-detail,
  .sugata-us .interview .interview-detail {
    width: 435px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail,
  .sugata-ja .interview .interview-detail,
  .sugata-tw .interview .interview-detail,
  .sugata-us .interview .interview-detail {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
  }
}

.sugata-en .interview .interview-detail .interview-detail-ttl,
.sugata-ja .interview .interview-detail .interview-detail-ttl,
.sugata-tw .interview .interview-detail .interview-detail-ttl,
.sugata-us .interview .interview-detail .interview-detail-ttl {
  font-weight: bold;
  text-align: left;
  margin-bottom: calc(100vw * (17 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .interview .interview-detail .interview-detail-ttl,
  .sugata-ja .interview .interview-detail .interview-detail-ttl,
  .sugata-tw .interview .interview-detail .interview-detail-ttl,
  .sugata-us .interview .interview-detail .interview-detail-ttl {
    margin-bottom: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail .interview-detail-ttl,
  .sugata-ja .interview .interview-detail .interview-detail-ttl,
  .sugata-tw .interview .interview-detail .interview-detail-ttl,
  .sugata-us .interview .interview-detail .interview-detail-ttl {
    margin-bottom: calc(100vw * (40 / 750));
  }
}

.sugata-en .interview .interview-detail .interview-detail-txt,
.sugata-ja .interview .interview-detail .interview-detail-txt,
.sugata-tw .interview .interview-detail .interview-detail-txt,
.sugata-us .interview .interview-detail .interview-detail-txt {
  margin-bottom: calc(100vw * (17 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .interview .interview-detail .interview-detail-txt,
  .sugata-ja .interview .interview-detail .interview-detail-txt,
  .sugata-tw .interview .interview-detail .interview-detail-txt,
  .sugata-us .interview .interview-detail .interview-detail-txt {
    margin-bottom: calc(100vw * (17 / 1280));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail .interview-detail-txt,
  .sugata-ja .interview .interview-detail .interview-detail-txt,
  .sugata-tw .interview .interview-detail .interview-detail-txt,
  .sugata-us .interview .interview-detail .interview-detail-txt {
    width: 100%;
    margin-bottom: calc(100vw * (50 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail .p-link,
  .sugata-ja .interview .interview-detail .p-link,
  .sugata-tw .interview .interview-detail .p-link,
  .sugata-us .interview .interview-detail .p-link {
    margin: 0 0 0 calc(100vw * (60 / 750));
  }
}

.sugata-en .p-article *,
.sugata-us .p-article * {
  font-family: "Pathway Gothic One", sans-serif !important;
}

.sugata-en .mainCopy,
.sugata-us .mainCopy {
  margin-bottom: calc(100vw * (97 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .mainCopy,
  .sugata-us .mainCopy {
    margin-bottom: 97px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .mainCopy,
  .sugata-us .mainCopy {
    margin-bottom: calc(100vw * (142 / 750));
  }
}

.sugata-en .mainCopy-txt,
.sugata-us .mainCopy-txt {
  margin-bottom: calc(100vw * (-18 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .mainCopy-txt,
  .sugata-us .mainCopy-txt {
    margin-bottom: -18px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .mainCopy-txt,
  .sugata-us .mainCopy-txt {
    margin-bottom: calc(100vw * (-18 / 750));
  }
}

.sugata-en .product .product-ttl,
.sugata-us .product .product-ttl {
  margin-bottom: calc(100vw * (29 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-ttl,
  .sugata-us .product .product-ttl {
    margin-bottom: 29px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-ttl,
  .sugata-us .product .product-ttl {
    width: calc(100vw * (200 / 750));
    margin-bottom: calc(100vw * (45 / 750));
  }
}

.sugata-en .product .product-link,
.sugata-us .product .product-link {
  text-align: center;
  margin-bottom: calc(100vw * (48 / 1280));
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.11em;
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-link,
  .sugata-us .product .product-link {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-link,
  .sugata-us .product .product-link {
    width: 100%;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.66667em;
    margin-bottom: calc(100vw * (58 / 750));
    letter-spacing: 0.07em;
  }
}

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

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

.sugata-en .product .product-list,
.sugata-us .product .product-list {
  margin-bottom: calc(100vw * (-8 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .product .product-list,
  .sugata-us .product .product-list {
    margin-bottom: -8px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-list,
  .sugata-us .product .product-list {
    margin-bottom: calc(100vw * (-7 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .product .product-banner,
  .sugata-us .product .product-banner {
    margin-bottom: calc(100vw * (140 / 750));
  }
}

.sugata-en .designer-ttl,
.sugata-us .designer-ttl {
  margin-bottom: calc(100vw * (50 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer-ttl,
  .sugata-us .designer-ttl {
    margin-bottom: 50px;
  }
}

.sugata-en .designer-txt,
.sugata-us .designer-txt {
  font-size: 22px;
  line-height: 154.54545%;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer-txt,
  .sugata-us .designer-txt {
    letter-spacing: 0.06em;
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.38889em;
    margin-bottom: calc(100vw * (52 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer-profile-img,
  .sugata-us .designer-profile-img {
    margin: auto auto calc(100vw * (30 / 750));
  }
}

.sugata-en .designer-profile-detail-name,
.sugata-us .designer-profile-detail-name {
  width: calc(100vw * (289 / 1280));
  margin-bottom: calc(100vw * (25 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-en .designer-profile-detail-name,
  .sugata-us .designer-profile-detail-name {
    width: 289px;
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer-profile-detail-name,
  .sugata-us .designer-profile-detail-name {
    margin-bottom: calc(100vw * (2 / 750));
  }
}

.sugata-en .designer-profile-detail-txt,
.sugata-us .designer-profile-detail-txt {
  font-size: 18px;
  line-height: 155.55556%;
}

@media only screen and (max-width: 767px) {
  .sugata-en .designer-profile-detail-txt,
  .sugata-us .designer-profile-detail-txt {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.375em;
    letter-spacing: 0.06em;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-ttl,
  .sugata-us .interview .interview-ttl {
    margin-bottom: calc(100vw * (83 / 750));
  }
}

.sugata-en .interview .interview-detail-ttl,
.sugata-us .interview .interview-detail-ttl {
  font-size: 24px;
  line-height: 34px;
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail-ttl,
  .sugata-us .interview .interview-detail-ttl {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.38889em;
    letter-spacing: 0.06em;
  }
}

.sugata-en .interview .interview-detail-txt,
.sugata-us .interview .interview-detail-txt {
  font-size: 22px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .interview-detail-txt,
  .sugata-us .interview .interview-detail-txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.38889em;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-en .interview .p-link-href,
  .sugata-us .interview .p-link-href {
    letter-spacing: 0.09em;
    margin-right: calc(100vw * (22 / 750));
  }
}

.sugata-en .footer a.footer-copyright_sp,
.sugata-en .footer a.footer-subNav-link,
.sugata-us .footer a.footer-copyright_sp,
.sugata-us .footer a.footer-subNav-link {
  font-family: "proxima-nova", "Proxima Nova", "Noto Sans Japanese", "-apple-system", "Droid Sans", Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", 游ゴシック, YuGothic, HelveticaNeue, Helvetica, "sans-serif" !important;
}

.sugata-en .totop-btn,
.sugata-us .totop-btn {
  display: block;
}

.sugata-ja .p-article * {
  font-family: Sawarabi Gothic, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

.sugata-ja .mainCopy {
  margin-bottom: calc(100vw * (82 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .mainCopy {
    margin-bottom: 82px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .mainCopy {
    margin: auto;
    width: calc(100vw * (670 / 750));
    margin-bottom: calc(100vw * (67 / 750));
  }
}

.sugata-ja .mainCopy .mainCopy-ttl {
  width: calc(100vw * (151 / 1280));
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .mainCopy .mainCopy-ttl {
    width: 151px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .mainCopy .mainCopy-ttl {
    width: 29.40299%;
    margin-bottom: calc(100vw * (40 / 750));
  }
}

.sugata-ja .mainCopy .mainCopy-txt {
  font-size: 18px;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .mainCopy .mainCopy-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2.07692em;
  }
}

.sugata-ja .product.p-article {
  margin-bottom: calc(100vw * (95 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .product.p-article {
    margin-bottom: 95px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .product.p-article {
    margin-bottom: calc(100vw * (143 / 750));
  }
}

.sugata-ja .product .product-link {
  line-height: 1em;
}

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

.sugata-ja .designer .designer-ttl {
  margin-bottom: calc(100vw * (48 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .designer .designer-ttl {
    margin-bottom: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-ttl {
    margin-bottom: calc(100vw * (45 / 750));
  }
}

.sugata-ja .designer .designer-txt {
  font-size: 16px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.69231em;
    margin-bottom: calc(100vw * (88 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-profile-img {
    margin: auto auto calc(100vw * (33 / 750));
  }
}

.sugata-ja .designer .designer-profile-detail {
  width: calc(100vw * (682 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .designer .designer-profile-detail {
    width: 682px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-profile-detail {
    width: 100%;
  }
}

.sugata-ja .designer .designer-profile-detail-name {
  width: calc(100vw * (289 / 1280));
  margin-bottom: calc(100vw * (19 / 1280));
}

@media only screen and (min-width: 1280px) {
  .sugata-ja .designer .designer-profile-detail-name {
    width: 289px;
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-profile-detail-name {
    margin: auto auto calc(100vw * (30 / 750));
    width: calc(100vw * (406 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-profile-detail-name-ja {
    margin: auto auto calc(100vw * (45 / 750));
  }
}

.sugata-ja .designer .designer-profile-detail-txt {
  font-size: 14px;
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .designer .designer-profile-detail-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.69231em;
  }
}

.sugata-ja .interview-detail-ttl {
  font-size: 18px;
  line-height: 166.66667%;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .interview-detail-ttl {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.84615em;
  }
}

.sugata-ja .interview-detail-txt {
  font-size: 14px;
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .interview-detail-txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2em;
  }
}

.sugata-ja .p-link-href {
  font-size: 16px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .p-link-href {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1em;
    margin-right: calc(100vw * (18 / 750));
  }
}

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

.sugata-ja .p-gotoppage a.p-gotoppage-href {
  font-size: 17px;
  line-height: 1em;
  font-family: Sawarabi Gothic, Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .p-gotoppage a.p-gotoppage-href {
    font-size: 25px;
    font-size: 3.33333vw;
    line-height: 1.6em;
  }
}

.sugata-ja .p-gotoppage a.p-gotoppage-href .pathway-font {
  font-size: 22px;
  line-height: 1em;
  margin-right: 0.1em;
}

@media only screen and (max-width: 767px) {
  .sugata-ja .p-gotoppage a.p-gotoppage-href .pathway-font {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.25em;
  }
}

.sugata-ja .p-gotoppage a.p-gotoppage-href:before {
  top: 0px !important;
}

.sugata-ja .totop-btn {
  display: block;
}

.sugata-tw .p-article * {
  font-weight: 400;
  font-family: "Noto Sans TC", "NotoSansCJKtc", sans-serif;
}

.sugata-tw .mainCopy-txt {
  font-size: 18px;
  line-height: 38px;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .mainCopy-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 2.07692em;
  }
}

.sugata-tw .product .product-series-txt {
  font-size: 16px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .product .product-series-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.69231em;
  }
}

.sugata-tw .product-link {
  line-height: 1em;
}

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

.sugata-tw .designer-txt {
  font-size: 16px;
  line-height: 32px;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .designer-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.69231em;
  }
}

.sugata-tw .designer-profile-detail-txt {
  font-size: 14px;
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .designer-profile-detail-txt {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.69231em;
  }
}

.sugata-tw .interview-detail-ttl {
  font-size: 18px;
  line-height: 166.66667%;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .interview-detail-ttl {
    font-size: 26px;
    font-size: 3.46667vw;
    line-height: 1.84615em;
  }
}

.sugata-tw .interview-detail-txt {
  font-size: 14px;
  line-height: 200%;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .interview-detail-txt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2em;
  }
}

.sugata-tw .p-link-href {
  font-size: 16px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .p-link-href {
    font-size: 28px;
    font-size: 3.73333vw;
    line-height: 1em;
  }
}

.sugata-tw .pathway-font {
  font-family: jins_next_ttregular;
  font-family: "Pathway Gothic One", sans-serif;
}

.sugata-tw .p-gotoppage a.p-gotoppage-href {
  font-size: 17px;
  line-height: 1em;
  font-family: "Noto Sans TC", "NotoSansCJKtc", sans-serif;
}

.sugata-tw .p-gotoppage a.p-gotoppage-href span {
  font-family: "Pathway Gothic One", sans-serif;
  font-size: 22px;
  line-height: 1em;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .p-gotoppage a.p-gotoppage-href span {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.25em;
  }
}

@media only screen and (max-width: 767px) {
  .sugata-tw .p-gotoppage a.p-gotoppage-href {
    font-size: 25px;
    font-size: 3.33333vw;
    line-height: 1.6em;
  }
}

.sugata-tw .p-gotoppage a.p-gotoppage-href .pathway-font {
  font-size: 22px;
  line-height: 1em;
  margin-right: 0.1em;
}

@media only screen and (max-width: 767px) {
  .sugata-tw .p-gotoppage a.p-gotoppage-href .pathway-font {
    font-size: 32px;
    font-size: 4.26667vw;
    line-height: 1.25em;
  }
}

.sugata-tw .p-gotoppage a.p-gotoppage-href:before {
  top: 0px !important;
}

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