@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 520pxより広くなったら改行なくす
 */
@media (min-width: 520px) {
  .br_sp {
    display: none;
  }
}

/*
 * 520pxより狭くなったら改行なくす
 */
@media (max-width: 520px) {
  .sp_br {
    display: none;
  }
}

/*
 * 780pxより広くなったら改行なくす
 */
@media (min-width: 800px) {
  .br_tab {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 800px) {
  .pc_br {
    display: none;
  }
}

/*
 * トランジション
 */
.main-tit-block {
  text-align: center;
}

.blog-link {
  background-color: #76c443;
  color: white;
  position: fixed;
  display: inline-block;
  right: -33px;
  top: 32%;
  z-index: 2;
  padding: 18px 41px 24px 20px;
  border-radius: 1em;
  box-shadow: rgba(0, 0, 0, 0.27) 8px 7px 17px -1px;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.blog-link img {
  max-width: 2em;
  margin-bottom: 8%;
  display: inline-block;
}
.blog-link p {
  line-height: 1.1;
}
.blog-link p::after {
  content: "";
  background-image: url(../images/arrow-right-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: bottom;
}
.blog-link:hover {
  transform: translateX(-10px);
}
@media (max-width: 520px) {
  .blog-link {
    top: 73vh;
  }
}

.main-top {
  width: 100%;
  margin: 0 auto;
  position: relative;
  max-height: 713px;
  padding-top: 75px;
  overflow: hidden;
  background-image: url("../images/top-back.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom -9%;
}
.main-top-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 982px;
}
@media (max-width: 800px) {
  .main-top {
    padding-top: 73px;
  }
  .main-top-inner {
    width: 95%;
  }
}
@media (max-width: 520px) {
  .main-top {
    background-position: center bottom;
  }
  .main-top-inner {
    display: unset;
  }
  .main-top-inner p {
    margin-bottom: 6px;
    margin-left: 7px;
  }
}
@media (min-width: 1000px) {
  .main-top {
    background-position: center bottom -18%;
  }
}

.main-top-inner-column-1 {
  width: 52%;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10%;
}
@media (max-width: 800px) {
  .main-top-inner-column-1 {
    padding-bottom: 17%;
  }
}
@media (max-width: 520px) {
  .main-top-inner-column-1 {
    position: absolute;
    padding-bottom: 0;
    top: 27%;
    left: 2%;
  }
}
.main-top-inner-column-1 picture {
  width: 90%;
}
.main-top-inner-column-1 picture:first-child {
  margin-bottom: 5%;
}
.main-top-inner-column-1 picture:last-child {
  align-self: flex-end;
}
.main-top-inner-column-1 picture img {
  width: 100%;
}
@media (max-width: 520px) {
  .main-top-inner-column-1 picture:last-child {
    width: 120%;
    align-self: flex-start;
  }
}

.main-top-inner-column-2 {
  width: 48%;
}
.main-top-inner-column-2 picture, .main-top-inner-column-2 img {
  width: 100%;
}
@media (max-width: 520px) {
  .main-top-inner-column-2 {
    width: 100%;
  }
  .main-top-inner-column-2 img {
    margin-left: 24%;
    width: 90%;
  }
}

/*
 * メイン
 */
@media (max-width: 520px) {
  .main-column {
    margin: 13% 0;
  }
}

.main-column-block {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
}

.map {
  width: 100%;
  height: 450px;
}

/*YouTube埋め込み*/
.youtube {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3%;
}
@media (max-width: 520px) {
  .youtube {
    width: 90%;
    margin-bottom: 7%;
    margin-top: 7%;
  }
}

.youtube-frame {
  width: 90%;
  margin: 0 auto;
  margin-top: 4%;
  aspect-ratio: 16/9;
  max-width: 820px;
  margin-bottom: 2%;
}
@media (max-width: 520px) {
  .youtube-frame {
    width: 100%;
  }
}

.youtube-frame iframe {
  width: 100%;
  height: 100%;
}

.youtube-link {
  background: #ff0000;
  border-radius: 9px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  position: relative;
  border: 0;
  overflow: hidden;
  isolation: isolate;
  font-size: inherit;
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
}
.youtube-link a {
  z-index: 1;
  position: relative;
  padding: 19px 4em;
  display: inline-block;
}
.youtube-link a img {
  max-width: 24px;
  display: inline-block;
}
@media (max-width: 520px) {
  .youtube-link a {
    padding: 12px 4em 10px;
  }
}
.youtube-link span {
  vertical-align: baseline;
}
.youtube-link:hover {
  transition: all 0.5s cubic-bezier(0.37, 0.16, 0.12, 1);
  transform: translateY(-5px);
  filter: drop-shadow(0px 2px 5px rgba(0, 0, 0, 0.3));
  background-color: rgb(255, 70, 70);
}

#message .main-tit {
  margin-bottom: 1%;
  margin-top: 3%;
}
@media (max-width: 520px) {
  #message .main-tit {
    margin-bottom: 8%;
    padding: 3px 3em;
  }
}

.message {
  padding: 4% 0 2%;
  margin: 0;
  position: relative;
  background-color: #ecf3d4;
}
@media (max-width: 800px) {
  .message {
    padding: 7% 0;
  }
}
@media (max-width: 520px) {
  .message {
    padding: 9% 0 10%;
  }
}
.message-tit {
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .message-tit {
    margin-bottom: 6%;
  }
}
@media (max-width: 520px) {
  .message-tit {
    margin-bottom: 4%;
  }
}
.message-columns {
  width: 90%;
  margin: 0 auto;
  max-width: 800px;
  padding: 4% 6%;
  position: relative;
}
@media (max-width: 520px) {
  .message-columns {
    padding: 2% 5% 9%;
  }
}
.message-text {
  line-height: 2.6em;
  padding-bottom: 1px; /* 最終行の下にも罫線を引く */
  text-align: center;
  font-weight: bold;
}
@media (max-width: 520px) {
  .message-text {
    text-align: justify;
    font-size: 0;
  }
  .message-text p {
    display: inline;
    margin: 0px 0px;
    font-size: 16px;
    line-height: 2.7em;
  }
}

/*以下フェードイン表示の指定*/
.fadein-ms {
  opacity: 0;
  transform: translate(0px, 7px);
  filter: blur(10px);
  animation: fadein 1s ease forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    filter: blur(0);
  }
}
/*以下遅延の指定*/
.txt01 {
  animation-delay: 1s;
}

