@charset "UTF-8";
.clfl:after {
  content: ".";
  display: block;
  clear: left;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clfr:after {
  content: ".";
  display: block;
  clear: right;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf:after, #contents > .wrap:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clf, #contents > .wrap {
  min-height: 1px;
}

* html .clf, * html #contents > .wrap {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a, h1, h2, h3, h4, h5, h6, p, small, section {
  max-height: 100%;
}

img {
  border: 0;
  vertical-align: bottom;
}

a span {
  cursor: pointer;
}

.overlay {
  cursor: pointer;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

*:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

body {
  margin: 0;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.15em;
  line-height: 33px;
  font-feature-settings: "palt";
}

a:not(.boxbtn),
.btn {
  color: inherit;
  transition: opacity 1s;
}
a:not(.boxbtn):hover,
.btn:hover {
  opacity: 0.5;
  transition: opacity 1s;
}

img {
  vertical-align: bottom;
}

img.border {
  border: 1px solid #e5e5e5;
}

.col1 {
  width: 640px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .col1 {
    width: 100%;
  }
}

.col2 {
  display: block;
  float: left;
  text-decoration: none;
  margin-bottom: 50px;
  width: calc(50% - 15px);
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .col2 {
    width: 100%;
  }
}
.col2:nth-child(2n-1) {
  margin-right: 30px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .col2:nth-child(2n-1) {
    margin-right: 0;
  }
}
.col2 > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@keyframes text_blinker {
  0% {
    color: rgba(13, 13, 13, 0.2);
  }
  100% {
    color: rgb(13, 13, 13);
  }
}
.boxbtn {
  display: block;
  border: 1px solid #d9d9d9;
  text-align: center;
  font-size: 15px;
  line-height: 1em;
  text-decoration: none;
  color: #0d0d0d;
  letter-spacing: 0.2em;
  padding: 20px 0;
}
.boxbtn:hover {
  animation: text_blinker 1s linear 1;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .boxbtn {
    font-size: 14px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.breadcrumb {
  font-size: 11px;
  letter-spacing: 0.14em;
  color: #000;
  opacity: 0.5;
  float: right;
  position: absolute;
  top: 24px;
  right: 54px;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb a {
  display: inline-block;
  margin: 0 0.5em;
  text-decoration: none;
}

nav.sidebar {
  position: fixed;
  top: 0;
  left: 81px;
  width: 100vh;
  height: 80px;
  border-top: 1px solid #e6e6e6;
  text-align: right;
  transform-origin: 0px 0px;
  transform: rotate(90deg);
  background: #fff;
}
nav.sidebar > h1 {
  height: 80px;
  width: 192px;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 10;
}
body.ie nav.sidebar > h1 {
  top: auto;
  left: auto;
  transform-origin: 0px 0px;
  transform: rotate(90deg);
}
nav.sidebar > h1 a {
  width: 100%;
  height: 100%;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav.sidebar a {
  display: inline-block;
  text-decoration: none;
  color: #747474;
  font-size: 11px;
  height: 80px;
  line-height: 80px;
  margin: 0 30px 0 0;
  letter-spacing: 0.16em;
}

nav.header {
  z-index: 99999;
  top: 0;
  left: 81px;
  width: calc(100% - 81px - 40px);
  height: 80px;
  border-bottom: 1px solid #e6e6e6;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 0 0 0 40px;
  background: #fff;
  position: fixed;
}
nav.header > * {
  font-size: 14px;
  letter-spacing: 0.12em;
  height: 100%;
  line-height: 80px;
  /* 採用ページ公開時はナビが7項目になり、中間幅で折り返して2行に崩れる。
     折り返しを禁止しつつ項目間余白を可変にして 1040px〜全幅で収める。 */
  white-space: nowrap;
  margin-right: clamp(26px, 2.7vw, 40px);
  text-decoration: none;
  color: #747474;
}
nav.header > *:last-child {
  margin-right: 0;
}
nav.header > *.alphabet {
  font-size: 13px;
  letter-spacing: 0.1em;
}
nav.header > *.en {
  margin-left: auto;
  margin-right: 35px;
}
nav.header .border {
  height: 40px;
  width: 1px;
  margin: 0;
  background-color: #E6E6E6;
}
nav.header .onlineshop {
  width: 212px;
}
nav.header .onlineshop .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
nav.header .onlineshop .wrap .icon {
  margin-left: 11px;
}
nav.header .onlineshop .submenu {
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  width: 100%;
  background-color: white;
  border: 1px solid #E6E6E6;
  border-top: 0;
}
nav.header .onlineshop .submenu > a {
  border-top: 1px solid #E6E6E6;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s;
}
nav.header .onlineshop .submenu > a:hover {
  opacity: 1;
  background-color: #FAFAFA;
}
nav.header .onlineshop:hover .submenu {
  pointer-events: auto;
  opacity: 1;
}

body.top nav.header a.top, body.company nav.header a.company, body.printing-processing nav.header a.printing-processing, body.projects nav.header a.projects, body.shikoutsushin nav.header a.shikoutsushin, body.recruit nav.header a.recruit, body.contact nav.header a.contact, body.en nav.header a.en {
  color: #333;
}

.header_sp {
  display: none;
}

@-webkit-keyframes loading-fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none !important;
    opacity: 0;
    z-index: -1;
  }
}
@-moz-keyframes loading-fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none !important;
    opacity: 0;
    z-index: -1;
  }
}
@-ms-keyframes loading-fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none !important;
    opacity: 0;
    z-index: -1;
  }
}
@keyframes loading-fade-out {
  0% {
    display: flex;
    opacity: 1;
  }
  99% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: none !important;
    opacity: 0;
    z-index: -1;
  }
}
@-webkit-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#contents_loading {
  position: fixed;
  top: 81px;
  left: 81px;
  width: calc(100vw - 81px);
  height: calc(100vh - 81px);
  background: #fff;
  z-index: 999;
  -webkit-display: flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents_loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
}
#contents_loading #loading-icon {
  width: 42px;
  height: 42px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: loading-spin 0.6s linear infinite;
  -moz-animation: loading-spin 0.6s linear infinite;
  -ms-animation: loading-spin 0.6s linear infinite;
  animation: loading-spin 0.6s linear infinite;
}

