/*---------------------------------------------------------
Reset
---------------------------------------------------------*/
html,
body,
div,
article,
section,
main,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
input,
textarea,
address,
nav,
table,
th,
td,
a,
p,
img,
figure,
span,
em,
small {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  display: block;
}

ul,
li {
  list-style-type: none;
}

table {
  border-collapse: collapse;
}

img {
  border: none;
}

a {
  text-decoration: none;
}

a,
button {
  outline: none;
}
a:focus,
button:focus {
  outline: none;
}

/*---------------------------------------------------------
common
---------------------------------------------------------*/
html {
  font-size: 62.5%;
}
@media only screen and (min-width: 320px) and (max-width: 414px) {
  html {
    font-size: 2.4154589372vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}

body {
  margin: inherit;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.5625;
  letter-spacing: 0.04em;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  background-color: #fff;
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: underline;
}

.res-pc {
  display: inline !important;
}
@media only screen and (max-width: 767px) {
  .res-pc {
    display: none !important;
  }
}

.res-sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .res-sp {
    display: inline !important;
  }
}

.inline-block {
  display: inline-block;
}

.inner {
  width: 90%;
  margin: auto;
}

/*---------------------------------------------------------
hover action
---------------------------------------------------------*/
a.hov,
.btn,
.close_btn {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

a.hov:hover,
.btn:hover,
.close_btn:hover {
  -webkit-filter: brightness(108%);
          filter: brightness(108%);
  cursor: pointer;
}

/*---------------------------------------------------------
contents
---------------------------------------------------------*/
.hw_2024 {
  background-image: url(../img/pc_bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
}
.hw_2024 .pc_bg_logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4vw;
  width: 25vw;
  position: fixed;
}
@media only screen and (max-width: 1370px) {
  .hw_2024 .pc_bg_logo {
    left: 2.8vw;
  }
}
@media only screen and (max-width: 1290px) {
  .hw_2024 .pc_bg_logo {
    width: 23vw;
  }
}
@media only screen and (max-width: 1060px) {
  .hw_2024 .pc_bg_logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .hw_2024 .pc_bg_logo {
    display: none;
  }
}
.hw_2024 main {
  width: 500px;
  margin: auto;
  display: block;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main {
    width: 100%;
  }
}
.hw_2024 main .mv {
  margin-bottom: 2rem;
}
.hw_2024 main .read_txt {
  font-weight: bold;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .read_txt {
    font-size: 1.5rem;
  }
}
.hw_2024 main .date {
  width: 65%;
  margin: 3rem auto;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .date {
    width: 60%;
    margin: 2.5rem auto;
  }
}
.hw_2024 main .navlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .navlist {
    margin-top: 3.5rem;
  }
}
.hw_2024 main .navlist li {
  width: 49%;
}
.hw_2024 main section .sec_bdr {
  padding: 1.5rem;
}
.hw_2024 main section .sec_inner {
  padding: 3rem;
  background-color: #fff;
}
.hw_2024 main section#sec01 {
  background-color: #00b9ef;
}
.hw_2024 main section#sec02 {
  background-color: #e6121a;
}
.hw_2024 main .sec_readtxt {
  font-size: 2.3rem;
  font-weight: bold;
  color: #00b9ef;
  text-align: center;
  line-height: 3.2rem;
  margin: 3rem 0 1.5rem 0;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .sec_readtxt {
    font-size: 1.9rem;
    line-height: 26px;
    margin: 2rem 0 1rem 0;
  }
}
.hw_2024 main .sec_txt {
  line-height: 3.8rem;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .sec_txt {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
.hw_2024 main .sec01_date {
  width: 98%;
  margin: 3rem 0 4rem 0;
}
.hw_2024 main .sec01_btn {
  margin-top: 5rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .sec01_btn {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.hw_2024 main .sec02_ti {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .sec02_ti {
    margin-bottom: 2rem;
  }
}
.hw_2024 main .sec02_date {
  margin-top: 3rem;
  width: 80%;
}
.hw_2024 main .sec02_subti {
  width: 74%;
  margin: auto;
  margin-top: 4rem;
  margin-bottom: 2rem;
}
.hw_2024 main .set_box {
  margin-bottom: 4rem;
}
.hw_2024 main .set_box .shop_ti {
  margin-bottom: 2rem;
}
.hw_2024 main .set_box h5 {
  text-align: center;
  font-size: 1.9rem;
  color: #e6121a;
  margin: 2.5rem 0 1.5rem 0;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .set_box h5 {
    font-size: 1.7rem;
    margin: 1.6rem 0 0.5rem 0;
  }
}
.hw_2024 main .set_box .shop_txt {
  line-height: 3.8rem;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .hw_2024 main .set_box .shop_txt {
    font-size: 1.5rem;
    line-height: 26px;
  }
}
.hw_2024 main .footer .foot_logo {
  width: 13rem;
  margin: auto;
  margin-bottom: 2rem;
}
.hw_2024 main .footer__copyright {
  color: #fff;
  background-color: #0f4690;
  padding: 1rem 0;
}

/*---------------------------------------------------------
footer This page arrange
---------------------------------------------------------*/
.hidden {
  display: none;
}

.footer {
  font-size: 1.2rem;
  padding: 3rem 0 0 0;
  text-align: center;
}

.footer a {
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.footer a:hover {
  opacity: 0.8;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.footer__list > * + * a {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid;
  color: #000;
}

.footer__pagetop a {
  position: fixed;
  right: 2.39994vw;
  bottom: 2.39994vw;
  display: block;
  background: url(../img/btn-pagetop.png) 0 0/cover no-repeat;
  width: 8.66645vw;
  height: 8.66645vw;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.footer__pagetop a:hover {
  opacity: 0.8;
}

.page_top_btn {
  display: none;
}

.page_top_btn_scroll {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .footer__pagetop a {
    width: 44px;
    height: 44px;
    right: 11px;
    bottom: 11px;
  }
}