@charset "UTF-8";

@font-face {
  font-family: "SF Display";
  font-weight: 700;
  src: url("https://sf.aroute.net/SF-UI-Display-Bold.otf");
}

@font-face {
  font-family: "SF Text";
  font-weight: 400;
  src: url("https://sf.aroute.net/SF-UI-Text-Regular.otf");
}

@font-face {
  font-family: "SF Text";
  font-weight: 700;
  src: url("https://sf.aroute.net/SF-UI-Text-Bold.otf");
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #fff;
  color: #333;
  font-family: "SF Text", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  min-width: 1100px;
  -webkit-text-size-adjust: 100%;
}

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

p {
  letter-spacing: -.02em;
  line-height: 1.85;
  /*text-align: justify;*/
  text-align: left;
}

br.smp,
.forsmp {
  display: none !important;
}

.center {
  text-align: center;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

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

.w55 {
  margin: 0 auto;
  max-width: 680px;
  width: 55%;
}

.w60 {
  margin: 0 auto;
  max-width: 780px;
  width: 64%;
}

.w70 {
  margin: 0 auto;
  max-width: 840px;
  width: 72%;
}

.w80 {
  margin: 0 auto;
  max-width: 1000px;
  width: 84%;
}

.w90 {
  margin: 0 auto;
  max-width: 1200px;
  width: 92%;
}

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

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

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

.mt75 {
  margin-top: 75px !important;
}

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

.mt150 {
  margin-top: 150px !important;
}

.fs80 {
  font-size: 81.5%;
}

.fs70 {
  font-size: 68.8%;
}

.fade {
  opacity: 0;
  transition: 1.2s cubic-bezier(.16,.84,.44,1);
}

.fade.show {
  opacity: 1;
}

.fade > * {
  opacity: 0;
  transform: translateY(30px);
  transition: 1.2s cubic-bezier(.16,.84,.44,1);
  visibility: hidden;
}

.fade.show > * {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*.wrapper {
  min-width: 1100px;
}*/

header {
  height: 60px;
  left: 0;
  position: fixed;
  top: 0;
  transition: background-color .5s;
  width: 100%;
  z-index: 201;
}

header.scr {
  background: #fff;
}

header .shimz_dde {
  left: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
}

#gnav {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}

#gnav ul {
  list-style: none;
  overflow: hidden;
}

#gnav li {
  float: left;
  font-size: 96%;
}

#gnav li:nth-child(n+2) {
  margin-left: 40px;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex.rev {
  flex-direction: row-reverse;
}

.flex.text_right {
  flex-direction: row-reverse;
}

.flex .text,
.flex .picture {
  position: relative;
  width: 48%;
}

.flex .picture .on {
  left: 15px;
  position: absolute;
  top: 7px;
}

.flex_3 .picture {
  width: 31%;
}

.flex.large_pic .text {
  width: 38%;
}

.flex.large_pic .picture {
  width: 58%;
}

.flex.small_pic .text {
  width: 62%;
}

.flex.small_pic .picture {
  width: 32%;
}


.flex .text .note {
  margin-top: 15px;
}

.flex img {
  display: block;
  width: 100%;
}

img.smp {
  display: none;
}

body.fixed {
  overflow: hidden;
}

body.fixed .top #cover {
  margin-bottom: 100vh;
}

.top #cover {
  height: 100vh;
  overflow: hidden;
  position: relative;
  transition: opacity 1.2s cubic-bezier(.16,.84,.44,1);
}

.top #cover .cover_video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity 2.4s cubic-bezier(.16,.84,.44,1);
  width: 100%;
}

.top #cover .videobox {
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  transform: translate(0);
  transition: opacity .8s;
  width: 100%;
  z-index: 0;
}

.top #cover video {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.top #cover .cover_loop {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 5s;
  width: 100%;
}

.top #cover .cover_title {
  left: 50%;
  max-width: 547px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -62%);
  transition: opacity 2s;
  width: 50%;
}

.top #cover .carousel {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 2s;
  width: 100%;
  z-index: 1;
}