html.wf-active body:not([data-first_tile_loading]) #contents_loading {
  -webkit-animation: loading-fade-out 0.7s linear 0.3s forwards;
  -moz-animation: loading-fade-out 0.7s linear 0.3s forwards;
  -ms-animation: loading-fade-out 0.7s linear 0.3s forwards;
  animation: loading-fade-out 0.7s linear 0.3s forwards;
}

html.wf-loading body,
body[data-first_tile_loading] {
  overflow: hidden;
}

#contents {
  margin-left: 81px;
  position: absolute;
  top: 0;
  width: calc(100% - 81px);
}
#contents > .wrap {
  padding: 60px;
  max-width: 1300px;
  margin: 81px auto 5vw;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap {
    margin-top: 0;
  }
}
#contents > .wrap h1, #contents > .wrap h2 {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
  margin-top: 8px;
  margin-bottom: 50px;
  font-weight: 500;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  #contents > .wrap h1, #contents > .wrap h2 {
    margin-bottom: 25px;
  }
}
#contents > .wrap > img {
  width: 100%;
  height: auto;
}

.flickity-page-dots {
  bottom: 17px;
  right: 19px;
  width: auto;
}
.flickity-page-dots .dot {
  background: transparent;
  border: 1px solid #fff;
  width: 7px;
  height: 7px;
  opacity: 1;
  margin: 0 0 0 8px;
}
.flickity-page-dots .dot.is-selected {
  background-color: #fff;
}