.txt02 {
  animation-delay: 1.4s;
}

.txt03 {
  animation-delay: 1.8s;
}

.txt04 {
  animation-delay: 2.2s;
}

.txt05 {
  animation-delay: 2.6s;
}

.txt06 {
  animation-delay: 3s;
}

.txt07 {
  animation-delay: 3.4s;
}

.txt08 {
  animation-delay: 3.8s;
}

.txt09 {
  animation-delay: 4.2s;
}

.txt10 {
  animation-delay: 4.6s;
}

.txt11 {
  animation-delay: 5s;
}

.txt12 {
  animation-delay: 5.4s;
}

.txt13 {
  animation-delay: 5.8s;
}

.txt14 {
  animation-delay: 6s;
}

.txt15 {
  animation-delay: 6.4s;
}

.txt-bold {
  font-weight: bold;
  color: #008b2f;
  position: relative;
}
.txt-bold span {
  display: inline-block;
  animation: wave-text 3.5s ease-in-out infinite;
}

/* アニメーション開始タイミングをずらす */
.txt-bold span:nth-of-type(1) {
  animation-delay: 0s;
}

.txt-bold span:nth-of-type(2) {
  animation-delay: 0.1s;
}

.txt-bold span:nth-of-type(3) {
  animation-delay: 0.2s;
}

.txt-bold span:nth-of-type(4) {
  animation-delay: 0.3s;
}

.txt-bold span:nth-of-type(5) {
  animation-delay: 0.4s;
}

.txt-bold span:nth-of-type(6) {
  animation-delay: 0.5s;
}

.txt-bold span:nth-of-type(7) {
  animation-delay: 0.6s;
}

.txt-bold span:nth-of-type(8) {
  animation-delay: 0.7s;
}

.txt-bold span:nth-of-type(9) {
  animation-delay: 0.8s;
}

.txt-bold span:nth-of-type(10) {
  animation-delay: 0.9s;
}

