@charset "UTF-8";
/** ───────────────────────────────────────────────────────── **/
/*** ▼ 編集不要 ▼ ***/
header {
  position: absolute;
  top: 0;
  left: 0;
  background: none;
}
@media (max-width: 768px) {
  header {
    position: static;
  }
}
header .header_wrap {
  z-index: 9;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  background-image: url(../images/top/head_gra.png);
  background-position: top center;
  background-size: contain;
  background-repeat: repeat-x;
  mix-blend-mode: multiply;
  opacity: 0.8;
  z-index: 9;
}
@media (max-width: 768px) {
  header::before {
    display: none;
  }
}
header .h_logo {
  color: #fff;
}
header .h_logo a img:not(.inc_top) {
  display: none;
}
@media (max-width: 768px) {
  header .h_logo a img:not(.inc_top) {
    display: block;
  }
}
@media (max-width: 768px) {
  header .h_logo a img.inc_top {
    display: none !important;
  }
}
header .btns a.second-req {
  color: #fff;
}
header .yokoku {
  margin-left: 56px;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  color: #fff;
}
@media (max-width: 768px) {
  header .yokoku {
    margin-left: 0;
    margin-top: 10px;
    color: #3e3d3c;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    color: #3e3d3c;
  }
}
header .yokoku .box {
  font-size: 2rem;
  line-height: 1;
  padding: 4px 4px 3px;
  border: 0.5px solid #fff;
}
@media (max-width: 768px) {
  header .yokoku .box {
    font-size: 1.3rem;
    border: 0.5px solid #3e3d3c;
    width: 100%;
    text-align: center;
  }
}
header .yokoku p:not(.box) {
  font-size: 1.2rem;
  line-height: 1.16;
}
@media (max-width: 768px) {
  header .yokoku p:not(.box) {
    font-size: 1.1rem;
    line-height: 1.18;
    width: 100%;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
header .pankuzu {
  color: #fff;
}
header .pankuzu .arrow {
  border-color: #fff;
}
header .pankuzu .arrow-top {
  display: none;
}

#float_wrap {
  position: sticky;
  left: calc(100% - 403px);
  top: calc(100% - 125px);
  width: 375px;
  z-index: 99;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
#float_wrap.float_wrap_bottom {
  top: calc(100% - 310px);
}
#float_wrap.close a {
  display: none !important;
}
#float_wrap.close #float_close {
  display: none !important;
}
#float_wrap #float_close {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  right: 0;
}
@media (hover: hover) {
  #float_wrap #float_close:hover {
    cursor: pointer;
  }
}

.main {
  width: 100%;
  margin-top: -57px;
}
.main.close {
  margin-top: 0;
}
@media (max-width: 768px) {
  .main {
    margin-top: 0;
  }
}
.main .movie_wrap {
  width: 100%;
}
.main .movie_wrap video {
  width: 100%;
}