footer {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: #979799;
  border-top: 1px solid #e6e6e6;
  padding: 102px 60px;
}
footer a {
  height: 20px;
  line-height: 20px;
  margin-right: 22px;
  text-decoration: none;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  footer a {
    line-height: 10px;
    height: 10px;
  }
}
footer a.instagram {
  margin-right: 35px;
}
footer a.instagram > img {
  width: 18px;
  height: auto;
}
footer .copyright {
  float: right;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  footer {
    font-size: 10px;
    line-height: 10px;
    border-top: 0;
    height: auto;
    padding: 77px 35px 33px 25px;
    color: #000;
  }
}

.pc {
  display: inline-block !important;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 1039px), (max-device-width: 1039px) {
  .sp {
    display: inherit !important;
  }
}

@media all and (max-width: 1039px), (max-device-width: 1039px) {
  body {
    font-size: 12px;
    letter-spacing: 0.06em;
    line-height: 26px;
  }
  nav.header,
  nav.sidebar {
    display: none;
  }
  .header_sp {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
    height: 75px;
    background: #fff;
  }
  .header_sp h1 {
    width: auto;
    height: 75px;
    padding: 0 25px;
    z-index: 1000;
  }
  .header_sp h1 a {
    width: 100%;
    height: 100%;
    -webkit-display: flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header_sp #gnav_btn {
    position: fixed;
    top: 0;
    right: 0;
    height: 75px;
    width: 110px;
    background: transparent url(../image/menu.svg) no-repeat;
    background-size: 34px auto;
    background-position: right 25px center;
    margin-right: 0;
    margin-left: auto;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    font-family: helvetica, arial, sans-serif;
    font-size: 10px;
    letter-spacing: 0.19em;
    cursor: pointer;
    z-index: 99998;
    padding-left: 25px;
  }
  .header_sp #gnav_content {
    background-color: rgba(248, 248, 248, 0.96);
    position: fixed;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 99999;
    display: none;
    cursor: pointer;
  }
  body.gnav_opened .header_sp #gnav_content {
    display: block;
    opacity: 1;
    animation-duration: 0.3s;
    animation-name: fade-in;
  }
  .header_sp #gnav_content .wrap {
    background: #fff;
    padding: 60px 0 120px;
    width: 256px;
    min-height: 100%;
    float: right;
  }
  .header_sp #gnav_content .wrap #gnav_close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 22px;
    width: 30px;
    height: 30px;
    background: transparent url(../image/menu-close.svg) no-repeat;
    background-size: 28.5px auto;
    background-position: center;
    cursor: pointer;
  }
  .header_sp #gnav_content .wrap a {
    text-decoration: none;
    display: block;
    color: #000;
  }
  .header_sp #gnav_content .wrap .label {
    font-size: 8px;
    letter-spacing: 0.15em;
    display: block;
    margin-bottom: 10px;
  }
  .header_sp #gnav_content .wrap > a {
    font-size: 23px;
    line-height: 55px;
    padding-left: 52px;
    letter-spacing: 0.16em;
  }
  .header_sp #gnav_content .wrap .sub {
    padding-left: 52px;
    margin-top: 30px;
  }
  .header_sp #gnav_content .wrap .sub a {
    padding-left: 0;
    font-size: 13px;
    line-height: 28px;
    letter-spacing: 0.08em;
  }
  .header_sp #gnav_content .wrap .sub a.alphabet {
    letter-spacing: 0.2em;
  }
  .header_sp #gnav_content .wrap .sns {
    padding-left: 52px;
    margin-top: 44px;
  }
  .header_sp #gnav_content .wrap .sns a {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0.12em;
  }
  .header_sp aside {
    position: relative;
    width: auto;
    height: auto;
    transform: rotate(0deg);
  }
  .header_sp header {
    position: relative;
    display: block;
    width: 256px;
    left: initial;
    right: 0;
  }
  #contents {
    margin-left: 0;
    margin-top: 75px;
    width: 100%;
  }
  #contents > .wrap {
    padding: 25px;
  }
}
