@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Noto+Sans+JP:wght@100..900&family=Shippori+Mincho:wght@400;500;700&display=swap");
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
  }
}
.noto-sans-jp-light, body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.noto-sans-jp-regular, .news-list button.load-more, .works-list button.load-more, .entry-body .link-list > a {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-medium, .news-list #news-items-body > div > div, .works-list #works-items-body > div > div, body.single-works .entry-body > div.complete, .achievement-slider .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-regular {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.shippori-mincho-medium {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.shippori-mincho-bold {
  font-family: "Shippori Mincho", serif;
  font-weight: 700;
  font-style: normal;
}

.eb-garamond-semibold {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.barlow-condensed-regular, h1, body.single-works .entry-body > div:first-child > div > div {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #000;
}

h1, body.single-works .entry-body > div:first-child > div > div {
  font-size: 3.5rem;
  line-height: 1em;
  letter-spacing: 0.5em;
  margin-bottom: 0.2em !important;
  padding-left: 0.5em;
}
h1.thin, body.single-works .entry-body > div:first-child > div > div.thin {
  letter-spacing: 0.1em;
}

h2 {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.05em;
  width: auto;
  max-width: 90% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left;
  color: #413260;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: none;
  white-space: nowrap;
  font-size: 1.3rem;
}
@media (max-width: 750px) {
  h2 {
    letter-spacing: 0;
  }
}
h2:before {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.8em;
  background-color: #413260;
  margin-right: 0.5em;
  flex-shrink: 0;
}
h2:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #413260;
  margin-left: 0.5em;
}
h2.has-text-align-left {
  margin-left: 0 !important;
}

h3 {
  font-family: "EB Garamond", "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  width: fit-content;
  text-align: center;
  background-color: #413260;
  color: #fff;
  padding: 7px;
  line-height: 1em;
  min-width: 450px;
  font-size: 1rem;
}
h3::after {
  content: none;
}
h3.blender {
  background-color: #b69f84;
}
@media (max-width: 750px) {
  h3 {
    width: 90%;
    min-width: unset;
  }
}

@media (max-width: 750px) {
  header#site-header {
    display: none;
  }
}
header#site-header #site-header-container .site-header-logo {
  width: fit-content;
}
header#site-header #site-header-container nav#global-nav {
  width: 100%;
}
header#site-header #site-header-container nav#global-nav > ul {
  width: 100%;
  justify-content: space-around;
}

.site-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

footer.site-footer {
  background-color: #413260;
  border-top: none;
}
footer.site-footer .footer-contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 750px) {
  footer.site-footer .footer-contact {
    flex-direction: column;
  }
}
footer.site-footer .footer-contact > img {
  height: 28px;
  margin-right: 30px;
}
@media (max-width: 750px) {
  footer.site-footer .footer-contact > img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
footer.site-footer .footer-contact > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #643363;
  width: 100%;
  font-size: 1.3rem;
  line-height: 1em;
  padding: 5px;
  font-weight: bold;
}
footer.site-footer .footer-contact > a > span {
  font-size: 0.7em;
}
footer.site-footer .footer-copyright {
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.5em;
  text-align: center;
}

.top-fv {
  aspect-ratio: 2400/1273;
}