.top #cover .carousel.show {
  opacity: 1;
}

.top #cover .carousel .slide {
  height: 100vh;
  position: relative;
}

.top #cover .carousel .slide_bg {
  height: 100%;
  object-fit: cover;
  width: 100%;
  z-index: -1;
}

.top #cover .carousel .slide_title {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
}

.top #cover .carousel .slide_title .sp {
  display: none;
}

.top #cover .scroll {
  padding-top: 15px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
  width: 54px;
}

.top #cover .skip {
  padding: 0 5px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 1s;
  width: 54px;
}

.top #cover .scroll.hide,
.top #cover .skip.hide {
  opacity: 0;
  visibility: hidden;
}

.top #cover .cover_news {
  align-items: center;
  background: rgba(0,0,0,0);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 75%;
  height: 112px;
  line-height: 2;
  padding: 20px 110px 20px 30px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.top #cover .cover_news .header {
  display: none;
  flex: 0 0 55px;
  margin-right: 20px;
}

.top #cover .cover_news .header span {
  display: inline-block;
  width: 55px;
}

.top #cover .cover_news .list {
  border: 1px solid #fff;
  border-width: 0 0 0 1px;
  display: none;
  padding: 0 0 0 20px;
}

.top #cover .cover_news ul {
  list-style: none;
}

.top #cover .cover_news li {
  overflow: hidden;
}

.top #cover .cover_news .date {
  display: block;
  float: left;
  width: 70px;
}

.top #cover .cover_news .body {
  display: block;
  padding-left: 80px;
  width: 100%;
}

.top #cover .cover_news .body a {
  color: #fff;
  text-decoration: underline;
}

.top section {
  padding: 100px 0 150px;
}

.top section.gray {
  background-color: #ebebeb;
}

.top section h1 {
  font-family: "SF Display", sans-serif;
  font-size: 238%;
  letter-spacing: .02em;
  line-height: 1.5;
  text-indent: .02em;
}

.top section h2 {
  font-size: 163%;
  line-height: 1.85;
}

.top #concept .flex {
  align-items: center;
}

.top #concept .picture.smp {
  display: none;
}

.top #vision h3 {
  font-size: 138%;
  line-height: 1.5;
}

#case ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  list-style: none;
}

#case li {
  border-top: 1px solid #333;
  margin-left: 4%;
  width: 48%;
}

#case li:nth-child(2n+1) {
  margin-left: 0;
}

#case li:nth-child(n+3) {
  margin-top: 75px;
}

#case li a,
#case li span {
  display: block;
}

#case h2 {
  margin: 15px 0;
}

#case h2 img {
  display: block;
  height: 18px;
  margin: 0 auto;
}

#case h3 {
  font-size: 100%;
  font-weight: 400;
  height: 1.5em;
  line-height: 1.2;
  margin-bottom: 10px;
  overflow: hidden;
}

#case li .img {
  height: 0;
  overflow: hidden;
  padding-top: 66%;
  position: relative;
  width: 100%;
}

#case li .img img {
  display: block;
  left: 50%;
  max-width: inherit;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
  width: 102%;
}

#case li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.07);
}

.top #tools ul {
  list-style: none;
  overflow: hidden;
}

.top #tools li {
  display: block;
  float: left;
  height: 0;
  margin-left: 2%;
  padding-bottom: 15%;
  position: relative;
  width: 15%;
}

.top #tools li img {
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: opacity .2s;
  width: 100%;
}

.top #tools li img:hover {
  opacity: .3;
}

.top #tools li:nth-child(6n+1) {
  margin-left: 0;
}

.top #tools li:nth-child(n+7) {
  margin-top: 2%;
}

.top #tools li.new {
  background: url("../img/tools_new.png") center center no-repeat;
  background-size: cover;
}

.top #tools li.blank {
  background: #ebebeb;
}

.top #tools li img {
  display: block;
}

.case header {
  background: #fff;
}

.case .main {
  padding-top: 60px;
}

