@charset "UTF-8";
* {
  padding: 0px;
  margin: 0px;
}

html {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  position: relative;
  width: 100%;
  height: auto;
  background-color: RGB(90, 29, 80);
  font-family: "Noto Sans JP", sans-serif;
}

.wrapper {
  width: 780px;
  margin: 0 auto;
  border: 0.5px solid white;
  height: auto;
  background-image: url("../images/bg_main3.jpg");
  background-size: 100%;
}
@media screen and (max-width: 860px) {
  .wrapper {
    width: 100%;
  }
}

header {
  width: 100%;
  height: 29rem;
}
header .header--top {
  width: 100%;
  height: 6rem;
  padding-top: 0rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  background-color: white;
}
header .header--top .img-container-l,
header .header--top .img-container-r {
  position: relative;
  width: 50%;
}
header .header--top .img-container-l {
  padding-left: 2rem;
}
header .header--top .img-container-l img {
  width: 13rem;
  height: auto;
  position: absolute;
  left: 2rem;
}
header .header--top .img-container-r {
  padding-right: 2rem;
}
header .header--top .img-container-r img {
  width: 13rem;
  height: auto;
  position: absolute;
  right: 2rem;
}
header .header--bottom {
  width: 100%;
  height: 20rem;
  background-color: RGB(90, 29, 80);
}
header .header--bottom .img-container {
  width: 95%;
  height: auto;
  margin: 0rem auto;
  padding: 1rem;
}
header .header--bottom .img-container img {
  width: 100%;
}
@media screen and (max-width: 860px) {
  header {
    height: 15rem;
  }
  header .header--top {
    width: 100%;
    height: 5rem;
  }
  header .header--top .img-container-l,
  header .header--top .img-container-r {
    position: relative;
    width: 50%;
  }
  header .header--top .img-container-l {
    padding-left: 2rem;
  }
  header .header--top .img-container-l img {
    width: 12rem;
    transform: translateX(-20px);
  }
  header .header--top .img-container-r {
    padding-right: 0rem;
  }
  header .header--top .img-container-r img {
    width: 12rem;
    transform: translateX(25px);
  }
  header .header--bottom {
    width: 100%;
  }
}

