@charset "UTF-8";
html {
  font-family: 'Ten Mincho', 'Heisei Mincho Std', 'Hiragino Mincho Pro', '游明朝', 'Yu Mincho', YuMincho, 'A P-OTF Shin Go Pr6N', 'Noto Sans JP', 'Source Sans Pro', Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  scroll-behavior: smooth;
  color: #000;
  background: #f1dceb;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #F2EEEB 0%, #F2EEEB 100%);
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

main {
  display: block;
  padding-top: 70px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

em,
address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

/* original */

.done {
  opacity: 0;
  visibility: hidden;
}

.title {
  width: 100%;
  height: 50px;
  margin: 0 0 30px 0;
  display: flex;
  justify-content: center;
}

.title img {
  height: 100%;
}

header {
  width: 100%;
  height: 70px;
  padding: 0 30px 0 350px;
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 11px 0 rgba(16,18,76,.11);
  z-index: 5;
}

header .logo {
  width: 250px;
  position: absolute;
  left: 50px;
  top: -12px;
  z-index: 1;
}

header .logo img {
  width: 100%;
}

header nav ul {
  display: flex;
  gap: 30px;
}

header nav ul li a {
  text-decoration: none;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  position: relative;
}

header nav ul li a::before {
  content: "";
  width: 5px;
  height: 3px;
  border-radius: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  opacity: 0;
  transition: 0.2s;
  background: #000;
}

header nav ul li a:hover::before {
  opacity: 1;
  width: 30px;
}

header .sns {
  height: 70px;
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 0;
  gap: 10px;
}

header .sns a {
  transition: 0.3s;
}

header .sns a:hover {
  opacity: 0.7;
}

header .sns img {
  width: 40px;
  height: 40px;
}

.kv {
  margin-bottom: 120px;
}

.kv.active img.first {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.kv.active img.second {
  visibility: visible;
  opacity: 1;
  height: auto;
} 

.kv img {
  width: 100%;
  transition: 1.5s;
}

.kv img.second{
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.introduction {
  padding: 80px 0 120px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.introduction a {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: -50px 0 70px 0;
  transition: 0.3s;
}

.introduction a img {
  width: 590px;
}

.introduction a:hover  {
  opacity: 0.7;
}


.introduction .text {
  max-width: 800px;
  position: relative;
  z-index: 1;
}

.back_sky {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -2;
  transition: 0.4s;
}

.back_sky.animation {
  visibility: hidden;
  opacity: 0;
}

.cloud_one {
  width: 340px;
  position: fixed;
  left: 90px;
  z-index: -1;
  top: 300px;
  transition: 2.5s;
}

.cloud_one.animation {
  width: 440px;
  left: 100px;
  top: 400px;
}

.cloud_twe {
  width: 300px;
  position: fixed;
  right: 90px;
  z-index: -1;
  top: 500px;
  transition: 3s;
}

.cloud_twe.animation {
  width: 380px;
  right: 100px;
  top: 600px;
}

.profile {
  width: 800px;
  margin: auto;
}

.profile ul {
  width: 800px;
  margin: auto;
}

.profile ul.second{
  width: 525px;
}

.profile ul.second li{
  width: 254px;
}

.profile ul img {
  width: 100%;
}

.profile li {
  width: calc(100% / 3 - 12px);
  margin: 0 10px 15px 0;
  display: inline-block;
}

.profile li:last-child {
  margin: 0;
}

.profile a {
  width: 100%;
  height: 40px;
  margin: 6px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  text-align: center;
  background: #ea3399;
  transition: 0.3s;
}

.profile a:hover {
  opacity: 0.7;
}


.profile a img {
  width: 20px;
  margin: 0 4px 0 0;
}

#particles-js{ 
  position:fixed;/*描画固定*/
  z-index:-1;/*描画を一番下に*/
  width: 100%;
  height: 100%;
  top: 0;
}

#wrapper{
  position: relative;/*描画を#particles-jsよりも上にするためposition:relative;を指定*/
  z-index: 1;/*z-indexの数字を大きくすることで描画を#particles-jsよりも上に*/
  width:100%;
  height: 100%;
}

.back_all {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -3;
}

.contact {
  width: 100%;
  padding: 100px 0;
  margin: 150px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
}


form {
  width: 800px;
  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

form div {
  width: 100%;
  display: inline-block;
  margin: 15px 0 0 0;
}

form div span {
  color: #cc0a0a;
}

form input,form textarea {
  width: 100%;
  height: 70px;
  margin: 5px 0 0 0;
  font-size: 16px;
  border: none;
  padding: 20px;
  border-radius: 8px;
  background: #e9edf2;
}

form textarea {
  height: 120px;
}

form label {
  font-size: 18px;
  font-weight: bold;
}

form button {
  width: 200px;
  height: 60px;
  margin: 20px 0 0 0;
  font-size: 20px;
  border-radius: 60px;
  color: #fff;
  font-weight: bold;
  border: none;
  background: #000;
  transition: 0.3s;
}

form button:hover {
  color: #000;
  border: 3px solid #000;
  background: #fff;
}

footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .logo {
  width: 400px;
}

footer .sns {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

footer .sns img {
  width: 40px;
} 

footer .sns a {
  transition: 0.3s;
}

footer .sns a:hover {
  opacity: 0.7;
}

footer p {
  font-size: 14px;
  margin:150px 0 20px 0 ;
}

.schedule {
  width: 100%;
  margin: 100px 0 0 0;
  display: flex;
  justify-content: center;
}

.youtube {
  width: 800px;
  height: 450px;
  margin: 0 auto 130px auto;
  display: block;
  border-radius: 12px;
}


/* NEWS */

.mews {
  margin: 100px 0;
}

.mews ul {
  width: 800px;
  margin: auto;
  border-radius: 8px;
  background: #fff;
}

.mews ul li {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
}

.mews ul li:last-child {
  border: none;
}

.mews ul li .date {
  width: 100px;
}

.mews ul li p {
  flex: 1;
}

.mews ul li .link {
  width: 100px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  background: #E4007F;
}

.mews ul li .link.off {
  color: #ccc5c5;
  background: #E8E6E7;
}

.news-detail {
  width: 800px;
  padding: 30px;
  margin: 100px auto 100px auto;
  border-radius: 8px;
  background: #fff;
}

.news-detail h1 {
  margin: 10px 0 20px 0;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  font-family: sans-serif;
  color: #E4007F;
}

.news-detail p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 26px;
  font-family: sans-serif;
}

.news-detail img {
  width: 100%;
  margin: 0 0 20px 0;
  height: auto;
}
[v-cloak] {
  display: none;
}

.banner {
  width: 800px;
  margin: 0 auto 100px auto;
  display: block;
}
.banner img {
  width: 100%;
}