@import url("https://use.typekit.net/fdp7etr.css");
* {
  line-height: 150%;
}

img {
  width: 100%;
}

body {
  color: #2f2f2f;
  background: #fefbf4;
  font-family: "Hiragino Kaku Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

a {
  color: #2f2f2f;
  text-decoration: none;
}

/*********************
title-box
**********************/
.title-box {
  width: 300px;
  max-width: 100%;
  min-width: 250px;
  font-family: serif;
  color: #2e67c2;
}
.title-box .box1 {
  border: solid 2px #2e67c2;
  padding: 5px;
  font-size: 16px;
}
.title-box .box2 {
  display: inline-flex;
  align-items: flex-end;
  font-size: 30px;
}
.title-box .box2 span {
  border-bottom: solid 2px #2e67c2;
  border-left: solid 2px #2e67c2;
  font-size: 40px;
  padding: 2px;
}
.title-box .box2 span:last-child {
  border-right: solid 2px #2e67c2;
}

/*********************
more-btn
**********************/
.more-btn .btn {
  background: #2c2c2c;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  color: white;
  border-radius: 50%;
  font-size: 10px;
}

/*********************
footer
**********************/
footer .footer-top {
  padding: 400px 0 200px 0;
  background-image: url("../../src/home/main.webp");
  background-size: 1500px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
footer .bg-color {
  background: linear-gradient(180deg, transparent 0%, transparent 65%, #2e67c2 65%, #2e67c2 100%);
}
footer .btn {
  width: 250px;
  max-width: 100%;
  margin: 30px auto;
}
footer .btn a {
  display: block;
  background: #2e67c2;
  padding: 30px;
  text-align: center;
  color: white;
  font-weight: 800;
  border-radius: 9999px;
}
footer .entry-btn {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  gap: 30px;
}
footer .entry-btn a {
  width: 250px;
  max-width: 100%;
  background: #ffa700;
  box-sizing: border-box;
}
footer .entry-btn .nav-entry1 {
  width: 250px;
  background: white;
  max-width: 100%;
}
footer .entry-btn .nav-entry1 img {
  width: 90%;
  margin: 0 auto;
}
footer .footer-bottom {
  background: #2e67c2;
  padding: 100px 0 50px 0;
}
footer .footer-bottom .logo {
  width: 250px;
  padding: 40px;
  margin: 0px auto;
  font-size: 8px;
  color: white;
}
footer .footer-bottom .logo img {
  margin-bottom: 5px;
}

.access {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  line-height: 150%;
  color: white;
}
.access a {
  font-size: 40px;
  color: white;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.foot-insta {
  background: #2e67c2;
}
.foot-insta .insta-box {
  display: flex;
  padding: 70px 0;
  width: 1000px;
  margin: 0 auto;
  max-width: 90%;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-top: solid 1px white;
}
.foot-insta .left {
  color: white;
  text-align: center;
  width: 40%;
}
.foot-insta .left p {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
}
.foot-insta .right {
  width: 60%;
}
.foot-insta .right ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.foot-insta .right .nav-entry3 {
  width: 220px;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border: solid 1px #707070;
  font-weight: 800;
  border-radius: 9999px;
  font-size: 14px;
  text-align: center;
}
.foot-insta .right .nav-entry3 .left {
  width: 40px !important;
}
.foot-insta .right .nav-entry3 .right {
  width: 60% !important;
}
.foot-insta .right .nav-entry3 img {
  width: 20px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media (max-width: 1000px) {
  .foot-insta .insta-box {
    padding-bottom: 100px;
  }
}
@media (max-width: 800px) {
  .foot-insta .insta-box {
    flex-direction: column;
    gap: 30px;
  }
  .foot-insta .left {
    width: 100%;
  }
  .foot-insta .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .title-box {
    width: 200px;
    max-width: 90%;
    font-family: serif;
    color: #2e67c2;
  }
  .title-box .box1 {
    font-size: 16px;
  }
  .title-box .box2 {
    font-size: 22px;
  }
  .title-box .box2 span {
    font-size: 35px;
  }
  footer .footer-top {
    padding: 200px 0 200px 0;
  }
}
@media (max-width: 550px) {
  footer .footer-top {
    padding: 200px 0 100px 0;
  }
}/*# sourceMappingURL=index.css.map */