@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
header {
  background: #000000;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
header nav {
  padding: 1.2rem 0;
}
header nav ul {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
header nav ul li a {
  color: #fff;
  display: block;
  padding: 0 2.8rem;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  header nav ul li a {
    padding: 0 1rem;
  }
}
header nav ul li + li {
  border-left: 1px solid #fff;
}

@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
footer .copyrightBox {
  background: #000;
  color: #fff;
  padding: 4.2rem 0;
  text-align: center;
}
footer .copyrightBox > * {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  max-width: 920px;
}
footer .copyrightBox > *::before {
  content: "";
  width: 17.21rem;
  aspect-ratio: 172.1/13;
  background: url(../images/copy_line1.svg) no-repeat center/contain;
  display: block;
}
footer .copyrightBox > *::after {
  content: "";
  width: 17.21rem;
  aspect-ratio: 172.1/13;
  background: url(../images/copy_line2.svg) no-repeat center/contain;
  display: block;
}
footer .kyodo {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  footer .kyodo {
    display: block;
  }
  footer .kyodo a {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 2rem;
  }
}
footer .kyodo .copyright {
  color: #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 860px) {
  footer .kyodo .copyright {
    text-align: center;
  }
}

#top #mv {
  background: linear-gradient(#ffffff, #00AFB2);
  padding: 0 !important;
}
#top #mv img {
  max-width: 900px;
  display: block;
  width: 100%;
  margin: 0 auto;
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #news {
  background: #000000;
}
#top #news .news_list {
  margin-top: 3.2rem;
}
#top #news .news_list .news_detail {
  display: flex;
  align-items: stretch;
  gap: 2.4rem;
  font-size: 1.6rem;
  padding: 3.2rem 0;
  border-top: 1px solid #fff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
