@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap');

/* =============================================================

  "style.css" overwrire

============================================================= */
html {
  font-size: 10px;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

.container { background: none; }

@media screen and (max-width: 768px) {
  .container { background: none; }
}

/* =============================================================

  シークレット動画 LP Styles

============================================================= */
* { box-sizing: border-box; }
::before, ::after { box-sizing: inherit; }

body {
  font-family: "Noto Sans JP", sans-serif;
  min-width: 904px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url(../images/bg.jpg);
  background-size: cover;
}
.inner {
  max-width: 904px;
  width: calc(730 / 750 * 100%);
  margin: auto;
}
.main-ttl {
  text-align: center;
  margin: 60px auto 20px;
}

@media screen and (max-width:768px) {
  body {
    min-width: 100%;
    background-image: url(../images/bg_sp.jpg);
  }
  .inner { padding: 0; }
  .main-ttl {
    width: calc(730 / 750 * 100%);
    margin: calc(30 / 750 * 100%) auto calc(25 / 750 * 100%);
  }
  .main-ttl img {
    width: 100%;
    height: auto;
  }
}

.red { color: #e60012; }

/*
  Movie
============================================================= */
.mv-container {
  position: relative;
  width: 904px;
  margin: auto;
  display: grid;
}
.mv-container .video-wrap {
  position: absolute;
  z-index: 1;
  top: 160px;
  /*
  left: 167px;
  */
  left: 172px;
  width: 590px;
  height: auto;
  aspect-ratio: 16 / 9;
  grid-area: 1 / 1;
}
.mv-container .video-wrap video {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}
.mv-container .video-wrap img {
  width: calc(100% - 30px);
  height: calc(100% - 20px);
}
.mv-container .mv-bg {
  position: relative;
  width: 100%;
  height: 635px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /* background-image: url(../images/2025/movie_bg.png); */
  background-image: url(../images/2025/movie_dummy_bg.png);
  background-size: cover;
  display: grid;
  justify-items: center;
  align-items: flex-end;
  grid-area: 1 / 1;
}
#movie .mv-container .mv-bg {
  background-image: url(../images/2025/mov_bg.png);
  height: 641px;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#error .mv-container .mv-bg {
  background-image: url(../images/2025/error_bg.png);
  height: 641px;
}
#submit .mv-container .mv-bg {
  background-image: url(../images/2025/submit_bg.png);
  height: 641px;
}

.mv-container .mv-bg p {
  position: relative;
  z-index: 1;
  /*font-family: "M PLUS Rounded 1c", sans-serif;*/
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  margin: 0 0 65px;
}

#movie .mv-container .mv-bg .embed {
  aspect-ratio: 16 / 9;
  width: 560px;
  margin-top: 106px;
}
#movie .mv-container .mv-bg .embed iframe {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#movie .mv-container .mv-bg p {
  margin: 70px 0 0;
}

@media screen and (max-width:768px) {
  .mv-container { width: 100%; }
  .mv-container .video-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .mv-container .mv-bg {
    height: calc(610 / 750 * 100vw);
    /* background-image: url(../images/2025/movie_bg_sp.png); */
    background-image: url(../images/2025/movie_dummy_bg_sp.png);
  }
  #movie .mv-container .mv-bg {
    height: calc(614 / 750 * 100vw);
    background-image: url(../images/2025/mov_bg_sp.png);
  }
  #error .mv-container .mv-bg {
    height: calc(614 / 750 * 100vw);
    background-image: url(../images/2025/error_bg_sp.png);
  }
  #submit .mv-container .mv-bg {
    height: calc(614 / 750 * 100vw);
    background-image: url(../images/2025/submit_bg_sp.png);
  }
  .mv-container .mv-bg p {
    font-size: calc(24 / 750 * 100vw);
    margin: 0 0 calc(25 / 750 * 100%);
  }
  #movie .mv-container .mv-bg .embed {
    width: 75vw;
    margin-top: 22vw
  }
  #movie .mv-container .mv-bg .embed iframe {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #movie .mv-container .mv-bg p {
    margin: 7vw 0 0;
  }
}