.case #cover {
  position: relative;
}

.case #cover > img,
.case #cover .img_caption img {
  display: block;
  width: 100%;
}

.case #cover .title {
  color: #fff;
  position: absolute;
  right: 25px;
  top: 35px;
}

.case #cover .title.left {
  left: 25px;
  right: auto;
}

.case #cover .title .num {
  background: #294e72;
  display: inline-block;
  height: 100px;
  padding: 14px 0 0;
  vertical-align: bottom;
  width: 100px;
}

.case #cover .title .num img {
  display: block;
  height: 66px;
  margin: 0 auto;
  width: auto;
}

.case #cover .title h1 {
  background: #294e72;
  display: inline-block;
  font-size: 175%;
  font-weight: 400;
  height: 100px;
  line-height: 33px;
  padding: 17px 20px 0;
  vertical-align: bottom;
}

.img_caption {
  margin: 0 auto;
  position: relative;
}

.img_caption .caption {
  background: rgba(0,0,0,.5);
  bottom: 5px;
  color: #fff;
  font-size: 69%;
  padding: 5px;
  position: absolute;
}

.img_caption .caption.left {
  left: 1%;
}

.img_caption .caption.right {
  right: 1%;
}

.img_caption .caption.s {
  bottom: 0;
  font-size: 50%;
}

.img_caption .caption.left.s {
  left: 0;
}

.img_caption .caption.right.s {
  right: 0;
}

.case #info {
  display: table;
  height: 210px;
}

.case #info .lead {
  background: #ebebeb;
  display: table-cell;
  padding: 20px 60px 20px 90px;
  vertical-align: middle;
  width: 66%;
}

.case #info .lead h2 {
  font-size: 163%;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 10px;
}

.case #info .lead p {
  line-height: 1.65;
}

.case #info .lead .note {
  font-size: 85%;
  line-height: 1.5;
  margin-top: 10px;
}

.case #info .data {
  background: #294e72;
  color: #fff;
  display: table-cell;
  font-size: 85%;
  line-height: 1.65;
  padding: 0 35px;
  vertical-align: middle;
  width: 34%;
}

.case #info .data dl {
  overflow: hidden;
}

.case #info .data dt {
  float: left;
  width: 4.3em;
}

.case #info .data dd {
  padding-left: 4.3em;
  position: relative;
  width: 100%;
}

/* english */

.case.en #info .data {
  font-size: 75%;
}

.case.en #info .data dd::before {
  content: ":";
  display: block;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.5em;
}

.case.en #info .data dt {
  width: 7.5em;
}

.case.en #info .data dd {
  padding-left: 9em;
}

.case.en #info .data dd::before {
  left: 7.5em;
}

.case_07 #info .data dt {
  width: 9.5em;
}

.case_07 #info .data dd {
  padding-left: 11em;
}

.case_07 #info .data dd::before {
  left: 9.5em;
}

.case #info .data a {
  color: #fff;
}

.case_02 #cover .title .num,
.case_02 #cover .title h1,
.case_02 #info .data {
  background: #733695;
}

.case_03 #cover .title .num,
.case_03 #cover .title h1,
.case_03 #info .data {
  background: #3b5722;
}

.case_04 #cover .title .num,
.case_04 #cover .title h1,
.case_04 #info .data {
  background: #f2781a;
}

.case_05 #cover .title .num,
.case_05 #cover .title h1,
.case_05 #info .data {
  background: #006afb;
}

.case_06 #cover .title .num,
.case_06 #cover .title h1,
.case_06 #info .data {
  background: #519f39;
}

.case_07 #cover .title .num,
.case_07 #cover .title h1,
.case_07 #info .data {
  background: #00a0e8;
}

.case_08 #cover .title .num,
.case_08 #cover .title h1,
.case_08 #info .data {
  background: #007dfb;
}

.case #index h2 {
  font-size: 163%;
  line-height: 1.5;
}

.case #index .list {
  border: 1px solid #333;
  border-width: 1px 0 1px 0;
  margin: 0 auto 100px;
  max-width: 572px;
  padding: 30px 0;
  text-align: center;
  width: 86%;
}