.txt-bold span:nth-of-type(11) {
  animation-delay: 1s;
}

.txt-bold span:nth-of-type(12) {
  animation-delay: 1.1s;
}

.txt-bold span:nth-of-type(13) {
  animation-delay: 1.2s;
}

.txt-bold span:nth-of-type(14) {
  animation-delay: 1.3s;
}

.txt-bold span:nth-of-type(15) {
  animation-delay: 1.4s;
}

@keyframes wave-text {
  00% {
    transform: translateY(0em);
  }
  42% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.4em);
  }
  100% {
    transform: translateY(0em);
  }
}
.ms-img-1 {
  width: 215px;
  position: absolute;
  right: 0;
  animation: step01 3s ease-in-out infinite;
}
@media (max-width: 800px) {
  .ms-img-1 {
    max-width: 170px;
  }
}
@media (max-width: 520px) {
  .ms-img-1 {
    bottom: -89px;
    right: 7px;
  }
}

@keyframes step01 {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-6px, -12px) rotate(-2deg);
  }
  50% {
    transform: translate(0, 0);
  }
  75% {
    transform: translate(6px, -12px) rotate(2deg);
  }
  100% {
    transform: translate(0, 0);
  }
}
.ms-img-2 {
  width: 155px;
  position: absolute;
  top: 30%;
  left: -1%;
}
@media (max-width: 800px) {
  .ms-img-2 {
    max-width: 129px;
  }
}
@media (max-width: 520px) {
  .ms-img-2 {
    display: none;
  }
}

.ms-img-3 {
  width: 104px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  .ms-img-3 {
    max-width: 86px;
  }
}
@media (max-width: 520px) {
  .ms-img-3 {
    display: none;
  }
}

/*後援会会長挨拶*/
#sp-message {
  background-color: #FBF5E6;
  padding-bottom: 3%;
}
#sp-message .main-tit-block {
  margin-top: 4%;
}
@media (max-width: 520px) {
  #sp-message {
    margin-bottom: 0;
    padding-bottom: 8%;
  }
}

.sp-ms-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 910px;
  margin: 0 auto;
  margin-top: 4%;
  padding-bottom: 11%;
}
@media (max-width: 800px) {
  .sp-ms-columns {
    padding-bottom: 17%;
  }
}
@media (max-width: 520px) {
  .sp-ms-columns {
    flex-direction: column;
    margin-top: 8%;
  }
}
.sp-ms-columns .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.sp-ms-columns .image img {
  width: 100%;
  max-width: 200px;
}
.sp-ms-columns .image p.caption {
  margin-top: 3%;
}
.sp-ms-columns .image p.caption span {
  font-size: 1.3rem;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 1;
}
@media (max-width: 520px) {
  .sp-ms-columns .image {
    width: 100%;
    margin-bottom: 5%;
  }
}
.sp-ms-columns .text {
  width: 74%;
  background-color: white;
  padding: 5% 7%;
  border-radius: 1em;
}
.sp-ms-columns .text p {
  text-align: justify;
  line-height: 1.7;
}
@media (max-width: 520px) {
  .sp-ms-columns .text {
    width: 96%;
    padding: 8% 10%;
  }
}

/*
 * プロフィール
 */
#profile {
  margin: 5% 0;
  position: relative;
}
#profile .main-tit {
  margin-bottom: 3%;
}
@media (max-width: 520px) {
  #profile {
    margin-top: 15%;
  }
  #profile .main-tit {
    margin-bottom: 8%;
  }
}