#top #news .news_list .news_detail:last-child {
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 860px) {
  #top #news .news_list .news_detail {
    display: block;
  }
  #top #news .news_list .news_detail dt {
    margin-bottom: 0.5em;
  }
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #mission {
  background: url(../images/mission.jpg) repeat top center;
  position: relative;
}
#top #mission::before {
  content: "";
  position: absolute;
  max-width: 1229px;
  aspect-ratio: 1220/399;
  width: 80%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/Ellipse.png) no-repeat top/contain;
  filter: blur(100px);
}
#top #mission .mission_detail {
  background: rgba(0, 15, 52, 0.2);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.5);
  padding: 0 3.4rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 3.6rem;
}
#top #mission .mission_detail + .mission_detail {
  margin-top: 4.6rem;
}
#top #mission .mission_detail.off {
  box-shadow: none;
  background: none;
}
#top #mission .mission_detail::before {
  content: "";
  width: 100%;
  background: linear-gradient(50deg, transparent, #fff, transparent);
  display: block;
  height: 3px;
  top: 0;
  left: 0;
  position: absolute;
}
#top #mission .mission_detail::after {
  content: "";
  width: 100%;
  background: linear-gradient(50deg, transparent, #fff, transparent);
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  position: absolute;
}
#top #mission .mission_detail .object {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
#top #mission .mission_detail .object span {
  aspect-ratio: 1/1;
  display: block;
  width: 4.4rem;
  background: url(../images/Object.svg) no-repeat center/contain;
  position: absolute;
  transition: 0.3s;
}
#top #mission .mission_detail .object span:nth-child(1) {
  top: 0;
  left: 0;
}
#top #mission .mission_detail .object span:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
#top #mission .mission_detail .object span:nth-child(3) {
  bottom: 0;
  left: 0;
  transform: rotate(-90deg);
}
#top #mission .mission_detail .object span:nth-child(4) {
  bottom: 0;
  right: 0;
  transform: rotate(-180deg);
}
#top #mission .mission_detail .toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  letter-spacing: 0.05em;
  padding: 3rem 0;
  cursor: pointer;
}
#top #mission .mission_detail .toggle .ja {
  font-size: 2.8rem;
  font-weight: bold;
  background: linear-gradient(to bottom, #fff 0%, #A9A9A9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#top #mission .mission_detail .toggle .en {
  margin-left: auto;
  font-size: 2.8rem;
  font-family: "Idiqlat", serif;
  background: linear-gradient(to bottom, #fff 0%, #A9A9A9 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}
#top #mission .mission_detail .toggle::after {
  content: "";
  display: block;
  margin-left: 2.8rem;
  background: url(../images/arrow.svg) no-repeat center/contain;
  width: 5rem;
  aspect-ratio: 50/39;
}
#top #mission .mission_detail .detail {
  max-height: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  transition: max-height 0.4s ease, padding-bottom 0.4s ease;
}
#top #mission .mission_detail .detail dl {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #fff;
  padding: 3rem 0;
}
#top #mission .mission_detail .detail dl:last-child {
  border-bottom: 1px solid #fff;
}
#top #mission .mission_detail .detail dl dt {
  font-weight: bold;
  font-size: 1.8rem;
  width: 20%;
  display: flex;
  align-items: center;
}
#top #mission .mission_detail .detail dl dd {
  font-size: 1.6rem;
  width: 80%;
  line-height: 1.875;
}
#top #mission .mission_detail .detail dl dd a {
  color: #fff;
}
#top #mission .mission_detail.active .object {
  opacity: 1;
}
#top #mission .mission_detail.active .detail {
  max-height: 60rem;
  padding-bottom: 3rem;
}
#top #mission .mission_detail.off .toggle {
  cursor: default;
}
#top #mission .mission_detail.off .toggle::after {
  transform: rotate(180deg);
}
#top #mission .mission_detail.off .object {
  opacity: 0;
}
#top #mission .mission_detail.off .detail {
  max-height: 0;
  padding-bottom: 0;
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #special {
  background: url(../images/special.jpg) no-repeat top/cover;
}
#top #special p {
  margin-top: 3.2rem;
  line-height: 1.875;
}
#top #special .detail {
  background: url(../images/acc_active_02.png) repeat-y top/100% 100%;
  padding: 4.6rem;
  box-sizing: border-box;
  line-height: 1.875;
  position: relative;
  margin-top: 5rem;
}
#top #special .detail::before {
  content: "";
  width: 100%;
  aspect-ratio: 1040/20;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: url(../images/acc_active_01.png) no-repeat center/contain;
}
#top #special .detail::after {
  content: "";
  width: 100%;
  aspect-ratio: 1040/20;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: url(../images/acc_active_03.png) no-repeat center/contain;
}
#top #special .detail dl {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  color: #490404;
  border-top: 1px solid #363636;
}
#top #special .detail dl:last-child {
  border-bottom: 1px solid #363636;
}
#top #special .detail dl dt {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  width: 17.6rem;
}
#top #special .detail dl dd {
  width: 80%;
  font-size: 1.6rem;
  width: 100%;
}
#top #special .detail dl dd ul li {
  list-style: disc;
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #goods {
  background: url(../images/goods.jpg) no-repeat top/cover;
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #note {
  background: url(../images/notes.jpg) repeat top center/cover;
}
#top #note .cont {
  margin-top: 3.2rem;
  display: block;
}
#top #note .cont a {
  color: #fff;
}
#top #note .cont h3 {
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 1.6rem;
}
#top #note .cont ul li {
  list-style: disc;
  line-height: 1.875;
}
#top #note .cont ul.notes_list_kome li {
  list-style: "※";
}
#top {
  @import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
  @import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&family=Idiqlat:wght@200;300;400&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
}
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
#top #sns {
  background: url(../images/sns.jpg) repeat;
}
#top #sns .cont {
  margin-top: 3.2rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 3rem;
  box-sizing: border-box;
}
#top #sns .cont dl {
  display: inline;
  grid-template-columns: auto 1fr;
  gap: 1.2rem 2.4rem;
}
#top #sns .cont dl a {
  color: #fff;
  word-break: break-all;
}
#top #sns .cont dl dt {
  display: inline;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #top #sns .cont dl dt {
    display: block;
  }
}
#top #sns .cont dl dd {
  display: inline;
  margin-left: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 860px) {
  #top #sns .cont dl dd {
    display: block;
    margin-left: 0;
    margin-bottom: 0.5em;
  }
  #top #sns .cont dl dd:last-of-type {
    margin-bottom: 0;
  }
}
#top #sns .cont dl dd::after {
  content: "";
  display: block;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 860px) {
  #top #sns .cont dl dd::after {
    display: none;
  }
}
#top #sns .cont dl dd:last-of-type::after {
  display: none;
}/*# sourceMappingURL=style.css.map */