@charset 'UTF-8';

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url(//cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css);

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: .35em .75em .625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: YakuHanJP,'メイリオ','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  font-size: 1.6rem;
  position: relative;
  min-width: 980px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

.ispc {
  display: inline-block;
}

.issp {
  display: none;
}

.issp--inline {
  display: none;
}

.tr {
  text-align: right;
}

.tc {
  margin-top: -20px !important;
  text-align: center;
}

main {
  display: block;
}

.menu-trigger {
  font-size: 1.0rem;
  position: relative;
  z-index: 1000;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
}

.menu-trigger-active {
  border: none;
  background: none;
}

.menu-trigger span {
  font-size: 1.0rem;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.menu-trigger div {
  position: absolute;
  z-index: 10003;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 18px;
  margin: auto;
  cursor: pointer;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger-active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-315deg);
  transform: translateY(9px) rotate(-315deg);
}

.menu-trigger-active span:nth-of-type(2) {
  opacity: 0 !important;
}

.menu-trigger-active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(315deg);
  transform: translateY(-7px) rotate(315deg);
}

.remodal-wrapper {
  overflow: hidden;
  padding: 0;
}

.remodal-overlay {
  background: #002a6d;
}

.remodal {
  background: #002a6d;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
  -webkit-animation-duration: 0;
  animation-duration: 0;
}

