@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://use.typekit.net/ifp8qjt.css");
main {
  width: 100%;
  padding: 155px 0 0 0;
  overflow: hidden;
  position: relative;
}
main .wrapper {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
main .wrapper #visual {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 5;
  transition: all 0.5s ease-in 0s;
}
main .wrapper #visual.on::after {
  clip-path: inset(0 0 0 0);
}
main .wrapper #visual.on h2 {
  opacity: 1;
}
main .wrapper #visual.on .title {
  opacity: 1;
}
main .wrapper #visual.on .catch {
  opacity: 1;
}
main .wrapper #visual.on .photo {
  opacity: 1;
}
main .wrapper #visual .catch {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in 1s;
}
main .wrapper #visual .catch h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .wrapper #visual .catch h4 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.2em;
  font-feature-settings: "palt";
}
main .wrapper #visual .title {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0px;
  left: 30px;
  z-index: 5;
  opacity: 0;
  transition: all 0.5s ease-in 1.25s;
}
main .wrapper #visual .title h3 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
main .wrapper #visual .photo {
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-in 0.5s;
}
main .wrapper .thead {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .thead.on {
  opacity: 1;
}
main .wrapper .thead:not(:last-child) {
  margin-bottom: 80px;
}
main .wrapper .thead h4 {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  position: relative;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .thead h4:not(:last-child) {
  margin-bottom: 20px;
}
main .wrapper .thead p.notice {
  color: #666;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .wrapper .links {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .links:not(:last-child) {
  margin-bottom: 80px;
}
main .wrapper .links dl {
  width: calc(100% - 300px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .wrapper .links dl:not(:last-child) {
  margin-bottom: 20px;
}
main .wrapper .links dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}
main .wrapper .links dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .wrapper .links ul {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 20px 20px;
}
main .wrapper .links ul li {
  width: calc((100% - 80px) / 5);
}
main .wrapper .links ul li a {
  width: 100%;
  height: 80px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #FFFFFF;
  border-radius: 5px;
  border: solid 1px #333;
  box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .wrapper .links ul li a:hover {
  border: solid 1px #cfa458;
}
main .wrapper .links ul li a:hover p {
  color: #cfa458;
}
main .wrapper .links ul li a:hover > div::after {
  background-image: url(../../common/images/blank_over.png);
}
main .wrapper .links ul li a:hover > div span {
  color: #cfa458;
}
main .wrapper .links ul li a p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
main .wrapper .links ul li a p:not(:last-child) {
  margin-bottom: 20px;
}
main .wrapper .links ul li a > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .wrapper .links ul li a > div::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../../common/images/blank.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-left: 10px;
  transition: all 0.25s ease-in 0s;
}
main .wrapper .links ul li a > div span {
  color: #000000;
  font-family: aktiv-grotesk, "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  font-feature-settings: "palt";
  transition: all 0.25s ease-in 0s;
}
main .wrapper #list {
  padding-top: 85px;
  margin-top: -85px;
  position: relative;
  display: block;
}
main .wrapper .list {
  width: 100%;
  padding: 80px 0;
  background-color: #e9e7e4;
}
main .wrapper .list .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .list .inner .detail {
  width: calc(100% - 300px);
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .list .inner .detail.on {
  opacity: 1;
}
main .wrapper .list .inner .detail table {
  text-align: left;
  width: 100%;
  border-top: solid 1px #808080;
}
main .wrapper .list .inner .detail table tbody {
  width: 100%;
}
main .wrapper .list .inner .detail table tbody tr {
  width: 100%;
}
main .wrapper .list .inner .detail table tbody tr th {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  padding: 10px 10px 10px 0;
  border-bottom: solid 1px #808080;
  width: 20%;
}
main .wrapper .list .inner .detail table tbody tr td {
  padding: 10px 0 10px 10px;
  border-bottom: solid 1px #808080;
}
main .wrapper .list .inner .detail table tbody tr td p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .wrapper .list .inner .detail table tbody tr td p:not(:last-child) {
  margin-bottom: 10px;
}
main .wrapper .list .inner .detail table tbody tr td p.notice {
  font-size: 1.2rem;
}
main .wrapper .list .inner .detail table tbody tr td p.notice.combo {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .list .inner .detail table tbody tr td p.notice.combo a {
  color: #FFFFFF;
  font-size: 1.5rem;
  line-height: 1;
  padding: 10px;
  margin-left: 10px;
  background-color: #000000;
  border-radius: 3px;
  transition: all 0.25s ease-in 0s;
}
main .wrapper .list .inner .detail table tbody tr td p.notice.combo a:hover {
  background-color: #A47A40;
}
main .wrapper .list .inner .detail table tbody tr td dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .wrapper .list .inner .detail table tbody tr td dl:not(:last-child) {
  margin-bottom: 10px;
}
main .wrapper .list .inner .detail table tbody tr td dl dt {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
main .wrapper .list .inner .detail table tbody tr td dl dt::before {
  content: "・";
  padding-right: 5px;
  display: inline-block;
}
main .wrapper .list .inner .detail table tbody tr td dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .wrapper .flow {
  width: 100%;
  padding: 80px 0;
}
main .wrapper .flow .inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .flow .inner .detail {
  width: calc(100% - 300px);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .wrapper .flow .inner .detail.on {
  opacity: 1;
}
main .wrapper .flow .inner .detail dl {
  width: calc((100% - 180px) / 4);
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
main .wrapper .flow .inner .detail dl dt:nth-child(1) {
  width: 100%;
  padding: 0 0 10px 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
main .wrapper .flow .inner .detail dl dt:nth-child(1)::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #A47A40;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
main .wrapper .flow .inner .detail dl dt:nth-child(1)::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #A47A40;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
}
main .wrapper .flow .inner .detail dl dt:nth-child(1) span {
  color: #A47A40;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
main .wrapper .flow .inner .detail dl dt:nth-child(2) {
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  margin-bottom: 20px;
}
main .wrapper .flow .inner .detail dl dd {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: left;
}
main .wrapper .flow .inner .detail .arrow {
  width: 60px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
main .wrapper .flow .inner .detail .arrow::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #A47A40;
  clip-path: polygon(0 30%, 39% 30%, 40% 0, 100% 50%, 40% 100%, 40% 70%, 0 70%);
  display: block;
}

/* --------------------------------------- Media Queries Smartphone --------------------------------------- */
@media screen and (max-width: 768px) {
  main {
    padding: 60px 0 0 0;
  }
  main .wrapper {
    margin-bottom: 0px;
  }
  main .wrapper #visual .catch h3 {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .wrapper #visual .catch h4 {
    color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.2em;
    font-feature-settings: "palt";
  }
  main .wrapper #visual .title {
    top: 0px;
    left: 5px;
  }
  main .wrapper #visual .title h3 {
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper .thead:not(:last-child) {
    margin-bottom: 40px;
  }
  main .wrapper .thead h4 {
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .thead h4:not(:last-child) {
    margin-bottom: 20px;
  }
  main .wrapper .thead p.notice {
    color: #666;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .links {
    width: 100%;
  }
  main .wrapper .links:not(:last-child) {
    margin-bottom: 40px;
  }
  main .wrapper .links dl {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .wrapper .links dl:not(:last-child) {
    margin-bottom: 20px;
  }
  main .wrapper .links dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .wrapper .links dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: left;
  }
  main .wrapper .links ul {
    width: calc(100% - 40px);
    gap: 5px 5px;
  }
  main .wrapper .links ul li {
    width: calc((100% - 10px) / 3);
  }
  main .wrapper .links ul li a {
    width: 100%;
    height: 80px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-radius: 5px;
    border: solid 1px #333;
    box-shadow: 0 0 10px rgba(150, 150, 150, 0.2);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .wrapper .links ul li a:hover {
    border: solid 1px #000000;
  }
  main .wrapper .links ul li a:hover p {
    color: #000000;
  }
  main .wrapper .links ul li a:hover > div::after {
    background-image: url(../../common/images/blank.png);
  }
  main .wrapper .links ul li a:hover > div span {
    color: #000000;
  }
  main .wrapper .links ul li a p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .links ul li a p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .wrapper .links ul li a > div::after {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }
  main .wrapper .links ul li a > div span {
    color: #000000;
    font-family: aktiv-grotesk, "Arial", sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    font-feature-settings: "palt";
  }
  main .wrapper #list {
    padding-top: 60px;
    margin-top: -60px;
  }
  main .wrapper .list {
    padding: 40px 0;
  }
  main .wrapper .list .inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .list .inner .detail {
    width: calc(100% - 40px);
    opacity: 0;
    transition: all 0.5s ease-in 0s;
  }
  main .wrapper .list .inner .detail.on {
    opacity: 1;
  }
  main .wrapper .list .inner .detail table tbody tr {
    width: 100%;
  }
  main .wrapper .list .inner .detail table tbody tr th {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    padding: 10px 0px 5px 0;
    border-bottom: none;
    width: 100%;
    display: block;
  }
  main .wrapper .list .inner .detail table tbody tr td {
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: solid 1px #808080;
    display: block;
  }
  main .wrapper .list .inner .detail table tbody tr td p {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .list .inner .detail table tbody tr td p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .wrapper .list .inner .detail table tbody tr td p.notice {
    font-size: 1.2rem;
  }
  main .wrapper .list .inner .detail table tbody tr td p.notice.combo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .list .inner .detail table tbody tr td p.notice.combo a {
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 1;
    padding: 10px;
    margin-left: 10px;
    background-color: #000000;
    border-radius: 3px;
    transition: all 0.25s ease-in 0s;
  }
  main .wrapper .list .inner .detail table tbody tr td p.notice.combo a:hover {
    background-color: #A47A40;
  }
  main .wrapper .list .inner .detail table tbody tr td dl {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .wrapper .list .inner .detail table tbody tr td dl:not(:last-child) {
    margin-bottom: 10px;
  }
  main .wrapper .list .inner .detail table tbody tr td dl dt {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .list .inner .detail table tbody tr td dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .flow {
    padding: 40px 0;
  }
  main .wrapper .flow .inner .detail {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .flow .inner .detail dl {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
  }
  main .wrapper .flow .inner .detail dl dt:nth-child(1) {
    width: 100%;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  main .wrapper .flow .inner .detail dl dt:nth-child(1) span {
    color: #A47A40;
    font-family: "Noto Serif JP", serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  main .wrapper .flow .inner .detail dl dt:nth-child(2) {
    color: #000000;
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    margin-bottom: 10px;
  }
  main .wrapper .flow .inner .detail dl dd {
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    text-align: left;
  }
  main .wrapper .flow .inner .detail .arrow {
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
  main .wrapper .flow .inner .detail .arrow::before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #A47A40;
    clip-path: polygon(75% 0, 75% 50%, 100% 50%, 50% 100%, 0 50%, 25% 50%, 25% 0);
    display: block;
  }
}

/*# sourceMappingURL=style_jd.css.map */
