body {
  overflow-x: hidden;
  width: max(200px, 100%);
}

.cat {
  width: min(500px, 100%);
  height: 500px;
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.cat .cat2 {
  left: calc(min(500px, 100vw) * 0.15);
  position: relative;
}

.textCenter {
  width: 50%;
  margin: 45px auto;
  text-align: center;
}

.link {
  display: flex;
  width: 50%;
  margin: 0px auto;
}

.title_W {
  text-align: center;
  justify-content: center;
  margin: 50px 0 25px;
}
.title_W .titleName {
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 60px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .title_W .titleName {
    font-size: 75px;
  }
}
.title_W .titleName::before {
  background-color: #ffdb8e;
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 15px;
  position: absolute;
  bottom: -10px;
  left: -4px;
  z-index: -2;
}
.title_W .SubName {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 30px;
  margin: 30px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .title_W .SubName {
    font-size: 40px;
  }
}

#Test .DataList {
  margin: 0 0 300px;
}
#Test .DataList .DataListName_W {
  text-align: center;
  justify-content: center;
  margin: 100px 0 75px;
}
#Test .DataList .DataListName_W .DataListName {
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 60px;
  position: relative;
}
#Test .DataList .DataListName_W .DataListName::before {
  background-color: #ffdb8e;
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 15px;
  position: absolute;
  bottom: -10px;
  left: -4px;
  z-index: -2;
}
#Test .DataList .DataListName_W .DataListSubName {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 30px;
  margin: 30px 0;
  position: relative;
  text-align: center;
}
#Test .DataList ul {
  display: grid;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 70%;
  margin: 0 auto;
  grid-template-columns: repeat(5, auto);
}
#Test .DataList ul li {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 5px;
  text-align: center;
}
#Test .DataList ul li::after {
  content: "";
  display: block;
  padding-bottom: 120%;
}
#Test .DataList ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 0.28s ease-out 0s;
}
#Test .DataList ul li img:hover {
  transform: scale(1.05);
}

#modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.2823529412);
  animation: alpha 0.2s ease 0s 1 alternate none running;
}
#modal #modal-content {
  display: flex;
  justify-content: center;
  width: 90%;
  height: 90%;
  background-color: rgba(248, 248, 248, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 10px;
}
#modal #modal-content #modal-image {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 90%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
  animation: alpha 0.3s ease 0s 1 alternate none running;
}
#modal #modal-content .modal-text_W {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 35%;
  height: 30%;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
}
#modal #modal-content .modal-text_W #modal-text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  position: absolute;
  font-size: 60px;
  color: #182c1e;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 4;
  margin: auto;
}
#modal #modal-content .modal-text_W #modal-info {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  font-size: 30px;
  color: #182c1e;
  left: 0;
  right: 0;
  bottom: 10%;
}

.hidden {
  display: none !important;
}

.content_W {
  margin: 0 auto;
  width: min(800px, 90%);
}
.content_W .subTitle_W {
  text-align: center;
  justify-content: center;
  margin: 150px 0 35px;
}
.content_W .subTitle_W .subTitle {
  display: inline-block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 40px;
  position: relative;
}
@media screen and (max-width: 400px) {
  .content_W .subTitle_W .subTitle {
    font-size: 33px;
  }
}
.content_W .subTitle_W .subTitle::before {
  background-color: #ffdb8e;
  content: "";
  display: inline-block;
  width: calc(100% + 8px);
  height: 15px;
  position: absolute;
  bottom: -10px;
  left: -4px;
  z-index: -2;
}
.content_W .subTitle_W .subName {
  display: block;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 50px;
  font-size: 25px;
  margin: 30px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .content_W .subTitle_W .subName {
    font-size: 18px;
  }
}
.content_W .youtube {
  width: 90%;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .content_W .youtube {
    width: 98%;
  }
}
.content_W .youtube iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.content_W .btn {
  font-size: 20px;
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: min(420px, 80%);
  margin: 20px auto;
  padding: 1rem 4rem;
  border: 2px solid #e2716d;
  color: #e2716d;
  transition: 0.25s;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  box-sizing: border-box;
}
.content_W .btn:hover {
  color: #fff;
  background: #e2716d;
}
@media screen and (max-width: 400px) {
  .content_W .btn {
    padding: 1rem 5vw;
    font-size: 17px;
    width: min(420px, 90%);
    box-sizing: border-box;
  }
}

.sticky {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 6px 0px;
  width: min(150px, 20%);
  overflow: hidden;
}
.sticky .shift {
  position: relative;
  left: 2vw;
}
.sticky .text {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}/*# sourceMappingURL=style.css.map */