.side-frame {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 670px;
  max-width: 90%;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media (max-width: 750px) {
  .side-frame {
    width: auto;
    max-width: 100%;
  }
}
.side-frame:before {
  content: "";
  display: block;
  width: 10px;
  border: 1px solid #413260;
  border-right: none;
  margin-right: 10px;
  margin-top: -1em;
  margin-bottom: -1em;
}
.side-frame:after {
  content: "";
  display: block;
  width: 10px;
  border: 1px solid #413260;
  border-left: none;
  margin-left: 10px;
  margin-top: -1em;
  margin-bottom: -1em;
}

.mark-launch {
  position: absolute;
  top: -100%;
  right: 0;
}

.japan-silhouette {
  position: absolute;
  top: -20px;
  right: 0;
}

.achievement-slider .slide {
  text-align: left;
}

.achievement-slider img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.achievement-slider .caption {
  text-indent: 0;
  margin-top: 10px;
  font-size: 12px;
  text-align: center;
  line-height: 1.1em;
}
@media (max-width: 750px) {
  .achievement-slider .caption {
    text-indent: 0;
  }
}

.slick-slide {
  margin: 0 15px; /* 左右に15pxの余白 */
}

.slick-list {
  margin: 0 -15px; /* 外側の余白を相殺して端を揃える */
}

.custom-arrow {
  width: 20px !important;
  height: auto;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prev-arrow {
  left: -30px;
}
@media (max-width: 750px) {
  .prev-arrow {
    left: -15px;
  }
}

.next-arrow {
  right: -30px;
}
@media (max-width: 750px) {
  .next-arrow {
    right: -15px;
  }
}

body.single-works .entry-body {
  margin-bottom: 30px;
}
body.single-works .entry-body > div:first-child {
  height: 100px;
  min-height: auto;
  overflow-y: hidden;
}
body.single-works .entry-body > div:first-child > div > div {
  font-size: 2rem;
}
body.single-works .entry-body > div.complete {
  background-color: #413260;
  color: #fff;
  width: fit-content;
  line-height: 1em;
  padding: 5px;
  margin-bottom: 10px;
}
body.single-works .entry-body > h1, body.single-works .entry-body > div:first-child > div.entry-body > div {
  letter-spacing: 0;
  font-size: 2.5rem;
  line-height: 1.2em;
  margin-bottom: 1em !important;
  padding: 0;
}
body.single-works .entry-body .achievement-slider {
  margin-bottom: 100px;
}

.entry-body .link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.entry-body .link-list > a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #643363;
  width: fit-content;
  font-size: 1rem;
  white-space: nowrap;
  border: 1px solid #643363;
  padding: 5px;
}
.entry-body .link-list > a:after {
  content: "▶";
  display: block;
  width: 100%;
  margin-left: 0.5em;
  font-size: 0.5em;
}

.works-list {
  background-color: #fff;
  padding-bottom: 1px;
}
.works-list #works-items-head {
  border-collapse: collapse;
  border: none;
  background-color: #413260;
  color: #fff;
}
.works-list #works-items-head > div {
  display: flex;
  flex-direction: row;
}
.works-list #works-items-head > div > div {
  padding: 10px;
  text-align: center;
  border: none;
}
.works-list #works-items-head > div > div:nth-child(1) {
  width: 30%;
  cursor: pointer;
}
.works-list #works-items-head > div > div:nth-child(1).sort-asc > span:before {
  content: "▲";
}
.works-list #works-items-head > div > div:nth-child(1).sort-desc > span:before {
  content: "▼";
}
@media (max-width: 750px) {
  .works-list #works-items-head > div > div {
    padding: 5px;
  }
  .works-list #works-items-head > div > div.work-cat {
    width: 100%;
  }
  .works-list #works-items-head > div > div.title {
    display: none;
  }
}
.works-list #works-items-body {
  border-collapse: collapse;
  border: none;
  margin: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 750px) {
  .works-list #works-items-body {
    margin: 5px;
    width: calc(100% - 10px);
  }
}
.works-list #works-items-body > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.works-list #works-items-body > div.odd {
  background-color: #e3e0e7;
}
.works-list #works-items-body > div.even {
  background-color: #fff;
}
.works-list #works-items-body > div > div {
  padding: 10px;
  border: none;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .works-list #works-items-body > div > div {
    padding: 5px;
  }
}
.works-list #works-items-body > div > div.work-cat {
  width: 30%;
}
@media (max-width: 750px) {
  .works-list #works-items-body > div > div.work-cat {
    width: 100%;
    padding-bottom: 0;
    font-size: 0.9em;
  }
}
.works-list #works-items-body > div > div.work-title {
  width: 60%;
}
@media (max-width: 750px) {
  .works-list #works-items-body > div > div.work-title {
    width: 100%;
    padding-top: 0;
  }
}
.works-list #works-items-body > div > div.work-detail-btn {
  width: 10%;
  cursor: pointer;
  background-color: #413260;
  color: white;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-size: 0.8em;
}
@media (max-width: 750px) {
  .works-list #works-items-body > div > div.work-detail-btn {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.works-list #works-items-body > div > div.work-detail-btn:hover {
  background-color: #643363;
}
.works-list #works-items-body > div > div.work-detail-btn:after {
  content: "詳細";
}
.works-list #works-items-body > div > div.work-detail-btn.open:before {
  content: "";
  background-image: url("/wp-content/themes/lightning-child/assets/img/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  filter: invert(1);
}
.works-list #works-items-body > div > div.work-detail-btn.open:after {
  content: "CLOSE";
}
.works-list #works-items-body > div > div.work-body {
  padding: 30px;
  width: 100%;
}
.works-list #works-items-body > div > div.work-body .work-images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
.works-list #works-items-body > div > div.work-body .work-images > figure {
  width: 30%;
  height: fit-content;
  position: relative;
}
.works-list #works-items-body > div > div.work-body .work-images > figure a[data-lity]:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/wp-content/themes/lightning-child/assets/img/zoom-in.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
}
.works-list #works-items-body > div.no-detail > .work-detail-btn {
  display: none;
}
.works-list button.load-more {
  background-color: #413260;
  color: #fff;
  line-height: 1em;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  display: block;
  font-size: 1.2rem;
  width: 300px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
}

body.home h2 {
  width: 800px;
}

#top-fv {
  height: 70vh;
  position: relative;
  overflow: hidden;
}
#top-fv #top-fv-bg {
  width: 100%;
  height: 70vh;
  position: absolute;
  object-fit: cover;
  object-position: bottom;
  z-index: 1;
}
@media (max-width: 750px) {
  #top-fv #top-fv-bg {
    object-position: 90% 0;
    transform: scale(1.03);
  }
}
#top-fv #top-fv-title {
  z-index: 2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  max-height: 70%;
  width: auto;
  height: auto;
}
#top-fv #top-fv-rocket {
  z-index: 3;
  position: absolute;
  right: 13%;
  max-width: 20%;
  bottom: 2.3125vw;
  aspect-ratio: 212/191;
  max-height: 100px;
  width: auto;
  height: auto;
}

