@charset "UTF-8";

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

header {
  width: 100%;
}

#top {
  width: 100%;
}

#nav-bg {
  display: none;
}

#navi-container {
  display: none;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 50px;
  width: 50px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background: rgb(250, 134, 220);
  background: linear-gradient(
    120deg,
    rgba(250, 134, 220, 1) 0%,
    rgba(129, 229, 236, 1) 100%
  );
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(
    255,
    255,
    255,
    0
  ); /*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-content ul {
  padding: 70px 10px 0;
}

.menu-content ul li {
  border-bottom: solid 1px #ffffff;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  color: #ffffff;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
  transition-duration: 0.3s;
}

#TopImage {
  display: none;
}

#TopImage img {
  display: none;
}

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

#TopImage-S img {
  width: 100%;
  vertical-align: top;
}

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

#overview {
  width: 100%;
  padding: 40px 0;
}

#top-text {
  font-size: 14px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 40px;
}

#overview h1 {
  width: 95%;
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  border-bottom: solid 2px #fa86dc;
  padding-bottom: 10px;
  margin: 0 auto 40px auto;
}

#image-text {
  width: 100%;
  padding-bottom: 20px;
}

#container1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.c1-item {
  width: 100%;
}

.c1-item img {
  width: 75%;
  display: block;
  margin: 0 auto;
}

.c1-item p {
  width: 300px;
  font-size: 14px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 20px auto 0 auto;
}

#container2 {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
}

.c2-item {
  width: 100%;
}

.c2-item img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.c2-item p {
  width: 300px;
  font-size: 14px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  margin: 20px auto 0 auto;
}

#orange-text {
  width: 320px;

  background-color: #ff8b1b;
  margin: 40px auto 40px auto;
  border-radius: 6px;
}

#orange-text p {
  font-size: 12px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #fff;
  margin: 0 auto;
  padding: 10px;
}

#pv {
  width: 320px;
  margin: 0 auto;
}

video {
  width: 100%;
  background-color: #ccc;
}

#htu-ps {
  background-color: #fcedf3;
  margin-bottom: 60px;
  padding: 40px 0;
}

#htu-title {
  width: 90%;
  border-bottom: solid 2px #f7b1e0;
  padding-bottom: 20px;
  margin: 0 auto;
}

#htu-title h1 {
  width: 300px;
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background-color: #fa86dc;
  border-radius: 6px;
  padding: 10px 0;
  margin: 0 auto;
}

#htu-container {
  width: 90%;
  margin: 40px auto;
  display: flex;
  flex-direction: column;
}

.htu-item {
  width: 100%;
  margin-bottom: 40px;
}

.htu-item:last-child {
  margin-bottom: 0;
}

.htu-item h2 {
  font-size: 20px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: center;
  margin: 0 0 20px 0;
}

.htu-item img {
  width: 260px;
  display: block;
  margin: 0 auto;
}

.htu-item p {
  width: 260px;
  font-size: 14px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 20px auto 0 auto;
}

#kochira-btn {
  width: 280px;
  margin: 0 auto;
}

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

#kochira-btn p {
  color: #fff;
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 12px 40px;
  background-color: #81e5ec;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

#function {
  width: 100%;
  padding-bottom: 40px;
}

#function h1 {
  width: 200px;
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  background-color: #fa86dc;
  border-radius: 6px;
  padding: 10px 0;
  margin: 0 auto;
}

#pink-border {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: solid 1px #fa86dc;
}

#func-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

.func-item {
  width: 95%;
  height: auto;
  border-bottom: solid 1px #fa86dc;
  margin: 0 auto;
  padding-bottom: 20px;
}

.func-item:last-child {
  margin-bottom: 0;
}

.func-item h2 {
  font-size: 16px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 30px 0 20px 0;
}

.func-item img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

.func-text {
  width: 300px;
  margin: 0 auto;
  padding: 20px 0 10px 0;
  font-size: 14px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}

.htu {
  width: 300px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.htu img {
  width: 100%;
}

#motto-btn {
  width: 280px;
  margin: 0 auto;
}

#motto-btn a {
  text-decoration: none;
}

#motto-btn p {
  color: #fff;
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 30px;
  background-color: #ffc91b;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

.kochira-btn_S {
  width: 280px;
  margin: 0 auto;
}

.kochira-btn_S a {
  text-decoration: none;
}

.kochira-btn_S p {
  color: #fff;
  font-size: 16px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 30px;
  background-color: #81e5ec;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
}

#etc-text {
  width: 320px;
  margin: 0 auto;
  border: 1px solid #fc0052;
}

#etc-text p {
  font-size: 12px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  line-height: 1.4;
  padding: 0 20px;
}

#rogo {
  width: 320px;
  margin: 0 auto;
  padding: 0 0 40px 0;
}

#ps {
  text-align: center;
  margin: 0;
}

#tottoba {
  width: 100%;
  text-align: center;
  margin: 0;
}

#tottoba img {
  width: 60%;
}

#copy {
  width: 100%;
  background-color: #fff;
  margin: 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;
}

#contact {
  width: 90%;
  margin: 0 auto;
}

#contact h1 {
  font-size: 18px;
  font-family: tbudrgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  text-align: center;
  border-bottom: solid 1px #555;
  padding-bottom: 10px;
}

#c-container {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  margin: 20px auto;
}

.c-item1 {
  width: 100%;
  margin: 0 auto;
}

.c-item1 iframe {
  width: 100%;
  height: 240px;
  border: solid 1px #555;
  border-radius: 6px;
}

.c-item2 {
  margin: 0;
}

.c-item2 p {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-family: tbudgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
}