.modal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes-spmodal;
  animation-name: remodal-closing-keyframes-spmodal;
  -webkit-animation-duration: 0;
  animation-duration: 0;
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-closing-keyframes-spmodal {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-closing-keyframes-spmodal {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

.header {
  position: fixed;
  z-index: 2;
  width: 100%;
  min-width: 980px;
  background: #002a6d;
}

.header__logo {
  width: 136px;
  margin: 0 auto;
  padding: 30px 0 20px;
}

.header__nav {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0  0 20px;
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__nav__list li {
  margin: 0 5px;
}

.header__nav__list a {
  display: block;
  padding: 5px 30px;
  text-decoration: none;
  color: #fff;
}

.header__nav__list a:hover {
  color: #002a6d;
  background: #fff;
}

.header__nav__list .current a {
  color: #002a6d;
  background: #fff;
}

.header__nav__sns {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__nav__sns li {
  margin-left: 20px;
}

.header__nav__sns a {
  display: block;
  width: 35px;
}

.header__nav__sns .instagram {
  width: 35px;
}

.header__nav__sns .facebook {
  width: 35px;
  padding: 0 9px;
}

.header__navsp__list li + li {
  margin-top: 20px;
}

.header__navsp__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header__navsp__sns li {
  margin: 0 10px;
}

.header__navsp a {
  font-size: 1.8rem;
  display: block;
  text-decoration: none;
  color: #fff;
}

.header__navsp .instagram {
  width: 35px;
}

.header__navsp .facebook {
  width: 35px;
  padding: 0 9px;
}

.header-spmenu {
  display: none;
}

.header-spmenu a:before {
  display: none;
}

.mainv {
  position: relative;
  height: 0;
  padding-top: 46.8%;
}

.mainv > img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.mainv > img.lazyloaded {
  opacity: 1;
}

.mainv .scoop {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 5%;
}

.mainv .copy {
  font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
  line-height: 2;
  position: absolute;
  top: 30px;
  right: 36px;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: right;
  color: #fff;
}

.c {
  line-height: 2;
  margin: 0 auto;
  margin-bottom: 80px;
  text-align: center;
  color: #002a6d;
}

.ttl__works {
  width: 90px;
  margin: 0 auto;
}

.works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 784px;
  margin: 30px auto 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works__list__grid2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__list__grid2 > div {
  width: 50%;
}

.works__list__grid2 > div.lazy {
  height: 392px;
}

.works__list__grid2 > div.lazy img {
  height: 393px;
}

.works__list .lazy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.works__list .lazy img {
  display: block;
  vertical-align: bottom;
}

.works__list .lazy img.lazyloaded {
  opacity: 1;
}

.works__list .txt {
  background: #002a6d;
}

.works__list__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__list__grid > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 196px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works__list__grid3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 196px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__list__grid3 .one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 196px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.works__list__grid3 .onesp {
  display: none;
}

.works__list__grid3 .two {
  overflow: hidden;
  width: 392px;
  height: 196px;
  background: #002a6d;
}

.works__list__grid3 .two img {
  width: 391px;
}

.footer {
  background: #002a6d;
}

.footer__inner {
  line-height: 1.6;
  width: 960px;
  margin: 0 auto;
  padding: 20px 0;
  color: #fff;
}

.footer__inner p {
  margin: 0;
  padding: 0;
}

.company {
  font-size: 1.8rem;
  line-height: 1.6;
  width: 600px;
  margin: 100px auto 100px;
  color: #002a6d;
}

.company section + section {
  margin-top: 80px;
}

.company .cp {
  width: 226px;
}

.company .access {
  font-size: 1.4rem;
  width: 92px;
}

.works {
  line-height: 1.6;
  width: 960px;
  margin: 100px auto 100px;
}

.works .ttl {
  margin: 0 auto 30px;
  margin-top: -180px;
  padding-top: 180px;
  text-align: center;
}

.works .ttl__planning {
  width: 100px;
}

.works .ttl__advertising {
  width: 130px;
}

.works .ttl__catalog {
  width: 90px;
}

.works .ttl__website {
  width: 92px;
}

.works .ttl__3dcg {
  width: 52px;
}

.works .ttl__movie {
  width: 62px;
}

.works section + section {
  margin-top: 80px;
}

.works li {
  margin-bottom: 20px;
  color: #002a6d;
}

.works li p:nth-of-type(1) {
  position: relative;
  height: 0;
  margin: 0;
  padding-top: 65%;
}

.works li .txt {
  margin: 0;
  padding: 10px 0;
  background: #fff;
}

.works li img {
  position: absolute;
  top: 0;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0;
}

.works li img.lazyloaded {
  opacity: 1;
}

.works__dlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__dlist li {
  width: 307px;
  margin-bottom: 20px;
}

.works__dlist li p:nth-of-type(1) {
  position: relative;
  height: 0;
  margin: 0;
  padding-top: 100%;
  background: #e6e6e6;
}

.works__dlist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.works__dlist2 li {
  width: 470px;
  margin-bottom: 20px;
}

.works__dlist2 li p:nth-of-type(1) {
  position: relative;
  height: 0;
  margin: 0;
  padding-top: 68%;
  background: #e6e6e6;
}

.contact {
  line-height: 1.6;
  width: 960px;
  margin: 100px auto 100px;
  color: #002a6d;
}

.contact section + section {
  margin-top: 80px;
}

.contact .ct {
  width: 107px;
}

.contact .error {
  color: #f00;
}

.contact dd {
  margin-top: 5px;
  margin-bottom: 10px;
  margin-left: 0;
}

.contact input {
  font-size: 1.6rem;
  width: 100%;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
}

.contact textarea {
  width: 100%;
  min-height: 200px;
  resize: vertical;
  border: 1px solid #000;
  border-radius: 0;
  background: #e6e6e6;
  -webkit-appearance: none;
}

.contact .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.contact .col2 input {
  display: inline-block;
  width: auto;
  margin-left: 20px;
  cursor: pointer;
  color: #fff;
  background: #002a6d;
}

.contact .submit {
  display: block;
  width: 200px;
  margin-left: auto;
  cursor: pointer;
  color: #fff;
  border: none;
  background: #002a6d;
}

.ggmap {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 30px;
  padding-bottom: 40.00%;
  border: 5px solid #fff;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*-----------*/

/*レイアウト*/

.m-column-01 {
  max-width: 1040px;
}

.l-content {
  padding: 60px 0 100px;
  background: url(../img/repeat.gif);
}

.l-content__wrapper {
  padding-top: 150px;
}

/*-----------*/

/*レイアウト*/

@media only screen and (max-width: 767px) {
  body {
    min-width: 100%;
  }

  .ispc {
    display: none;
  }

  .issp {
    display: inline-block;
  }

  .issp--inline {
    display: inline;
  }

  .header {
    min-width: 100%;
  }

  .header__logo {
    width: 110px;
    padding: 15px 0 10px;
  }

  .header__nav {
    display: none;
  }

  .header-open {
    z-index: 10003;
  }

  .header-spmenu {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
  }

  .header-spmenu-open {
    z-index: 10004;
  }

  .mainv .scoop {
    bottom: 20px;
    left: 20px;
    width: 10%;
    height: auto;
  }

  .mainv .copy {
    font-size: 1.05rem;
    font-size: 2.8vw;
    top: 20px;
    right: 20px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .c {
    font-size: 1.05rem;
    font-size: 2.8vw;
    top: 20px;
    right: 20px;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .works__list {
    width: calc(100% - 20px);
  }

  .works__list__grid2 > div {
    width: 100%;
  }

  .works__list__grid2 > div.lazy {
    height: auto;
  }

  .works__list__grid2 > div.lazy img {
    height: auto;
  }

  .works__list .order-reverse {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .works__list .lazy {
    display: block;
  }

  .works__list__grid > div {
    height: auto;
  }

  .works__list__grid3 {
    height: auto;
  }

  .works__list__grid3 .one {
    width: 50%;
  }

  .works__list__grid3 .onepc {
    display: none;
  }

  .works__list__grid3 .onesp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .works__list__grid3 .two {
    width: 100%;
  }

  .works__list__grid3 .two img {
    width: 100%;
  }

  .footer__inner {
    font-size: 1.4rem;
    width: 100%;
    padding: 10px;
  }

  .company {
    width: calc(100% - 20px);
    margin: 50px auto;
  }

  .works {
    width: calc(100% - 20px);
    margin: 50px auto;
  }

  .works .ttl {
    margin-top: -80px;
    padding-top: 80px;
  }

  .works__dlist li {
    width: 100%;
  }

  .works__dlist2 li {
    width: 100%;
  }

  .contact {
    width: calc(100% - 20px);
    margin: 50px auto;
  }

  .contact .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact .col2 input {
    min-width: 130px;
    margin: 0 10px;
  }

  .contact .submit {
    margin: 0 auto;
  }

  .l-content {
    padding: 30px 0 50px;
  }

  .l-content__wrapper {
    padding-top: 63px;
  }
}