@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#mv {
  position: relative;
  font-size: 2.3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 840px) {
  #mv {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #mv {
    font-size: 1rem;
  }
}
#mv .scroll-guide {
  position: absolute;
  inset: auto auto 0 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
  width: 7.8em;
  aspect-ratio: 1;
}
@media screen and (max-width: 520px) {
  #mv .scroll-guide {
    width: 6em;
  }
}
#mv .scroll-guide .scroll-circle {
  width: 100%;
  height: 100%;
  border: 2px solid #ffffff; /* 画像上の白線 */
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
}
#mv .scroll-guide .scroll-circle::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -2px;
  right: -2px;
  height: 50%;
  border: 2px solid #555555;
  border-top: none;
  border-radius: 0 0 3.9em 3.9em;
}
@media screen and (max-width: 520px) {
  #mv .scroll-guide .scroll-circle::before {
    border-radius: 0 0 3em 3em;
  }
}
#mv .scroll-guide .scroll-circle .scroll-text {
  color: #ffffff;
  font-family: "Helvetica", sans-serif;
  margin-bottom: 2em; /* 矢印との間隔 */
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 520px) {
  #mv .scroll-guide .scroll-circle .scroll-text {
    margin-bottom: 1em;
  }
}
#mv .scroll-guide .scroll-circle .scroll-arrow {
  width: 0.87em;
  height: 0.87em;
  border-right: 2px solid #555555;
  border-bottom: 2px solid #555555;
  transform: rotate(45deg);
  animation: s-bounce 2s infinite;
}

@keyframes s-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0) rotate(45deg);
  }
  40% {
    transform: translateY(10px) rotate(45deg);
  }
  60% {
    transform: translateY(5px) rotate(45deg);
  }
}
/* ----------------------------------------------------------------------
アバウト
---------------------------------------------------------------------- */
#about {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding: 13em 0 17em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #about {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #about {
    font-size: 1.2rem;
    padding: 9em 0 12em;
  }
}
#about .Linner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5em;
}
@media screen and (max-width: 840px) {
  #about .Linner {
    justify-content: center;
  }
}
#about .Linner .txtBox {
  width: 58.18%;
}
@media screen and (max-width: 840px) {
  #about .Linner .txtBox {
    max-width: 58.5rem;
    width: 100%;
  }
}
#about .Linner .txtBox > h2 {
  font-size: 187.5%;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 0.6em;
}
#about .Linner .txtBox > h2 span {
  line-height: 1.6;
  background-color: #b62013;
  color: #fff;
  display: inline-block;
  padding: 0.1em 0.5em;
}
#about .Linner .imgBox {
  width: 38%;
}
@media screen and (max-width: 840px) {
  #about .Linner .imgBox {
    max-width: 44.4rem;
    width: 100%;
  }
}
#about::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/353;
  background: url(../img/top/about-bg01.svg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  inset: auto auto 0 -1px;
  z-index: -1;
}

/* ----------------------------------------------------------------------
つなぐプロジェクトとは
---------------------------------------------------------------------- */
#tsunagu {
  font-size: 1.6rem;
  line-height: 3;
  letter-spacing: 0.05em;
  font-weight: 700;
  padding: 13em 0;
  background-color: #f2f2f2;
}
@media screen and (max-width: 840px) {
  #tsunagu {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #tsunagu {
    font-size: 1.2rem;
    padding: 8em 0 7em;
  }
}
#tsunagu .Minner .txtBlock {
  position: relative;
  width: 100%;
  max-width: 62.4rem;
  margin: 0 auto 7em;
  padding: 1em;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #tsunagu .Minner .txtBlock {
    margin: 0 auto 4em;
  }
}
#tsunagu .Minner .txtBlock .imgBox {
  width: 100%;
  max-width: 40.6rem;
  margin: 0 auto 5em;
}
#tsunagu .Minner .txtBlock .txt {
  text-align: center;
}
#tsunagu .Minner .txtBlock::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
  background-color: rgba(242, 242, 242, 0.8);
  z-index: -1;
}
#tsunagu .Minner .txtBlock:before {
  content: "";
  display: block;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  aspect-ratio: 1990/228;
  background: url(../img/top/tsunagu-bg.svg) no-repeat center;
  background-size: contain;
  z-index: -2;
}
#tsunagu .Minner .txtBlock .delayScroll {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  inset: 0 auto auto 0;
}
#tsunagu .Minner .txtBlock .absBox {
  position: absolute;
}
#tsunagu .Minner .txtBlock .absBox.first {
  width: 12.18em;
  inset: 15% auto auto -65%;
}
@media screen and (max-width: 840px) {
  #tsunagu .Minner .txtBlock .absBox.first {
    inset: -9% auto auto -12%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #tsunagu .Minner .txtBlock .absBox.first {
    width: 7em;
    inset: -15% auto auto -5%;
  }
}
#tsunagu .Minner .txtBlock .absBox.second {
  width: 15.12em;
  inset: auto 100% 10% auto;
}
@media screen and (max-width: 840px) {
  #tsunagu .Minner .txtBlock .absBox.second {
    inset: auto 88% 23% auto;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #tsunagu .Minner .txtBlock .absBox.second {
    width: 10em;
    inset: auto 93% 23% auto;
  }
}
#tsunagu .Minner .txtBlock .absBox.third {
  width: 15.12em;
  inset: auto auto 7% 100%;
}
@media screen and (max-width: 840px) {
  #tsunagu .Minner .txtBlock .absBox.third {
    inset: auto auto 18% 88%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #tsunagu .Minner .txtBlock .absBox.third {
    width: 8em;
    inset: auto auto -6% 85%;
  }
}
#tsunagu .Minner .txtBlock .absBox.fourth {
  width: 12.18em;
  inset: 12% -65% auto auto;
}
@media screen and (max-width: 840px) {
  #tsunagu .Minner .txtBlock .absBox.fourth {
    inset: -18% -13% auto auto;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #tsunagu .Minner .txtBlock .absBox.fourth {
    width: 7em;
    inset: -20% -8% auto auto;
  }
}
#tsunagu .Minner .movieBlock {
  width: 100%;
  aspect-ratio: 1920/1080;
  background-color: #4a4a4a;
}

