@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section_contents_head {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 5px 0 20px 0;
}
#section_contents_head .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section_contents_head ul.pankz {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#section_contents_head ul.pankz li {
  display: inline-block;
  padding-right: 2.5em;
  position: relative;
}
#section_contents_head ul.pankz li::after {
  content: "＞";
  position: absolute;
  top: 0;
  right: 0.75em;
}
#section_contents_head ul.pankz li:last-child::after {
  content: none;
}
#section_contents_head ul.pankz li a {
  color: #3a88d6;
  text-decoration: underline;
}
#section_contents_head h1 {
  color: #98a2ab;
  font-weight: 500;
  margin-top: 1.65em;
}

main {
  background: url(../images/main_back.jpg) no-repeat center top;
  background-size: cover;
}

#section02 {
  width: 100%;
  position: relative;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-top: 5vw;
    padding-bottom: 25vw;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section02 .mainphoto {
  width: 100%;
}
#section02 h2.h2title {
  font-weight: 600;
  color: #4cad48;
  padding: 1.5em 0 0.5em 0;
}
#section02 .base_text {
  line-height: 200%;
  padding-top: 2em;
}
#section02 .namebox {
  text-align: right;
  margin-top: 3em;
}
#section02 .namebox .days {
  margin-bottom: 0.5em;
}
#section02 .namebox .inbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .namebox .inbox {
    flex-wrap: wrap;
  }
}
#section02 .namebox .inbox .imgs {
  width: 23.4%;
  max-width: 234px;
  margin-left: 4%;
}
@media screen and (max-width:800px) {
  #section02 .namebox .inbox .imgs {
    order: 2;
    width: 50%;
    max-width: 800px;
    margin-left: auto;
  }
}
#section02 .namebox .inbox .text {
  display: inline-block;
  text-align: right;
}
@media screen and (max-width:800px) {
  #section02 .namebox .inbox .text {
    order: 1;
    width: 100%;
    margin-bottom: 0.5em;
  }
}/*# sourceMappingURL=message.css.map */