html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #2D3A4D;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #2D3A4D;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

ol, ul {
  list-style: none;
}

#top {
  font-size: 1.1111111111vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-feature-settings: normal;
}

@media screen and (max-width: 896px) {
  #top {
    font-size: 4.2666666667vw;
  }
}
/*----------------------------
  Fonts
----------------------------*/
html {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  color: #2D3A4D;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP";
  font-size: 28px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 1.12px;
  color: #2D3A4D;
  background: #FFF;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  word-wrap: break-word;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: all 0.8s 0s ease;
}
body.page {
  padding-top: 5vw;
}
body.active:after {
  visibility: visible;
  opacity: 1;
}

p {
  /*word-break: break-all;*/
}

i {
  margin-right: 6px;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 896px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  body.page {
    padding-top: 0vw;
  }
}
img {
  width: 100%;
  height: auto;
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a:link, a:visited, a:active {
  color: #2D3A4D;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 slick
--------------------------------------------------- */
:focus {
  outline: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -7px;
  width: 59px;
  height: 15px;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s 0s ease;
}
.slick-prev:hover {
  opacity: 0.5;
  transform: scale3d(1, 1, 1) translate(-10px, 0px) rotate(0deg);
}

.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  width: 59px;
  height: 15px;
  z-index: 10;
  border: none;
  text-indent: -9999px;
  cursor: pointer;
  transition: all 0.5s 0s ease;
}
.slick-next:hover {
  opacity: 0.5;
  transform: scale3d(1, 1, 1) translate(10px, 0px) rotate(0deg);
}

.slide .slick-disabled {
  opacity: 0.2;
}

@media only screen and (max-width: 896px) {
  .slide .slick-prev:hover, .slide .slick-next:hover {
    opacity: 1;
  }
  .slick-prev {
    top: 50%;
    left: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
  .slick-next {
    top: 50%;
    right: 15px;
    margin-top: -15px;
    background-size: 30px auto;
    width: 30px;
    height: 30px;
    z-index: 10;
  }
}
/*----------------------------------------------------
  loading
--------------------------------------------------- */
#loading {
  position: fixed;
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1100;
  background: #E1DFEE;
}
#loading:before {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
#loading.out {
  opacity: 0;
  transition: all 0.6s 0.2s linear;
}
#loading.out:before {
  transition: all 0.5s 0s ease;
  transform: scale(0, 0) translate(0%, 0%);
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #E1DFEE url(../img/common/logo.svg) no-repeat center;
  background-size: 70px;
  transform: scale(0, 0) translate(0%, 0px);
}

body.loadStart .loader {
  transition: all 0.3s 0s ease-out;
  transform: scale(1, 1) translate(0%, 0px);
}
body.pageLoad .loader {
  transition: all 0.3s 0s ease-in;
  transform: scale(0, 0) translate(0%, 0px);
}