.achievement-slider {
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.news-list {
  background-color: #fff;
  padding-bottom: 1px;
  padding-top: 1px;
}
.news-list #news-items-body {
  border-collapse: collapse;
  border: none;
  margin: 20px;
  width: calc(100% - 40px);
}
@media (max-width: 750px) {
  .news-list #news-items-body {
    margin: 5px;
    width: calc(100% - 10px);
  }
}
.news-list #news-items-body > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.news-list #news-items-body > div.odd {
  background-color: #e3e0e7;
}
.news-list #news-items-body > div.even {
  background-color: #fff;
}
.news-list #news-items-body > div > div {
  padding: 10px;
  border: none;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .news-list #news-items-body > div > div {
    padding: 0;
  }
}
.news-list #news-items-body > div > div.news-date {
  width: 15%;
}
@media (max-width: 750px) {
  .news-list #news-items-body > div > div.news-date {
    width: 100%;
  }
}
.news-list #news-items-body > div > div.news-title {
  width: 75%;
}
@media (max-width: 750px) {
  .news-list #news-items-body > div > div.news-title {
    width: 100%;
  }
}
.news-list #news-items-body > div > div.news-detail-btn {
  width: 10%;
  cursor: pointer;
  background-color: #413260;
  color: white;
  text-align: center;
  padding: 5px;
  line-height: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-size: 0.8em;
}
@media (max-width: 750px) {
  .news-list #news-items-body > div > div.news-detail-btn {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }
}
.news-list #news-items-body > div > div.news-detail-btn:hover {
  background-color: #643363;
}
.news-list #news-items-body > div > div.news-detail-btn:after {
  content: "詳細";
}
.news-list #news-items-body > div > div.news-detail-btn.open:before {
  content: "";
  background-image: url("/wp-content/themes/lightning-child/assets/img/close.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  filter: invert(1);
}
.news-list #news-items-body > div > div.news-detail-btn.open:after {
  content: "CLOSE";
}
.news-list #news-items-body > div > div.news-body {
  padding: 30px;
  width: 100%;
}
@media (max-width: 750px) {
  .news-list #news-items-body > div > div.news-body {
    padding: 10px;
  }
}
.news-list #news-items-body > div.no-detail > .news-detail-btn {
  display: none;
}
.news-list button.load-more {
  background-color: #413260;
  color: #fff;
  line-height: 1em;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100px;
  display: block;
  font-size: 1.2rem;
  width: 300px;
  font-weight: 300;
  border: none;
  cursor: pointer;
  margin-bottom: 30px;
}

@media (max-width: 750px) {
  .mobile-vertical {
    flex-direction: column;
  }
}

@media (max-width: 750px) {
  #products-all_my_tea {
    background-color: white;
    position: relative;
    padding-bottom: 180px;
  }
  #products-all_my_tea > img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    object-position: right center;
    aspect-ratio: 1/1.3;
    width: 50%;
    height: auto;
    top: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (max-width: 750px) {
  .products-list {
    flex-direction: column;
  }
  .products-list > div {
    margin-bottom: 60px;
  }
  .products-list > div:last-of-type {
    margin-bottom: 0;
  }
}

#company-block > div:first-of-type {
  width: 27%;
}
#company-block > div:last-of-type {
  width: 73%;
}
@media (max-width: 750px) {
  #company-block {
    flex-direction: column;
    gap: 30px;
  }
  #company-block > div:first-of-type {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #company-block > div:first-of-type > figure > img {
    width: auto !important;
    height: 20vh;
  }
  #company-block > div:last-of-type {
    width: 100%;
  }
}

.page_top_btn {
  background-color: rgba(65, 50, 96, 0.8);
}

@media (max-width: 750px) {
  #company-sdgs-block {
    flex-direction: column;
    gap: 30px;
  }
  #company-sdgs-block > div:first-of-type {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  #company-sdgs-block > figure {
    margin-left: auto;
    margin-right: auto;
  }
  #company-sdgs-block > figure > img {
    width: 50vw;
  }
}

@media (max-width: 750px) {
  #sdgs-block > div {
    padding: 1rem !important;
  }
}

@keyframes liftoff {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-150vh);
  }
}
@keyframes exhaust {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: translateY(10px);
  }
}
@keyframes groundSmoke {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  1% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    transform: scale(2) translateY(5px);
    opacity: 0;
  }
}
#top-fv-rocket {
  overflow: visible;
}
#top-fv-rocket > [data-name=".rocket"] {
  animation: liftoff 15s ease-in;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#top-fv-rocket > [data-name=".rocket"] > [data-name=".exhaust"] {
  transform-origin: center;
  animation: exhaust 1.5s ease-out infinite;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}
#top-fv-rocket > [data-name=".ground-smoke"] {
  animation: groundSmoke 5s ease-out;
  animation-delay: 1s;
  transform-origin: center bottom;
  animation-fill-mode: forwards;
  opacity: 0;
}

@media (max-width: 750px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 751px) {
  .sp {
    display: none !important;
  }
}
/*# sourceMappingURL=style.css.map */