main {
  width: 100%;
  height: auto;
}
main .main-image {
  width: 100%;
  height: auto;
}
main .main-image .img-container {
  width: 100%;
}
main .main-image .img-container img {
  width: 100%;
}
main .description {
  width: 90%;
  margin: 0 auto;
}
main .description .description-img-container {
  width: 100%;
  margin: 2rem auto;
}
main .description .description-img-container img {
  width: 100%;
}
main .contents {
  width: 90%;
  margin: 0 auto;
}
main .contents .content {
  width: 100%;
}
main .contents .content1 {
  background-color: rgba(255, 255, 255, 0.6);
}
main .contents .content1 .content1-title {
  padding: 2rem 0px;
  background-color: rgb(191, 210, 168);
}
main .contents .content1 .content1-title .title-container {
  font-size: 1.8rem;
  text-align: center;
  color: rgb(91, 28, 81);
  font-weight: 900;
}
main .contents .content1 .content1-main {
  width: 100%;
}
main .contents .content1 .content1-main .img-container {
  width: 100%;
}
main .contents .content1 .content1-main .img-container img {
  width: 100%;
}
main .contents .content1 .content1-main .description {
  width: 90%;
}
main .contents .content1 .content1-main .description article .article-title {
  display: none;
}
main .contents .content1 .content1-main .description article .strings p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: rgb(64, 33, 15);
}
main .contents .content1 .content1-main .description article ul {
  list-style-type: none;
  padding: 2rem 0;
  padding-bottom: 0rem;
  padding-left: 0.2rem;
}
main .contents .content1 .content1-main .description article ul li {
  text-indent: -6rem;
  padding-left: 6rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
  color: rgb(64, 33, 15);
}
main .contents .content1 .content1-main .description article ul .li4 {
  margin: 2rem 0;
  padding-left: 10rem;
  text-indent: -10rem;
}
main .contents .content1 .content1-main .description article ul .li1::before {
  content: "※1・・・";
}
main .contents .content1 .content1-main .description article ul .li2::before {
  content: "※2・・・";
}
main .contents .content1 .content1-main .description article ul .li3::before {
  content: "※3・・・";
}
main .contents .content1 .content1-main .description article ul .li4::before {
  content: "■例えば・・・";
}
main .contents .content1 .content1-main .description article .btns {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
main .contents .content1 .content1-main .description article .btns a {
  width: 50%;
  margin: 0 auto;
}
main .contents .content1 .content1-main .description article .btns a img {
  width: auto;
  height: 17rem;
}
main .contents .content1 hr {
  height: 2px;
  width: 90%;
  margin: 0 auto;
  background-color: rgb(64, 33, 15);
  border: 0px;
}
main .contents .content1 .price_list {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
main .contents .content1 .price_list table {
  width: 90%;
  margin: 0 auto;
}
main .contents .content1 .price_list table tbody tr.parent_row {
  width: 100%;
  border-bottom: 1px solid black;
  height: 8rem;
}
main .contents .content1 .price_list table tbody tr.parent_row th {
  display: block;
  text-align: left;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: rgb(64, 33, 15);
  margin: 1rem 0;
}
main .contents .content1 .price_list table tbody tr.parent_row td {
  display: flex;
  flex-direction: column;
  text-align: left;
  font-size: 1.3rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgb(64, 33, 15);
  color: rgb(64, 33, 15);
}
main .contents .content1 .price_list table tbody tr.parent_row td .price-img-container {
  width: 100%;
}
main .contents .content1 .price_list table tbody tr.parent_row td .price-img-container img {
  width: 100%;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.prices {
  width: 80%;
  padding-left: 15%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.prices p {
  display: inline;
  font-size: 2.3rem;
  font-weight: bold;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small {
  font-size: 1.8rem;
  border: 1px solid black;
  padding: 2px;
  margin-left: 2rem;
  margin-right: 2rem;
  letter-spacing: 2px;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small-nb {
  border: unset;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.large {
  font-size: 4rem;
  font-weight: bold;
  padding-right: 1.5rem;
}
main .contents .content1 .price_list table tbody tr.parent_row td div.ref {
  text-align: right;
}
main .contents .content1 .price_list table tbody tr.parent_row:last-child > * {
  border-bottom: unset;
}
main .contents .content1 .attention {
  width: 85%;
  margin: 2rem auto;
}
main .contents .content1 .attention p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: rgb(64, 33, 15);
}
main .contents .content1 .content1-btn {
  width: 85%;
  height: auto;
  margin: 0 auto;
  color: rgb(64, 33, 15);
}
main .contents .content1 .content1-btn img {
  width: 100%;
  height: auto;
}
main .contents .content1 .content1-btn .img-container {
  width: 100%;
  height: auto;
}
main .contents .content1 .content1-btn .img-container img {
  width: 100%;
  height: auto;
}
main .contents .content1 .content1-btn .sale-office {
  padding-top: 2rem;
  width: 100%;
  height: auto;
  padding: 3rem;
  padding-bottom: 1rem;
}
main .contents .content1 .content1-btn .sale-office p {
  position: relative;
  width: 100%;
  font-size: 2rem;
  line-height: 4rem;
  letter-spacing: -1.5px;
  font-weight: 600;
}
main .contents .content1 .content1-btn .sale-office p a {
  width: 100%;
  font-size: 2.5rem;
  letter-spacing: 1px;
  left: 50%;
  transform: translateX(-50%);
}
main .contents .content1 .content1-btn .sale-office .plink {
  margin: 2rem;
  margin-left: 0rem;
  text-align: center;
}
main .contents .content2 {
  width: 100%;
  margin: 2rem auto;
}
main .contents .content2 .content2-btn {
  width: 100%;
  margin: 0 auto;
}
main .contents .content2 .content2-btn a {
  width: 100%;
}
main .contents .content2 .content2-btn a img {
  width: 100%;
}
main .contents .content3 {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
main .contents .content3 .content {
  width: 95%;
  margin: 0 auto;
  padding: 2rem 0;
  color: rgb(64, 33, 15);
}
main .contents .content3 .content h3 {
  font-size: 3rem;
  font-weight: 900;
  padding: 2rem 0;
}
main .contents .content3 .content p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: 600;
  color: black;
}
main .contents .content3 .content a {
  text-decoration: none;
  text-decoration: underline;
}
main .contents .content3 .content a:link {
  color: rgb(64, 33, 15);
}
main .contents .content3 .content a:visited {
  color: rgb(64, 33, 15);
}
@media screen and (max-width: 860px) {
  main .main-image {
    height: auto;
  }
  main .main-image .img-container {
    width: 100%;
  }
  main .main-image .img-container img {
    width: 100%;
  }
  main .description {
    width: 90%;
  }
  main .description .description-img-container {
    width: 100%;
  }
  main .description .description-img-container img {
    width: 100%;
  }
  main .contents .content {
    width: 100%;
  }
  main .contents .content1 .content1-title {
    padding: 2rem 0px;
    background-color: rgb(191, 210, 168);
  }
  main .contents .content1 .content1-title .title-container {
    font-size: 1.3rem;
  }
  main .contents .content1 .content1-title .title-container h2 {
    line-height: 2.3rem;
    margin-bottom: 1rem;
  }
  main .contents .content1 .content1-title .title-container h2 span {
    letter-spacing: -7.4px;
  }
  main .contents .content1 .content1-title .title-container h3 {
    font-size: 1.2rem;
  }
  main .contents .content1 .content1-main {
    width: 100%;
  }
  main .contents .content1 .content1-main .img-container {
    width: 100%;
  }
  main .contents .content1 .content1-main .img-container img {
    width: 100%;
  }
  main .contents .content1 .content1-main .description {
    width: 90%;
  }
  main .contents .content1 .content1-main .description article .article-title {
    display: none;
  }
  main .contents .content1 .content1-main .description article .strings p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: rgb(64, 33, 15);
  }
  main .contents .content1 .content1-main .description article ul {
    list-style-type: none;
  }
  main .contents .content1 .content1-main .description article ul li {
    text-indent: -6rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .contents .content1 .content1-main .description article ul .li4 {
    margin: 2rem 0;
    padding-left: 10rem;
    text-indent: -10rem;
  }
  main .contents .content1 .content1-main .description article ul .li1::before {
    content: "※1・・・";
  }
  main .contents .content1 .content1-main .description article ul .li2::before {
    content: "※2・・・";
  }
  main .contents .content1 .content1-main .description article ul .li3::before {
    content: "※3・・・";
  }
  main .contents .content1 .content1-main .description article ul .li4::before {
    content: "■例えば・・・";
  }
  main .contents .content1 .content1-main .description article .btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
  main .contents .content1 .content1-main .description article .btns a {
    width: 50%;
    margin: 0 auto;
  }
  main .contents .content1 .content1-main .description article .btns a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 8rem;
  }
  main .contents .content1 hr {
    height: 2px;
    width: 90%;
    margin: 0 auto;
    background-color: rgb(64, 33, 15);
    border: 0px;
  }
  main .contents .content1 .price_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  main .contents .content1 .price_list table {
    width: 90%;
    margin: 0 auto;
  }
  main .contents .content1 .price_list table tbody tr.parent_row {
    width: 100%;
    border-bottom: 1px solid black;
    height: 8rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row th {
    font-size: clamp(1.5rem, 5vw, 1.5rem);
  }
  main .contents .content1 .price_list table tbody tr.parent_row td {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.3rem;
    padding: 0rem 0;
    border-bottom: 1px solid rgb(64, 33, 15);
    color: rgb(64, 33, 15);
    padding-left: 2rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td > * {
    color: rgb(64, 33, 15);
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices .price {
    width: 100%;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices p {
    display: inline;
    font-size: 1.5rem;
    font-weight: bold;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small {
    font-size: 1.2rem;
    border: 1px solid black;
    padding: 2px;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: 2px;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small-nb {
    border: unset;
    font-size: 1.5rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.large {
    font-size: 3rem;
    font-weight: bold;
    padding-right: 0.5rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.ref {
    margin-top: 1.2rem;
    text-align: right;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.ref a img {
    width: 12rem;
    height: auto;
  }
  main .contents .content1 .price_list table tbody tr.parent_row:last-child > * {
    border-bottom: unset;
  }
  main .contents .content1 .attention {
    width: 85%;
    margin: 2rem auto;
  }
  main .contents .content1 .attention p {
    font-size: 2rem;
    line-height: 2rem;
  }
  main .contents .content1 .content1-btn img {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .img-container {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .img-container img {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .sale-office {
    padding-top: 2rem;
    width: 100%;
    height: auto;
    padding: 1rem;
    padding-bottom: 1rem;
  }
  main .contents .content1 .content1-btn .sale-office p {
    position: relative;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2rem;
    letter-spacing: -1.5px;
    font-weight: 600;
  }
  main .contents .content1 .content1-btn .sale-office p a {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: 1px;
    left: 50%;
    transform: translateX(-50%);
  }
  main .contents .content1 .content1-btn .sale-office .plink {
    margin: 2rem;
    margin-left: 0rem;
    text-align: center;
  }
  main .contents .content2 {
    width: 100%;
    margin: 2rem auto;
  }
  main .contents .content2 .content2-btn {
    width: 100%;
    margin: 0 auto;
  }
  main .contents .content2 .content2-btn a {
    width: 100%;
  }
  main .contents .content2 .content2-btn a img {
    width: 100%;
  }
  main .contents .content3 {
    width: 100%;
  }
  main .contents .content3 .content {
    width: 95%;
    margin: 0 auto;
    padding: 2rem 0;
    color: rgb(64, 33, 15);
  }
  main .contents .content3 .content h3 {
    font-size: 1.8rem;
    font-weight: 900;
    padding: 1rem 1.1rem;
  }
  main .contents .content3 .content p {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 600;
    color: black;
    padding: 0 1.1rem;
  }
  main .contents .content3 .content a {
    text-decoration: none;
    text-decoration: underline;
  }
  main .contents .content3 .content a:link {
    color: rgb(64, 33, 15);
  }
  main .contents .content3 .content a:visited {
    color: rgb(64, 33, 15);
  }
}
@media screen and (max-width: 428px) {
  main .main-image {
    height: auto;
  }
  main .main-image .img-container {
    width: 100%;
  }
  main .main-image .img-container img {
    width: 100%;
  }
  main .description {
    width: 90%;
  }
  main .description .description-img-container {
    width: 100%;
  }
  main .description .description-img-container img {
    width: 100%;
  }
  main .contents .content {
    width: 100%;
  }
  main .contents .content1 .content1-title {
    padding: 2rem 0px;
    background-color: rgb(191, 210, 168);
  }
  main .contents .content1 .content1-title .title-container {
    font-size: 1.3rem;
  }
  main .contents .content1 .content1-title .title-container h3 {
    font-size: 1.2rem;
    font-weight: 900;
  }
  main .contents .content1 .content1-main {
    width: 100%;
  }
  main .contents .content1 .content1-main .img-container {
    width: 100%;
  }
  main .contents .content1 .content1-main .img-container img {
    width: 100%;
  }
  main .contents .content1 .content1-main .description {
    width: 90%;
  }
  main .contents .content1 .content1-main .description article .article-title {
    display: none;
  }
  main .contents .content1 .content1-main .description article .strings p {
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
    color: rgb(64, 33, 15);
  }
  main .contents .content1 .content1-main .description article ul {
    list-style-type: none;
  }
  main .contents .content1 .content1-main .description article ul li {
    text-indent: -5.5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  main .contents .content1 .content1-main .description article ul .li4 {
    margin: 2rem 0;
    padding-left: 10rem;
    text-indent: -8rem;
  }
  main .contents .content1 .content1-main .description article ul .li1::before {
    content: "※1・・・";
  }
  main .contents .content1 .content1-main .description article ul .li2::before {
    content: "※2・・・";
  }
  main .contents .content1 .content1-main .description article ul .li3::before {
    content: "※3・・・";
  }
  main .contents .content1 .content1-main .description article ul .li4::before {
    content: "■例えば・・・";
  }
  main .contents .content1 .content1-main .description article .btns {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
  }
  main .contents .content1 .content1-main .description article .btns a {
    width: 50%;
    margin: 0 auto;
  }
  main .contents .content1 .content1-main .description article .btns a img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 8rem;
  }
  main .contents .content1 hr {
    height: 2px;
    width: 90%;
    margin: 0 auto;
    background-color: rgb(64, 33, 15);
    border: 0px;
  }
  main .contents .content1 .price_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  main .contents .content1 .price_list table {
    width: 90%;
    margin: 0 auto;
  }
  main .contents .content1 .price_list table tbody tr.parent_row {
    width: 100%;
    border-bottom: 1px solid black;
    height: 8rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row th {
    font-size: clamp(1.5rem, 5vw, 1.5rem);
  }
  main .contents .content1 .price_list table tbody tr.parent_row td {
    display: flex;
    flex-direction: column;
    text-align: left;
    font-size: 1.3rem;
    padding: 0rem 0;
    border-bottom: 1px solid rgb(64, 33, 15);
    color: rgb(64, 33, 15);
    padding-left: 0rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td > * {
    color: rgb(64, 33, 15);
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices .price {
    width: 100%;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices p {
    display: inline;
    font-size: 1.5rem;
    font-weight: bold;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small {
    font-size: 1.2rem;
    border: 1px solid black;
    padding: 2px;
    margin-left: 1rem;
    margin-right: 1rem;
    letter-spacing: 2px;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.small-nb {
    border: unset;
    font-size: 1.5rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.prices span.large {
    font-size: 3rem;
    font-weight: bold;
    padding-right: 0.5rem;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.ref {
    margin-top: 1.2rem;
    text-align: right;
  }
  main .contents .content1 .price_list table tbody tr.parent_row td div.ref a img {
    width: 12rem;
    height: auto;
  }
  main .contents .content1 .price_list table tbody tr.parent_row:last-child > * {
    border-bottom: unset;
  }
  main .contents .content1 .attention {
    width: 85%;
    margin: 2rem auto;
  }
  main .contents .content1 .attention p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  main .contents .content1 .content1-btn img {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .img-container {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .img-container img {
    width: 100%;
    height: auto;
  }
  main .contents .content1 .content1-btn .sale-office {
    padding-top: 2rem;
    width: 98%;
    margin: 0 auto;
    height: auto;
    padding: 1rem;
    padding-bottom: 1rem;
  }
  main .contents .content1 .content1-btn .sale-office p {
    position: relative;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.5px;
    font-weight: 600;
  }
  main .contents .content1 .content1-btn .sale-office p a {
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: -0.5px;
    transform: translateX(-20rem);
  }
  main .contents .content1 .content1-btn .sale-office .plink {
    margin: 2rem;
    margin-left: 0rem;
    text-align: center;
  }
  main .contents .content2 {
    width: 100%;
    margin: 2rem auto;
  }
  main .contents .content2 .content2-btn {
    width: 100%;
    margin: 0 auto;
  }
  main .contents .content2 .content2-btn a {
    width: 100%;
  }
  main .contents .content2 .content2-btn a img {
    width: 100%;
  }
  main .contents .content3 {
    width: 100%;
  }
  main .contents .content3 .content {
    width: 95%;
    margin: 0 auto;
    padding: 0.5rem 0;
    color: rgb(64, 33, 15);
  }
  main .contents .content3 .content h3 {
    font-size: 1.5rem;
    font-weight: 900;
    padding: 1rem 1.1rem;
  }
  main .contents .content3 .content p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    color: black;
    padding: 0 1.1rem;
  }
  main .contents .content3 .content a {
    text-decoration: none;
    text-decoration: underline;
  }
  main .contents .content3 .content a:link {
    color: rgb(64, 33, 15);
  }
  main .contents .content3 .content a:visited {
    color: rgb(64, 33, 15);
  }
}

footer {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}
footer .footer-container {
  width: 90%;
  height: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 428px) {
  footer .footer-container {
    height: 480px;
  }
}
footer .footer-container .footer-top,
footer .footer-container .footer-bottom {
  position: relative;
  margin-bottom: 1rem;
}
footer .footer-container .footer-top .footer-top-title,
footer .footer-container .footer-top .footer-bottom-title,
footer .footer-container .footer-bottom .footer-top-title,
footer .footer-container .footer-bottom .footer-bottom-title {
  width: 100%;
  height: auto;
}
footer .footer-container .footer-top .footer-top-title img,
footer .footer-container .footer-top .footer-bottom-title img,
footer .footer-container .footer-bottom .footer-top-title img,
footer .footer-container .footer-bottom .footer-bottom-title img {
  width: 100%;
  height: auto;
}
footer .footer-container .footer-top .linkflex,
footer .footer-container .footer-bottom .linkflex {
  width: 80%;
  margin: 0 auto;
  padding: 5px 0px;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
footer .footer-container .footer-top .linkflex a,
footer .footer-container .footer-bottom .linkflex a {
  width: 30%;
  margin: 5px;
}
footer .footer-container .footer-top .linkflex a img,
footer .footer-container .footer-bottom .linkflex a img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 428px) {
  footer .footer-container .footer-top .linkflex a,
  footer .footer-container .footer-bottom .linkflex a {
    width: 45%;
  }
}
footer .footer-container .footer-top .jump,
footer .footer-container .footer-bottom .jump {
  position: absolute;
  bottom: -2rem;
  color: black;
  z-index: 9;
  height: auto;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: underline;
  text-align: right;
  cursor: pointer;
}
footer .end-content {
  background-color: RGB(90, 29, 80);
  width: 100%;
  padding: 0;
  margin: 0;
}
footer .end-content .img-container {
  width: 100%;
}
footer .end-content .img-container img {
  width: 100%;
}

.popup {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  background-color: rgba(5, 5, 5, 0.7);
  z-index: 99;
  padding-top: 100px;
}
.popup .popup_body {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 50%;
  height: auto;
  z-index: 100;
  background-color: white;
}
.popup .popup_body .img-container {
  width: 95%;
  height: auto;
  margin: 3rem auto;
}
.popup .popup_body .img-container img {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.popup .popup_body .close {
  width: 100px;
  height: 40px;
  background-color: white;
  border: 1px double green;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 860px) {
  .popup .popup_body {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .popup .popup_body .img-container {
    width: 95%;
    margin: 0 auto;
    padding: 0;
  }
  .popup .popup_body .img-container img {
    width: 100%;
    height: auto;
  }
}

.passp-container {
  width: 100%;
  margin: 0 auto;
}
.passp-container img {
  width: 100%;
}/*# sourceMappingURL=style.css.map */