@charset "UTF-8";

* {
  zoom: 1;
}

.page-wrap {
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  color: #111111;
}

.page-wrap * {
  box-sizing: border-box;
}

/* SP時 */
.br-pc {
  display: none;
}

.br-sp {
  display: inline;
}

@media screen and (min-width: 750px) {

  /* PC時 */
  .br-pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

.p-index-hero-bg {
  background-image: url(../images/kv-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

.p-index-hero-kv {
  max-width: 900px;
  width: 100%;
  padding: 10px 10px 0;
  vertical-align: top;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  /* .p-index-hero-bg {
    display: block;
    background-image: none;
  } */

  .p-index-hero-kv {
    padding: 10px 0 0 0;
  }

}



.p-index-box {
  background-color: #111111;
  padding: 10px 20px;
}

.p-index-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;

}

.p-index-box-closing {
  color: #fff;
  font-size: 20px;
  border-right: 1px solid #fff;
  padding: 12px 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-index-box-date {
  color: #fff;
  font-size: 28px;
  padding: 20px 16px;
  font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 750px) {
  .p-index-box {
    padding: 10px;
  }

  .p-index-box-closing {
    font-size: 16px;
    padding: 13px 16px;
  }

  .p-index-box-date {
    font-size: 22px;
    padding: 13px 16px;
  }
}



.p-index-about {
  background-image: url(../images/content-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 20px;
  position: relative;
}

.p-index-about::before {
  background-color: rgba(17, 17, 17, 0.7);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-index-about-box {
  background-color: #fff;
  box-shadow: 10px 10px 0px 0px rgba(155, 255, 65, 1);
  padding: 40px 10px 50px;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.p-index-about-title {
  font-size: 40px;
  color: #fe0100;
  font-family: 'Noto Sans JP', sans-serif;
  text-align-last: left;
  line-height: 1.2;
  position: relative;
  border-bottom: 5px solid #ddd;
  padding: 10px 0;
}

.p-index-about-title span{
  display: inline-block;
}

.p-index-about-title::before {
  position: absolute;
    left: 0;
    bottom: -5px;
    width: 20%;
    height: 5px;
    content: '';
    background: #7cd000;
}

.p-info-wrap {
  margin: 40px 0 0;
}
.p-info-head {
      position: relative;
        font-size: 32px;
        color: #111111;
        text-align: center;
}
.p-info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.p-info-item {
  max-width: 540px;
}
.p-info-item img{
 width: 100%;
 max-width: 560px;
}
@media screen and (max-width: 1160px) {
  .p-info-item {
    max-width: 400px;
  }
}
@media screen and (max-width: 940px) {
  .p-index-about-title {
      font-size: 32px;
    }
}
@media screen and (max-width: 879px) {
  .p-info-item {
    max-width: 560px;
  }
}
@media screen and (max-width: 750px) {
.p-index-about-box {
 padding: 20px 10px 30px;
}
.p-info-wrap {
    margin: 24px 0 0;
  }
.p-info-head {
      font-size: 20px;
    }
.p-info-list {
  gap: 8px;
  margin: 8px 0;
}

    .p-index-about-title {
      font-size: 24px;
    }

  .p-index-about-present {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;

  }

  

  .p-index-about-productname {
    font-size: 20px;
  }

  .p-index-about-number {
    font-size: 18px;
  }


  /* SP時 */
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

@media screen and (min-width: 750px) {

  /* PC時 */
  .br-pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

.p-index-box-inner {
  display: flex;
  align-items: center;
  justify-content: center;
margin-top: 20px;
}

.p-index-box-closing {
  color: #111111;
  font-size: 20px;
  padding: 12px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-index-box-date {
  color: #111111;
  font-size: 28px;
  padding: 20px 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-index-entry__btn {
  position: relative;
  width: 480px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}
.p-index-entry__btn span {
  position: relative;
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  background-color: #7cd000;
  z-index: 1;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 0 16px;
  line-height: 1;
}
.p-index-entry__btn span::after {
  display: block;
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  content: '';
}
.p-index-entry__btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #4ca000;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-index-entry__btn:hover span {
  top: 4px;
}
.p-index-entry__btn--end span {
background-color: #666;
}
.p-index-entry__btn--end span::after {
  content: none;
}
.p-index-entry__btn--end::after {
  content: none;
}
.p-index-entry__btn--end:hover span {
  top: 0;
}




@media screen and (max-width: 750px) {
  .p-index-box-inner {
    margin-top: 0px;
  }

  .p-index-box-closing {
    font-size: 16px;
    padding: 10px 0px;
  }

  .p-index-box-date {
    font-size: 20px;
    padding: 10px 8px;
  }

  .p-index-entry__btn {
    width: 320px;
  }
}

.c-breadcrumbs {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 0 0;
  position: relative;
  z-index: 1;
}

.c-breadcrumbs ul {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumbs ul li {
  font-weight: 300;
  color: #7cd000;
  font-size: 16px;
}

.c-breadcrumbs ul li a {
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .c-breadcrumbs {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .c-breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
  }

  .c-breadcrumbs ul li {
    font-size: 14px;
  }

}

.c-present-close {
  margin: 30px auto 20px;
  font-size: 24px;
}

@media screen and (max-width: 750px) {
  .c-present-close {
font-size: 20px;

  }}
.common-abg-wrap__footer {
  padding: 20px 0;
  background-color: #111111;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}