@charset "UTF-8";
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fuwafuwa {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@font-face {
  font-family: "hannari";
  src: url("../font/HannariMincho-Regular.ttf") format("ttf");
}

* body {
  color: #141414;
  font-family: 'Noto Serif JP', serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  font-size: 18px;
  position: relative;
}

* body .wrepper {
  width: 100%;
  height: auto;
}

* body .wrepper header {
  color: #141414;
  width: 100%;
  position: fixed;
  z-index: 1;
  font-weight: bold;
}

* body .wrepper header .header {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 150px;
  padding: 20px 50px 20px 50px;
}

* body .wrepper header .header .header-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

* body .wrepper header .header .header-l img {
  width: 200px;
}

* body .wrepper header .header .header-r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #ffffff;
}

* body .wrepper header .header .header-r ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #ffffff;
}

* body .wrepper header .header .header-r ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

* body .wrepper header .header .header-r ul li a:hover {
  --d: 100%;
}

* body .wrepper header .header-circle {
  width: 100%;
  height: auto;
}

* body .wrepper header .header-circle img {
  width: 100%;
  height: auto;
}

* body .wrepper section {
  padding-top: 70px;
}

* body .wrepper section .main-wrepper {
  width: 100%;
  height: auto;
}

* body .wrepper section .main-wrepper .main-pc {
  width: 100%;
  height: auto;
  margin-bottom: -20px;
}

* body .wrepper section .main-wrepper .main-pc video {
  width: 100%;
  height: auto;
}

* body .wrepper section .main-wrepper .main-sumafo {
  width: 100%;
  height: auto;
}

* body .wrepper section .main-wrepper .main-sumafo video {
  width: 100%;
  height: auto;
}

* body .wrepper section .header-title {
  width: 100%;
  height: auto;
}

* body .wrepper section .header-title .main-pc {
  width: 100%;
  height: auto;
}

* body .wrepper section .header-title .main-pc img {
  width: 100%;
  height: auto;
}

* body .wrepper section .header-title .main-sumafo {
  width: 100%;
  height: auto;
}

* body .wrepper section .header-title .main-sumafo img {
  width: 100%;
  height: auto;
}