/*
  Explain
============================================================= */
.explain-unit {
  position: relative;
  width: 100%;
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-image: url(../images/2025/explain_bg_body.png);
  background-size: 100% auto;
  padding: 100px 60px 50px;
  margin: 80px 0 0;
}
.explain-unit::before {
  content: "";
  position: absolute;
  top: -62px;
  left: 0;
  width: 100%;
  height: 62px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-image: url(../images/2025/explain_bg_top.png);
  background-size: cover;
  margin: 0 0 62px;
}
.explain-unit::after {
  content: "";
  position: absolute;
  bottom: -62px;
  left: 0;
  width: 100%;
  height: 62px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/2025/explain_bg_btm.png);
  background-size: cover;
}
.explain-unit h2 {
  text-align: center;
  margin: 0 0 45px;
}
.explain-unit h3 {
  position: relative;
  /* font-family: "M PLUS Rounded 1c", sans-serif; */
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  text-align: center;
  margin: 0 0 30px;
}
.explain-unit h3::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 80px;
  width: 118px;
  height: 140px;
  background: url(../images/2025/explain_key.png) no-repeat 50% 50%;
  background-size: cover;
}
.explain-unit h3 p { color: #e60012; }
.explain-unit h3 p span { text-decoration: underline; }

@media screen and (max-width:768px) {
  .explain-unit {
    background-image: url(../images/2025/explain_bg_body_sp.png);
    padding: calc(80 / 750 * 100%) calc(50 / 750 * 100%);
    margin: calc(80 / 750 * 100%) 0 0;
  }
  .explain-unit::before {
    top: calc(50 / 730 * 100vw * -1);
    height: calc(50 / 730 * 100vw);
    background-image: url(../images/2025/explain_bg_top_sp.png);
  }
  .explain-unit::after {
    bottom: calc(51 / 730 * 100vw * -1);
    height: calc(51 / 730 * 100vw);
    background-image: url(../images/2025/explain_bg_btm_sp.png);
  }
  .explain-unit h2 { margin: 0 0 calc(50 / 750 * 100%); }
  .explain-unit h2 img {
    width: 100%;
    height: auto;
  }
  .explain-unit h3 {
    font-size: calc(26 / 750 * 100vw);
    line-height: calc(48 / 26);
  }
  .explain-unit h3::before {
    top: 0;
    left: -6vw;
    width: calc(100 / 750 * 100vw);
    height: calc(119 / 750 * 100vw)
  }
}

/* Entry Form
------------------------------------------------------------- */
.entry-unit {
/*
  width: 540px;
  height: auto;
  background-color: #ffffff;
  padding: 30px 0;
  border-radius: 10px;
*/
  text-align: center;
  margin: 0 auto 50px;
}
.entry-unit form { margin: 20px 0 0; }
.entry-unit form [type="text"] {
  -webkit-appearance: none;
  appearance: none;
  width: 265px;
  height: 44px;
  padding: 1em;
  border: solid 2px #c9c8c3;
  border-radius: 0;
  outline: 0;
  transition: all .3s;
}
.entry-unit form [type="text"]:focus { background: rgba(201,200,195,.2); }
.entry-unit form [type="image"] {
  -webkit-appearance: none;
  appearance: none;
  height: 44px;
  margin: 0 0 0 10px;
  padding: 0;
}
.entry-unit .form-error {
  margin-top: 10px;
  color: #e60012;
}

.entry-unit + ul {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 600;
  margin: 0 0 60px;
}
.entry-unit + ul li:not(:first-of-type, :last-of-type)::before { content: "・"; }
.entry-unit + ul li:last-of-type p::before { content: "※"; }
.entry-unit + ul + dl dt {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .05em;
  font-weight: 600;
  margin: 0 0 1em;
}
.entry-unit + ul + dl dd ul li {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: .05em;
  line-height: calc(24 / 14);
  text-indent: -1em;
  padding: 0 0 0 1em;
}
.entry-unit + ul + dl dd ul li::before { content: "・"; }

@media screen and (max-width:768px) {
  .entry-unit {
    width: 100%;
    padding: 5% 0;
    margin: 0 auto calc(70 / 750 * 100%);
  }
  .entry-unit > figure {
    width: 50%;
    height: auto;
    margin: auto;
  }
  .entry-unit > figure img {
    width: 100%;
    height: auto;
  }
  .entry-unit form [type="text"] {
/*    width: calc(310 / 750 * 100%); 
    height: calc(52 / 750 * 100vw);*/
  }
  .entry-unit form [type="submit"] {
    height: calc(52 / 750 * 100vw);
    margin: 0 0 0 2.5px;
  }
  .entry-unit + ul {
    font-size: max(calc(24 / 750 * 100vw), 12px);
    margin: 0 0 calc(70 / 750 * 100%);;
  }
  .entry-unit + ul + dl dt {
    font-size: max(calc(26 / 750 * 100vw), 13px);
    margin: 0 0 1em;
  }
  .entry-unit + ul + dl dd ul li {
    font-size: max(calc(22 / 750 * 100vw), 11px);
    line-height: calc(38 / 22);
  }
}

/* error page */
.error-msg {
  width: 500px;
  background: #fff;
  border: 3px solid #e60012;
  border-radius: 6px;
  margin: -40px auto 0;
  padding: 50px 0;
}
.error-msg p {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: .05em;
  color: #e60012;
}
.back-btn {
  width: 500px;
  margin: 20px auto 0;
}
.back-btn a {
  display: block;
}
.back-btn a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .error-msg {
    width: 90vw;
    margin: 15px auto 0;
    padding: 30px 0;
  }
  .error-msg p {
    font-size: calc(28 / 750 * 100vw);
  }
  .back-btn {
    width: 90vw;
  }
}

/* watch page */
.close-btn {
  width: 500px;
  margin: 20px auto 0;
}
.close-btn a {
  display: block;
}
.close-btn a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:768px) {
  .close-btn {
    width: 90vw;
  }
}