ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl, dt {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

body {
  font-family: Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  background-color: #F8F8F4;
  color: #405C0D;
  line-height: 1.5;
  overflow: auto;
}
body.active {
  overflow: hidden;
}

img {
  max-width: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

.text-xsmall {
  font-size: 0.75rem;
}

.text-small {
  font-size: 0.875rem;
}

.text-normal {
  font-size: 1rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-xlarge {
  font-size: 1.5rem;
}

.font-light {
  font-weight: lighter;
}

.font-middle {
  font-weight: normal;
}

.font-bold {
  font-weight: 600;
}

.text-white {
  color: #ffffff;
}

.text-light {
  color: #F8F8F4;
}

.text-primary {
  color: #405C0D;
}

.text-primary-light {
  color: #7F9A4F;
}

.text-accent-01 {
  color: #CE6A45;
}

.text-accent-01 a.museum {
  color: #CE6A45;
  text-decoration: underline;
}

.text-accent-02 {
  color: #E07800;
}

.text-decoration {
  text-decoration: underline;
}

.mitaishinchi-link {
  color: #7F9A4F;
}

.mitaishinchi-link-step {
  color: #405C0D;
}

.bg-white {
  background-color: #ffffff;
}

.bg-light {
  background-color: #F8F8F4;
}

.bg-primary {
  background-color: #405C0D;
}

.bg-primary-light {
  background-color: #7F9A4F;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 679px) {
  .br-pc {
    display: none;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 679px) {
  .br-sp {
    display: block;
  }
}

.header {
  position: relative;
}

.header-ttl {
  padding: 6.25rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .header-ttl {
    padding: 0;
  }
}
.header-ttl h1 {
  margin-top: 0;
  margin-bottom: 0;
  width: 52%;
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  .header-ttl h1 {
    width: 80%;
    margin: 0 auto;
    padding: 3rem 0 4.5rem;
  }
}

.header__inner .header-menu {
  width: 100%;
  display: flex;
  justify-content: end;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
}
.header__inner .header-menu .hamburger {
  padding-right: 0;
  padding-left: 0;
  width: 82px;
  height: 82px;
  border: none;
  background-color: #405C0D;
  border-radius: 0 0 0 20px;
  display: block;
  text-align: center;
  font-size: 32px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.header__inner .header-menu .hamburger span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__inner .header-menu .hamburger span:nth-child(1) {
  width: 40px;
  height: 2px;
  background-color: #F8F8F4;
  top: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__inner .header-menu .hamburger span:nth-child(2) {
  width: 40px;
  height: 2px;
  background-color: #F8F8F4;
  top: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header__inner .header-menu .hamburger span:nth-child(3) {
  width: 40px;
  height: 2px;
  background-color: #F8F8F4;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  top: 40px;
}
.header__inner .header-menu .hamburger::after {
  content: "MENU";
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.875rem;
  color: #F8F8F4;
}
.header__inner .header-menu .hamburger.active {
  background-color: #F8F8F4;
}
.header__inner .header-menu .hamburger.active span:nth-child(1) {
  top: 30px;
  background-color: #405C0D;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.header__inner .header-menu .hamburger.active span:nth-child(2) {
  display: none;
}
.header__inner .header-menu .hamburger.active span:nth-child(3) {
  top: 30px;
  background-color: #405C0D;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}
.header__inner .header-menu .hamburger.active::after {
  content: "CLOSE";
  color: #405C0D;
}
.header__inner .header-menu .header__nav {
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  background-color: #405C0D;
  transition: ease 0.4s;
  overflow: auto;
  visibility: hidden;
}
.header__inner .header-menu .header__nav .header__nav__inner {
  height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header__inner .header-menu .header__nav .header__nav__inner {
    justify-content: space-between;
    flex-direction: column;
  }
}
.header__inner .header-menu .header__nav .nav-images {
  width: 40%;
  height: 100vh;
  background-color: #F8F8F4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  order: 0;
}
.header__inner .header-menu .header__nav .nav-images img {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .header__inner .header-menu .header__nav .nav-images {
    padding-top: 3rem;
    padding-bottom: 4rem;
    width: 100%;
    height: auto;
    order: 1;
  }
}
.header__inner .header-menu .header__nav .nav-list {
  padding: 6.25rem;
  order: 1;
}
@media screen and (max-width: 768px) {
  .header__inner .header-menu .header__nav .nav-list {
    padding: 1.5rem 0rem 4rem;
    order: 0;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items {
  padding-top: 2.5rem;
}
.header__inner .header-menu .header__nav .nav-list .nav-items a {
  padding-bottom: 0.5rem;
  border-bottom: solid 1px transparent;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .header__inner .header-menu .header__nav .nav-list .nav-items a {
    font-size: 1.2rem;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items a span {
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0 0.7rem;
}
@media screen and (max-width: 768px) {
  .header__inner .header-menu .header__nav .nav-list .nav-items a span {
    font-size: 0.8rem;
  }
}
.header__inner .header-menu .header__nav .nav-list .nav-items a:hover {
  border-bottom: solid 1px #ffffff;
  transition: 0.3s ease-in-out;
}
.header__inner .header-menu .header__nav.active {
  opacity: 1;
  visibility: visible;
}

.mv {
  background-image: url(../images/bg-mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(../images/bg-mv-sp.jpg);
  }
}

footer {
  padding: 1rem 2rem;
  background-color: #405C0D;
  display: flex;
  justify-content: space-between;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  footer {
    display: block;
  }
}
footer .footer__link {
  color: #ffffff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .footer__link {
    display: block;
    margin: 0 0 0.3rem;
  }
}
footer .footer-copyright {
  font-size: 0.875rem;
}

.campaign, .theme, .entry, .award {
  position: relative;
}

.campaign, .theme, .entry, .award, .notes {
  padding: 6.25rem;
}
@media screen and (max-width: 768px) {
  .campaign, .theme, .entry, .award, .notes {
    padding: 3rem 1.3rem 5rem;
  }
}

@media screen and (max-width: 768px) {
  .notes {
    padding: 3rem 1rem 0;
  }
}

.campaign {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .campaign {
    padding-top: 3rem;
    padding-bottom: 2.25rem;
  }
}

.theme-list {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .theme-list {
    margin-top: 2rem;
    display: block;
  }
}

.theme-items {
  margin-right: 2.5rem;
  margin-bottom: 2.5rem;
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 768px) {
  .theme-items {
    margin-right: 0;
    margin-bottom: 1.5rem;
    width: 100%;
  }
}
.theme-items:nth-child(even) {
  margin-right: 0;
}
.theme-items.card .card__label--primary {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .theme-items.card .card__label--primary {
    font-size: 1rem;
  }
}
.theme-items.card .card__label--primary span {
  font-weight: 500;
}
.theme-items.card .ttl-h3 {
  margin-top: 1rem;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .theme-items.card .ttl-h3 {
    font-size: 1.1rem;
  }
}
.theme-items.card .theme__list-wrap {
  padding-top: 1rem;
}
.theme-items.card .theme__list-wrap.list-col2 {
  display: flex;
}
.theme-items.card .theme__list-wrap.list-col2 ul {
  width: 50%;
}
.theme-items.card .theme__list-wrap .list--disc li {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .theme-items.card .card__images {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.theme-items.card .btn-map {
  display: flex;
}

.entry-list {
  margin-top: 2rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  .entry-list {
    display: block;
  }
}

.entry-items {
  margin-right: 1rem;
  width: calc((100% - 32px) / 3);
}
.entry-items:last-child {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .entry-items {
    margin-right: 0;
    width: 100%;
  }
}
.entry-items .entry-list-copy {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-top: 1rem;
}
.entry-items .entry-list-copy .label-copy {
  margin-bottom: 0.5rem;
  background-color: #FCF0DD;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.entry-items .entry-list-copy .label-copy .copy-text {
  padding: 0.5rem;
  width: 100%;
}
.entry-items .entry-list-copy .label-copy .copy-btn {
  width: 50px;
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #7F9A4F;
  color: #F8F8F4;
  cursor: pointer;
}
.entry-items .entry-list-copy .label-copy .copy-btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .entry-items .entry-list-copy .label-copy .copy-btn {
    width: 75px;
  }
}

.entry-step {
  margin-top: 2rem;
}

.entry .card .card__block {
  padding-left: 2rem;
  padding-right: 2rem;
}
.entry .card .card__block .list-notes {
  padding-bottom: 1rem;
}
.entry .card .card__block .ttl-h4 {
  padding-top: 1rem;
}

.award-schedule {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 679px) {
  .award-schedule {
    display: flex;
  }
}
.award-schedule dd {
  margin-left: 1rem;
  font-size: 1.7rem;
  font-weight: 600;
}
.award-schedule dd span {
  font-size: 1.9rem;
}
@media screen and (max-width: 679px) {
  .award-schedule dd {
    font-size: 1.2rem;
  }
  .award-schedule dd span {
    font-size: 1.5rem;
  }
}

.award-list {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .award-list {
    margin-top: 2rem;
  }
}

.award-items {
  margin-right: 1.25rem;
  width: calc((100% - 60px) / 4);
  text-align: center;
}
.award-items:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1240px) {
  .award-items {
    margin-top: 1rem;
    margin-right: 1.25rem;
    width: calc((100% - 20px) / 2);
    text-align: center;
  }
  .award-items:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .award-items {
    margin-right: 0;
    width: 100%;
  }
}
.award-items .award-items-text {
  margin-top: 1rem;
  font-weight: bold;
}

.award .card {
  background-color: #ffffff;
}

.notes-content {
  margin-top: 2rem;
}

.contact {
  padding: 0 6.25rem 6.25rem;
  color: #7F9A4F;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 2rem 1rem;
  }
}
.contact .card {
  padding: 4rem 2rem;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .contact .card {
    padding: 2rem 1rem;
    margin: 0;
  }
}
.contact .card .read-text {
  margin-top: 0;
}
.contact .card .text-notes {
  margin-top: 1rem;
  text-align: center;
}

.btn-wrap {
  margin-top: 2rem;
  text-align: center;
}
.btn-wrap.entry-btn {
  margin-top: 3rem;
}

.btn {
  padding: 1.2rem 2.5rem;
  border: 2px solid transparent;
  border-radius: 50px;
  background-color: #7F9A4F;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #F8F8F4;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.2rem 1rem;
  }
  .btn.detail {
    width: 80%;
  }
}

.btn-arrow:hover {
  border: 2px solid #7F9A4F;
  background-color: #F8F8F4;
  color: #7F9A4F;
  transition: 0.3s;
}
.btn-arrow:hover::after {
  background-image: url(../images/icon-arrow-primary-light.svg);
}
.btn-arrow::after {
  content: "";
  padding-left: 16px;
  width: 16px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/icon-arrow-light.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-small {
  padding: 0.25rem 1rem;
  background-color: #405C0D;
  font-size: 15px;
}
.btn-small:hover {
  border: 2px solid #405C0D;
  background-color: #F8F8F4;
  color: #405C0D;
  transition: 0.3s;
}

.btn-map {
  font-size: 19px;
}
@media screen and (max-width: 768px) {
  .btn-map {
    font-size: 1rem;
  }
}
.btn-map:hover::before {
  background-image: url(../images/icon-map-primary.svg);
}
.btn-map::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../images/icon-map.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 7px 0 0;
}

.wave {
  height: 25px;
  width: 100%;
  position: absolute;
  background-size: 4000px;
  bottom: 0;
  right: 0;
  z-index: 0;
  -webkit-animation: flowwave 90s linear infinite;
  animation: flowwave 90s linear infinite;
}

.wave-light {
  background: url(../images/line-wave-light.svg) repeat-x;
}

.wave-primary {
  background: url(../images/line-wave-primary.svg) repeat-x;
}

.wave-primary-light {
  background: url(../images/line-wave-primary-light.svg) repeat-x;
}

@keyframes flowwave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1956px 0;
  }
}
.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #405C0D;
  position: fixed;
  z-index: 1;
  transform: scale(0);
  right: -50px;
  top: -50px;
  transition: all 0.6s;
}

.circle.circleactive {
  transform: scale(50);
}

.border-primary--bottom {
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #405C0D;
}

.card {
  background-color: #F8F8F4;
  border-radius: 7px;
}
.card .card__text {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .card .card__text {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.card .card__text p {
  padding-top: 1rem;
}
.card .card__images {
  padding: 1rem 1rem;
  text-align: center;
}
.card .card__btn {
  padding: 1rem 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .card {
    margin-top: 1.5rem;
  }
}
.card .card__block {
  padding: 1.25rem;
}
@media screen and (max-width: 768px) {
  .card .card__block.mini {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .theme-items .card__block {
    padding: 1.25rem 0 0;
  }
}

.card__label--primary {
  padding: 0.5rem 1rem;
  background-color: #405C0D;
  border-radius: 7px 0 7px 0;
  display: inline-block;
  color: #F8F8F4;
}

.card__label--primary-light {
  padding: 0.5rem 1rem;
  background-color: #7F9A4F;
  border-radius: 7px 0 7px 0;
  display: inline-block;
  color: #F8F8F4;
  letter-spacing: 1px;
}

.card-notes {
  margin-top: 2rem;
}
.card-notes .ttl-h3 {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 1px;
}

.icon-plus::after {
  content: "";
  margin: 0.5rem auto;
  width: 24px;
  height: 24px;
  background-image: url("../images/icon-plus.svg");
  display: block;
}

.label-primary {
  padding: 0.25rem 0.4rem 0.25rem 0.6rem;
  background-color: #405C0D;
  border-radius: 3px;
  color: #F8F8F4;
  font-weight: 500;
  letter-spacing: 2px;
}

.label-tag {
  margin-top: 1rem;
  display: flex;
  color: #CE6A45;
}
.label-tag .tag-ttl {
  padding: 0.25rem 1rem;
  min-width: 37px;
  background-color: #CE6A45;
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  color: #F8F8F4;
}
.label-tag .tag-text {
  padding: 0.25rem 1rem;
  width: 100%;
  background-color: #FCF0DD;
  border-radius: 0 5px 5px 0;
}

.list--disc li {
  padding-left: 1.25rem;
  position: relative;
}
.list--disc li::before {
  content: "";
  margin-top: 0.25rem;
  background-color: #405C0D;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
}

.list--asterisk li {
  padding-left: 1rem;
  position: relative;
  font-weight: 400;
}
.list--asterisk li::before {
  content: "*";
  width: 16px;
  height: 16px;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}

.list-number {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.list-notes {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
}

.read-text {
  padding-top: 2rem;
  text-align: center;
  line-height: 2;
  font-size: 1.3rem;
  letter-spacing: 1px;
  font-weight: 500;
}
@media screen and (max-width: 679px) {
  .read-text {
    text-align: left;
    font-size: 1rem;
  }
}

.text-notes {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.975rem;
}
@media screen and (max-width: 768px) {
  .text-notes {
    text-align: left;
  }
}

.contact-text {
  line-height: 1.7;
}

.ttl-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .ttl-h2 {
    font-size: 1.5rem;
  }
}
.ttl-h2 span {
  font-size: 0.85rem;
  display: block;
  font-weight: 600;
}

.ttl-h3, .ttl-h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.ttl-h3__ribbon {
  padding: 0.5rem 1.25rem;
  margin-top: 0;
  background: #405C0D;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 16px;
  color: #F8F8F4;
  box-sizing: border-box;
  font-weight: 500;
  min-width: 90%;
}
.ttl-h3__ribbon:before, .ttl-h3__ribbon:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}
.ttl-h3__ribbon:before {
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  top: 0;
  left: -1px;
}
.ttl-h3__ribbon:after {
  border-width: 20px 15px 20px 0px;
  border-color: transparent #ffffff transparent transparent;
  border-style: solid;
  top: 0;
  right: -1px;
}

.ttl-h3--disc {
  padding-left: 1.25rem;
  position: relative;
}
.ttl-h3--disc::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

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