@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald&family=Roboto+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Antique&display=swap&text=！!");
@keyframes blink {
  0% {
    filter: brightness(1) drop-shadow(0 0 0px #FFF);
  }
  40% {
    filter: brightness(1.5) drop-shadow(0 0 5px #FFF);
  }
  100% {
    filter: brightness(1) drop-shadow(0 0 0px #FFF);
  }
}
@keyframes shake {
  0% {
    transform: rotate(10deg);
  }
  4% {
    transform: rotate(-8deg);
  }
  8% {
    transform: rotate(6deg);
  }
  12% {
    transform: rotate(-4deg);
  }
  16% {
    transform: rotate(2deg);
  }
  20% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
body {
  margin: 0;
  background-image: url(../images/trial/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
}

.wrap .contents {
  padding: 0;
  background: none;
}

header {
  background-image: url(../images/trial/haeder_bg.jpg);
  background-size: cover;
  background-position: center top;
  height: 60vw;
  position: relative;
}
@media (orientation: landscape) {
  header {
    min-height: 90vh;
  }
}
header .header__title__bar {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(26, 42, 6, 0.85);
}
header .header__title__bar::before {
  content: "";
  display: block;
  width: 100%;
  border: 4px #990 ridge;
  border-width: 4px 0;
  position: absolute;
  top: 1%;
  right: 0;
  left: 0;
  bottom: 1%;
}
header .header__title__bar img.header__title {
  display: block;
  width: min(95%,848px);
  margin: 3% auto;
}
header .header__title__bar img.header__logo {
  display: block;
  width: min(40%,600px);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -120%);
  filter: drop-shadow(0 0 2px #FFF) drop-shadow(0 0 5px #FFF);
}
header .header__fukidashi {
  display: block;
  width: min(20%,257px);
  position: absolute;
  top: 2vw;
  left: 35%;
  transform-origin: left bottom;
  animation: shake 2s 1s linear infinite;
}

.contents .outline {
  background-image: url(../images/trial/outline_bg.jpg);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 5em 2em;
  min-height: 320vh;
  transition: background-size 0.5s 0s ease-out, background-position 0.5s 0s ease-out;
}
@media (orientation: portrait) {
  .contents .outline {
    min-height: 100vh;
    background-size: auto 100%;
  }
}
.contents .outline .outline__lead {
  font-size: min(2.5vw,22px);
  text-align: center;
  line-height: 2.3;
  color: #083510;
  position: sticky;
  top: calc(50vh - 10em);
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  text-shadow: 0 0 6px #FFF;
}
.contents .outline .outline__lead > span {
  padding: 0.2em;
  background-color: rgba(255, 255, 255, 0.7);
}
.contents .outline .outline__lead > span > span {
  padding-left: 0.2em;
}
.contents .outline.pos--fix {
  background-attachment: fixed;
}
.contents .point__container .point {
  overflow: hidden;
  position: relative;
  margin: 10% 0;
  padding-bottom: 10px;
}
.contents .point__container .point:first-child {
  margin-top: 6%;
}
.contents .point__container .point .point__item {
  width: min(98%,1000px);
  margin: 0 auto;
  display: flex;
  justify-content: left;
  align-items: center;
}
.contents .point__container .point .point__item .point__chara {
  position: relative;
  display: inline-block;
  width: 32%;
  max-width: 325px;
  z-index: 0;
  opacity: 0;
  transform: translateY(50%);
}
.contents .point__container .point .point__item .point__title {
  position: relative;
  display: inline-block;
  height: 15vw;
  max-height: 164px;
  margin-left: -5%;
  transform: translateY(-20%);
  z-index: 2;
  opacity: 0;
}
.contents .point__container .point .point__item.show .point__chara {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.5s 0s linear, transform 0.5s 0s ease-out;
}
.contents .point__container .point .point__item.show .point__title {
  opacity: 1;
  transition: opacity 0.5s 0.3s ease-out;
}
.contents .point__container .point .point__ss {
  position: relative;
  margin-top: max(-10%,-55px);
  transform: rotate(-5deg);
  box-shadow: 0 0 20px rgba(5, 58, 20, 0.345);
  z-index: 1;
}
.contents .point__container .point .point__ss img {
  display: block;
  border: 5px #FFF solid;
}
.contents .point__container .point .point__text {
  position: relative;
  width: min(98%,1000px);
  margin: 0 auto;
  border-radius: 10px;
  background-color: rgba(232, 255, 150, 0.7);
  padding: 2em;
  color: #354333;
  font-size: min(2.5vw,18px);
  font-weight: bold;
  line-height: 1.8;
  z-index: 2;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.contents .point__container .point .point__text .point__text__push {
  color: #F00;
}
.contents .point__container .point:nth-of-type(even) .point__item {
  justify-content: right;
  flex-direction: row-reverse;
}
.contents .point__container .point:nth-of-type(even) .point__item .point__title {
  margin-left: 0;
  margin-right: -5%;
}
.contents .point__container .point:nth-of-type(even) .point__ss {
  transform: rotate(5deg);
}
.contents .point__container .point__footer {
  width: 98%;
  max-width: 1000px;
  margin: 5% auto 2%;
  color: #000;
}
.contents .movie {
  padding: 1px;
  background-color: rgba(0, 0, 0, 0.3);
}
.contents .movie .pv {
  width: min(95%,800px);
  margin: 10% auto;
}
.contents .info {
  background-image: url(../images/trial/trial_bg.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  color: #FFF;
  padding: 7% 0;
}
.contents .info .trial, .contents .info .product {
  width: 98%;
  max-width: 1000px;
  margin: 0 auto;
}
.contents .info .trial > img {
  display: block;
  width: 100%;
}
.contents .info .trial .trial__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -5%;
}
.contents .info .trial .trial__links a {
  display: block;
  width: 40%;
  margin: 2%;
  background: linear-gradient(to bottom, #FFF, #BBB);
  box-shadow: 0 0 3px #FFF inset;
  border-radius: 5px;
  text-align: center;
  color: #111;
  text-decoration: none;
  padding: 1em;
  font-size: min(3vw,24px);
  font-family: "Roboto Condensed", sans-serif;
}
.contents .info .trial a.btn__trial__detail {
  display: block;
  border: 1px #BBB solid;
  border-radius: 2em;
  width: 15em;
  margin: 5% auto 2%;
  color: #34301a;
  text-decoration: none;
  text-align: center;
  font-size: 110%;
  font-weight: bold;
  padding: 0.7em 1em;
  box-shadow: 0 0 3px rgba(249, 255, 170, 0.5) inset;
  text-shadow: 0 0 3px #FFF, 0 0 3px #FFF;
  background: linear-gradient(to top, #ffffcf, #afaf61);
}
.contents .info .product::before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.341);
  margin: 7% auto;
}
.contents .info .product h4 {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 160%;
  text-align: center;
}
.contents .info .product table {
  display: block;
  margin: 0 auto;
  border-collapse: collapse;
  max-width: 600px;
  margin-top: 3%;
}
.contents .info .product table th, .contents .info .product table td {
  padding: 0.2em 1em;
  font-weight: normal;
  vertical-align: top;
  font-size: 80%;
}
.contents .info .product table th {
  padding-right: 0.2em;
  text-align: right;
  width: 30%;
}
.contents .info .product .bnn__wp10 {
  display: block;
  width: 60%;
  margin: 3% auto;
}

.trial__detail {
  background-color: #FFF;
  width: 100%;
  max-width: 1000px;
  padding: min(2vw,30px);
  margin: 0 auto;
}
.trial__detail h4 {
  color: #353535;
  font-size: 150%;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 2%;
  text-align: center;
}
.trial__detail h4:nth-of-type(2) {
  margin-top: 5%;
}
.trial__detail .detail__body {
  color: #3f3f3f;
}
.trial__detail .detail__body .play--OK, .trial__detail .detail__body .play--NG {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 1%;
}
.trial__detail .detail__body .play--OK::before, .trial__detail .detail__body .play--NG::before {
  content: "";
  position: absolute;
  top: 0.2em;
  left: 0;
  width: 1em;
  height: 1em;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.trial__detail .detail__body .play--OK::before {
  background-image: url(../images/trial/play-OK.svg);
}
.trial__detail .detail__body .play--NG::before {
  background-image: url(../images/trial/play-NG.svg);
}
.trial__detail .detail__body .detail__push {
  color: #F00;
  display: inline-block;
}
.trial__detail .detail__body aside {
  display: block;
  margin-top: 1%;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 1em;
  border-radius: 7px;
}
.trial__detail .detail__body aside h5 {
  font-size: 120%;
  margin-bottom: 1%;
}
.trial__detail .detail__links {
  text-align: center;
  margin-top: 3%;
}
.trial__detail .detail__links > a {
  display: inline-block;
  width: 13em;
  margin: 1%;
  border: 1px #4b4b4b solid;
  border-radius: 2em;
  color: #333;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 1em;
}

.floating__link {
  display: block;
  position: fixed;
  width: min(30%,300px);
  right: 10px;
  top: 20px;
  z-index: 10;
}
.floating__link a.btn__trial {
  display: block;
  width: 100%;
  position: relative;
}
.floating__link a.btn__trial img.btn__trial__bg {
  display: block;
  width: 100%;
  aspect-ratio: 100/38.02;
  animation: blink 1.5s 0s ease-in-out infinite;
}
.floating__link a.btn__trial img.btn__trial__chara {
  display: block;
  width: 35%;
  position: absolute;
  left: 3%;
  bottom: 0;
  mask-image: linear-gradient(to bottom, black, black 80%, rgba(0, 0, 0, 0));
  mask-size: 100%;
  -webkit-mask-image: linear-gradient(to bottom, black, black 80%, rgba(0, 0, 0, 0));
  -webkit-mask-size: 100%;
}
.floating__link a.btn__official {
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0.3em 1em;
  text-align: center;
  color: #CCC;
  font-size: min(2vw,16px);
  border-radius: 7px;
  margin-top: 1%;
  text-decoration: none;
}

.design-sample {
  display: block;
  width: 100%;
}