@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #8A4D00;
  background-color: #FFEACF;
}

body > .site {
  min-height: 100vh;
  position: relative;
  padding-top: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.3;
}

.login-page .site-content .page-header h1 {
  margin: 100px auto 40px auto;
  width: 445.001px;
  height: 352.663px;
  background-image: url(../img/title-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  color: #FF8C00;
  font-family: "Noto Sans JP";
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 7.4px;
  text-align: center;
  padding-left: 5px;
  line-height: 352px;
}
.login-page .site-content .members-login-form {
  width: 1000px;
  margin: 85px auto 200px auto;
}
.login-page .site-content .members-login-form form {
  margin-bottom: 50px;
}
.login-page .site-content .members-login-form label {
  display: block;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}
.login-page .site-content .members-login-form input[type=text],
.login-page .site-content .members-login-form input[type=password] {
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  border-radius: 10px;
  border: 3px solid #FF8C00;
  background: #FFFFFF;
}
.login-page .site-content .members-login-form .login-username {
  margin-bottom: 30px;
}
.login-page .site-content .members-login-form .login-remember {
  margin: 50px 0;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.login-page .site-content .members-login-form input[type=checkbox] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
}
.login-page .site-content .members-login-form .login-submit {
  text-align: center;
}
.login-page .site-content .members-login-form .login-submit input[type=submit] {
  border-radius: 40px;
  border: none;
  background-color: #FF8C00;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 200px center;
  width: 300px;
  height: 80px;
  color: #FFFFFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}
.login-page .site-content .members-login-form .login-submit input[type=submit]:hover {
  opacity: 0.3;
}
.login-page .site-content .members-login-form #nav {
  text-align: center;
}
.login-page .site-content .members-login-form #nav a {
  color: #62C6FF;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
@media (max-width: 1050px) {
  .login-page .site-content .members-login-form {
    width: 80vw;
    margin: 30px auto 100px auto;
  }
  .login-page .site-content .members-login-form form {
    margin-bottom: 10px;
  }
  .login-page .site-content .members-login-form label {
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
  }
  .login-page .site-content .members-login-form input[type=text],
  .login-page .site-content .members-login-form input[type=password] {
    height: 60px;
    line-height: 60px;
  }
  .login-page .site-content .members-login-form .login-username {
    margin-bottom: 10px;
  }
  .login-page .site-content .members-login-form .login-remember {
    margin: 30px 0;
  }
}
@media (max-width: 740px) {
  .login-page .site-content .page-header h1 {
    margin: 50px auto 50px auto;
    width: 224.604px;
    height: 177.998px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 177px;
    letter-spacing: 4px;
  }
}

body.single-blog,
body.post-type-archive-blog,
body.tax-blog_category {
  background-color: #FF8C00;
  background-image: url(../img/blog-bg.png);
}
body.single-blog .site-content .page-header h1,
body.post-type-archive-blog .site-content .page-header h1,
body.tax-blog_category .site-content .page-header h1 {
  margin: 100px auto 40px auto;
  width: 445.001px;
  height: 352.663px;
  background-image: url(../img/title-bg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  color: #FF8C00;
  font-family: "Noto Sans JP";
  font-size: 74px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: 7.4px;
  text-align: center;
  padding-left: 5px;
  line-height: 352px;
}
body.single-blog .site-content aside.blog-categories .category-select,
body.post-type-archive-blog .site-content aside.blog-categories .category-select,
body.tax-blog_category .site-content aside.blog-categories .category-select {
  display: none;
}
body.single-blog .site-content aside.blog-categories ul.category-list,
body.post-type-archive-blog .site-content aside.blog-categories ul.category-list,
body.tax-blog_category .site-content aside.blog-categories ul.category-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
body.single-blog .site-content aside.blog-categories ul.category-list a,
body.post-type-archive-blog .site-content aside.blog-categories ul.category-list a,
body.tax-blog_category .site-content aside.blog-categories ul.category-list a {
  display: block;
  color: #FF8C00;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  width: 150px;
  height: 60px;
  border-radius: 30px;
  background: #FFFFFF;
}
body.single-blog .site-content aside.blog-categories ul.category-list a.current, body.single-blog .site-content aside.blog-categories ul.category-list a:hover,
body.post-type-archive-blog .site-content aside.blog-categories ul.category-list a.current,
body.post-type-archive-blog .site-content aside.blog-categories ul.category-list a:hover,
body.tax-blog_category .site-content aside.blog-categories ul.category-list a.current,
body.tax-blog_category .site-content aside.blog-categories ul.category-list a:hover {
  background: #FF8C00;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  opacity: 1;
}
body.single-blog .site-content .content-area,
body.post-type-archive-blog .site-content .content-area,
body.tax-blog_category .site-content .content-area {
  max-width: 1540px;
  margin: 50px auto;
  display: grid;
  grid-template-columns: repeat(3, 480px);
  gap: 50px 30px;
  justify-content: center;
}
body.single-blog .site-content .content-area article,
body.post-type-archive-blog .site-content .content-area article,
body.tax-blog_category .site-content .content-area article {
  width: 480px;
  height: 587px;
  border-radius: 50px;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 50px;
  position: relative;
}
body.single-blog .site-content .content-area article img,
body.post-type-archive-blog .site-content .content-area article img,
body.tax-blog_category .site-content .content-area article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
body.single-blog .site-content .content-area article .entry-meta,
body.post-type-archive-blog .site-content .content-area article .entry-meta,
body.tax-blog_category .site-content .content-area article .entry-meta {
  padding: 30px 40px;
  display: flex;
  justify-content: space-between;
}
body.single-blog .site-content .content-area article .entry-meta span,
body.post-type-archive-blog .site-content .content-area article .entry-meta span,
body.tax-blog_category .site-content .content-area article .entry-meta span {
  display: block;
}
body.single-blog .site-content .content-area article .entry-meta span.posted-on,
body.post-type-archive-blog .site-content .content-area article .entry-meta span.posted-on,
body.tax-blog_category .site-content .content-area article .entry-meta span.posted-on {
  color: #8A4D00;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 2.1px;
}
body.single-blog .site-content .content-area article .entry-meta span.cat-links a,
body.post-type-archive-blog .site-content .content-area article .entry-meta span.cat-links a,
body.tax-blog_category .site-content .content-area article .entry-meta span.cat-links a {
  display: block;
  background-color: #FF8C00;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  border-radius: 25px;
  padding: 0px 35px;
}
body.single-blog .site-content .content-area article .entry-content,
body.post-type-archive-blog .site-content .content-area article .entry-content,
body.tax-blog_category .site-content .content-area article .entry-content {
  padding: 0 40px;
  color: #8A4D00;
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
body.single-blog .site-content .content-area article a.read-more,
body.post-type-archive-blog .site-content .content-area article a.read-more,
body.tax-blog_category .site-content .content-area article a.read-more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 87px;
  background-image: url(../img/view_more.svg);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
body.single-blog .site-content .nav-links,
body.post-type-archive-blog .site-content .nav-links,
body.tax-blog_category .site-content .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 60px 0;
}
body.single-blog .site-content .nav-links .page-numbers,
body.post-type-archive-blog .site-content .nav-links .page-numbers,
body.tax-blog_category .site-content .nav-links .page-numbers {
  display: block;
  color: #FFFFFF;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
}
body.single-blog .site-content .nav-links .page-numbers.current,
body.post-type-archive-blog .site-content .nav-links .page-numbers.current,
body.tax-blog_category .site-content .nav-links .page-numbers.current {
  font-size: 50px;
  line-height: 70px;
}
@media (max-width: 1499px) {
  body.single-blog .site-content .content-area,
  body.post-type-archive-blog .site-content .content-area,
  body.tax-blog_category .site-content .content-area {
    grid-template-columns: repeat(2, 480px);
  }
}
@media (max-width: 989px) {
  body.single-blog .site-content .content-area,
  body.post-type-archive-blog .site-content .content-area,
  body.tax-blog_category .site-content .content-area {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  body.single-blog .site-content .content-area article,
  body.post-type-archive-blog .site-content .content-area article,
  body.tax-blog_category .site-content .content-area article {
    width: 100%;
    height: auto;
    min-height: 400px;
    padding-bottom: 100px;
  }
}
@media (max-width: 740px) {
  body.single-blog .site-content .page-header h1,
  body.post-type-archive-blog .site-content .page-header h1,
  body.tax-blog_category .site-content .page-header h1 {
    margin: 50px auto 50px auto;
    width: 224.604px;
    height: 177.998px;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 177px;
    letter-spacing: 4px;
  }
  body.single-blog .site-content aside.blog-categories ul.category-list,
  body.post-type-archive-blog .site-content aside.blog-categories ul.category-list,
  body.tax-blog_category .site-content aside.blog-categories ul.category-list {
    display: none;
  }
  body.single-blog .site-content aside.blog-categories .category-select,
  body.post-type-archive-blog .site-content aside.blog-categories .category-select,
  body.tax-blog_category .site-content aside.blog-categories .category-select {
    display: block;
    width: 100%;
    max-width: 300px;
    height: 50px;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 20px;
    font-weight: 500;
    color: #FF8C00;
    background: #FFFFFF;
    border: 2px solid #FF8C00;
    border-radius: 30px;
    appearance: none;
    background-image: url(../img/pull-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
  }
  body.single-blog .site-content aside.blog-categories .category-select:focus,
  body.post-type-archive-blog .site-content aside.blog-categories .category-select:focus,
  body.tax-blog_category .site-content aside.blog-categories .category-select:focus {
    outline: 2px solid #FF8C00;
    outline-offset: 2px;
  }
}

body.single-blog .site-content .content-area {
  grid-template-columns: 1fr;
  padding: 0 20px;
}
body.single-blog .site-content .content-area article {
  width: 100%;
  height: auto;
  min-height: 400px;
  margin-bottom: 200px;
}
body.single-blog .site-content .content-area article .post-thumbnail {
  margin: 100px 150px 50px 150px;
}
body.single-blog .site-content .content-area article .post-thumbnail img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
body.single-blog .site-content .content-area article .entry-meta {
  justify-content: flex-start;
  gap: 30px;
  margin: 50px 240px 30px;
  padding: 0;
}
body.single-blog .site-content .content-area article .entry-content h1 {
  text-align: justify;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 50px;
}
body.single-blog .site-content .content-area article .entry-content {
  padding: 0;
  font-weight: 400;
  margin-left: 240px;
  margin-right: 240px;
}
body.single-blog .site-content .content-area .entry-footer {
  margin: 100px auto;
  display: flex;
  justify-content: center;
}
body.single-blog .site-content .content-area .entry-footer a.back-link {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 80px;
  border-radius: 40px;
  background-color: #FF8C00;
  color: #FFFFFF;
}
body.single-blog .site-content .content-area .entry-footer a.back-link::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 20px;
  background-image: url(../img/arrow-left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
body.single-blog .site-content .content-area .entry-footer a.back-link span {
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 40px;
}
@media (max-width: 989px) {
  body.single-blog .site-content .content-area article {
    padding-bottom: 50px;
    margin-bottom: 130px;
  }
  body.single-blog .site-content .content-area article .post-thumbnail {
    margin: 50px 25px 50px 30px;
  }
  body.single-blog .site-content .content-area article .entry-meta {
    justify-content: space-between;
    margin: 30px 25px 20px;
  }
  body.single-blog .site-content .content-area article .entry-content h1 {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 30px;
  }
  body.single-blog .site-content .content-area article .entry-content {
    padding: 0;
    margin-left: 25px;
    margin-right: 25px;
  }
  body.single-blog .site-content .content-area .entry-footer {
    margin: 50px auto;
  }
}

.site-header .site-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  margin: 0 60px 30px 60px;
  height: 96px;
  border-radius: 50px;
  background: #FFFFFF;
}
.site-header .site-container h1.site-title a {
  margin-left: 50px;
  font-size: 5.5rem;
  font-weight: 900;
  color: #FF8C00;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 222.98px;
  height: 57.985px;
}
.site-header .site-container nav ul {
  position: relative;
  display: flex;
  gap: 50px;
}
.site-header .site-container nav ul li a {
  font-size: 20px;
  font-weight: 400;
  color: #FF8C00;
  padding: 10px 0;
}
.site-header .site-container nav ul li a:hover {
  opacity: 0.3;
}
.site-header .site-container nav ul li ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  background-color: #FF8C00;
  padding: 33px 44px;
  border-radius: 31px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
.site-header .site-container nav ul li ul.sub-menu li a {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 0;
}
.site-header .site-container nav ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.site-header .menu-icons {
  display: flex;
  gap: 10px;
  margin-right: 22px;
}
.site-header .menu-icons .menu-icons-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site-header .menu-icons .menu-icons-list li a {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  background-color: #FF8C00;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
  overflow: hidden;
}
.site-header .menu-icons .menu-icons-list li a.menu-icon-user {
  background-image: url(../img/icon-user.svg);
}
.site-header .menu-icons .menu-icons-list li a.menu-icon-line {
  background-image: url(../img/icon-line.svg);
}
.site-header .menu-icons .menu-icons-list li a.menu-icon-mail {
  background-image: url(../img/icon-mail.svg);
}
.site-header .hamberger {
  display: none;
}

@media screen and (max-width: 1450px) {
  .admin-bar .site-header .site-container {
    top: 42px;
  }
  .site-header .site-container {
    position: fixed;
    z-index: 9999;
    top: 10px;
    width: calc(100% - 16px);
    margin: 10px 8px;
    height: 60px;
    border-radius: 30px;
    transition: height 0.3s ease;
  }
  .site-header .site-container.active {
    height: 580px;
  }
  .site-header .site-container {
    align-items: flex-start;
    padding-top: 16px;
  }
  .site-header .site-container h1.site-title a {
    margin-left: 20px;
    width: 107.67px;
    height: 28px;
  }
  .site-header .site-container nav ul {
    visibility: hidden;
    position: absolute;
    top: 90px;
    width: 150px;
    left: calc(50% - 75px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    transform: translateY(-50px) scaleY(0.1);
    height: 0;
    opacity: 0;
    transition: height 0.3s ease, opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    gap: 30px;
  }
  .site-header .site-container nav ul li a {
    display: block;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 100% */
    letter-spacing: 1.8px;
    font-weight: 400;
    color: #FF8C00;
    text-align: center;
    padding: 0;
  }
  .site-header .site-container nav ul li a:hover {
    opacity: 0.3;
  }
  .site-header .site-container nav ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    position: static;
    gap: 30px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 30px;
    opacity: 1;
    visibility: hidden;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  .site-header .site-container nav ul li ul.sub-menu li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #484848;
    padding: 0;
  }
  .site-header .site-container.active nav ul {
    visibility: visible;
    height: 444px;
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
  .site-header .site-container.active nav ul li ul.sub-menu {
    visibility: visible;
    height: 108px;
    transform: translateY(0);
  }
  .site-header .site-container.active nav ul {
    visibility: visible;
    height: 444px;
    transform: translateY(0) scaleY(1);
    opacity: 1;
  }
  .site-header .site-container.active nav ul li ul.sub-menu {
    visibility: visible;
    height: 108px;
    transform: translateY(0);
  }
  .site-header .menu-icons {
    align-items: center;
    gap: 22.44px;
  }
  .site-header .menu-icons .menu-icons-list {
    gap: 20px;
  }
  .site-header .menu-icons .menu-icons-list li a {
    background-color: #FFFFFF;
    border-radius: 0;
    background-size: contain;
  }
  .site-header .menu-icons .menu-icons-list li a.menu-icon-user {
    background-image: url(../img/icon-user-sp.svg);
    width: 15px;
    height: 19px;
  }
  .site-header .menu-icons .menu-icons-list li a.menu-icon-line {
    background-image: url(../img/icon-line-sp.svg);
    width: 23.166px;
    height: 22.072px;
  }
  .site-header .menu-icons .menu-icons-list li a.menu-icon-mail {
    background-image: url(../img/icon-mail-sp.svg);
    width: 19px;
    height: 14px;
  }
  .site-header .hamberger {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 24px;
    height: 18px;
    position: relative;
    cursor: pointer;
  }
  .site-header .hamberger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #595757;
    border-radius: 1px;
    transition: all 0.3s ease;
  }
  .site-header .hamberger span:nth-child(3) {
    width: 66%;
  }
  .site-header .hamberger.active span {
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
  }
  .site-header .hamberger.active span:nth-child(2) {
    position: absolute;
    transform: rotate(-45deg);
    width: 100%;
  }
  .site-header .hamberger.active span:nth-child(3) {
    opacity: 0;
  }
}
#content {
  padding-bottom: 550px;
}

@media screen and (max-width: 1450px) {
  #content {
    margin-top: 90px;
    padding-bottom: 800px;
  }
}
footer.site-footer {
  position: absolute;
  width: 100%;
  height: 550px;
  bottom: 0;
  background-image: url(../img/footer-bg.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer.site-footer .site-container h2.site-title a {
  margin: 84px auto 66px auto;
  font-size: 5.5rem;
  font-weight: 900;
  color: #FF8C00;
  background-image: url(../img/logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  width: 372.953px;
  height: 97px;
}
footer.site-footer .site-container .site-info nav.footer-navigation ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
footer.site-footer .site-container .site-info nav.footer-navigation ul li a {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #FF8C00;
}
footer.site-footer .site-container .site-info nav.footer-navigation ul li ul.sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: absolute;
  background-color: #FF8C00;
  padding: 33px 44px;
  border-radius: 31px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
}
footer.site-footer .site-container .site-info nav.footer-navigation ul li ul.sub-menu li a {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 2px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  padding: 10px 0;
}
footer.site-footer .site-container .site-info nav.footer-navigation ul li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
footer.site-footer .site-container .site-info #widget-members {
  margin: 40px auto;
}
footer.site-footer .site-container .site-info #widget-members ul {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
footer.site-footer .site-container .site-info #widget-members ul li a {
  display: block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 50px;
  color: #FF8C00;
}
footer.site-footer .site-container .site-info #widget-members ul li.line a {
  width: 46px;
  height: 43.827px;
  background-image: url(../img/icon-line-footer.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}
footer.site-footer .site-container .site-info nav.footer-navigation-footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
footer.site-footer .site-container .site-info nav.footer-navigation-footer ul li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 3.2px;
  color: #FF8C00;
}
footer.site-footer .site-container .site-info .copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}