.case #index ol {
  display: inline-block;
  font-size: 125%;
  line-height: 2.4;
  list-style: none;
  text-align: left;
}

.case #index .smp {
  display: none;
}

.case #index .lnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.case #index .lnav li {
  width: 23%;
}

.case #index .lnav li:nth-child(n+5) {
  margin-top: 50px;
}

.case_05 #index .lnav li:nth-child(n+4) {
  margin-top: 50px;
}

.case_08 #index .lnav li:nth-child(n+4) {
  margin-top: 50px;
}

.case #index .lnav li a,
.case #index .lnav li img {
  display: block;
  width: 100%;
}

.case #index .lnav li .img {
  height: 0;
  margin-top: 6px;
  overflow: hidden;
  padding-top: 79%;
  position: relative;
  width: 100%;
}

.case #index .lnav li .img img {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.case #index .lnav li a:hover .img img {
  transform: translate(-50%, -50%) scale(1.07);
}

.case_02 #index .lnav ul {
  margin: 0 auto;
  width: 50%;
}

.case_02 #index .lnav li {
  width: 48%;
}

.case_03 #index .lnav ul {
  margin: 0 auto;
  width: 75%;
}

.case_03 #index .lnav li {
  width: 31%;
}

.case_05 #index .lnav ul {
  margin: 0 auto;
  width: 75%;
}

.case_05 #index .lnav li {
  width: 31%;
}

.case_06 #index .lnav ul {
  margin: 0 auto;
  width: 75%;
}

.case_06 #index .lnav li {
  width: 31%;
}

.case_08 #index .lnav ul {
  margin: 0 auto;
  width: 75%;
}

.case_08 #index .lnav li {
  width: 31%;
}

.case .sec_cover {
  background: #ebebeb;
  position: relative;
}

.case .sec_cover.left {
  padding-left: 10%;
}

.case .sec_cover.right {
  padding-right: 10%;
}

.case .sec_cover.center {
  padding: 0 10%;
}

.case .sec_cover img {
  display: block;
  width: 100%;
}

.case .sec_cover h2 {
  font-size: 163%;
  line-height: 1.5;
  position: absolute;
  top: 35px;
}

.case .sec_cover.left h2,
.case .sec_cover h2.left {
  left: 5%;
}

.case .sec_cover.right h2,
.case .sec_cover h2.right {
  right: 5%;
  text-align: right;
}

.case .sec_cover h2 span {
  background: #000;
  color: #fff;
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.case .sec_cover .caption {
  background: rgba(0,0,0,.5);
  bottom: 10px;
  color: #fff;
  font-size: 69%;
  padding: 5px;
  position: absolute;
}

.case .sec_cover.left .caption {
  right: 1%;
}

.case .sec_cover.right .caption {
  left: 1%;
}

.case .sec_cover .caption.right {
  left: auto;
  right: 11%;
}

.case .sec_cover .caption.left {
  left: 11%;
  right: auto;
}

.case .sec_cover.right .caption.right {
  left: auto;
  right: 11%;
}

.case .sec_body {
  padding: 100px 0 150px;
}

.case_07 .sec_body {
  padding: 100px 0 150px;
}

.case .sec_body h3 {
  font-size: 163%;
  line-height: 1.5;
}

.case .sec_body h4 {
  font-size: 113%;
  font-weight: 400;
  line-height: 1.5;
}

.case .text h2 {
  font-size: 163%;
  line-height: 1.5;
}

.case .fig img {
  display: block;
  width: 100%;
}

.case .fig img.s {
  margin: 0 auto;
  max-width: 610px;
}

.case .fig img.smp {
  display: none;
}

.c05a .left {
  width: 29.6%;
}

.c05a .right {
  width: 68.4%;
}

.c05b .left {
  width: 57.3%;
}

.c05b .right {
  width: 40.7%;
}

.c05c .left {
  width: 70.9%;
}

.c05c .right {
  width: 27.1%;
}

.c06a .left {
  width: 57%;
}

.c06a .right {
  width: 40%;
}

.case .designer {
  border: 1px solid #9a9898;
  border-width: 1px 0 1px 0;
  padding: 50px 0;
}

.case .designer .card {
  margin: 0 auto;
}

.case .designer .card .person {
  display: inline-block;
  max-width: 192px;
  padding: 0 1%;
  text-align: center;
  width: 46%;
}

.case_07 .designer .card .person {
  vertical-align: top;
}

.case .designer .card .person p {
  text-align: center;
}

.case .designer h2 {
  font-size: 113%;
  font-weight: 400;
  line-height: 1.5;
}

.case .designer .long {
  letter-spacing: -.22em;
}

.case .designer .comment {
  margin: 0 auto;
  max-width: 500px;
}

.case #case {
  width: 80%;
}

