@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);
@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;
  }
}

a {
  outline: none;
}

* {
  color: #242424;
}

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)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
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:after, blockquote:before {
  content: '';
  content: none;
}

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

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

.lang-list {
  position: absolute;
}

.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 transparent;
}

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

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

/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.ps.ps--active-x > .ps__scrollbar-x-rail,
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  /* there must be 'bottom' for ps__scrollbar-x-rail */
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  /* there must be 'bottom' for ps__scrollbar-x */
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x,
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  /* there must be 'right' for ps__scrollbar-y-rail */
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  /* there must be 'right' for ps__scrollbar-y */
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y,
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail,
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

.ps__rail-x,
.ps__rail-y {
  display: none;
}

.keyvisual {
  width: 100%;
  height: 100vh;
  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;
}

@media only screen and (max-width: 767px) {
  .keyvisual {
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_inline {
    -webkit-transform: translateY(calc(100vw * (37 / 750)));
            transform: translateY(calc(100vw * (37 / 750)));
  }
}

.keyvisual_ttl {
  position: relative;
  width: calc(100vw * (488 / 1280));
  height: calc(100vw * (70 / 1280));
  margin: auto;
  margin-bottom: calc(100vw * (53 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_ttl {
    width: 488px;
    height: 70px;
    margin-bottom: 53px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_ttl {
    width: calc(100vw * (568 / 750));
    height: calc(100vw * (75 / 750));
    margin-bottom: calc(100vw * (51 / 750));
  }
}

.keyvisual_ttl_obj {
  position: absolute;
  width: calc(100vw * (488 / 1280));
  height: calc(100vw * (70 / 1280));
  background: url("../img/dp-logo-title.png") no-repeat bottom;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
  opacity: 0;
}

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

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

.keyvisual_txt {
  margin: auto;
  overflow: hidden;
  text-indent: -999em;
  opacity: 0;
}

.keyvisual_list {
  width: calc(100vw * (765 / 1280));
  height: calc(100vw * (90 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list {
    width: 765px;
    height: 90px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list {
    width: calc(100vw * (553 / 750));
    height: auto;
    display: block;
  }
}

.keyvisual_list_item {
  margin-right: calc(100vw * (13 / 1280));
  margin-bottom: calc(100vw * (10 / 1280));
  height: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item {
    margin-right: 13px;
    height: 40px;
    margin-bottom: 10px;
  }
}

/* .keyvisual_list_item:nth-child(3) {
  margin-right: 0;
}

.keyvisual_list_item:nth-child(5) {
  margin-right: 0;
} */

@media only screen and (max-width: 767px) {
  .keyvisual_list_item {
    height: auto;
    margin-bottom: calc(100vw * (29 / 750));
    margin-right: 0;
  }
}

.keyvisual_list_item .keyvisual_list_item_anker {
  display: block;
  overflow: hidden;
  width: calc(100vw * (246 / 1280));
  height: calc(100vw * (40 / 1280));
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item .keyvisual_list_item_anker {
    width: 246px;
    height: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item .keyvisual_list_item_anker {
    margin: auto;
    width: calc(100vw * (553 / 750));
    height: calc(100vw * (90 / 750));
  }
}

.keyvisual_list_item .keyvisual_list_item_anker .w,
.keyvisual_list_item .keyvisual_list_item_anker .b {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: left;
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item .keyvisual_list_item_anker .w,
  .keyvisual_list_item .keyvisual_list_item_anker .b {
    border: calc(100vw * (2 / 750)) solid #000;
  }
}

.keyvisual_list_item .keyvisual_list_item_anker .b {
  width: 0;
  border-left-width: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  background-color: #000;
}

.keyvisual_list_item .keyvisual_list_item_anker.over .b {
  width: 100%;
  background-position: left;
  left: 0;
  border-left-width: 0;
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item .keyvisual_list_item_anker.over .b {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item .keyvisual_list_item_anker.over .b {
    width: 100%;
  }
}

.keyvisual_list_item .keyvisual_list_item_anker.out .b {
  background-position: right;
  border-right-width: 0;
  left: auto;
  right: 0;
  width: 0;
}

.keyvisual_list_item:nth-child(3),.keyvisual_list_item:nth-child(6)  {
  margin-bottom: 0;
  margin-right: 0;
}

.keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .b {
  background-image: url("../img/key_anker_01_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .b {
    background-image: url("../img/key_anker_01_hover_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
  .keyvisual_list_item:nth-child(3){
    margin-bottom: calc(100vw * (29 / 750));
  }
}

.keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .w {
  background-image: url("../img/key_anker_01.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="01"] .keyvisual_list_item_anker .w {
    background-image: url("../img/key_anker_01_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .b {
  background-image: url("../img/key_anker_02_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .b {
    background-image: url("../img/key_anker_02_hover_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .w {
  background-image: url("../img/key_anker_02.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="02"] .keyvisual_list_item_anker .w {
    background-image: url("../img/key_anker_02_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .b {
  background-image: url("../img/key_anker_03_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .b {
    background-image: url("../img/key_anker_03_hover_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .w {
  background-image: url("../img/key_anker_03.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="03"] .keyvisual_list_item_anker .w {
    background-image: url("../img/key_anker_03_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .b {
  background-image: url("../img/key_anker_04_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .b {
    background-image: url("../img/key_anker_04_hover_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .w {
  background-image: url("../img/key_anker_04.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="04"] .keyvisual_list_item_anker .w {
    background-image: url("../img/key_anker_04_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .b {
  background-image: url("../img/key_anker_05_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .b {
    background-image: url("../img/key_anker_05_hover_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .w {
  background-image: url("../img/key_anker_05.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .keyvisual_list_item[data-item="05"] .keyvisual_list_item_anker .w {
    background-image: url("../img/key_anker_05_sp.png");
    background-size: calc(100vw * (553 / 750));
  }
}

.keyvisual_scroll {
  position: absolute;
  top: calc(100vh - 60px);
  margin: auto;
  left: 0;
  right: 0;
}

.keyvisual_scroll_anker {
  display: block;
  width: calc(100vw * (42 / 1280));
  height: calc(100vw * (42 / 1280));
  text-indent: -999em;
  margin: auto;
  position: relative;
  background: url("../img/scroll_pc.svg") no-repeat bottom;
  background-size: contain;
}

.keyvisual_scroll_anker:after {
  content: "";
  position: absolute;
  top: calc(100vw * (-12 / 1280));
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100vw * (26 / 1280));
  height: calc(100vw * (26 / 1280));
  border-right: solid 1px #221815;
  border-bottom: solid 1px #221815;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 1280px) {
  .keyvisual_scroll_anker:after {
    top: -12px;
    width: 26px;
    height: 26px;
  }
}

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

@media only screen and (max-width: 767px) {
  .keyvisual_scroll_anker {
    display: none;
  }
}

@media only screen and (max-width: 320px) {
  .lang-list {
    padding-top: 3%;
  }
}

/*

*/
.flowing_menu {
  position: fixed;
  width: 100%;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #000;
  opacity: 0;
  display: none;
  top: 0;
}

.flowing_menu .lang-list {
  padding-top: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu .lang-list {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu .lang-list {
    padding-top: calc(100vw * (30 / 750));
  }
}

.flowing_menu_ttl {
  background: url(../img/dp-logo-title.png) no-repeat bottom;
  background-size: contain;
  overflow: hidden;
  text-indent: -999em;
  width: calc(100vw * (203 / 1280));
  height: calc(100vw * (27 / 1280));
  margin: auto;
  margin-top: calc(100vw * (31 / 1280));
  margin-bottom: calc(100vw * (13 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_ttl {
    width: 203px;
    height: 27px;
    margin-top: 31px;
    margin-bottom: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_ttl {
    width: calc(100vw * (308 / 750));
    height: calc(100vw * (41 / 750));
    margin-top: calc(100vw * (32 / 750));
    margin-bottom: calc(100vw * (26 / 750));
  }
}

.flowing_menu_list_wrap {
  margin-bottom: calc(100vw * (19 / 1280));
  display: block;
  overflow: scroll;
  margin-right:65px ;
}

.flowing_menu_list_wrap::-webkit-scrollbar {
  display: none; /* Chrome Safari */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; 
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_wrap {
    margin-bottom: 19px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_wrap {
    width: 100%;
    height: calc(100vw * (86 / 750));
    margin-bottom: calc(100vw * (32 / 750));
  }
}

.flowing_menu_list {
  transform: scale(0.9);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  justify-content: inherit;
}

@media only screen and (min-width: 1400px) {
  .flowing_menu_list_wrap {
    display: flex;
    justify-content: center;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list {
    width: calc(100vw * (1645 / 750));
    height: calc(100vw * (84 / 750));
    padding-left: calc(100vw * (40 / 750));
    padding-right: calc(100vw * (40 / 750));
  }
}

.flowing_menu_list_item {
  margin-right: calc(100vw * (14 / 1280));
}

.flowing_menu_list_item:last-child {
  margin-right: 0;
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item {
    margin-right: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item {
    width: calc(100vw * (393 / 750));
    height: calc(100vw * (84 / 750));
    margin: 0;
    margin-right: calc(100vw * (25 / 750));
  }
  .flowing_menu_list_item.last {
    margin-right: calc(100vw * (0 / 750));
  }
}

.flowing_menu_list_item .flowing_menu_list_item_anker {
  display: block;
  overflow: hidden;
  position: relative;
  width: calc(100vw * (246 / 1280));
  height: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item .flowing_menu_list_item_anker {
    width: 246px;
    height: 40px;
  }
}

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

.flowing_menu_list_item .flowing_menu_list_item_anker .w,
.flowing_menu_list_item .flowing_menu_list_item_anker .b {
  display: block;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -999em;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: left;
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item .flowing_menu_list_item_anker .w,
  .flowing_menu_list_item .flowing_menu_list_item_anker .b {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item .flowing_menu_list_item_anker .w,
  .flowing_menu_list_item .flowing_menu_list_item_anker .b {
    border: calc(100vw * (2 / 750)) solid #000;
    width: 100%;
  }
}

.flowing_menu_list_item .flowing_menu_list_item_anker .b {
  width: 0;
  border-left-width: 0;
  -webkit-transition: width 300ms ease;
  transition: width 300ms ease;
  background-color: #000;
}

.flowing_menu_list_item .flowing_menu_list_item_anker.over .b {
  width: 100%;
  background-position: left;
  border-left-width: 0;
  left: 0;
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item .flowing_menu_list_item_anker.over .b {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item .flowing_menu_list_item_anker.over .b {
    width: 100%;
  }
}

.flowing_menu_list_item .flowing_menu_list_item_anker.out .b {
  background-position: right;
  border-right-width: 0;
  left: auto;
  right: 0;
  width: 0;
}

.flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_01_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_01_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_01.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="01"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_01_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_02_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_02_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_02.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="02"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_02_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_03_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_03_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_03.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="03"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_03_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_04_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_04_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_04.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="04"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_04_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_05_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_05_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_05.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="05"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_05_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_06_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_06_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_06.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="06"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_06_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_07_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_07_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_07.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="07"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_07_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_08_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_08_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_08.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="08"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_08_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_09_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_09_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_09.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="09"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_09_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .b {
  background-image: url("../img/key_anker_010_hover.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .b {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .b {
    background-image: url("../img/flow_anker_010_hover_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

.flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .w {
  background-image: url("../img/key_anker_010.png");
  background-size: calc(100vw * (246 / 1280));
}

@media only screen and (min-width: 1280px) {
  .flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .w {
    background-size: 246px;
  }
}

@media only screen and (max-width: 767px) {
  .flowing_menu_list_item[data-item="010"] .flowing_menu_list_item_anker .w {
    background-image: url("../img/flow_anker_010_sp.png");
    background-size: calc(100vw * (393 / 750));
  }
}

/*
  project_block
*/
.project_block {
  width: calc(100vw * (1024 / 1280));
  margin: 0 auto;
  padding-bottom: calc(100vw * (73 / 1280));
  padding-top: calc(100vw * (166 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block {
    width: 1024px;
    padding-bottom: 73px;
  }
}

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

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

@media only screen and (max-width: 767px) {
  .project_block {
    padding-top: calc(100vw * (120 / 750));
    padding-bottom: calc(100vw * (165 / 750));
  }
  .project_block:first-child {
    background: red;
  }
}

@media only screen and (max-width: 767px) {
  .project_block.first {
    padding-top: calc(100vw * (120 / 750));
  }
}

.project_block.last {
  padding-bottom: calc(100vw * (42 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block.last {
    padding-bottom: 42px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block.last {
    padding-bottom: calc(100vw * (130 / 750));
  }
}

/*
 project_block #05
*/
@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_designer_name_new {
    margin-right: calc(100vw * (21 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_designer_name {
    margin-bottom: calc(100vw * (23 / 750));
  }
}

.project_block[data-type="05"] .project_designer_name_txt {
  background: url("../img/project_designer_name_05.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (458 / 1280));
  height: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .project_designer_name_txt {
    width: 458px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_designer_name_txt {
    width: calc(100vw * (491 / 750));
    height: calc(100vw * (41 / 750));
  }
}

.project_block[data-type="05"] .project_ttl {
  background: url("../img/project_ttl_05.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (202 / 1280));
  height: calc(100vw * (59 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .project_ttl {
    width: 202px;
    height: 59px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_ttl {
    width: calc(100vw * (200 / 750));
    height: calc(100vw * (81 / 750));
    margin-bottom: calc(100vw * (25 / 750));
  }
}

.project_block[data-type="05"] .project_products {
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .project_products {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products {
    margin-bottom: calc(100vw * (80 / 750));
    grid-row-gap: calc(100vw * (40 / 750));
  }
}

.project_block[data-type="05"] .project_products_item_anker[data-item="1"] {
  background: url("../img/project_products_item_05_1.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products_item_anker[data-item="1"] {
    background: url("../img/project_products_item_05_1_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="05"] .project_products_item_anker[data-item="2"] {
  background: url("../img/project_products_item_05_2.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products_item_anker[data-item="2"] {
    background: url("../img/project_products_item_05_2_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="05"] .project_products_item_anker[data-item="3"] {
  background: url("../img/project_products_item_05_3.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products_item_anker[data-item="3"] {
    background: url("../img/project_products_item_05_3_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="05"] .project_products_item_anker[data-item="4"] {
  background: url("../img/project_products_item_05_4.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products_item_anker[data-item="4"] {
    background: url("../img/project_products_item_05_4_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="05"] .project_products_item {
  height: calc(100vw * (240 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .project_products_item {
    height: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .project_products_item {
    width: calc(100vw * (670 / 750));
    height: calc(100vw * (500 / 750));
  }
}

.project_block[data-type="05"] .designer_img {
  background: url("../img/designer_img_05.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .designer_name {
    margin-bottom: calc(100vw * (48 / 750));
  }
}

.project_block[data-type="05"] .designer_name_en {
  background: url("../img/designer_name_05.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (289 / 1280));
  height: calc(100vw * (21 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .designer_name_en {
    width: 289px;
    height: 22px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .designer_name_en {
    width: calc(100vw * (475 / 750));
    height: calc(100vw * (37 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .designer_name_ja {
    margin-top: calc(100vw * (16 / 750));
  }
}

.project_block[data-type="05"] .designer_works_img {
  background: url("../img/designer_works_img_05.jpg") no-repeat;
  background-size: contain;
  width: calc(100vw * (611 / 1280));
  height: calc(100vw * (130 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="05"] .designer_works_img {
    width: 611px;
    height: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="05"] .designer_works_img {
    width: 100%;
    height: calc(100vw * (130 / 750));
  }
}

/*
 project_block #04
*/
@media only screen and (max-width: 767px) {
  .project_block[data-type="04"] .project_designer_name {
    margin-bottom: calc(100vw * (29 / 750));
  }
}

.project_block[data-type="04"] .project_designer_name_txt {
  background: url("../img/project_designer_name_04.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (267 / 1280));
  height: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="04"] .project_designer_name_txt {
    width: 267px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="04"] .project_designer_name_txt {
    width: calc(100vw * (292 / 750));
    height: calc(100vw * (40 / 750));
  }
}

.project_block[data-type="04"] .project_ttl {
  background: url("../img/project_ttl_04.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (420 / 1280));
  height: calc(100vw * (78 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="04"] .project_ttl {
    width: 420px;
    height: 78px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="04"] .project_ttl {
    width: calc(100vw * (408 / 750));
    height: calc(100vw * (75 / 750));
    margin-bottom: calc(100vw * (25 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="04"] .project_products {
    margin-bottom: calc(100vw * (80 / 750));
    grid-row-gap: calc(100vw * (40 / 750));
  }
}

.project_block[data-type="04"] .project_products_item_anker[data-item="1"] {
  background: url("../img/project_products_item_04_1.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="04"] .project_products_item_anker[data-item="2"] {
  background: url("../img/project_products_item_04_2.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="04"] .project_products_item_anker[data-item="3"] {
  background: url("../img/project_products_item_04_3.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="04"] .project_products_item_anker[data-item="4"] {
  background: url("../img/project_products_item_04_4.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="04"] .designer_img {
  background: url("../img/designer_img_04.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="04"] .designer_name_en {
  background: url("../img/designer_name_04.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (141 / 1280));
  height: calc(100vw * (21 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="04"] .designer_name_en {
    width: 141px;
    height: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="04"] .designer_name_en {
    width: calc(100vw * (241 / 750));
    height: calc(100vw * (37 / 750));
  }
}

.project_block[data-type="04"] .designer_works_img {
  background: url("../img/designer_works_img_04.jpg") no-repeat;
  background-size: contain;
}

/*
 project_block #03
*/
@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_designer_name {
    margin-bottom: calc(100vw * (17 / 750));
  }
}

.project_block[data-type="03"] .project_designer_name_txt {
  background: url("../img/project_designer_name_03.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (338 / 1280));
  height: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="03"] .project_designer_name_txt {
    width: 338px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_designer_name_txt {
    width: calc(100vw * (419 / 750));
    height: calc(100vw * (41 / 750));
  }
}

.project_block[data-type="03"] .project_ttl {
  background: url("../img/project_ttl_03.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (893 / 1280));
  height: calc(100vw * (76 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="03"] .project_ttl {
    width: 893px;
    height: 76px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_ttl {
    background: url("../img/project_ttl_03_sp.svg") no-repeat;
    background-size: contain;
    width: calc(100vw * (553 / 750));
    height: calc(100vw * (131 / 750));
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_txt {
    margin-bottom: calc(100vw * (10 / 750));
  }
}

.project_block[data-type="03"] .project_products {
  margin-bottom: calc(100vw * (28 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="03"] .project_products {
    margin-bottom: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products {
    margin-bottom: calc(100vw * (66 / 750));
    grid-row-gap: calc(100vw * (10 / 750));
  }
}

.project_block[data-type="03"] .project_products_item {
  width: calc(100vw * (250 / 1280));
  height: calc(100vw * (190 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="03"] .project_products_item {
    width: 250px;
    height: 181px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products_item {
    width: calc(100vw * (670 / 750));
    height: calc(100vw * (500 / 750));
  }
}

.project_block[data-type="03"] .project_products_item_anker[data-item="1"] {
  background: url("../img/project_products_item_03_1.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products_item_anker[data-item="1"] {
    background: url("../img/project_products_item_03_1_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="03"] .project_products_item_anker[data-item="2"] {
  background: url("../img/project_products_item_03_2.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products_item_anker[data-item="2"] {
    background: url("../img/project_products_item_03_2_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="03"] .project_products_item_anker[data-item="3"] {
  background: url("../img/project_products_item_03_3.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products_item_anker[data-item="3"] {
    background: url("../img/project_products_item_03_3_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="03"] .project_products_item_anker[data-item="4"] {
  background: url("../img/project_products_item_03_4.jpg") no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .project_products_item_anker[data-item="4"] {
    background: url("../img/project_products_item_03_4_sp.jpg") no-repeat;
    background-size: cover;
  }
}

.project_block[data-type="03"] .designer_img {
  background: url("../img/designer_img_03.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="03"] .designer_name_en {
  background: url("../img/designer_name_03.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (198 / 1280));
  height: calc(100vw * (23 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="03"] .designer_name_en {
    width: 198px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="03"] .designer_name_en {
    width: calc(100vw * (348 / 750));
    height: calc(100vw * (34 / 750));
  }
}

.project_block[data-type="03"] .designer_works_img {
  background: url("../img/designer_works_img_03.jpg") no-repeat;
  background-size: contain;
}

/*
 project_block #02
*/
@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .project_designer_name {
    margin-bottom: calc(100vw * (16 / 750));
  }
}

.project_block[data-type="02"] .project_designer_name_txt {
  background: url("../img/project_designer_name_02.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (325 / 1280));
  height: calc(100vw * (30 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="02"] .project_designer_name_txt {
    width: 325px;
    height: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .project_designer_name_txt {
    width: calc(100vw * (346 / 750));
    height: calc(100vw * (41 / 750));
  }
}

.project_block[data-type="02"] .project_ttl {
  background: url("../img/project_ttl_02.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (303 / 1280));
  height: calc(100vw * (60 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="02"] .project_ttl {
    width: 303px;
    height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .project_ttl {
    width: calc(100vw * (295 / 750));
    height: calc(100vw * (81 / 750));
    margin-bottom: calc(100vw * (24 / 750));
  }
}

.project_block[data-type="02"] .project_products {
  margin-bottom: calc(100vw * (44 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="02"] .project_products {
    margin-bottom: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .project_products {
    margin-bottom: calc(100vw * (82 / 750));
    grid-row-gap: calc(100vw * (42 / 750));
  }
}

.project_block[data-type="02"] .project_products_item {
  height: calc(100vw * (166 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="02"] .project_products_item {
    height: 166px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .project_products_item {
    width: calc(100vw * (670 / 750));
    height: calc(100vw * (446 / 750));
  }
}

.project_block[data-type="02"] .project_products_item_anker[data-item="1"] {
  background: url("../img/project_products_item_02_1.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="2"] {
  background: url("../img/project_products_item_02_2.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="3"] {
  background: url("../img/project_products_item_02_3.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="4"] {
  background: url("../img/project_products_item_02_4.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="5"] {
  background: url("../img/project_products_item_02_5.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="6"] {
  background: url("../img/project_products_item_02_6.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="7"] {
  background: url("../img/project_products_item_02_7.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .project_products_item_anker[data-item="8"] {
  background: url("../img/project_products_item_02_8.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .designer_img {
  background: url("../img/designer_img_02.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="02"] .designer_name_en {
  background: url("../img/designer_name_02.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (181 / 1280));
  height: calc(100vw * (23 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="02"] .designer_name_en {
    width: 181px;
    height: 23px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .designer_name_en {
    width: calc(100vw * (305 / 750));
    height: calc(100vw * (39 / 750));
  }
}

.project_block[data-type="02"] .designer_works_img {
  background: url("../img/designer_works_img_02.jpg") no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="02"] .designer_works_img {
    height: calc(100vw * (146 / 750));
  }
}

/*
 project_block #01
*/
@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .project_designer_name {
    margin-bottom: calc(100vw * (17 / 750));
  }
}

.project_block[data-type="01"] .project_designer_name_txt {
  background: url("../img/project_designer_name_01.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (370 / 1280));
  height: calc(100vw * (37 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .project_designer_name_txt {
    width: 370px;
    height: 37px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .project_designer_name_txt {
    width: calc(100vw * (431 / 750));
    height: calc(100vw * (43 / 750));
  }
}

.project_block[data-type="01"] .project_products {
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .project_products {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .project_products {
    margin-bottom: calc(100vw * (115 / 750));
  }
}

.project_block[data-type="01"] .project_ttl {
  background: url("../img/project_ttl_01.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (457 / 1280));
  height: calc(100vw * (58 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .project_ttl {
    width: 457px;
    height: 58px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .project_ttl {
    width: calc(100vw * (449 / 750));
    height: calc(100vw * (77 / 750));
    margin-bottom: calc(100vw * (24 / 750));
  }
}

.project_block[data-type="01"] .project_products_item {
  height: calc(100vw * (166 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .project_products_item {
    height: 166px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .project_products_item {
    width: calc(100vw * (670 / 750));
    height: calc(100vw * (446 / 750));
  }
}

.project_block[data-type="01"] .project_products_item_anker[data-item="1"] {
  background: url("../img/project_products_item_01_1.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="01"] .project_products_item_anker[data-item="2"] {
  background: url("../img/project_products_item_01_2.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="01"] .project_products_item_anker[data-item="3"] {
  background: url("../img/project_products_item_01_3.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="01"] .project_products_item_anker[data-item="4"] {
  background: url("../img/project_products_item_01_4.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="01"] .designer_img {
  background: url("../img/designer_img_01.jpg") no-repeat;
  background-size: cover;
}

.project_block[data-type="01"] .designer_name_en {
  background: url("../img/designer_name_01.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (222 / 1280));
  height: calc(100vw * (26 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .designer_name_en {
    width: 222px;
    height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .designer_name_en {
    width: calc(100vw * (342 / 750));
    height: calc(100vw * (41 / 750));
  }
}

.project_block[data-type="01"] .designer_name_ja {
  margin-bottom: calc(100vw * (5 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_block[data-type="01"] .designer_name_ja {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .project_block[data-type="01"] .designer_name_ja {
    margin-bottom: calc(100vw * (5 / 750));
  }
}

.project_block[data-type="01"] .designer_works_img {
  background: url("../img/designer_works_img_01.jpg") no-repeat;
  background-size: contain;
}

.project_ttl_new {
  text-indent: -999em;
  overflow: hidden;
  margin-bottom: calc(100vw * (19 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_ttl_new {
    margin-bottom: 19px;
  }
}

.project_designer_name {
  margin-bottom: calc(100vw * (20 / 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) {
  .project_designer_name {
    margin-bottom: 20px;
  }
}

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

.project_designer_name_new {
  background: url("../img/project_ttl_new.svg") no-repeat;
  background-size: contain;
  width: calc(100vw * (103 / 1280));
  height: calc(100vw * (45 / 1280));
  margin-right: calc(100vw * (17 / 1280));
  overflow: hidden;
  text-indent: -999em;
}

@media only screen and (min-width: 1280px) {
  .project_designer_name_new {
    width: 103px;
    height: 45px;
    margin-right: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .project_designer_name_new {
    width: calc(100vw * (103 / 750));
    height: calc(100vw * (45 / 750));
    margin-right: calc(100vw * (34 / 750));
    margin-bottom: 0;
  }
}

.project_designer_name_txt {
  overflow: hidden;
  text-indent: -999em;
}

.project_ttl {
  text-indent: -999em;
  overflow: hidden;
  margin-bottom: calc(100vw * (25 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_ttl {
    margin-bottom: 25px;
  }
}

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

.project_txt {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: calc(100vw * (27 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_txt {
    margin-bottom: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .project_txt {
    font-size: 36px;
    font-size: 4.8vw;
    line-height: 1.38889em;
    margin-bottom: calc(100vw * (78 / 750));
  }
}

.project_products {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr calc(100vw * (8 / 1280)) 1fr calc(100vw * (8 / 1280)) 1fr calc(100vw * (8 / 1280)) 1fr;
      grid-template: "a1 a2 a3 a4" 1fr/ 1fr 1fr 1fr 1fr;
  grid-column-gap: calc(100vw * (8 / 1280));
  grid-row-gap: calc(100vw * (8 / 1280));
  margin-bottom: calc(100vw * (55 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_products {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .project_products {
    grid-column-gap: 0;
    grid-row-gap: calc(100vw * (17 / 750));
    -ms-grid-rows: 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr;
    -ms-grid-columns: 1fr;
        grid-template: "a1" 1fr "a2" 1fr "a3" 1fr "a4" 1fr/ 1fr;
  }
}

.project_products.over4 {
  -ms-grid-rows: 1fr calc(100vw * (8 / 1280)) 1fr;
  -ms-grid-columns: 1fr calc(100vw * (8 / 1280)) 1fr calc(100vw * (8 / 1280)) 1fr calc(100vw * (8 / 1280)) 1fr;
      grid-template: "a1 a2 a3 a4" 1fr "a5 a6 a7 a8" 1fr/ 1fr 1fr 1fr 1fr;
  grid-column-gap: calc(100vw * (8 / 1280));
  grid-row-gap: calc(100vw * (8 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_products.over4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .project_products.over4 {
    grid-column-gap: 0;
    grid-row-gap: calc(100vw * (17 / 750));
    -ms-grid-rows: 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr calc(100vw * (17 / 750)) 1fr;
    -ms-grid-columns: 1fr;
        grid-template: "a1" 1fr "a2" 1fr "a3" 1fr "a4" 1fr "a5" 1fr "a6" 1fr "a7" 1fr "a8" 1fr/ 1fr;
  }
}

@media only screen and (min-width: 1280px) {
  .project_products {
    margin-bottom: 55px;
  }
}

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

.project_products_item {
  background: #000;
}

.project_products_item:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a1;
}

.project_products_item:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: a2;
}

.project_products_item:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: a3;
}

.project_products_item:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
  grid-area: a4;
}

@media only screen and (max-width: 767px) {
  .project_products_item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}

.project_products_item:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: a5;
}

.project_products_item:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: a6;
}

.project_products_item:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
  grid-area: a7;
}

.project_products_item:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
  grid-area: a8;
}

@media only screen and (max-width: 767px) {
  .project_products_item:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(7) {
    -ms-grid-row: 13;
    -ms-grid-column: 1;
  }
  .project_products_item:nth-child(8) {
    -ms-grid-row: 15;
    -ms-grid-column: 1;
  }
}

.project_products_item_anker {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.project_products_item_anker:hover {
  opacity: 0.8;
}

.project_products_item {
  width: calc(100vw * (250 / 1280));
  height: calc(100vw * (151 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_products_item {
    width: 250px;
    height: 151px;
  }
}

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

.project_detail {
  padding: calc(100vw * (53 / 1280)) calc(100vw * (49 / 1280));
  border: 1px solid #b3b3b3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: calc(100vw * (40 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_detail {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .project_detail {
    display: block;
    padding: calc(100vw * (80 / 750)) calc(100vw * (30 / 750)) calc(100vw * (58 / 750));
    margin-bottom: calc(100vw * (77 / 750));
  }
}

.project_detail_inline_1 {
  margin-right: calc(100vw * (29 / 1280));
}

@media only screen and (min-width: 1280px) {
  .project_detail_inline_1 {
    margin-right: 29px;
  }
}

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

.project_detail_inline_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.designer_img {
  width: calc(100vw * (251 / 1280));
  height: calc(100vw * (351 / 1280));
  margin: auto;
  overflow: hidden;
  text-indent: -999em;
}

@media only screen and (min-width: 1280px) {
  .designer_img {
    width: 251px;
    height: 351px;
  }
}

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

.designer_name {
  margin-bottom: calc(100vw * (26 / 1280));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
}

@media only screen and (min-width: 1280px) {
  .designer_name {
    margin-bottom: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_name {
    display: block;
    margin: auto;
    margin-top: 0;
    margin-bottom: calc(100vw * (60 / 750));
  }
}

.designer_name_en {
  overflow: hidden;
  text-indent: -999em;
}

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

.designer_name_ja {
  margin-left: calc(100vw * (15 / 1280));
  font-size: 12px;
  line-height: 1em;
}

@media only screen and (min-width: 1280px) {
  .designer_name_ja {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_name_ja {
    font-size: 26px;
    font-size: 3.46667vw;
    margin: auto;
    margin-top: calc(100vw * (24 / 750));
  }
}

.designer_works_img {
  width: 100%;
  height: calc(100vw * (109 / 1280));
  background: #ccc;
  margin-bottom: calc(100vw * (23 / 1280));
  overflow: hidden;
  text-indent: -999em;
}

@media only screen and (min-width: 1280px) {
  .designer_works_img {
    margin-bottom: 26px;
    width: 607px;
    height: 109px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_works_img {
    margin: auto;
    margin-bottom: calc(100vw * (50 / 750));
    width: 100%;
    height: calc(100vw * (108 / 750));
  }
}

.designer_txt {
  font-size: 18px;
  line-height: 28px;
}

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

.designer_interview {
  margin-top: calc(100vw * (21 / 1280));
  text-align: right;
}

@media only screen and (min-width: 1280px) {
  .designer_interview {
    margin-top: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_interview {
    margin-top: calc(100vw * (30 / 750));
  }
}

.designer_interview_anker {
  text-decoration: none;
  position: relative;
  margin-right: calc(100vw * (20 / 1280));
  font-size: 19px;
  line-height: 1em;
  font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .designer_interview_anker {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_interview_anker {
    font-size: 42px;
    font-size: 5.6vw;
    margin-right: calc(100vw * (44 / 750));
  }
}

.designer_interview_anker:hover:after {
  -webkit-transform: translateX(calc(100vw * (4 / 1280)));
          transform: translateX(calc(100vw * (4 / 1280)));
}

@media only screen and (min-width: 1280px) {
  .designer_interview_anker:hover:after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
  }
}

@media only screen and (max-width: 767px) {
  .designer_interview_anker:hover:after {
    -webkit-transform: translateX(calc(100vw * (8 / 750)));
            transform: translateX(calc(100vw * (8 / 750)));
  }
}

.designer_interview_anker:after {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: calc(100vw * (11 / 1280));
  height: calc(100vw * (19 / 1280));
  margin-left: calc(100vw * (11 / 1280));
  background: url("../img/designer_interview_arrow.svg") no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 1280px) {
  .designer_interview_anker:after {
    width: 11px;
    height: 19px;
    margin-left: 11px;
  }
}

@media only screen and (max-width: 767px) {
  .designer_interview_anker:after {
    width: calc(100vw * (21 / 750));
    height: calc(100vw * (34 / 750));
    margin-left: calc(100vw * (23 / 750));
  }
}

.project_more_detail {
  width: 100%;
  text-align: center;
}

.project_more_detail_anker {
  font-size: 28px;
  padding-right: calc(100vw * (30 / 1280));
  text-decoration: none;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 1280px) {
  .project_more_detail_anker {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .project_more_detail_anker {
    font-size: 58px;
    font-size: 7.73333vw;
  }
}

.project_more_detail_anker:hover:after {
  -webkit-transform: translateX(calc(100vw * (5 / 1280)));
          transform: translateX(calc(100vw * (5 / 1280)));
}

@media only screen and (min-width: 1280px) {
  .project_more_detail_anker:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}

@media only screen and (max-width: 767px) {
  .project_more_detail_anker:hover:after {
    -webkit-transform: translateX(calc(100vw * (10 / 750)));
            transform: translateX(calc(100vw * (10 / 750)));
  }
}

.project_more_detail_anker:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-left: calc(100vw * (17 / 1280));
  width: calc(100vw * (12 / 1280));
  height: calc(100vw * (20 / 1280));
  background: url("../img/more_detail_arrow.png") no-repeat;
  background-size: contain;
}

@media only screen and (min-width: 1280px) {
  .project_more_detail_anker:after {
    width: 12px;
    height: 20px;
    margin-left: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .project_more_detail_anker:after {
    width: calc(100vw * (28 / 750));
    height: calc(100vw * (42 / 750));
    margin-left: calc(100vw * (24 / 750));
  }
}

/**
 * Name: _config.scss
 */
a {
  outline: none;
}

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

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

/**
 * 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;
  }
}

/*

プログレスバー

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fill .menu_blcok {
  background: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_blcok_btn:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mvtop .menu_blcok_ttl svg {
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_blcok_lang .none {
  border: none;
}

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

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

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

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

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

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

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

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

.menu_float_ttl a:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_float_btn:hover * {
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu_float_memo a:hover {
  border: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.between_top {
  position: fixed;
  top: 0;
  width: 0;
  height: 0;
}

.between_bottom {
  position: fixed;
  bottom: 0;
  width: 0;
  height: 0;
}

/*

*/
.int_hide {
  opacity: 0;
}

/*
 罫線
*/
.project_hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 0;
  padding: 0;
}

/*
 トップへ戻るボタン
*/
.totop-btn {
  display: none;
}

@media only screen and (max-width: 767px) {
  .totop-btn {
    display: block;
  }
}

/*
 英語版
*/
.en *,
.us * {
  font-family: "Pathway Gothic One", sans-serif;
}

.en .keyvisual_txt,
.us .keyvisual_txt {
  width: calc(100vw * (753 / 1280));
  height: calc(100vw * (123 / 1280));
  margin-bottom: calc(100vw * (57 / 1280));
  background: url("../img/dp-logo-txt-en-pc.png") no-repeat top;
  background-size: contain;
}

@media only screen and (min-width: 1280px) {
  .en .keyvisual_txt,
  .us .keyvisual_txt {
    width: 753px;
    height: 123px;
    margin-bottom: 57px;
  }
}

@media only screen and (max-width: 767px) {
  .en .keyvisual_txt,
  .us .keyvisual_txt {
    width: calc(100vw * (668 / 750));
    height: calc(100vw * (327 / 750));
    margin-top: 0;
    margin-bottom: calc(100vw * (55 / 750));
    background: url("../img/dp-logo-txt-en-sp.png") no-repeat top;
    background-size: contain;
  }
}

.en .footer a.footer-copyright_sp,
.en .footer a.footer-subNav-link,
.us .footer a.footer-copyright_sp,
.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;
}

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

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

@media only screen and (max-width: 767px) {
  .en .totop-btn,
  .us .totop-btn {
    display: block;
  }
}

.en .project_block#P01 .project_txt,
.en .project_block#P01 .designer_txt,
.us .project_block#P01 .project_txt,
.us .project_block#P01 .designer_txt {
  font-size: 14px;
  line-height: 22px;
  font-family: jins_next_ttregular;
}

@media only screen and (max-width: 767px) {
  .en .project_block#P01 .project_txt,
  .en .project_block#P01 .designer_txt,
  .us .project_block#P01 .project_txt,
  .us .project_block#P01 .designer_txt {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6em;
  }
}

.us .keyvisual_ttl {
  margin-bottom: calc(100vw * (67 / 1280));
}

@media only screen and (min-width: 1280px) {
  .us .keyvisual_ttl {
    margin-bottom: 67px;
  }
}

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

.us .keyvisual_txt {
  height: calc(100vw * (68px / 1280));
  margin-bottom: calc(100vw * (98 / 1280));
}

@media only screen and (min-width: 1280px) {
  .us .keyvisual_txt {
    height: 68px;
    margin-bottom: 98px;
  }
}

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

/*
 日本語版
*/
.ja .keyvisual_ttl {
  margin-bottom: calc(100vw * (86 / 1280));
}

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

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

.ja .keyvisual_txt {
  width: 679px;
  height: 84px;
  margin-bottom: 80px;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
  text-indent: 0;
}


@media only screen and (max-width: 767px) {
  .ja .keyvisual_txt {
    width: 60%;
    height: auto;
    font-size: 14px;
    margin-top: 0;
    text-indent: 0;
  }
}

.ja .project_txt {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .ja .project_txt {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.66667em;
    letter-spacing: 0.02em;
  }
}

.ja .designer_txt {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .ja .designer_txt {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.46667em;
    letter-spacing: 0.02em;
  }
}

.ja .project_more_detail_anker {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 767px) {
  .ja .project_more_detail_anker {
    font-size: 40px;
    font-size: 5.33333vw;
    line-height: 1em;
    letter-spacing: 0.02em;
  }
}

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

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