.profile-columns {
  width: 90%;
  margin: 0 auto;
  max-width: 916px;
}
@media (max-width: 520px) {
  .profile-columns {
    width: 85%;
  }
}
.profile-columns-inner {
  border-bottom: 1px dashed #947864;
  padding-bottom: 9px;
  margin-top: 9px;
}
.profile-columns .profile-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .profile-columns .profile-top {
    flex-direction: column;
    align-items: center;
  }
}
.profile-columns .profile-top .textbox {
  width: 53%;
}
.profile-columns .profile-top .textbox p.p-name {
  font-weight: bold;
  color: #20a737;
  font-size: 2rem;
}
.profile-columns .profile-top .textbox p.p-birth {
  font-size: 1.2rem;
  margin-bottom: 2%;
}
@media (max-width: 800px) {
  .profile-columns .profile-top .textbox p.p-birth {
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .profile-columns .profile-top .textbox {
    width: 100%;
    margin-bottom: 3%;
  }
}
.profile-columns .profile-top .par-box {
  display: flex;
  flex-direction: column;
  font-size: 0.95em;
  width: 45%;
}
@media (max-width: 800px) {
  .profile-columns .profile-top .par-box {
    width: 100%;
    font-size: 1rem;
  }
}
.profile-columns .profile-top .par-box-inner {
  display: flex;
  justify-content: space-between;
}
.profile-columns .profile-top .par-box-inner:first-of-type {
  margin-bottom: 4%;
}
.profile-columns .profile-top .par-box-inner div span.surcle {
  display: inline-block;
  color: #20a737;
  font-size: 0.9em;
  border: 1px solid;
  border-radius: 50%;
  line-height: 1;
  padding: 6px;
}
.profile-columns .profile-top .par-box-inner div p.par-birth {
  font-size: 0.8em;
  display: block;
  margin-left: 24px;
}
.profile-columns .profile-top .par-box-inner div span.inline-span {
  display: inline-block;
}
.profile-columns .profile-top .par-box-inner div p {
  display: inline-block;
}
.profile-columns .profile-top .par-box-inner .prof-box-name {
  width: 44%;
}
@media (max-width: 520px) {
  .profile-columns .profile-top .par-box-inner .prof-box-name {
    width: 47%;
  }
}
.profile-columns .profile-top .par-box-inner .prof-box-flex {
  width: 56%;
  display: flex;
  flex-direction: column;
}
.profile-columns .profile-top .par-box-inner .prof-box-flex .flex-column {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 520px) {
  .profile-columns .profile-top .par-box-inner .prof-box-flex {
    width: 53%;
  }
}
.profile-columns .profile-middle p span {
  background-color: #D8E084;
  padding: 2px 4px;
  border-radius: 5px;
  margin-right: 4px;
}
.profile-columns .profile-middle p.middle-font {
  font-size: 0.9em;
  padding-left: 46px;
}
.profile-columns .profile-bottom {
  display: flex;
  flex-direction: column;
}
.profile-columns .profile-bottom p {
  display: inline-block;
  position: relative;
  text-indent: -0.8em;
  margin-left: 0.85em;
}
.profile-columns .profile-bottom p::before {
  content: "";
  width: 6px;
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #D8E084;
  margin-top: -6px;
}

.news {
  margin-bottom: 3%;
}
.news .main-tit-block {
  padding: 3% 0;
}
@media (max-width: 520px) {
  .news .main-tit-block {
    padding: 3% 0 9%;
  }
}
.news .main-tit {
  margin-bottom: 1%;
}
@media (max-width: 520px) {
  .news .main-tit {
    margin-bottom: 3%;
  }
}
@media (max-width: 520px) {
  .news {
    margin-bottom: 0;
  }
}
.news-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1050px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 520px) {
  .news-wrapp {
    margin-bottom: 7%;
    justify-content: space-between;
  }
}
.news-wrapp-inner {
  opacity: 1;
  transition: all 0.4s ease 0s;
  width: 27%;
  text-align: center;
  margin-bottom: 3%;
}
@media (max-width: 520px) {
  .news-wrapp-inner {
    width: 47%;
    text-align: center;
    margin-top: 2%;
  }
  .news-wrapp-inner:not(.news-wrapp-inner:first-of-type) {
    margin-top: 1%;
  }
}
.news-wrapp-inner a {
  display: inline-block;
  transition: 0.2s ease;
}
.news-wrapp-inner a:hover img {
  opacity: 0.8;
}
.news-wrapp-inner img {
  width: 100%;
  border: 1px solid #ccc;
}
.news-wrapp-inner .news-tit-p {
  margin-top: 2%;
  margin-bottom: 3%;
}
.news-wrapp-inner.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

@media (max-width: 520px) {
  .news-wrapp-inner-bt {
    width: 48%;
  }
}

/*# sourceMappingURL=frontpage.css.map */
