@charset "UTF-8";

a:link {
  text-decoration: underline;
  color: #d3483e;
}

a:visited {
  text-decoration: underline;
  color: #d3483e;
}

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

a.btn-link:link {
  text-decoration: none;
  color: #fff;
}

a.btn-link:visited {
  text-decoration: none;
  color: #fff;
}

a.btn-link:hover {
  text-decoration: none;
  color: #fff;
}

body {
  position: relative;
  background-color: #fff;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.6;
  -webkit-txt-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
  letter-spacing: 0.03em;
}

.wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: repeat;
  background-size: 50% auto;
  background-position: top;
  isolation: isolate;
}

.webp .wrap {
  background-image: url(../img/bg.webp);
}

.no-webp .wrap {
  background-image: url(../img/bg.jpg);
}

.content {
  position: relative;
}

.inner {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.h2 {
  position: relative;
  width: 100%;
  z-index: 2;
}

.h2-2 {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 2;
}

.h2-3 {
  position: relative;
  width: 100%;
  text-align: right;
  z-index: 2;
}

.h2 img,
.h2-2 img,
.h2-3 img {
  width: 78%;
}

.chara-1 {
  position: absolute;
  top: 0;
  right: 2%;
  width: 24%;
  z-index: 1;
}

.chara-1-txt {
  position: absolute;
  top: 2rem;
  right: 22.5%;
  width: 2.2%;
  transform: rotate(-6deg);
  z-index: 3;
}

.chara-2 {
  position: absolute;
  top: -2.5rem;
  left: 2%;
  width: 24%;
  z-index: 1;
}

.chara-2-txt {
  position: absolute;
  top: -2rem;
  left: 4%;
  width: 2.2%;
  transform: rotate(-6deg);
  z-index: 2;
}

.chara-3 {
  position: absolute;
  top: -8rem;
  right: 2%;
  width: 24%;
  z-index: 4;
}

.chara-3-txt {
  position: absolute;
  top: -4rem;
  right: 22.5%;
  width: 2.2%;
  transform: rotate(-6deg);
  z-index: 4;
}

.chara-4 {
  position: absolute;
  top: -0.8rem;
  left: -1.5%;
  width: 24%;
  z-index: 1;
}

.chara-4-txt {
  position: absolute;
  top: 1rem;
  left: 2%;
  width: 2.2%;
  transform: rotate(-6deg);
  z-index: 2;
}

.h3 {
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
  padding: 0.6rem 0 0.6rem 1.3rem;
  border-left: #000 solid 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 3;
}

.h3 img {
  width: 48%;
}

.h3-top {
  margin: 3rem 0 0;
}

.h3-hagaki {
  background: #ea1174;
}

.h3-web {
  background: #5cd0be;
}

.footer {
  position: relative;
  width: 100%;
  padding: 2rem 0;
  color: #fff;
  font-size: 12px;
  text-align: center;
  background-color: #000;
}

.footer-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.social {
  width: 100%;
  margin: 0 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.social-item:first-child {
  width: 8%;
  padding: 0 1.2%;
  line-height: 0;
}

.social-item {
  width: 5.2%;
  padding: 0 1%;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc_display {
    display: none;
  }

  .pc {
    display: none;
  }

  .wrap {
    background-size: 100% auto;
  }

  .webp .wrap {
    background-image: url(../img/sp-bg.webp);
  }

  .no-webp .wrap {
    background-image: url(../img/sp-bg.jpg);
  }

  .h2-3 {
    padding: 0 5% 0 10%;
  }

  .h2 img,
  .h2-2 img {
    width: 74%;
  }

  .chara-1 {
    top: 0;
    right: -4%;
    width: 34%;
  }

  .chara-1-txt {
    top: 1rem;
    right: 30%;
    width: 4%;
  }

  .chara-2 {
    top: -0.3rem;
    left: -11%;
    width: 49%;
    ;
  }

  .chara-2-txt {
    top: 1rem;
    left: -2%;
    width: 4%;
  }

  .chara-3 {
    top: -3.2rem;
    right: -7%;
    width: 48%;
  }

  .chara-3-txt {
    top: -2rem;
    right: 25%;
    width: 4%;
  }

  .chara-4 {
    top: -0.8rem;
    left: -4%;
    width: 44%;
  }

  .chara-4-txt {
    top: 1rem;
    left: 4%;
    width: 4%;
  }

  .h3 {
    margin: 0 auto 1.5rem;
    padding: 0.6rem 0 0.6rem 0.6rem;
  }

  .h3 img {
    width: 80%;
  }

  .h3-top {
    margin: 1.5rem 0 0;
  }

  .footer {
    position: relative;
    width: 100%;
    padding: 2rem 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-color: #000;
  }

  .footer-inner {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .social {
    width: 100%;
    margin: 0 0 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .social-item:first-child {
    width: 14%;
    padding: 0 2%;
    ;
  }

  .social-item {
    width: 12%;
    padding: 0 2%;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .h2 {
    position: relative;
    width: 100%;
    z-index: 2;
  }

  .h2 img,
  .h2-2 img,
  .h2-3 img {
    width: 80%;
  }

  .chara-1 {
    top: 0;
    right: 0;
    width: 24%;
  }

  .chara-1-txt {
    top: 1rem;
    right: 21%;
    width: 2.2%;
  }

  .chara-2 {
    top: -2rem;
    left: 0;
  }

  .chara-2-txt {
    top: -2rem;
    left: 3%;
    width: 2.2%;
  }

  .chara-3 {
    top: -5rem;
    right: 2%;
  }

  .chara-3-txt {
    top: -3rem;
    right: 22.5%;
    width: 2.2%;
  }

  .chara-4 {
    top: -0.8rem;
    left: -1.5%;
    width: 24%;
  }

  .chara-4-txt {
    top: 1rem;
    left: 1%;
    width: 2.2%;
  }

  .h3-top {
    margin: 2rem 0 0;
  }

  .footer {
    font-size: 1.563vw;
  }

}

@media screen and (min-width: 1025px) {
  .sp_display {
    display: none;
  }

  .sp {
    display: none;
  }

  .inner {
    max-width: 1100px;
  }

  .alpha img {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: 'alpha(opacity=70)';
  }

  a.btn-hover img,
  button.btn-hover img {
    -webkit-transition: -weblit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  a.btn-hover img:hover,
  button.btn-hover img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

}