.FormatLoader {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  margin: 0 auto;
  margin-top: -50px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid #2D3A4D;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.FormatLoader:after {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*----------------------------------------------------
  .scrollView
--------------------------------------------------- */
.scrollView {
  transition: all 0.8s 0s ease;
  opacity: 0;
  transform: scale(1, 1) translate(0%, 20px);
}
.scrollView.view {
  opacity: 1;
  transform: scale(1, 1) translate(0%, 0%);
}

/*----------------------------------------------------
  .header .logo_s
--------------------------------------------------- */
header .logo_s {
  width: 5vw;
  height: 3.6111111111vw;
  top: 2.0833333333vw;
  left: 2.7777777778vw;
  position: fixed;
  z-index: 10;
}

@media only screen and (max-width: 896px) {
  header .logo_s {
    width: 17.0666666667vw;
    height: 12.2666666667vw;
    top: 4.2666666667vw;
    left: 4.2666666667vw;
  }
}
/*----------------------------------------------------
  .mainvisual
--------------------------------------------------- */
.mainvisual {
  position: relative;
  width: 100%;
  height: 55.5555555556vw;
}
.mainvisual .inner::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/2025/mv.jpg) no-repeat center center;
  background-size: cover;
}
.mainvisual .inner .copy_block {
  position: relative;
}
.mainvisual .inner .copy_block .copy {
  position: absolute;
  width: 2.7777777778vw;
  height: 29.8611111111vw;
  top: 5vw;
  right: 25.5555555556vw;
}
.mainvisual .inner .title_block {
  position: relative;
}
.mainvisual .inner .title_block .title {
  position: absolute;
  width: 22.5694444444vw;
  height: 20.1388888889vw;
  top: 5.5555555556vw;
  left: 25.625vw;
}
.mainvisual .inner .info_block {
  position: absolute;
}
.mainvisual .inner .info_block .date {
  position: absolute;
  width: 29.0277777778vw;
  height: 3.4027777778vw;
  top: 41.1111111111vw;
  left: 35.4861111111vw;
}
.mainvisual .inner .info_block .time {
  position: absolute;
  width: 17.9861111111vw;
  height: 2.4305555556vw;
  top: 45.9027777778vw;
  left: 40.9722222222vw;
}