* body .wrepper section .about-wreppre {
  width: 100%;
  height: auto;
  position: relative;
  background-color: #ffffff;
  background-image: url(../img/百合背景右.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

* body .wrepper section .about-wreppre .aboutback-l {
  width: 100%;
  height: auto;
  position: absolute;
  background-image: url(../img/百合背景左.png);
}

* body .wrepper section .about-wreppre .aboutback-r {
  width: 100%;
  height: auto;
  margin-top: 900px;
}

* body .wrepper section .about-wreppre .about-title {
  top: 0;
  width: 100%;
  height: auto;
  text-align: center;
  padding: 50px 0;
  background-image: url(../img/百合背景左.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

* body .wrepper section .about-wreppre .about-title h1 {
  display: block;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 50px;
  color: #0099ff;
}

* body .wrepper section .about-wreppre .about-title h3 {
  font-size: 50px;
  color: #0099ff;
}

* body .wrepper section .about-wreppre .about-title img {
  max-width: 1200px;
  width: 100%;
  height: auto;
}

* body .wrepper section .about-wreppre .about-title .about {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}

* body .wrepper section .about-wreppre .about-title .about .tex {
  width: 100%;
  height: auto;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  text-align: left;
}

* body .wrepper section .about-wreppre .about-title .about .tex h2 {
  text-align: center;
  font-size: 25px;
  padding-bottom: 30px;
}

* body .wrepper section .about-wreppre .about-title .about .tex h2 span {
  color: #0099ff;
}

* body .wrepper section .about-wreppre .about-title .about .pic {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

* body .wrepper section .about-wreppre .about-title .about .pic img {
  max-width: 300px;
  width: 100%;
  height: auto;
}

* body .wrepper section .about-wreppre .about-title .menu {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-top: 100px;
}

* body .wrepper section .about-wreppre .about-title .menu p {
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: left;
}

* body .wrepper section .about-wreppre .about-title .menu .btn {
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  background-color: #0099ff;
}

* body .wrepper section .about-wreppre .about-title .menu .btn:hover {
  background-color: #ffffff;
  border: 2px solid #0099ff;
}

* body .wrepper section .about-wreppre .about-title .menu .btn a {
  display: block;
  padding-top: 10px;
  color: #ffffff;
}

* body .wrepper section .about-wreppre .about-title .menu .btn a:hover {
  color: #0099ff;
}

* body .wrepper section .session-wrepper {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

* body .wrepper section .session-wrepper .session {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 100px 15px;
  color: #ffffff;
  text-align: center;
}

* body .wrepper section .session-wrepper .session h1 {
  text-align: center;
  font-size: 50px;
  color: #ffffff;
}

* body .wrepper section .session-wrepper .session img {
  width: 100%;
  height: auto;
}

* body .wrepper section .session-wrepper .session h2 {
  padding-top: 30px;
  text-align: center;
}

* body .wrepper section .session-wrepper .session h2 span {
  color: yellow;
}

* body .wrepper section .session-wrepper .session p {
  padding-top: 50px;
}

* body .wrepper section .session-wrepper .session p span {
  color: yellow;
}

* body .wrepper section .session-wrepper .session .btn-wrepper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-top: 50px;
}

* body .wrepper section .session-wrepper .session .btn-wrepper .btn {
  max-width: 300px;
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #0099ff;
}

* body .wrepper section .session-wrepper .session .btn-wrepper .btn:hover {
  background-color: #ffffff;
  border: 2px solid #0099ff;
}

* body .wrepper section .session-wrepper .session .btn-wrepper .btn a {
  display: block;
  padding-top: 10px;
}

* body .wrepper section .session-wrepper .session .btn-wrepper .btn a:hover {
  color: #0099ff;
}

* body .wrepper section .topic-wrepper {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 100px 15px;
  margin-top: -30px;
  text-align: center;
}

* body .wrepper section .topic-wrepper h1 {
  font-size: 50px;
  text-align: center;
  color: #0099ff;
  padding-bottom: 50px;
}

* body .wrepper section .topic-wrepper a {
  display: block;
}

* body .wrepper section .topic-wrepper a:hover {
  opacity: 0.5;
}

* body .wrepper section .topic-wrepper a img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

* body .wrepper section .topic-wrepper-res {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 50px 15px 10px 15px;
  margin-top: -30px;
  text-align: center;
}

* body .wrepper section .topic-wrepper-res h1 {
  line-height: 25px;
  font-size: 20px;
  text-align: center;
  color: #0099ff;
}

* body .wrepper section .topic-wrepper-res a {
  display: block;
}

* body .wrepper section .topic-wrepper-res a:hover {
  opacity: 0.5;
}

* body .wrepper section .topic-wrepper-res a img {
  max-width: 1000px;
  width: 100%;
  height: auto;
}

* body .wrepper section .price-wrepper {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  padding: 100px 15px 0 15px;
}

* body .wrepper section .price-wrepper .price-title {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

* body .wrepper section .price-wrepper .price-title h1 {
  font-size: 50px;
  color: #0099ff;
  text-align: center;
  border-bottom: 1px solid gray;
}

* body .wrepper section .price-wrepper .price-title p {
  padding-top: 50px;
  padding-bottom: 50px;
}

* body .wrepper section .price-wrepper .price {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-bottom: 100px;
}

* body .wrepper section .price-wrepper .price table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  border: 1px solid gray;
}

* body .wrepper section .price-wrepper .price table th {
  background-color: #0099ff;
  color: #ffffff;
  border: 1px solid gray;
  padding: 15px;
  text-align: center;
}

* body .wrepper section .price-wrepper .price table td {
  border: 1px solid gray;
  padding: 15px;
}

* body .wrepper section .price-wrepper .btn-wrepper {
  width: 100%;
  height: auto;
  background-image: url(../img/flower3410.png);
  background-size: cover;
  background-position: center;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content {
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 100px 15px;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content p {
  text-align: center;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content .content {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 100px;
  padding-top: 50px;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content .content .btn {
  width: 300px;
  height: 50px;
  text-align: center;
  background-color: #0099ff;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content .content .btn:hover {
  background-color: #ffffff;
  border: 2px solid #0099ff;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content .content .btn a {
  display: block;
  padding-top: 10px;
  color: #ffffff;
}

* body .wrepper section .price-wrepper .btn-wrepper .btn-content .content .btn a:hover {
  color: #0099ff;
}

* body .wrepper footer {
  width: 100%;
  height: auto;
  color: #ffffff;
  padding: 20px 0 0 0;
  font-weight: bold;
  padding: 50px 15px 0 15px;
}

* body .wrepper footer .footer {
  width: 100%;
  height: auto;
}

* body .wrepper footer .footer .footer-b {
  padding-bottom: 100px;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

* body .wrepper footer .footer .footer-b ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

* body .wrepper footer .footer .footer-b ul li:hover {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

* body .wrepper footer .footer .privacy {
  text-align: center;
  padding-bottom: 30px;
}

* body .wrepper footer .footer .privacy a:hover {
  text-decoration: underline;
}

* body .wrepper footer .sns {
  text-align: center;
  padding-bottom: 50px;
}

* body .wrepper footer .sns img {
  width: 80px;
  height: auto;
  padding: 0 15px;
}

* body .wrepper footer .advertisement {
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 100px;
}

* body .wrepper footer .advertisement a img {
  max-width: 500px;
  width: 100%;
  height: auto;
}

* body .wrepper footer .advertisement a:hover {
  opacity: 0.5;
}

* body .wrepper footer .copyright {
  color: #ffffff;
}

* body .wrepper footer .copyright p {
  text-align: center;
  padding-bottom: 50px;
}

* body .back-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
}

* body .back-video video {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=style.css.map */