/* .main {
  width: 100%;
  margin-top: -57px;
  opacity: 0;
  animation: mv 1s ease-out 0.5s forwards;
  @include tab {
    margin-top: 0;
  }
  &.close {
    margin-top: 0;
  }
  img {
    &.txt {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transform: translateY(20px);
      animation: mvTxt 1s ease-out 1.5s forwards;
    }
  }
}
@keyframes mv {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes mvTxt {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
} */
.sec01 {
  padding: 64px 0 0;
}
@media (max-width: 768px) {
  .sec01 {
    padding: 58px 0 0;
  }
}
.sec01 .sec01-1 {
  width: 50%;
  max-width: 580px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .sec01 .sec01-1 {
    width: 292px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .sec01 .sec01-1 {
    padding-bottom: 50px;
  }
}
.sec01 .sec01-2 {
  width: 90%;
  max-width: 1036px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sec01 .sec01-2 {
    width: 292px;
  }
}
.sec01 .entryBtn {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .sec01 .entryBtn {
    margin-top: 80px;
  }
}
.sec01 .entry {
  margin-top: 64px;
}
@media (max-width: 768px) {
  .sec01 .entry {
    margin-top: 40px;
  }
}
.sec01 .entryBtn_wrap .entryBtn {
  margin-top: 0;
}
@media (max-width: 768px) {
  .sec01 .entryBtn_wrap .entryBtn {
    margin-top: 0;
  }
}
.sec01 .entryBtn_wrap p {
  margin-top: 12px;
  text-align: center;
}

.sec02 {
  background: url(../images/top/top05.svg), #bba97a;
  background-size: 100%, contain;
  background-repeat: repeat-y, repeat;
  background-position: top center, center;
  padding: 140px 0 150px;
}
@media (max-width: 768px) {
  .sec02 {
    background: url(../images/top/top05_sp.svg), #bba97a;
    padding: 70px 0 75px;
  }
}
.sec02 .copy {
  width: 514px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (max-width: 1121px) {
  .sec02 .copy {
    width: 45.85%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .sec02 .copy {
    width: 257px;
  }
}
.sec02 .logo {
  width: 216px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media (max-width: 1121px) {
  .sec02 .logo {
    width: 19.27%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .sec02 .logo {
    width: 216px;
  }
}
.sec02 p {
  font-size: 1.9rem;
  line-height: 2.7;
  color: #fff;
  text-align: center;
}
@media (max-width: 768px) {
  .sec02 p {
    font-size: 1.6rem;
  }
}

.sec03 {
  width: 100%;
}
.sec03 .pic {
  width: 100%;
}

.info_wrap {
  width: 72%;
  max-width: 924px;
  margin: 75px auto;
}
@media (max-width: 1121px) {
  .info_wrap {
    width: 88%;
  }
}
@media (max-width: 1121px) and (max-width: 768px) {
  .info_wrap {
    margin: 40px auto 60px;
  }
}
.info_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .info_wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.info_wrap dt {
  width: 266px;
  color: #bba97a;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .info_wrap dt {
    width: 100%;
    font-size: 2.1rem;
  }
}
.info_wrap dd {
  width: calc(100% - 266px);
}
@media (max-width: 768px) {
  .info_wrap dd {
    width: 100%;
    font-size: 1.3rem;
  }
}
.info_wrap dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 0 42px;
}
@media (max-width: 1121px) {
  .info_wrap dd p {
    gap: 0 18px;
  }
}
.info_wrap dd p:last-child {
  padding-bottom: 15px;
  border-bottom: 0.5px solid #3e3d3c;
}
@media (max-width: 768px) {
  .info_wrap dd p:last-child {
    padding-bottom: 8px;
  }
}
.info_wrap dd p span {
  display: inline-block;
}
.info_wrap dd p span.date {
  width: 66px;
}
@media (max-width: 768px) {
  .info_wrap dd p span.date {
    width: 54px;
  }
}
.info_wrap dd p span.txt {
  width: calc(100% - 66px);
}
@media (max-width: 768px) {
  .info_wrap dd p span.txt {
    width: calc(100% - 54px);
  }
}

.entry {
  text-align: center;
  background: #f3f4f6;
}
.entry dt {
  font-size: 2.8rem;
  font-weight: 400;
  padding: 40px 0 20px;
}
@media (max-width: 768px) {
  .entry dt {
    font-size: 2.4rem;
    padding: 25px 0 15px;
  }
}
.entry dd:not(.pic_wrap) {
  line-height: 1.75;
  font-size: 1.8rem;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .entry dd:not(.pic_wrap) {
    font-size: 1.5rem;
    padding-bottom: 25px;
  }
}
.entry dd.pic_wrap {
  max-width: 548px;
  margin: 0 auto;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .entry dd.pic_wrap {
    padding-bottom: 30px;
  }
}
.entry dd.pic_wrap .pic {
  width: 48%;
}
.entry dd.pic_wrap .pic p {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .entry dd.pic_wrap .pic p {
    font-size: 1.4rem;
  }
}
.entry dd.pic_wrap .pic .cap {
  color: #fff;
}

.entryBtn_wrap {
  background: #f3f4f6;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .entryBtn_wrap {
    padding-bottom: 30px;
  }
}
.entryBtn_wrap a + a {
  margin-top: 16px;
}

.banner_wrap {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .banner_wrap {
    margin-top: 40px;
  }
}
.banner_wrap .banner {
  width: 89%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .banner_wrap .banner {
    width: 100%;
  }
}

footer.inner-cont {
  margin-top: 100px;
}
@media (max-width: 768px) {
  footer.inner-cont {
    margin-top: 40px;
  }
}/*# sourceMappingURL=top.css.map */