@media (max-width: 1189px) {
  footer.site-footer {
    padding-bottom: 0;
    background-image: url(../img/footer-bg-sp.svg);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
  }
  footer.site-footer .site-container {
    padding-bottom: 26px;
    padding-top: 0;
  }
  footer.site-footer .site-container h2.site-title a {
    margin: 40px auto 50px auto;
    width: 123.02px;
    height: 31.991px;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation ul {
    flex-direction: column;
    gap: 25px;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation ul li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 1.5px;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation ul li ul.sub-menu {
    display: flex;
    flex-direction: column;
    position: static;
    gap: 25px;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation ul li ul.sub-menu li a {
    display: block;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    color: #484848;
    padding: 0;
  }
  footer.site-footer .site-container .site-info #widget-members {
    margin: 30px auto;
  }
  footer.site-footer .site-container .site-info #widget-members ul {
    gap: 30px;
  }
  footer.site-footer .site-container .site-info #widget-members ul li a {
    font-size: 15px;
    line-height: 15px;
  }
  footer.site-footer .site-container .site-info #widget-members ul li.line a {
    width: 32px;
    height: 30.489px;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation-footer ul {
    gap: 30px;
  }
  footer.site-footer .site-container .site-info nav.footer-navigation-footer ul li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 1.2px;
  }
  footer.site-footer .site-container .site-info .copyright {
    margin-top: 10px;
    font-size: 12px;
    line-height: 18px;
  }
}/*# sourceMappingURL=main.css.map */