/* ----------------------------------------------------------------------
イベント
---------------------------------------------------------------------- */
#event {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  background-color: #f2f2f2;
  padding: 7em 0 14em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #event {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #event {
    font-size: 1.2rem;
    padding: 7em 0 9em;
  }
}
#event::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 7em 7em 0 0;
  background: #c1272d;
  background: linear-gradient(180deg, rgb(193, 39, 45) 0%, rgb(158, 39, 45) 100%);
  position: absolute;
  inset: 0 auto auto 0;
}
@media screen and (max-width: 520px) {
  #event::before {
    border-radius: 4em 4em 0 0;
  }
}
#event::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1920/439;
  background: url(../img/top/event-bg.svg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  inset: auto auto 0 0;
  opacity: 0.1;
}
#event .Minner {
  position: relative;
  z-index: 1;
}
#event .Minner .eventBlock {
  margin-bottom: 10em;
}
@media screen and (max-width: 520px) {
  #event .Minner .eventBlock {
    margin-bottom: 8em;
  }
}
#event .Minner .eventBlock:last-child {
  margin-bottom: 0;
}
#event .Minner .eventBlock .eventBnr {
  width: 100%;
  aspect-ratio: 1100/477;
  background-color: #e0e0e0;
  margin-bottom: 2em;
}
@media screen and (max-width: 520px) {
  #event .Minner .eventBlock .eventBnr {
    aspect-ratio: 1;
  }
}
#event .Minner .eventBlock .eventInfo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2em;
  gap: 0.5em 1em;
}
#event .Minner .eventBlock .eventInfo > h3 {
  font-size: 137.5%;
  font-weight: bold;
  width: 100%;
  color: #fff;
  border-bottom: 0.1em solid #fff;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
#event .Minner .eventBlock .eventInfo > dt {
  width: 7em;
  text-align: center;
  border-radius: 999px;
  background-color: #fff;
  color: #b62013;
  font-size: 137.5%;
}
#event .Minner .eventBlock .eventInfo > dd {
  font-size: 137.5%;
  line-height: 1.3;
  font-weight: bold;
  width: calc(100% - 8em);
  color: #fff;
}
#event .Minner .eventBlock .eventInfo > .txt {
  margin-top: 0.5em;
  color: #fff;
}
#event .Minner .eventBlock .eventList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 2em 1em;
}
#event .Minner .eventBlock .eventList .eventItem {
  width: calc((100% - 3em) / 4);
  overflow: hidden;
  border-radius: 1em;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  #event .Minner .eventBlock .eventList .eventItem {
    width: calc((100% - 1em) / 2);
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #event .Minner .eventBlock .eventList .eventItem {
    width: 100%;
  }
}
#event .Minner .eventBlock .eventList .eventItem .imgBox {
  width: 100%;
  aspect-ratio: 0.9;
  background-color: #e5e5e5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  #event .Minner .eventBlock .eventList .eventItem .imgBox {
    aspect-ratio: 1;
  }
}
#event .Minner .eventBlock .eventList .eventItem .imgBox img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  transition: 0.3s;
  transform-origin: center;
}
#event .Minner .eventBlock .eventList .eventItem .imgBox > dt {
  font-size: 117%;
  line-height: 1.2;
  width: 86%;
  text-align: center;
  background-color: #fff;
  padding: 0.5em 0.3em;
  color: #b62013;
  position: absolute;
  inset: auto auto 0 50%;
  transform: translateX(-50%);
  font-weight: bold;
  border-radius: 1em 1em 0 0;
}
#event .Minner .eventBlock .eventList .eventItem dd {
  width: 100%;
  background-color: #fff;
  padding: 1em 0.5em;
  margin-top: -1px;
  flex-grow: 1;
}
#event .Minner .eventBlock .eventList .eventItem:hover .imgBox img {
  transform: scale(1.1);
}
#event .Minner .eventBlock .comingsoon {
  font-size: 888%;
  text-align: center;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #event .Minner .eventBlock .comingsoon {
    font-size: 400%;
  }
}

