@charset "utf-8";

.top-intro{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.top-intro .top-main-image{
  width: 100%;
  height: 55vh;
  min-height: 42rem;
  display: block;
  overflow: hidden;
  background-color: #fcf7f2;
}

.photo-bg{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  transition: all .6s ease;

}


.message{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 0 0 0 3%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 96%;
  height: 100%;
  z-index: 100;
}

.message .main-catch-copy{
  margin: 0;
  padding: 2rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(255,255,255,0.7);
  line-height: 1.4;
  letter-spacing: 0.05em;
  font-size: var(--font-size-xl);
  font-weight: 600;
}

.message .main-catch-copy span{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: baseline;
  justify-content: flex-start;  
}

.message .main-catch-copy em{ width: 13em;}

.message .main-catch-copy span br{ display: none;}

.message .main-catch-copy strong{
  margin: 0;
  padding: 0 1rem;
  font-size: 4.6rem;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.4;
  text-decoration: underline;
}

.message .main-catch-copy .main-catch-small{font-size: 1.7rem;}
.message .main-catch-copy .main-catch-small strong{font-size: 2.5rem; padding: 0 0.5rem;}

.photo-bg .main-image{
  width: 100vw;
  display: block;
  height: 60vh;
  min-height: 44rem;
  object-fit: contain;
}
/*
.photo-bg .main-image{
  width: 80vw;
  display: block;  
  height: 55vh;
  min-height: 42rem;
  object-fit: cover;
}
*/


.photo-bg .main-image{ object-position: right top;}

.photo-bg .main-image.aspect-16-9 { aspect-ratio: 16 / 9;}
.photo-bg .main-image.aspect-23-31 { aspect-ratio: 23 / 31;}

.photo-bg .sp-image{ display: none;}
.photo-bg .pc-image{ display: block;}

.top-navi-list{
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 100;
}



@media screen and (min-width: 641px) and (max-width: 1200px) {

.photo-bg .main-image{ width: 100vw; object-fit: cover;}
.photo-bg .main-image{ object-position: right top;}


}/* End min 1200 */


@media screen and (min-width: 641px) and (max-width: 1000px) {
/*
.photo-bg .main-image{ width: 100vw;}
.photo-bg.slide-02 .main-image{ object-position: right top;}
.photo-bg.slide-03 .main-image{ object-position: center top;}
.photo-bg.slide-04 .main-image{ object-position: right top;}
*/
}/* End min 1200 */

@media screen and (max-width: 640px) {

.top-intro{
  height: calc(100vh - 4rem);
  height: calc(100svh - 4rem);
}

.top-intro .top-main-image{ height: auto;}
.photo-bg .sp-image{ display: block;}
.photo-bg .pc-image{ display: none;}
.photo-bg{ display: block;}

.photo-bg .main-image{ object-position: center top;}

.photo-bg .main-image{
  width: 100vw;
  height: calc(100vh - 16rem);
  height: calc(100svh - 16rem);
  object-fit: cover;
}

.top-navi-list{ position: absolute; bottom: 0;}

.message{
  position: absolute;

  margin:  0 auto;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  height: calc(100% - 25rem);
  z-index: 100;
}


.message .main-catch-copy strong{
  padding: 0 0.5rem;
  font-size: 4rem;
}

.message .main-catch-copy{
  margin: 0;
  padding: 1.5rem;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(255,255,255,0.7);
  line-height: 1.4;
  font-size: var(--font-size-l);
}

.message .main-catch-copy span{
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 1.3;
}

.message .main-catch-copy .main-catch-small{font-size: 1.4rem;}
.message .main-catch-copy .main-catch-small strong{font-size: 1.6rem;}

.message .main-catch-copy em{ width: 7em;}
.message .main-catch-copy span br{ display: inline-block;}

}/* End max 640 */


.top-navi-list li.wig-link{ width: 50%;}
.top-navi-list li.donation-link{ width: 50%;}
.top-navi-list li.charity-link{ width: 100%; border-top: 0.1rem solid #fff;}

.top-navi-list li a{
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.top-navi-list li.wig-link a{ padding-bottom: 1rem; background-color: #00aeef; letter-spacing: 0.05em; line-height: 1.5; text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,139,192,0.9);}
.top-navi-list li.donation-link a{ padding-bottom: 1rem; background-color: #ff9a35; letter-spacing: 0.05em; line-height: 1.5; text-align: center; text-shadow: 0.1rem 0.1rem 0 rgba(179,97,12,0.9);}

/*.top-navi-list li.charity-link a{ height: 5rem; overflow: hidden; font-size: var(--font-size-l); font-weight: 600; background-color: #00aeef; text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,139,192,0.9);}*/

.top-navi-list li.charity-link a{
  height: 8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  font-size: var(--font-size-l);
  font-weight: 600;
  line-height: 1;
  background-color: #00aeef;
  text-shadow: 0.1rem 0.1rem 0.1rem rgba(0,139,192,0.9);
}

.top-navi-list li.charity-link a::after{
  position: absolute;
  bottom: 0;
  right: calc(50% - 7em);
  top: 0;
  margin: auto;
  width: 1rem;
  height: 1rem;
  display: block;
  border-bottom: solid 0.3rem #fff;
  border-right: solid 0.3rem #fff;
  transform: rotate(-45deg);
  content: "";
  pointer-events: none;
  z-index: 100;
}



.top-navi-list li.charity-link a em{ font-size: var(--font-size-m); font-weight: 800;}

.top-navi-list span.copy{ font-size: var(--font-size-l); white-space: nowrap;}
.top-navi-list span.copy strong{ padding-top: 0.3rem; display: block; font-size: var(--font-size-xxl); line-height: 1; white-space: nowrap;}

.top-navi-list li a.arrow-anchor::before{ bottom: 1rem;}
/*
.top-navi-list li.charity-link .charity-image{
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 12em);
  margin: 0;
  padding: 0;
  width: 11.6rem;
  height: 14.4rem;
  transform: rotate( 10deg );
  display: block;
}*/

.top-navi-list li.charity-link .charity-image{
  position: absolute;
  top: -0.5rem;
  left: calc(50% - 14.5em);
  margin: 0;
  padding: 0;
  width: 11.6rem;
  height: 14.4rem;
  transform: rotate( 10deg );
  display: block;
  order: -1;
}

@media screen and (max-width: 580px) {

.top-navi-list li.charity-link a{ height: 6rem; flex-direction: column; gap: 0.3rem;}
.top-navi-list li.charity-link a em{ font-size: var(--font-size-s); font-weight: 500;}

.top-navi-list li.charity-link a::after{ right: calc(50% - 6.5em);}

.top-navi-list li.charity-link .charity-image{ top: -0.5rem; left: calc(50% - 11em);}


}/* End max 580 */

.top-navi-list li.charity-link img{ position: relative; display: block;}

.top-navi-list li.charity-link span::before{
  position: absolute;
  top: 1.2rem;
  right: 3.2rem;
  margin: auto;
  padding: 0;
  width: 1rem;
  height: 1rem;
  display: block;
  background: url(/common/img/icon_twinkle.svg) center center no-repeat;
  background-size: contain;
  content: "";
  z-index: 100;
  animation: twinkle 3s infinite;
}
/*
@keyframes twinkle {
  0% {  opacity: 0; transform: scale(1, 1);} 
  25% { opacity: 0; transform: scale(1,1);}
  45% { opacity: 1; transform: scale(2.5, 2.5);}
  65% { opacity: 0; transform: scale(1,1);}
  100% { opacity: 0; transform: scale(1,1);}
}
*/

@media screen and (max-width: 400px) {

.top-navi-list li a{ width: 100%; height: 8rem;}

.top-navi-list span.copy{ font-size: var(--font-size-s);}
.top-navi-list span.copy strong{ font-size: var(--font-size-xl);}

.top-navi-list li.donation-link a strong{ letter-spacing: inherit;}

.top-navi-list li.charity-link a{ height: 6rem; font-size: var(--font-size-m);}
.top-navi-list li.charity-link .charity-image{ top: -1rem; left: -4.5rem;}

}/* End max 400 */



/* NEWS */

.top-news-section{
  padding: 4em 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.importnt-news{
  position: relative;
  margin-bottom: 1em;
  padding: 1em 0;
  width: 100%;
  max-width: 68rem;
  font-size: var(--font-size-m);
  border-bottom: 0.1rem solid #c00;
}

.importnt-news dt{
  padding: 0.5em 0;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  white-space: nowrap;
}

.importnt-news dt::after{
  margin-left: 1em;
  padding: 0;
  width: 100%;
  height: 0.1rem;
  display: block;
  background-color: #c00;
  content: "";
}

.importnt-news dd{
  padding: 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.news-list{
  margin-bottom: 1em;
  padding: 1em 0 1.5em;
  width: 100%;
  max-width: 68rem;
  font-size: var(--font-size-m);
  border-bottom: 0.1rem solid #999;
}

.news-list li{
  padding: 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.importnt-news dd time,
.news-list li time{
  margin: 0.2em 0;
  padding: 0.4em 0;
  width: 7em;
}

.importnt-news dd p,
.news-list li p{
  position: relative;
  margin: 0.2em 0;
  padding: 0.4em 0;
  width: calc(100% - 7em);
}

.importnt-news dd p::after,
.news-list li p::after{
  position: absolute;
  bottom: 0;
  left: -7em;
  width: calc(100% + 7em);
  height: 0.1rem;
  padding: 0;
  content: "";
  border-bottom: 0.1rem dotted #ccc;
}

.importnt-news dd:last-child p::after,
.news-list li:last-child p::after{ display: none;}

@media screen and (max-width: 480px) {

.importnt-news dd time,
.news-list li time{
  margin: 0.2em 0 0;
  padding: 0.4em 0 0;
  width: 100%;
}
.importnt-news dd p,
.news-list li p{
  position: relative;
  margin: 0 0 0.4em;
  padding: 0.4em 0 0.4em 1em;
  width: 100%;
}

.importnt-news dd p::after,
.news-list li p::after{
  left: 0;
  width: 100%;
}

}/* End max 480 */


/* top-infomation */
.top-infomation {
  position: absolute;
  bottom: 19rem;
  right: 0;
  padding: 0;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 200;
}

.top-infomation-txt {
  position: relative;
  padding: 0.8em 1.5em;
  color: #fff;
  font-weight: 600;
  font-size: var(--font-size-s);
  line-height: 1.4;
  text-align: center;
  background: #f63;
  border-radius: 3em;
  animation: jump 5s infinite;
  will-change: transform;
}

.top-infomation-txt::after {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.6rem;
  height: 2rem;
  display: block;
  background-color: #f63;
  clip-path: polygon(50% 2rem, 0% 0%, 2.6rem 0%);
  content: "";
}

@keyframes jump {
  0% { transform: translateY(0);}
  5% { transform: translateY(-0.5em);}
  10% { transform: translateY(0);}
  15% { transform: translateY(-0.5em);}
  20% { transform: translateY(0);}
  25% { transform: translateY(-0.5em);}
  30% { transform: translateY(0);}
  100% { transform: translateY(0);}
}

@media screen and (max-width: 640px) {

.top-infomation-txt { padding: 0.8em 1em; max-width: 22rem;}

}/* End max 640 */

@media screen and (max-width: 580px) {

.top-infomation { bottom: 17rem;}

}/* End max 580 */

@media screen and (max-width: 400px) {

.top-infomation { bottom: 15rem;}

}/* End max 400 */


.aspect-500-183 { aspect-ratio: 500 / 183;}
.eventbanner img {
  border: 0.2rem solid #00aeef;
  border-radius: 0.5rem;
  box-shadow: 0.5rem 0.5rem #00aeef;
}