.case #case.en h3 {
  height: 2.4em;
}

@media screen and (min-width:768px) {
  .case #case.col3 li {
    font-size: 80%;
    letter-spacing: -.05em;
    width: 31%;
  }

  .case #case.col3 li:nth-child(2),
  .case #case.col3 li:nth-child(3) {
    margin: 0 0 0 3%;
  }
}

footer {
  background: #ebebeb;
  position: relative;
  text-align: center;
}

footer .shimz {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
}

footer .copyright {
  font-size: 69%;
  line-height: 80px;
}

#pagetop {
  background: #c4c5c4;
  border-radius: 25px;
  bottom: 100px;
  display: block;
  height: 50px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 20px;
  text-indent: -999px;
  transition: 800ms;
  visibility: hidden;
  width: 50px;
  z-index: 200;
}

#pagetop.show {
  opacity: 1;
  visibility: visible;
}

#pagetop::after {
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 8px;
  left: 20px;
  overflow: hidden;
  position: absolute;
  top: 21px;
  transform: rotate(-45deg);
  width: 8px;
}

#modal {
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .5s, visibility .5s;
  visibility: hidden;
  width: 100%;
  z-index: 200;
}

#modal.show {
  opacity: 1;
  visibility: visible;
}

#modal .bg {
  background: rgba(0, 0, 0, .75);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#modal .inner {
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .2);
  left: 50%;
  max-width: 900px;
  padding: 35px 50px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}

#modal .close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 50px;
}

#modal .close img {
  display: block;
}

#modal ul {
  list-style: none;
}

#modal li {
  display: block;
}

#modal h4 {
  font-size: 175%;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 35px;
  text-align: center;
}

#modal h4 img {
  display: inline-block;
  margin-right: 25px;
  vertical-align: bottom;
  width: 60px;
}

#modal figure {
  height: 0;
  margin-bottom: 35px;
  padding-top: 37.5%;
  position: relative;
  width: 100%;
}

#modal figure img {
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

#modal p {
  font-size: 87.5%;
  line-height: 1.5;
}

#modal .note {
  font-size: 69%;
  margin-top: 10px;
}