/* ----------------------------------------------------------------------
メッセージ
---------------------------------------------------------------------- */
#message {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 14em 0;
}
@media screen and (max-width: 840px) {
  #message {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #message {
    font-size: 1.2rem;
    padding: 20em 0 9em;
  }
}
#message .Linner {
  position: relative;
  z-index: 1;
  width: 98%;
}
#message .Linner .comTtl {
  position: relative;
}
#message .Linner .comTtl::before {
  content: "";
  display: block;
  width: 140vw;
  max-width: 172.8rem;
  aspect-ratio: 1840/342;
  background: url(../img/top/message-img01@2x.webp) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 520px) {
  #message .Linner .comTtl::before {
    width: 100vw;
    inset: -56% auto auto 50%;
    background: url(../img/top/message-img01-sp@2x.webp) no-repeat center;
    background-size: contain;
    aspect-ratio: 1045/404;
  }
}
#message .Linner .msgBlock {
  margin-bottom: 9em;
  position: relative;
}
#message .Linner .msgBlock:before {
  content: "";
  display: block;
  position: absolute;
  inset: 8em auto auto 50%;
  transform: translatex(-50%);
  width: 100vw;
  aspect-ratio: 1990/228;
  background: url(../img/top/tsunagu-bg.svg) no-repeat center;
  background-size: contain;
  z-index: -1;
}
#message .Linner .msgBlock .msgList {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 3em 2em;
  height: 50em;
  overflow: hidden;
  padding: 1em;
  position: relative;
}
#message .Linner .msgBlock .msgList::after {
  content: "";
  display: block;
  width: 100%;
  height: 30%;
  background: #ffffff;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  inset: auto auto 0 0;
}
#message .Linner .msgBlock .msgList .msgItem {
  width: calc((100% - 4em) / 3);
  aspect-ratio: 4712/3998;
  padding: 2em;
  background: url(../img/top/message-card.svg) no-repeat center;
  background-size: contain;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: column;
}
@media screen and (max-width: 840px) {
  #message .Linner .msgBlock .msgList .msgItem {
    width: calc((100% - 2em) / 2);
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #message .Linner .msgBlock .msgList .msgItem {
    width: 100%;
  }
}
#message .Linner .msgBlock .msgList .msgItem .msgTtl {
  font-size: 137.5%;
  color: #b62013;
  font-weight: bold;
}
#message .Linner .msgBlock .msgList .msgItem .txtBox {
  height: calc(100% - 7em);
  overflow: auto;
}
#message .Linner .msgBlock .msgList .msgItem .txtBox > * {
  margin-top: 1em;
}
#message .Linner .msgBlock .msgList .msgItem .txtBox > *:first-child {
  margin-top: 0;
}
#message .Linner .msgBlock .msgList .msgItem .name {
  font-size: 112.5%;
  font-weight: bold;
  padding-left: 2em;
  position: relative;
}
#message .Linner .msgBlock .msgList .msgItem .name::before {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 1;
  position: absolute;
  inset: 50% auto auto 0;
  transform: translateY(-50%);
  background: url(../img/top/message-ico.svg) no-repeat center;
  background-size: contain;
}
#message .Linner .msgBlock .msgList.show {
  height: auto;
}
#message .Linner .msgBlock .msgList.show::after {
  content: none;
}
#message .Linner .msgBlock .msgMore {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: fit-content;
  min-width: 17em;
  text-align: center;
  padding: 1.5em 1em;
  border-radius: 999px;
  background-color: #b62013;
  color: #fff;
  margin: -3em auto 0;
  border: 0.1em solid #b62013;
  transition: 0.3s;
}
@media screen and (max-width: 840px) {
  #message .Linner .msgBlock .msgMore {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #message .Linner .msgBlock .msgMore {
    font-size: 1.2rem;
  }
}
#message .Linner .msgBlock .msgMore:hover {
  opacity: 1;
  background-color: transparent;
  color: #b62013;
}
#message .Linner .msgBlock .msgMore.hide {
  display: none;
}
#message .Linner .intBlock {
  margin-bottom: 9em;
}
@media screen and (max-width: 520px) {
  #message .Linner .intBlock {
    padding: 0 6%;
  }
}
#message .Linner .intBlock > h3 {
  text-align: center;
  font-size: 625%;
  line-height: 1;
  color: #b62013;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 520px) {
  #message .Linner .intBlock > h3 {
    font-size: 440%;
  }
}
#message .Linner .intBlock .movieList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
#message .Linner .intBlock .movieList .movieItem {
/*   width: calc((100% - 1em) / 2); */
	width:90%;
  aspect-ratio: 1920/1080;
  background-color: #e1e1e1;
}
@media screen and (max-width: 520px) {
  #message .Linner .intBlock .movieList .movieItem {
    width: 100%;
  }
}
#message .Linner .recBlock {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 3em 0;
  position: relative;
  row-gap: 3em;
}
@media screen and (max-width: 520px) {
  #message .Linner .recBlock {
    padding: 3em 6%;
  }
}
#message .Linner .recBlock::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #f2f2f2;
  position: absolute;
  inset: 0 0 auto auto;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #message .Linner .recBlock::before {
    inset: 0 6.1% auto auto;
  }
}
#message .Linner .recBlock .ttlBox {
  line-height: 1.1;
}
@media screen and (max-width: 520px) {
  #message .Linner .recBlock .ttlBox {
    width: 100%;
  }
}
#message .Linner .recBlock .ttlBox > p {
  font-size: 625%;
  line-height: 1;
  color: #b62013;
}
@media screen and (max-width: 520px) {
  #message .Linner .recBlock .ttlBox > p {
    font-size: 440%;
  }
}
#message .Linner .recBlock .ttlBox > h4 {
  margin-top: 1em;
  font-weight: bold;
  position: relative;
}
#message .Linner .recBlock .ttlBox > h4::after {
  content: "";
  display: block;
  width: calc(100% - 16.5em);
  height: 0.1em;
  background-color: #333;
  position: absolute;
  inset: 50% 0 auto auto;
  transform: translateY(-50%);
}
#message .Linner .recBlock .btnBox {
  width: calc(100% - 40em);
  background-color: #fff;
  border-radius: 1em 0 0 1em;
  padding: 3em 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 2em;
}
@media screen and (max-width: 840px) {
  #message .Linner .recBlock .btnBox {
    width: 100%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #message .Linner .recBlock .btnBox {
    justify-content: center;
  }
}
#message .Linner .recBlock .btnBox .txt {
  width: calc(100% - 20em);
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #message .Linner .recBlock .btnBox .txt {
    width: 100%;
  }
}
#message .Linner .recBlock .btnBox .txt span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
#message .Linner .recBlock .btnBox .btn {
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  width: 17em;
  text-align: center;
  padding: 1.5em 1em;
  border-radius: 999px;
  background-color: #b62013;
  color: #fff;
  border: 0.1em solid #b62013;
}
@media screen and (max-width: 840px) {
  #message .Linner .recBlock .btnBox .btn {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #message .Linner .recBlock .btnBox .btn {
    font-size: 1.2rem;
  }
}
#message .Linner .recBlock .btnBox .btn:hover {
  opacity: 1;
  background-color: transparent;
  color: #b62013;
}

/* ----------------------------------------------------------------------
グッズ
---------------------------------------------------------------------- */
#goods {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 14em 0;
/*   border-radius: 13em 13em 0 0; */
  background: url(../img/top/goods-bg@2x.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  #goods {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #goods {
    font-size: 1.2rem;
    border-radius: 6em 6em 0 0;
    padding: 8em 0;
  }
}
@media screen and (max-width: 520px) {
  #goods .comTtl .txt {
    width: 86%;
    margin: 0 auto;
  }
}
#goods .goodsList .goodsItem {
  margin: 0 1.5em;
  width: 30em;
}
#goods .goodsList .goodsItem .imgBox {
  width: 100%;
  aspect-ratio: 1920/1080;
  background-color: #fff;
  border-radius: 1em;
}
#goods .goodsList .goodsItem dt {
  color: #fff;
  font-size: 162.5%;
  font-weight: bold;
}
#goods .goodsList .goodsItem dd {
  color: #fff;
}
#goods .goodsList .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 1em;
}
#goods .goodsList .slick-dots li button:before {
  color: #fff;
  opacity: 1;
}
#goods .goodsList .slick-dots li.slick-active button {
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.4);
}
#goods .comBtn {
  margin-top: 5em;
}