@charset "UTF-8";
/*リセットCSS*/
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* margin reset */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* body settings */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  color: #333333;
}

/* list reset */
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* link reset */
a {
  text-decoration: none;
  color: inherit;
}

/* image */
img,
picture {
  max-width: 100%;
  display: block;
}

/* form elements */
input,
button,
textarea,
select {
  font: inherit;
}

/* button */
button {
  border: none;
  background: transparent;
  cursor: pointer;
}

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

/* html */
html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

/* responsive media */
img {
  height: auto;
}

/*ヘッダー*/
.site-header {
  background-color: #edd400;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 90px;
}
@media screen and (max-width: 768px) {
  .site-header {
    padding: 23px 45px;
  }
}
@media screen and (max-width: 480px) {
  .site-header {
    padding: 15px 25px;
    gap: 70px;
  }
}
.site-header .h_logo img {
  width: 50%;
  height: auto;
}
@media screen and (max-width: 480px) {
  .site-header .h_logo img {
    width: auto;
  }
}
.site-header .h_vote {
  text-align: right;
}
.site-header .h_vote .h_vote-link {
  display: inline-block;
}
.site-header .h_vote:hover img {
  filter: drop-shadow(3.5px 3.5px 2.4px rgba(0, 0, 0, 0.36));
  transform: translate(3.5px, 3.5px);
}
.site-header .h_vote:active img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.36));
  transform: translate(6px, 6px);
}
.site-header .h_vote img {
  display: block;
  width: 344px;
  height: auto;
  transition: all 0.2s ease-out;
  filter: drop-shadow(7px 7px 4.6px rgba(0, 0, 0, 0.36));
  transform: translate(0, 0);
}
@media screen and (max-width: 480px) {
  .site-header .h_vote img {
    width: auto;
  }
}

/*MV*/
.mv {
  position: relative;
}
.mv .mv__image img {
  width: 100%;
  height: auto;
  display: block;
}
.mv .mv__circle {
  position: absolute;
  right: 8%;
  bottom: 24%;
  width: 27.8%;
  display: block;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 768px) {
  .mv .mv__circle {
    width: 47.9%;
    right: 5%;
    bottom: 31%;
  }
}
.mv .mv__circle {
  filter: drop-shadow(7px 7px 5px rgba(0, 0, 0, 0.36));
}
.mv .mv__circle:hover {
  transform: translate(3px, 3px);
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.45));
}
.mv .mv__circle:active {
  transform: translate(5px, 5px);
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.5));
}
.mv .mv__circle img {
  width: 100%;
  height: auto;
  display: block;
}

/*CP*/
.cp_content {
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
  background-position: top center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .cp_content {
    padding-top: 84px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content {
    padding-top: 42px;
  }
}
.cp_content .cp_inner-1 .cp_ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp_ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_inner-1 .cp_ttl {
    margin-bottom: 10px;
  }
}
.cp_content .cp_inner-1 .cp_ttl img {
  width: 65%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp_ttl img {
    width: 72%;
  }
}
.cp_content .cp_inner-1 .cp1_list .cp1_list-item {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp1_list .cp1_list-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_inner-1 .cp1_list .cp1_list-item {
    margin-bottom: 14.5px;
  }
}
.cp_content .cp_inner-1 .cp1_list .cp1_list-item a img {
  width: 70.6%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp1_list .cp1_list-item a img {
    width: 78%;
  }
}
.cp_content .cp_inner-1 .cp_subttl {
  margin-top: 100px;
  margin-bottom: 305px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp_subttl {
    margin-top: 70px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_inner-1 .cp_subttl {
    margin-top: 35px;
    margin-bottom: 15px;
  }
}
.cp_content .cp_inner-1 .cp_subttl img {
  width: 50%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-1 .cp_subttl img {
    width: 71.5%;
  }
}
.cp_content .cp_inner-2 .cp_ttl img {
  width: 76%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp_ttl img {
    width: 84.5%;
  }
}
.cp_content .cp_inner-2 .cp_subttl {
  margin-bottom: 37px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp_subttl {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_inner-2 .cp_subttl {
    margin-bottom: 8.5px;
  }
}
.cp_content .cp_inner-2 .cp_subttl img {
  width: 37.4%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp_subttl img {
    width: 41.5%;
  }
}
.cp_content .cp_inner-2 .cp2_list {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp2_list {
    padding-bottom: 43px;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_inner-2 .cp2_list {
    padding-bottom: 20px;
  }
}
.cp_content .cp_inner-2 .cp2_list .cp2_list-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp2_list .cp2_list-item {
    margin-bottom: 9px;
  }
}
.cp_content .cp_inner-2 .cp2_list .cp2_list-item img {
  width: 74.8%;
  height: auto;
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_inner-2 .cp2_list .cp2_list-item img {
    width: 83%;
  }
}
.cp_content .cp_entry {
  background-color: #edd400;
  padding: 60px;
  border-bottom: 74px solid #0074c4;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_entry {
    padding: 28px;
    border-bottom: 39px solid #0074c4;
  }
}
.cp_content .cp_entry .cmt_r {
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_entry .cmt_r {
    font-size: 1.4rem;
  }
}
.cp_content .cp_entry .attention {
  display: block;
  font-weight: 900;
  font-size: 3.3rem;
  color: #26336b;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_entry .attention {
    font-size: 2.4rem;
  }
}
.cp_content .cp_entry .cmt_s {
  text-align: center;
  font-weight: 700;
  margin-bottom: 28px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .cp_content .cp_entry .cmt_s {
    font-size: 1.6rem;
    margin-bottom: 18px;
  }
}
.cp_content .cp_entry .entry_btn-img a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cp_content .cp_entry .entry_btn-img a:hover img {
  filter: drop-shadow(3.5px 3.5px 2.4px rgba(0, 0, 0, 0.36));
  transform: translate(3.5px, 3.5px);
}
.cp_content .cp_entry .entry_btn-img a:active img {
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.36));
  transform: translate(6px, 6px);
}
.cp_content .cp_entry .entry_btn-img a img {
  width: 50%;
  height: auto;
  transition: all 0.2s ease-out;
  filter: drop-shadow(7px 7px 4.6px rgba(0, 0, 0, 0.36));
  transform: translate(0, 0);
}
@media screen and (max-width: 768px) {
  .cp_content .cp_entry .entry_btn-img a img {
    width: 59%;
  }
}
@media screen and (max-width: 480px) {
  .cp_content .cp_entry .entry_btn-img a img {
    width: 80%;
  }
}

/*footer*/
.site-footer {
  background-color: #edd400;
  padding: 55px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .site-footer {
    padding: 30px;
  }
}
.site-footer .f_logo {
  margin-bottom: 40px;
}
.site-footer .f_logo a {
  display: flex;
  justify-content: center;
}
.site-footer .f_logo a img {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .site-footer .f_logo a img {
    width: 36%;
  }
}
@media screen and (max-width: 480px) {
  .site-footer .f_logo a img {
    width: 52%;
  }
}
.site-footer .footer__note {
  font-size: 2rem;
  margin-bottom: 50px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .site-footer .footer__note {
    font-size: 1.2rem;
    margin-bottom: 26px;
  }
}
.site-footer .footer__contact {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .site-footer .footer__contact {
    font-size: 1rem;
    margin-bottom: 17px;
  }
}
.site-footer .footer__tel {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .site-footer .footer__tel {
    font-size: 1rem;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */