@charset "UTF-8";
/* RESET */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

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

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

/* RESET HTML5 */
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
  font-size: 62.5%;
}

html.hidden,
body.hidden {
  overflow: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: #000;
  position: relative;
  font-family: "Lato", "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  letter-spacing: 0.06em;
}

/* GENERAL */
a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a {
  outline: none;
}

/* CLEARFIX */
.clearfix {
  zoom: 1;
}

.clearfix:after,
.box:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after,
.aaaaaaaaaa:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
}

strong {
  font-weight: bold;
}

img {
  vertical-align: bottom;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.onlyPc {
  display: block;
}

.onlySp {
  display: none;
}

div#main {
  overflow: inherit;
  width: 100vw;
}

.mfp-wrap {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mfp-bg {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  background-color: #fff;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.98;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-out;
  -o-transition: opacity 0.6s ease-out;
  transition: opacity 0.6s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.mfp-figure:after {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  opacity: 1;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mfp-figure.show:after {
  opacity: 1;
}

.mfp-img {
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mfp-img.show {
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  right: 20px;
  top: 20px;
  color: #000;
}

.popupBox {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.popupBox .img {
  display: inline-block;
  position: relative;
}
.popupBox .img .closeBtn {
  position: absolute;
  background-image: url("../img/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 30px;
  top: 0;
  right: -50px;
}
.popupBox .img img {
  pointer-events: none;
  margin-bottom: 20px;
  max-width: 100%;
  max-height: calc(100vh - 250px);
  max-height: calc(100vh - 130px);
}
.popupBox .despArea {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.popupBox .caption {
  margin-bottom: 0;
}
.popupBox br {
  display: none;
}
.popupBox br.br {
  display: block;
}

.mfp-arrow-left:before {
  display: none;
}

.mfp-arrow-left:after {
  display: none;
}

.mfp-arrow-right:before {
  display: none;
}

.mfp-arrow-right:after {
  display: none;
}

button.mfp-arrow-left {
  background-image: url("../img/arr_left.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: left 25px center;
}

button.mfp-arrow-right {
  background-image: url("../img/arr_right.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: right 25px center;
}

button.mfp-close, button.mfp-arrow {
  background-image: url("../img/btn_close.png");
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  text-align: left;
  width: 30px;
  height: 30px;
  right: 14px;
  display: none;
}

.white-popup-block {
  -webkit-animation: open 1s;
          animation: open 1s;
}

.mfp-removing {
  -webkit-animation: close 1s;
          animation: close 1s;
}

a.disable {
  pointer-events: none;
  cursor: default;
  text-decoration: none !important;
}

.caption {
  font-size: 10px;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.8;
}
.caption .pos {
  font-style: italic;
}
.caption a {
  text-decoration: underline;
  display: inline-block;
  margin-right: 3px;
}
.caption a:hover {
  text-decoration: none;
}
.caption a.disable {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.fade {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  top: 20px;
}
.fade.active {
  opacity: 1;
  top: 0;
}

.fadeSimple {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
}
.fadeSimple.active {
  opacity: 1;
}

.fadeLeft {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  left: -20px;
}
.fadeLeft.active {
  opacity: 1;
  left: 0;
}

.fadeRight {
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0;
  position: relative;
  right: -20px;
}
.fadeRight.active {
  opacity: 1;
  right: 0;
}

.maskRight {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskRight.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskLeft {
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
  -webkit-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskLeft.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskTop {
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskTop.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.maskBottom {
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
  -webkit-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.maskBottom.active {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

.fadeDelay1 {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.fadeDelay2 {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.fadeDelay3 {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.fadeDelay4 {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.contentBox {
  padding-left: 80px;
  padding-right: 80px;
}

.contentBox2 {
  width: 79%;
}

.sec {
  padding: 140px 0;
}

img {
  width: 100%;
}

.mainVisual {
  position: relative;
  padding-top: 60px;
  padding-left: 80px;
  padding-right: 80px;
  padding-bottom: 140px;
}
.mainVisual .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 40px;
  width: 100%;
}
.mainVisual .each {
  width: calc(50% - 20px);
  position: relative;
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.mainVisual .each.active {
  opacity: 1;
}
.mainVisual .each.active .logo {
  opacity: 1;
}
.mainVisual .each .logo {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0%;
  width: 100%;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 1.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.mainVisual .each .logo img {
  width: 33.33%;
}

.conceptBox {
  text-align: center;
}
.conceptBox .face {
  margin-bottom: 100px;
}
.conceptBox .face img {
  width: 30vw;
}
.conceptBox .mainTtl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
}
.conceptBox .logo {
  margin-bottom: 40px;
}
.conceptBox .logo img {
  width: 84px;
}
.conceptBox .desp {
  margin-bottom: 100px;
  line-height: 1.8;
}
.conceptBox .desp p {
  margin-bottom: 30px;
}

.itemBox {
  text-align: center;
}
.itemBox .img {
  margin-bottom: 40px;
}
.itemBox .img img {
  width: 42.18%;
}

.creditList {
  font-size: 14px;
}
.creditList li {
  margin-bottom: 30px;
}
.creditList li .ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.creditList li .desp a {
  text-decoration: underline;
  font-size: 13px;
}

#sec2 {
  /*
  	padding-left: 80px;
  	padding-right: 80px;	
  */
}

.imgTile {
  width: 100%;
}
.imgTile .img {
  width: 49.99%;
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  margin-top: -1px;
}
.imgTile .imgBig {
  width: 100%;
}

#sec3 {
  padding-bottom: 70px;
}

.linkBox {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 100px;
}
.linkBox .box {
  display: inline-block;
  margin: 0 20px;
}
.linkBox .box .linkList li {
  display: inline-block;
  margin: 0 15px;
}
.linkBox .box .linkList li a {
  padding-top: 55px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
.linkBox .box .linkList li a:hover {
  opacity: 0.6;
}
.linkBox .box .linkList li a.ec {
  background-image: url("../img/ico_ec.png");
  background-size: 27px auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.linkBox .box .linkList li a.instagram {
  background-image: url("../img/ico_instagram.png");
  background-size: 25px auto;
  background-repeat: no-repeat;
  background-position: center center;
}

footer {
  padding-bottom: 60px;
}

.creditBox {
  text-align: center;
  color: #fff;
}
.creditBox .overArea {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
}
.creditBox .overArea .creditTx {
  font-weight: bold;
  color: #fff;
}
.creditBox .overArea .creditTx .job {
  font-size: 10px;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.creditBox .overArea .creditTx .name {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.8;
}
.creditBox .copyright {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 50px;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
}

/* ------------------------------------------
smartphone
------------------------------------------ */
@media screen and (max-width: 719px) {
  .popupBox {
    max-width: 90%;
  }
  .popupBox .despArea {
    max-width: initial;
  }
  .popupBox br {
    display: block;
  }
  .popupBox .img .closeBtn {
    right: 0;
    top: -44px;
  }
  button.mfp-close {
    right: 13px;
    top: 15px;
    background-size: 30px auto;
  }
  img.mfp-img {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .onlyPc {
    display: none;
  }
  .onlySp {
    display: block;
  }
  .mainVisual {
    padding: 0;
    height: 100vh;
    overflow: hidden;
  }
  .mainVisual .each {
    width: auto;
  }
  .mainVisual .each .logo {
    top: 15%;
  }
  .mainVisual .each .logo img {
    width: 35vw;
  }
  .mainVisual .each .img img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .contentBox {
    padding-left: 0;
    padding-right: 0;
  }
  .sec {
    padding: 70px 0;
  }
  .conceptBox .face {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 70px;
  }
  .conceptBox .face img {
    width: 100%;
  }
  .conceptBox .mainTtl {
    margin-bottom: 30px;
  }
  .conceptBox .logo {
    margin-bottom: 30px;
  }
  .conceptBox .desp {
    font-size: 13px;
    margin-bottom: 70px;
  }
  .itemBox .img {
    margin-bottom: 70px;
  }
  .itemBox .img img {
    width: 100%;
  }
  .itemBox .imgMini {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px;
  }
  .creditList li .desp a {
    font-size: 12px;
  }
  .creditList li:last-child {
    margin-bottom: 0;
  }
  .imgLine {
    padding-left: 25px;
    padding-right: 25px;
  }
  .imgLine .img {
    margin-bottom: 25px;
  }
  .creditBox .overArea {
    position: relative;
    left: initial;
    top: initial;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
    margin-bottom: 50px;
  }
  .creditBox .overArea .creditTx .job {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .creditBox .copyright {
    position: relative;
    left: initial;
    bottom: initial;
    font-size: 10px;
    letter-spacing: 0;
  }
  footer {
    background-image: url("../img/img_credit_sp.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .linkBox {
    margin-bottom: 150px;
  }
  .linkBox .box {
    margin: 0 30px;
  }
  .linkBox .box .linkList li {
    display: block;
    margin: 0;
    margin-bottom: 10px;
  }
  .linkBox .box .linkList li a {
    color: #fff;
  }
  .linkBox .box .linkList li a.ec {
    background-image: url("../img/ico_ec_sp.png");
  }
  .linkBox .box .linkList li a.instagram {
    background-image: url("../img/ico_instagram_sp.png");
  }
}
/*# sourceMappingURL=style.css.map */