@media screen and (max-width:767px) {
  body {
    font-size: 14px;
    min-width: inherit;
  }

  br.pc,
  .forpc {
    display: none !important;
  }

  br.smp {
    display: inline !important;
  }

  .forsmp {
    display: block !important;
  }

  .center.smp-left {
    text-align: left;
  }

  .w60 {
    width: 85%;
  }

  .w70,
  .w80,
  .w90 {
    width: 100%;
  }

  .flex.small_pic {
    width: 100%;
  }

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

  .mt50 {
    margin-top: 35px !important;
  }

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

  .mt150 {
    margin-top: 75px !important;
  }

  .fs80,
  .fs70 {
    font-size: 85.7%;
  }

  .wrapper {
    min-width: inherit;
  }

  header {
    background: #fff;
    height: 48px;
  }

  header .shimz_dde {
    width: 75px;
  }

  #gnav {
    background: #fff;
    height: 100%;
    opacity: 0;
    padding-top: 48px;
    position: fixed;
    right: 0;
    top: 48px;
    transform: translateY(0);
    transition: .5s;
    visibility: hidden;
    width: 100%;
  }

  #gnav.show {
    opacity: 1;
    visibility: visible;
  }

  #gnav ul {
    border-top: 1px solid #ebebeb;
    display: block;
    width: 100%;
  }

  #gnav li {
    border-bottom: 1px solid #ebebeb;
    display: block;
    float: none;
    text-align: center;
  }

  #gnav li:nth-child(n+2) {
    margin: 0;
  }

  #gnav a {
    display: block;
    font-size: 128.5%;
    line-height: 90px;
  }

  #gnav_btn {
    display: block;
    height: 48px;
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
  }

  #gnav_btn span,
  #gnav_btn::before,
  #gnav_btn::after {
    background: #707070;
    content: "";
    display: block;
    height: 3px;
    left: 15px;
    position: absolute;
    top: 23px;
    transition: .5s;
    width: 24px;
  }

  #gnav_btn::before {
    top: 15px;
  }

  #gnav_btn::after {
    top: 31px;
  }

  #gnav_btn.x span {
    opacity: 0;
  }

  #gnav_btn.x::before {
    top: 23px;
    transform: rotate(45deg);
  }

  #gnav_btn.x::after {
    top: 23px;
    transform: rotate(-45deg);
  }

  .flex {
    flex-wrap: wrap;
  }

  .flex .text,
  .flex .picture,
  .flex > div {
    width: 100% !important;
  }

  .flex.lr {
    width: 88%;
  }

  .flex.lr .picture {
    width: 50% !important;
  }

  .flex .text {
    padding: 0 7%;
  }

  .flex .picture,
  .flex > div + div {
    margin-top: 20px;
  }

  img.pc {
    display: none;
  }

  img.smp {
    display: block;
  }

  img.smp90,
  .flex .picture img.smp90,
  img.smp90 + p {
    padding: 0 7%;
  }

  .flex.lr .picture img.smp90 {
    padding: 0 3%;
  }

  img.smp80 {
    padding: 0 16%;
  }

  img.smp70 {
    padding: 0 22%;
  }

  body.fixed {
    overflow: auto;
  }

  body.fixed .top #cover {
    margin-bottom: 0;
  }

  .top #cover {
    height: auto;
    padding-top: 48px;
  }

  .top #cover .cover_video,
  .top #cover .cover_loop {
    height: 211px;
  }

  .top #cover .videobox {
    height: 211px;
  }

  .top #cover .cover_title {
    max-width: inherit;
    position: static;
    width: 100%;
  }

  .top #cover .cover_title img {
    margin-top: 211px;
    padding-top: 35px;
    width: 254px;
  }

  .top #cover.show .cover_title {
    opacity: 1;
    transform: translate(0, 0);
  }

  .top #cover .carousel {
    height: auto;
    opacity: 1;
    position: relative;
  }

  .top #cover .carousel .slide {
    height: auto;
  }

  .top #cover .carousel .slide_bg {
    height: 211px;
  }

  .top #cover .carousel .slide_title {
    height: 225px;
    left: 0;
    position: relative;
    top: 0;
    transform: none;
    width: 100%;
  }

  .top #cover .carousel .slide_title img {
    height: 225px;
    object-fit: contain;
    width: 100%;
  }

  .top #cover .carousel .slide_title .pc {
    display: none;
  }

  .top #cover .carousel .slide_title .sp {
    display: block;
  }

  .top #cover .skip,
  .top #cover .scroll {
    display: none;
  }

  .top #cover .cover_news {
    display: none;
    line-height: 1.66;
    padding: 20px;
    position: relative;
  }

  .top #cover .cover_news .header {
    width: 100%;
  }

  .top #cover .cover_news .list {
    border-width: 1px 0 0 0;
    margin: 5px 0 0;
    padding: 0;
  }

  .top #cover .cover_news .date {
    float: none;
    padding: 10px 0 0 0;
  }

  .top #cover .cover_news .body {
    padding: 0;
  }

  .top section {
    padding: 50px 0;
  }

  .top section h1 {
    font-size: 162.5%;
  }

  .top section h2 {
    font-size: 128.5%;
    padding: 0 7%;
  }

  .top #concept .picture.pc {
    display: none;
  }

  .top #concept .picture.smp {
    display: block;
    margin: 30px 0;
  }

  .top #vision h3 {
    font-size: 114.2%;
    text-align: center;
  }

  #case ul {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
  }

  #case li {
    margin: 2%;
    width: 46%;
  }

  #case li:nth-child(n+3) {
    margin-top: 25px;
  }

  #case .case_h {
    align-items: center;
    display: flex;
  }

  #case h2 {
    background: #6c6e6b;
    margin: 0;
    min-height: 54px;
    position: relative;
    width: 20%;
  }

  #case h2 img {
    height: 15px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
  }

  .case_07 #index h2 {
    margin-bottom: -40px;
  }

  .case_08 #index h2 {
    margin-bottom: -60px;
  }

  #case h3 {
    font-size: 85%;
    height: auto;
    letter-spacing: -.03em;
    margin: 0;
    padding: 5px 0 5px 5px;
    text-align: left;
    width: 80%;
  }

  /*#case h3 span {
    display: block !important;
    letter-spacing: -.05em;
    transform: scale(.85);
    transform-origin: left center;
    width: 120%;
  }*/

  .top #tools ul {
    margin: 0 auto;
    width: 86%;
  }

  .top #tools li {
    margin-left: 2%;
    padding-bottom: 32%;
    width: 32%;
  }

  .top #tools li:nth-child(6n+1) {
    margin-left: 2%;
  }

  .top #tools li:nth-child(3n+1) {
    margin-left: 0;
  }

  .top #tools li:nth-child(n+4) {
    margin-top: 2%;
  }

  .case .main {
    padding-top: 48px;
  }

  .case #cover {
    padding-top: 70px;
  }

  .case #cover .title {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
  }

  .case #cover .title.left {
    left: 0;
    right: 0;
  }

  .case #cover .title .num {
    display: block;
    height: 70px;
    left: 0;
    padding: 13px 0 0;
    position: absolute;
    top: 0;
    width: 15%;
  }

  .case #cover .title .num img {
    height: 43px;
  }

  .case #cover .title h1 {
    display: block;
    font-size: 114.2%;
    height: 70px;
    line-height: 25px;
    padding: 10px 0 0 4%;
    position: absolute;
    right: 0;
    top: 0;
    width: 84.5%;
  }

  .case #cover > img,
  .case #cover .img_caption img {
    height: 210px;
    object-fit: cover;
  }

  .case #info {
    height: auto;
  }

  .case #info,
  .case #info .lead,
  .case #info .data {
    display: block;
    width: 100%;
  }

  .case #info .lead,
  .case #info .data {
    padding: 20px 7%;
  }

  .case #info .lead {
    font-size: 98.2%;
  }

  .case #info .lead h2 {
    font-size: 110%;
    font-weight: 700;
  }

  .case #index h2 {
    font-size: 128.5%;
    line-height: 1.5;
    padding: 0 7%;
  }

  .case #index ol {
    font-size: 114.2%;
  }

  .case #index .pc {
    display: none;
  }

  .case #index .smp {
    display: block;
  }

  .case #index .smp img {
    padding: 0 14%;
  }

  .case #index .lnav ul {
    margin: 0 auto;
    width: 86%;
  }

  .case #index .lnav li {
    width: 48%;
  }

  .case #index .lnav li:nth-child(n+5) {
    margin-top: 0;
  }

  .case #index .lnav li:nth-child(n+3) {
    margin-top: 4%;
  }

  .case .sec_body {
    padding: 50px 0 75px;
  }

  .case_07 .sec_body {
    padding: 50px 7% 75px;
  }

  .case .sec_cover.left,
  .case .sec_cover.right,
  .case .sec_cover.center {
    padding: 0;
  }

  .case .sec_cover h2 {
    font-size: 114.2%;
    line-height: 20px;
    top: -15px;
  }

  .case .sec_cover.left h2,
  .case .sec_cover h2.left {
    left: 0;
  }

  .case .sec_cover.right h2,
  .case .sec_cover h2.right {
    right: 0;
  }

  .case .sec_cover h2 span {
    margin-bottom: 7px;
  }

  .case .sec_cover.left h2 span {
    padding: 5px 10px 5px 7vw;
  }

  .case .sec_cover.right h2 span {
    padding: 5px 7vw 5px 10px;
  }

  .case .sec_cover.right .caption.right {
    right: 0;
  }

  .case .sec_cover .caption.left {
    left: 1%;
  }

  .case .sec_cover .caption.right {
    right: 1%;
  }

  .case .sec_body h3 {
    font-size: 114.2%;
    line-height: 1.5;
  }

  .case .sec_body h3 br {
    display: none;
  }

  .case .sec_body h4 {
    margin: 35px 0 -20px;
    text-align: center;
  }

  .case .text {
    padding: 0 7%;
  }

  .case .text h2 {
    font-size: 126%;
  }

  .case .fig img.pc {
    display: none;
  }

  .case .fig img.smp {
    display: block;
  }

  .case .designer {
    margin: 0 auto;
    width: 84%;
  }

  .case .designer .card {
    display: block;
  }

  .case .designer .profile > .center {
    margin-left: -8%;
    width: 116%;
  }

  .case .designer .card .person {
    padding: 0 1%;
    vertical-align: top;
    width: 30%;
  }

  .case_03 .designer .card .person,
  .case_06 .designer .card .person {
    width: 40%;
  }

  .case .designer .card .person:nth-of-type(n+3) {
    margin-top: 15px;
  }

  .case_02 .designer .card .person:nth-of-type(3),
  .case_07 .designer .card .person:nth-of-type(3),
  .case_08 .designer .card .person:nth-of-type(3) {
    margin-top: 0;
  }

  .case .designer .long {
    letter-spacing: -.12em;
  }

  .case .designer .card .person .fs80 {
    font-size: 80%;
    line-height: 1.33;
    margin-bottom: 5px;
  }

  .case #case {
    width: 100%;
  }

  .caseset a {
    background: #ebebeb;
    display: block;
    font-family: "SF Display", sans-serif;
    font-size: 140%;
    font-weight: 700;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    width: 70%;
  }

  footer {
    padding-top: 20px;
  }

  footer .shimz {
    margin: 0 auto;
    position: relative;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 70px;
  }

  footer .copyright {
    font-size: 69%;
    line-height: 40px;
  }

  #pagetop {
    bottom: 77px;
    height: 35px;
    right: 7%;
    width: 35px;
  }

  #pagetop::after {
    left: 13px;
    top: 15px;
  }

  #modal .inner {
    padding: 25px;
  }

  #modal h4 {
    font-size: 128.5%;
    line-height: 2;
    margin-bottom: 25px;
  }

  #modal h4 img {
    display: block;
    margin: 0 auto 10px;
    width: 52px;
  }

  #modal p {
    font-size: 92.8%;
  }
}

@media screen and (max-width:320px) {
  body {
    font-size: 12px;
  }
}

.super {
  font-size: 50%;
  vertical-align: super;
}

#gnav .lang span {
  background: #005eac;
  border: 1px solid #005eac;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  width: 30px;
}

#gnav .lang a {
  border: 1px solid #005eac;
  color: #005eac;
  display: inline-block;
  font-size: 10px;
  line-height: 14px;
  text-align: center;
  transition: .2s;
  width: 30px;
}

#gnav .lang a:hover {
  background: #005eac;
  color: #fff;
}

@media screen and (max-width:767px) {
  #gnav .lang {
    border-bottom: 0;
    padding-top: 45px;
  }

  #gnav .lang span,
  #gnav .lang a {
    font-size: 14px;
    line-height: 26px;
    margin: 0 3px;
    width: 80px;
  }
}
