@charset "UTF-8";

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print,
screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

/*共通*/
.font-mincho {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
}

/* ロード ========================= */
.load-fade {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.load-fade.is-show {
  opacity: 1;
  visibility: visible;
}

main {
  background-image: url(../images/maru-1.png),
    url(../images/maru-2.png),
    url(../images/maru-3.png),
    url(../images/maru-4.png);

  background-repeat: no-repeat,
    no-repeat,
    no-repeat,
    no-repeat;

  background-position: left 280px,
    right 900px,
    right 3650px,
    left 5000px;
}

/*ヘッダー*/
.header {
  margin: 0 auto;
}

.header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 20;
}

.header .logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .logo img {
  width: 80px;
  height: 80px;
  border: #ffffff solid 1px;
}

.header .header-border {
  position: relative;
}

.header .header__inner {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 40%;
  line-height: 2;
}

@media screen and (max-width: 1200px) {
  .header .header__inner {
    position: absolute;
    top: 20%;
    right: 8%;
    max-width: 500px;
    width: 50%;
    line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .header .header__inner {
    position: absolute;
    top: 15%;
    right: 5%;
    max-width: 450px;
    width: 50%;
    line-height: 2;
  }
}

.header .header__inner img {
  max-width: 100%;
}

.header .header__inner .header__text-box {
  color: #ffffff;
  letter-spacing: 1em;
  margin-bottom: 1.5em;
  font-size: 1.25rem;
}

.header .header__inner .header__text span {
  font-weight: 500;
  font-size: 1.625rem;
}

@media screen and (max-width: 1000px) {
  .header .header__inner .header__text span {
    font-size: 1em;
  }
}





@media screen and (max-width: 767px) {

  .header .header__inner {
    position: absolute;
    max-width: 400px;
    width: 70%;
    top: 70%;
    right: 5%;
    text-align: center;
  }

  .header .logo img {
    width: 60px;
    height: 60px;
    border: #ffffff solid 1px;
  }

  .header .logo {
    top: 10px;
    left: 10px;
  }


}


.bg-img {
  width: 100%;
}

.sp-copy {
  position: absolute;
  width: 20%;
  top: 5%;
  right: 5%;
}