@charset 'utf-8';
/* ======================================================
CSS information

 File Name  : index.css
 Style Info : 「トップ」のCSS
====================================================== */

#wrap-loading {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  width: 300px;
}

#loader-svg {
  position: relative;
  margin: 0;
  padding-top: 40.333333333%; /* SVG高さ / SVG幅 * 100 */
  width: 100%;
  height: 100%;
}

#loader-svg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  fill: #fff;
}

#wrap-contents {
  display: none;
}

#wrap-video {
  z-index: 9998;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100vh;
}

#bg-logo {
  z-index: 9999;
  position: absolute;
  right: 2%;
  bottom: 2%;
  width: 94%;
  max-width: 700px;
}

#bg-logo svg {
  display: block;
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 100%;

  fill: #fff;
}

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

#scroll {
  display: none;
}

.wrap-inner {
  max-width: 720px;
}

#info-block {
  margin: -100px 0 4em;
}

#info-block a {
  display: block;
  margin-bottom: 1.5em;
}

#info-block a:last-child {
  margin-bottom: 0;
}

#info-block a dt {
  position: relative;
  margin-bottom: .8em;
}

#info-block a dt::after {
  content: '';
  display: inline-block;
  margin-left: 1em;
  width: 80px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}

#info-block a dd {
  padding-left: .5em;
}

.index-box .title-en1 {
  margin-bottom: .5em;
}

.index-box p {
  line-height: 2.2;
}

.btn-view-all {
  margin: 2.5em 0 0 0;
}

#chatch-block {
  margin-bottom: 4em;
  text-align: center;
}

#chatch-block .left-box {
  margin-bottom: 3em;
}

#chatch-block .left-box h2 {
  margin: 0 auto;
  width: 80%;
  max-width: 800px;
}

#chatch-block .right-box p {
  font-weight: 500;
  line-height: 2;
}

#chatch-block .right-box p:not(:last-of-type) {
  margin-bottom: 2em;
}

#bg-img1 {
  background-image: url(../img/index/bg-img1.jpg);
}

#bg-img2 {
  margin-bottom: 4em;
  background-image: url(../img/index/bg-img2.jpg);
}

#products-block {
  margin-bottom: 4em;
}

#photo-products {
  margin-top: 3em;
}

#photo-products.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#photo-products.flex li {
  margin-bottom: 2%;
  width: calc(98% / 2);
}

#magazine-block {
  margin-bottom: 4em;
}

#photo-magazine {
  margin-top: 3em;
}

#bg-img3 {
  background-image: url(../img/index/bg-img3.jpg);
}

#bg-img4 {
  margin-bottom: 4em;
  background-image: url(../img/index/bg-img4.jpg);
}

#bg-img4 a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

#bg-img4 a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-width: 613px;
}

#contact-block .btn-contact {
  margin-bottom: 0;
}


/* 768px～（タブレット）
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  #loader {
    width: 400px;
  }

  #loader-svg {
    padding-top: 40.5%; /* SVG高さ / SVG幅 * 100 */
  }

  #bg-logo {
    right: 5%;
    width: 50%;
  }

  #scroll {
    display: block;
    bottom: 9%;
  }

  #info-block {
    margin: -80px 0 7em;
  }

  #info-block a {
    margin-bottom: 2em;
  }

  #info-block a dt {
    margin-bottom: 1em;
  }

  #info-block a dt::after {
    margin-left: 1em;
  }

  #chatch-block {
    margin-bottom: 5em;
  }

  #bg-img2 {
    margin-bottom: 5em;
  }

  #magazine-block {
    margin-bottom: 5em;
  }

  #bg-img4 {
    margin-bottom: 5em;
  }
}

/* 960px～（パソコン）
------------------------------------------------------ */
@media screen and (min-width: 960px) {
  #loader {
    width: 500px;
  }

  #loader-svg {
    padding-top: 40.4%; /* SVG高さ / SVG幅 * 100 */
  }

  #bg-logo {
    right: 2%;
  }

  #scroll {
    bottom: 45px;
  }

  #info-block {
    margin: -60px 0 8em;
  }

  #info-block a dl {
    display: table;
    width: 100%;
  }

  #info-block a dt {
    display: table-cell;
    width: 210px;
    vertical-align: top;
  }

  #info-block a dd {
    display: table-cell;
    padding-left: 0;
    vertical-align: top;
  }

  #chatch-block {
    margin-bottom: 9em;
    text-align: left;
  }

  #chatch-block.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #chatch-block .left-box {
    margin-bottom: 0;
    width: 53%;
  }

  #chatch-block .left-box h2 {
    margin: 0;
    width: 100%;
  }

  #chatch-block .right-box {
    width: 40%;
  }

  #bg-img2 {
    margin-bottom: 6em;
  }

  #magazine-block {
    margin-bottom: 6em;
  }

  #bg-img4 {
    margin-bottom: 6em;
  }

  #bg-img4 a::after {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.3);
    transition: all .4s ease-in-out;
  }

  #bg-img4 a:hover::after {
    opacity: 1;
  }
}
