@charset "UTF-8";
html {
  scrollbar-gutter: auto;
}
html body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif, serif;
  background-color: #fff;
}
html body > div {
  position: fixed;
  width: 100dvw;
  height: 100dvh;
  overflow-y: auto;
  overflow-x: hidden;
  background-image: url(../img/bg_sp.svg);
  background-position: bottom center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  html body > div {
    background-image: url(../img/bg_pc.svg);
  }
}
html body > div.movie1 {
  background-image: url(../img/movie/bg01_sp.svg);
}
@media screen and (min-width: 768px) {
  html body > div.movie1 {
    background-image: url(../img/movie/bg01_pc.svg);
  }
}
html body > div.movie2 {
  background-image: url(../img/movie/bg02_sp.png);
}
@media screen and (min-width: 768px) {
  html body > div.movie2 {
    background-image: url(../img/movie/bg02_pc.png);
  }
}
html body > div.movie3 {
  background-image: url(../img/movie/bg03_sp.png);
}
@media screen and (min-width: 768px) {
  html body > div.movie3 {
    background-image: url(../img/movie/bg03_pc.png);
  }
}
html body > div.movie4 {
  background-image: url(../img/movie/bg04_sp.png);
}
@media screen and (min-width: 768px) {
  html body > div.movie4 {
    background-image: url(../img/movie/bg04_pc.png);
  }
}
html body > div.movie5 {
  background-image: url(../img/movie/bg05_sp.png);
}
@media screen and (min-width: 768px) {
  html body > div.movie5 {
    background-image: url(../img/movie/bg05_pc.png);
  }
}
html body > div.movie6 {
  background-image: url(../img/movie/bg06_sp.png);
}
@media screen and (min-width: 768px) {
  html body > div.movie6 {
    background-image: url(../img/movie/bg06_pc.png);
  }
}
html body > div > header {
  width: 100%;
  background-color: transparent;
}
html body > div > header > h1 {
  padding: 12px 16px 0 16px;
}
@media screen and (min-width: 768px) {
  html body > div > header > h1 {
    padding: 20px 40px 0 40px;
  }
}
html body > div > header > h1 > img {
  width: 50px;
  height: auto;
}
@media screen and (min-width: 768px) {
  html body > div > header > h1 > img {
    width: 80px;
  }
}
html body > div > header > h1 > picture {
  display: block;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  html body > div > header > h1 > picture {
    padding-top: 18px;
  }
}
html body > div > header > h1 > picture > img {
  margin: 0 auto;
  max-width: 343px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  html body > div > header > h1 > picture > img {
    max-width: 640px;
  }
}
html body > div > header > form > button {
  background-color: #000000;
  color: #fff;
}
html body > div > header > form > button:hover {
  background-color: #fff;
  color: #000000;
}
html body > div > main {
  padding: 0px 16px;
}
html body > div > main > section {
  padding-top: 52px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section {
    padding-top: 80px;
    padding-bottom: 260px;
  }
}
html body > div > main > section > div {
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 24px 50px 24px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section > div {
    border-radius: 32px;
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
html body > div > main > section > div > header > h1 > img {
  max-height: 36px;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
html body > div > main > section#loginwrap > div > header > h1 {
  color: #957F52;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#loginwrap > div > header > h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
html body > div > main > section#loginwrap > div > form > div {
  position: relative;
  padding-top: 30px;
  padding-bottom: 32px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#loginwrap > div > form > div {
    padding-top: 38px;
    padding-bottom: 40px;
    max-width: 296px;
  }
}
html body > div > main > section#loginwrap > div > form > div > input {
  width: 100%;
  line-height: 40px;
  border: solid 1px #bbb;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 16px;
  outline: 0;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#loginwrap > div > form > div > input {
    max-width: 296px;
  }
}
html body > div > main > section#loginwrap > div > form > div > input:focus, html body > div > main > section#loginwrap > div > form > div > input:active {
  background-color: #faedd3;
  outline: 2px solid #B79C63;
}
html body > div > main > section#loginwrap > div > form > div > input[type=password] + button > img:first-of-type {
  display: block;
}
html body > div > main > section#loginwrap > div > form > div > input[type=text] + button > img:nth-of-type(2) {
  display: block;
}
html body > div > main > section#loginwrap > div > form > div > button {
  position: absolute;
  top: 42px;
  right: 12px;
  outline: 0;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#loginwrap > div > form > div > button {
    top: 50px;
    right: 14px;
  }
}
html body > div > main > section#loginwrap > div > form > div > button > img {
  display: none;
}
html body > div > main > section#loginwrap > div > form > div > button:focus, html body > div > main > section#loginwrap > div > form > div > button:active {
  border-radius: 4px;
  background-color: #CCBD9E;
  outline: 2px solid #B79C63;
}
html body > div > main > section#loginwrap > div > form > button {
  margin: 0 auto;
  min-width: 200px;
  border-radius: 26px;
  display: block;
}
html body > div > main > section#loginwrap > p {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 10px 0 0 12px;
  font-size: 11px;
  position: relative;
}
html body > div > main > section#loginwrap > p::before {
  content: "※";
  position: absolute;
  top: 10px;
  left: 0;
}
html body > div > main > section#menuwrap {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div {
    padding-left: 70px;
    padding-right: 70px;
  }
}
html body > div > main > section#menuwrap > div > nav {
  padding-top: 28px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav {
    padding-top: 40px;
  }
}
html body > div > main > section#menuwrap > div > nav > ul {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav > ul {
    row-gap: 22px;
  }
}
html body > div > main > section#menuwrap > div > nav > ul > li > a {
  height: 52px;
  line-height: 52px;
  border-radius: 26px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav > ul > li > a {
    height: 62px;
    line-height: 62px;
    border-radius: 31px;
  }
}
html body > div > main > section#menuwrap > div > nav > ul > li > a > img {
  margin: 0 auto;
  top: calc(50% + 2px);
  position: relative;
  transform: translate(0, -50%);
  height: 19.46px;
  width: auto;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav > ul > li > a > img {
    height: 42px;
    top: calc(50% + 4px);
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav > ul > li > a > img {
    height: 31.5px;
  }
}
html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a {
  background-color: #DC2E1D;
}
html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a:hover, html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a:focus {
  background-color: #E58077;
}
html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a:focus, html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a:active {
  outline: 2px solid #DC2E1D;
}
html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a > img {
  height: 13.77px;
  top: 50%;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#menuwrap > div > nav > ul > li:first-of-type > a > img {
    height: 22px;
  }
}
html body > div > main > section#moviewrap > header {
  padding: 0 24px 24px 24px;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#moviewrap > header {
    padding: 0 0 46px 0;
  }
}
html body > div > main > section#moviewrap > header > h1 > img {
  margin: 0 auto;
  max-height: 52px;
}
html body > div > main > section#moviewrap > figure {
  padding-bottom: 44px;
  max-width: 640px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#moviewrap > figure {
    padding-bottom: 60px;
  }
}
html body > div > main > section#moviewrap > figure > video {
  width: 100%;
}
html body > div > main > section#moviewrap > a {
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html body > div > main > section#moviewrap > a {
    max-width: 296px;
  }
}
html body > div > footer {
  width: 100%;
  height: 100px;
  background-color: gray;
  text-align: center;
  line-height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
}
html body > div .btnFont {
  font-weight: bold;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  html body > div .btnFont {
    font-size: 18px;
    line-height: 52px;
    min-width: 296px;
  }
}
html body > div .btnColor {
  background-color: #B79C63;
  border: solid 1px #B79C63;
  color: #fff;
  transition: background-color 0.4s linear;
  outline: 0;
}
html body > div .btnColor:hover, html body > div .btnColor:focus {
  background-color: #CCBD9E;
  border-color: #CCBD9E;
}
html body > div .btnColor:focus, html body > div .btnColor:active {
  outline: 2px solid #B79C63;
}
html body > div .btnSize {
  border-radius: 20px;
  display: block;
  height: 40px;
}
@media screen and (min-width: 768px) {
  html body > div .btnSize {
    height: 52px;
    border-radius: 26px;
  }
}
html body > div .logoutwrap {
  position: absolute;
  right: 16px;
  top: 16px;
}
@media screen and (min-width: 768px) {
  html body > div .logoutwrap {
    right: 40px;
    top: 30px;
  }
}
html body > div .logoutwrap button {
  width: 100px;
  line-height: 30px;
  border: solid 1px #957F52;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  color: #AB915E;
  text-align: center;
  transition: border-color 0.4s linear, color 0.4s linear;
  background-color: #fff;
  outline: 0;
}
@media screen and (min-width: 768px) {
  html body > div .logoutwrap button {
    width: 134px;
    line-height: 40px;
  }
}
html body > div .logoutwrap button:hover, html body > div .logoutwrap button:focus, html body > div .logoutwrap button:active {
  border-color: #E4DFD4;
  color: #CABFA9;
}
html body > div .logoutwrap button:focus, html body > div .logoutwrap button:active {
  background-color: #E4DFD4;
  outline: 2px solid #957F52;
}
html body > div input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fff inset;
  color-scheme: normal;
}/*# sourceMappingURL=style.css.map */