@charset "UTF-8";

body {
  background-image: url(../img/);
  background-color: floralwhite;
}

header {
  width: 100%;
}

#top {
  width: 100%;
}

.header-logo-menu {
  display: none;
}

#nav-bg {
  width: 100%;
  height: 56px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  opacity: 0.65;
}

#navi-container {
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  z-index: 11;
  padding: 0 20px;
  box-sizing: border-box;
}

.navi-item {
  display: flex;
}

.navi-item p {
  font-size: 14px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 16px 20px 0 10px;
}

.navi-item p a {
  text-decoration: none;
  color: #333;
}

#contact-btn {
  padding: 5px 12px;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#contact-btn:hover {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.hamburger-menu {
  display: none;
}

#TopImage {
  width: 100%;
  margin: 0;
}

#TopImage img {
  width: 100%;
  min-width: 700px;
  vertical-align: top;
}

#TopImage-S {
  display: none;
}

main {
  width: 100%;
  margin: 0 auto;
  padding-top: 40px;
  background-color: #fff;
  box-shadow: 0 0 8px gray;
}

#photo-select,
#movie-start {
  width: 95%;
  margin: 0 auto;
}

.big-title {
  width: 100%;
  border-bottom: solid 2px #fa86dc;
  padding-bottom: 20px;
  margin: 0 auto;
}

#movie-start .big-title {
  border-bottom: solid 2px #81e5ec;
}

#photo-select h1,
#movie-start h1 {
  width: 90%;
  font-size: 20px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  margin: 40px auto 0 auto;
}

.number-box {
  border-bottom: solid 2px #fa86dc;
  padding: 20px 0;
}

#movie-start .number-box {
  border-bottom: solid 2px #81e5ec;
}

.title-container {
  width: 90%;
  display: flex;
  margin: 0 auto 20px auto;
}

.title-item img {
  display: block;
}

.title-item p {
  margin: 4px auto;
  padding-left: 10px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
}

.contents-container {
  width: 78%;
  margin: 20px auto 0 auto;
}

.contents-item {
  padding-right: 60px;
}

.contents-item:last-child {
  padding-right: 0;
}

.contents-item img {
  display: block;
}

.contents-item p {
  margin: 0 0 10px 0;
}

.contents-item .fs14px {
  margin: 20px 0 0 0;
}

#control {
  width: 78%;
  margin: 0 auto;
}

#control p {
  width: 90px;
  font-size: 14px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 5px 10px;
  background-color: #fa86dc;
  color: #fff;
  border-radius: 4px;
  margin: 20px 0 5px 0;
}

.caution-text {
  font-size: 14px;
  color: #ef2a2a;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  padding-bottom: 10px;
}

.next-btn {
  background-color: #ef2a2a;
  color: #fff;
  font-size: 10px;
  padding: 1px 30px;
  margin: 0 5px;
}

.ok-btn {
  background-color: #136bff;
  color: #fff;
  font-size: 10px;
  padding: 2px 30px;
  margin: 0 5px;
}

#start-btn {
  background-color: #104193;
  color: #fff;
  font-size: 10px;
  padding: 5px 30px;
  margin: 0 5px;
}

#copy {
  width: 100%;
  background-color: #fff;
  margin: 80px auto 0 auto;
  border-top: solid 1px #888;
  padding: 10px 0 30px 0;
  text-align: center;
}

#copy small {
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
}