@media only screen and (max-width: 896px) {
  .mainvisual {
    height: 176vw;
  }
  .mainvisual .inner::before {
    content: "";
    background: url(../img/2025/mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .mainvisual .inner .copy_block .copy {
    width: 69.3333333333vw;
    height: 6.6666666667vw;
    top: 29.0666666667vw;
    right: 15.2vw;
  }
  .mainvisual .inner .title_block .title {
    width: 73.3333333333vw;
    height: 65.3333333333vw;
    top: 43.2vw;
    left: 13.3333333333vw;
  }
  .mainvisual .inner .info_block .date {
    width: 73.3333333333vw;
    height: 8.5333333333vw;
    top: 136.5333333333vw;
    left: 13.3333333333vw;
  }
  .mainvisual .inner .info_block .time {
    width: 45.3333333333vw;
    height: 6.1333333333vw;
    top: 149.3333333333vw;
    left: 27.2vw;
  }
}
/*----------------------------------------------------
  .bg
--------------------------------------------------- */
.bg_top {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

.bg_bottom {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}

/*----------------------------------------------------
  .about
--------------------------------------------------- */
.about {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  text-align: center;
  color: #2D3A4D;
  background-color: rgba(255, 255, 255, 0.5);
}
.about .title {
  position: relative;
  font-family: "Josefin Sans";
  font-weight: 600;
  font-size: 2.5vw;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #5976BA;
  display: flex;
  flex-direction: column;
  gap: 0.8333333333vw;
  margin-bottom: 2.7777777778vw;
}
.about .title .diamond {
  display: block;
  line-height: 1;
  width: 2.6388888889vw;
  height: 1.875vw;
  margin: 0 auto;
}
.about .title .diamond img {
  display: block;
}
.about .info dl {
  margin-bottom: 2.7777777778vw;
}
.about .info dl dt {
  font-family: "Noto Sans JP";
  font-size: 1.6666666667vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-align: center;
  color: #5976BA;
  margin-bottom: 0.5555555556vw;
}
.about .info dl dt span {
  display: inline-block;
  position: relative;
  border-bottom: 2px #5976BA solid;
}
.about .info dl dd {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.9444444444vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.about .info dl dd:nth-of-type(n+2) {
  margin-top: 0.5555555556vw;
}
.about .info dl dd span {
  display: inline-block;
  font-size: 1.25vw;
  line-height: 1.6;
  color: #fff;
  padding: 0 8px;
  border-radius: 4px;
  margin-bottom: 0.2777777778vw;
}
.about .info dl dd span.first {
  background-color: #81CDE4;
}
.about .info dl dd span.second {
  background-color: #EE86A1;
}
.about .info dl:first-of-type dd {
  line-height: 1;
}
.about .info dl:last-of-type {
  margin-bottom: 0;
}
.about .info_text {
  width: 61.1111111111vw;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 16px;
  margin-top: 5.5555555556vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.about .info_text .inner {
  padding: 4.1666666667vw;
}
.about .info_text .inner .title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 1.9444444444vw;
}
.about .info_text .inner .text {
  font-weight: 400;
  font-size: 1.1111111111vw;
  text-align: left;
  margin-top: 2.7777777778vw;
}
.about .info_text .inner .text:nth-of-type(1) {
  margin-top: 0;
}
.about .info_text .inner .img {
  width: 100%;
  margin-top: 2.7777777778vw;
}
.about .btn {
  margin-top: 1.39vw;
}
.about .btn a {
  display: block;
  width: 50%;
  margin: 0 auto;
  background: #FFF;
  line-height: 80px;
  font-size: 1.39vw;
  font-weight: bold;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  transition: all 0.5s 0s ease;
}
.about .btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 896px) {
  .about .title {
    font-size: 8.5333333333vw;
    gap: 3.2vw;
    margin-bottom: 8.5333333333vw;
  }
  .about .title .diamond {
    width: 10.1333333333vw;
    height: 7.2vw;
  }
  .about .info dl {
    margin-bottom: 8.5333333333vw;
  }
  .about .info dl:first-of-type dd {
    font-size: 5.3333333333vw;
    line-height: 1.6;
  }
  .about .info dl:first-of-type dd:nth-of-type(n+2) {
    margin-top: 4.2666666667vw;
    line-height: 1;
  }
  .about .info dl dt {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4.2666666667vw;
  }
  .about .info dl dd {
    font-size: 4.8vw;
  }
  .about .info dl dd:nth-of-type(n+2) {
    margin-top: 5.3333333333vw;
  }
  .about .info dl dd span {
    font-size: 3.7333333333vw;
    padding: 0 8px;
    margin-bottom: 1.0666666667vw;
  }
  .about .info_text {
    width: 87.2vw;
    margin-top: 10.6666666667vw;
  }
  .about .info_text .inner {
    padding: 6.4vw;
  }
  .about .info_text .inner .title {
    font-size: 4.8vw;
  }
  .about .info_text .inner .text {
    font-size: 3.7333333333vw;
    margin-top: 6.4vw;
  }
  .about .info_text .inner .img {
    width: 100%;
    margin-top: 6.4vw;
  }
  .about .btn {
    margin-top: 1.39vw;
  }
  .about .btn a {
    display: block;
    width: 50%;
    margin: 0 auto;
    background: #FFF;
    line-height: 80px;
    font-size: 1.39vw;
    font-weight: bold;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    text-decoration: none !important;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all 0.5s 0s ease;
  }
  .about .btn a:hover {
    opacity: 0.7;
  }
}
/*----------------------------------------------------
  .access
--------------------------------------------------- */
.access {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  padding: 5.56vw 0;
  text-align: center;
  color: #2D3A4D;
}
.access.stamp {
  padding: 0 0 5.56vw;
}
.access .title {
  color: #5976BA;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 100%;
  /* 36px */
  letter-spacing: 1.44px;
  margin-bottom: 2.78vw;
  position: relative;
  display: flex;
  flex-direction: column;
}
.access.stamp .title {
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-size: 2.22vw;
}
.access .title .diamond {
  width: 2.64vw;
  height: 1.88vw;
  margin: 0 auto;
  padding-bottom: 1.39vw;
}
.access .map {
  width: 720px;
  margin: 0 auto;
}
.access .btn {
  width: 100%;
  margin-top: 2.78vw;
}
.access .btn a {
  display: block;
  width: 720px;
  margin: 0 auto;
  background: #5976BA;
  line-height: 80px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  transition: all 0.5s 0s ease;
  color: #FFF;
  font-family: "Noto Sans JP";
}
.access .btn a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 896px) {
  .access {
    padding: 10.67vw 0;
  }
  .access.stamp {
    padding: 0 0 10.67vw;
  }
  .access .title {
    font-size: 8.53vw;
    margin-bottom: 6.4vw;
  }
  .access.stamp .title {
    font-size: 6.4vw;
  }
  .access .title .diamond {
    width: 10.13vw;
    height: 7.2vw;
    margin: 0 auto;
    padding-bottom: 5.33vw;
  }
  .access .map {
    width: 78.67vw;
    margin: 0 auto;
  }
  .access .btn {
    width: 100%;
    margin-top: 10.67vw;
  }
  .access .btn a {
    font-size: 4.8vw;
    width: 78.67vw;
    height: 16.27vw;
    line-height: 3.2;
  }
}
/*----------------------------------------------------
  .footer
--------------------------------------------------- */
.footer {
  position: relative;
  width: 100%;
  text-align: center;
  color: #2D3A4D;
  /* margin-top: 13.8888888889vw;
  padding-top: 5.5555555556vw; */
  z-index: 1;
  overflow: hidden;
}
.footer .inner .share {
  margin-bottom: 5.5555555556vw;
}
.footer .inner .share ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .inner .share ul li {
  margin-right: 1.6666666667vw;
}
.footer .inner .share ul li:first-of-type {
  margin-right: 2.7777777778vw;
}
.footer .inner .share ul li:last-of-type {
  margin-right: 0;
}
.footer .inner .share ul li .title {
  font-family: "Josefin Sans";
  font-weight: 700;
  font-size: 1.9444444444vw;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2D3A4D;
  text-align: center;
}
.footer .inner .share ul li a {
  transition: all 0.5s 0s ease;
}
.footer .inner .share ul li a:hover {
  opacity: 0.6;
}
.footer .inner .copyright {
  font-family: "Josefin Sans";
  font-size: 0.8333333333vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
  color: #2D3A4D;
  text-align: center;
  background-color: #FFF;
  padding: 1.6666666667vw 0;
}

@media only screen and (max-width: 896px) {
  .footer {
    /* margin-top: 21.3333333333vw;
    padding-top: 10.6666666667vw; */
    z-index: 1;
    overflow: hidden;
  }
  .footer .inner .share {
    margin-bottom: 10.6666666667vw;
  }
  .footer .inner .share ul {
    width: 53.3333333333vw;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .footer .inner .share ul li {
    margin-right: 6.4vw;
  }
  .footer .inner .share ul li:first-of-type {
    margin-right: 0;
    margin-bottom: 4.2666666667vw;
  }
  .footer .inner .share ul li:last-of-type {
    margin-right: 0;
  }
  .footer .inner .share ul li .title {
    font-size: 7.4666666667vw;
  }
  .footer .inner .share ul li a:hover {
    opacity: 1;
  }
  .footer .inner .copyright {
    font-size: 3.2vw;
    padding: 4.2666666667vw 0;
  }
}

/*----------------------------------------------------
  .banner
--------------------------------------------------- */
.banner {

}
.banner .inner {
  margin-top: 4.444444444444445vw;
  margin-bottom: 3.3333333333333335vw;
}
.banner .inner a {
  display: block;
  width: 15.972222222222221vw;
  max-width: 230px;
  transition: all 0.5s 0s ease;
  margin: 0 auto;
}
.banner .inner a:hover {
  opacity: 0.6;
}
.banner .inner a img {

}

@media only screen and (max-width: 896px) {
  .banner {
  }
  .banner .inner {
    margin-top: 10.666666666666668vw;
    margin-bottom: 10.666666666666668vw;
  }
  .banner .inner a {
    width: 61.33333333333333vw;
  }
  .banner .inner a:hover {
  }
  .banner .inner a img {  
  }
}