@charset "UTF-8";
.top--title {
  line-height: normal;
  font-family: initial;
  font-weight: 900;
  z-index: 100;
  font-size: calc(0.5rem + 1.5vw);
}
@media (min-width: 768px) {
  .top--title {
    font-size: 1.3rem;
  }
}
@media (min-width: 1200px) {
  .top--title {
    font-size: 2.1rem;
  }
}
.top--title--pSpeech {
  color: #5B0501;
  text-shadow: 0 0 #5B0501;
}
.top--title--annivActivity {
  color: #BA2E2F;
  text-shadow: 0 0 #BA2E2F;
}
.top--title--majorEvents {
  color: #C74725;
  text-shadow: 0 0 #C74725;
}
.top--title--annivBlog {
  color: #F4742B;
  text-shadow: 0 0 #F4742B;
}
.top--title--photoCollection {
  color: #F99322;
  text-shadow: 0 0 #F99322;
}
.top--title--annivMemory {
  color: #FFBB0E;
  text-shadow: 0 0 #FFBB0E;
}

.blog-from {
  text-align: center;
  width: 500px;
  height: 300px;
  background: #FEDBA3;
  border-radius: 100px;
}

.annivBlog-title {
  color: #F6741D;
}

.comment-box-1 {
  background: #FBB94B;
}

.comment-box-2 {
  background: #FFDE73;
}

.comment-box-3 {
  background: #FCCE81;
}

.comment-box-4 {
  background: #FCB33B;
}

.comment-box-5 {
  background: #FDD99D;
}

.comment-box-6 {
  background: #FEDBA3;
}

.comments-slider .slick-prev {
  left: 5px;
  z-index: 10000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .comments-slider .slick-prev {
    left: -20px;
  }
}
.comments-slider .slick-prev:before {
  content: "←";
}
.comments-slider .slick-next {
  right: 20px;
  z-index: 10000;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .comments-slider .slick-next {
    right: 0;
  }
}
.comments-slider .slick-next:before {
  content: "→";
}
.comments-slider .slick-next:before, .comments-slider .slick-prev:before {
  color: orangered;
  font-size: 35px;
}

.comment-box {
  width: 430px;
  height: 200px;
  border-radius: 110px;
}
@media (max-device-width: 425px) {
  .comment-box {
    width: 370px;
    height: 170px;
    border-radius: 60px;
  }
}
.comment-box__content {
  overflow: auto;
  max-width: 80%;
  word-wrap: break-word;
}

.comment-area {
  background: #FEDBA3;
  padding: 3rem 4rem;
  border-radius: 120px;
  position: relative;
}
@media (max-device-width: 576px) {
  .comment-area {
    max-width: 95vw;
    border-radius: 50px;
  }
}
.comment-area textarea {
  resize: none;
  overflow: auto;
  border: none;
  outline: none;
  background: transparent;
}
.comment-area input[type=submit] {
  position: absolute;
  bottom: -15px;
  right: 90px;
  width: 120px;
  height: 35px;
  background: #F9A61A;
  color: white;
  border: none;
  outline: none;
  border-radius: 20px;
}
@media (max-device-width: 425px) {
  .comment-area input[type=submit] {
    right: 50px;
  }
}
.comment-area input[type=submit]:hover {
  cursor: pointer;
  filter: brightness(1.1);
}

@media (max-width: 992px) {
  .pSpeech {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
  }
}

.pSpeech-photo {
  z-index: 100;
  right: 10vw;
}
@media (max-width: 992px) {
  .pSpeech-photo {
    position: unset;
    right: unset;
    text-align: center;
  }
}
.pSpeech-photo img {
  height: 300px;
  width: 300px;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .pSpeech-photo img {
    margin-top: 1rem;
  }
}

.pSpeech-container {
  background: white;
  width: 90%;
  min-height: 500px;
  border-radius: 100px;
  margin-top: 5rem;
}
@media (max-width: 992px) {
  .pSpeech-container {
    margin-top: 1rem;
    width: 100%;
  }
}
.pSpeech-container__content {
  background: transparent;
  width: 68%;
  height: 70%;
  overflow-y: auto;
  position: absolute;
  left: 5rem;
}
@media (max-width: 992px) {
  .pSpeech-container__content {
    margin-top: 1rem;
    left: unset;
    width: 95%;
    justify-content: center;
  }
}

.annivHome .top--title {
  margin-bottom: 3rem;
  font-family: initial;
  font-weight: 900;
}
.annivHome .top--title:hover {
  text-shadow: 1px 1px 1px white;
}
.annivHome a:hover {
  text-decoration: none;
}

.annivMemory-image-pop {
  color: unset;
}

.annivMemory {
  min-height: 650px;
}
.annivMemory .annivMemory-slider .slick-prev {
  left: 120px;
  z-index: 2;
}
.annivMemory .annivMemory-slider .slick-prev:before {
  content: "←";
}
.annivMemory .annivMemory-slider .slick-next {
  right: 150px;
  z-index: 2;
}
.annivMemory .annivMemory-slider .slick-next:before {
  content: "→";
}
.annivMemory .annivMemory-slider .slick-next:before, .annivMemory .annivMemory-slider .slick-prev:before {
  color: orangered;
  font-size: 50px;
}
.annivMemory .annivMemory-slider .annivMemory-image-item {
  width: 100%;
}
@media (min-width: 992px) {
  .annivMemory .annivMemory-slider .annivMemory-image-item {
    width: 650px;
  }
}

#annivMenu {
  margin: 0;
  padding: 1rem 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  #annivMenu {
    display: block;
  }
}
#annivMenu .container {
  overflow: unset !important;
}
@media (min-width: 1025px) {
  #annivMenu .container {
    padding: 0;
  }
}
#annivMenu .container > ul {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-weight: bold;
}
#annivMenu .container > ul a:hover {
  text-decoration: none;
}
#annivMenu .container > ul .right .sub-menu .sub-menu {
  left: unset;
  right: 100%;
}
#annivMenu .container > ul .right .sub-menu .sub-menu .sub-menu {
  left: unset;
  right: 100%;
}
#annivMenu .container > ul li {
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
  z-index: 1000;
  position: relative;
  background: transparent;
  margin: auto 3px;
  color: white;
  font-size: 1rem;
}
@media (max-width: 992px) {
  #annivMenu .container > ul li {
    font-size: 0.7rem;
  }
}
@media (max-width: 767px) {
  #annivMenu .container > ul li {
    font-size: 0.5rem;
  }
}
#annivMenu .container > ul li .menu-item-label {
  padding: 11px 10px 9px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #annivMenu .container > ul li {
    margin: 0;
  }
}
#annivMenu .container > ul li.category {
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
#annivMenu .container > ul li a {
  color: #7C1A0F;
}
#annivMenu .container > ul li a:hover {
  color: #EC6907;
}
#annivMenu .container > ul li .sub-menu {
  width: 200px;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 30;
  background: #F58220;
}
#annivMenu .container > ul li .sub-menu li {
  width: 100%;
  border-radius: 0;
  text-align: left;
  font-size: 18px;
  position: relative;
  margin: 0;
  bottom: 0;
  -webkit-transition: bottom 0.2s ease-in-out;
  -moz-transition: bottom 0.2s ease-in-out;
  -o-transition: bottom 0.2s ease-in-out;
  transition: bottom 0.2s ease-in-out;
}
#annivMenu .container > ul li .sub-menu li:hover li {
  color: white;
}
#annivMenu .container > ul li .sub-menu li:hover li:hover {
  color: white;
}
#annivMenu .container > ul li .sub-menu a {
  display: block;
}
#annivMenu .container > ul li .sub-menu a a {
  display: block;
}
#annivMenu .container > ul li .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#annivMenu .container > ul li .sub-menu .sub-menu .sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}
#annivMenu .container > ul li:hover {
  color: #EC6907;
}
#annivMenu .container > ul li.active {
  color: #EC6907;
  border-bottom: 3px solid #EC6907;
}
#annivMenu .container > ul li.active a {
  color: #EC6907;
}
#annivMenu .container > ul li.active .sub-menu {
  display: block;
}
#annivMenu .container > ul li.active .sub-menu li .sub-menu {
  display: none;
}
#annivMenu .container > ul li.active .sub-menu li:hover .sub-menu {
  display: block;
}
#annivMenu .container > ul li.active .sub-menu li:hover .sub-menu li .sub-menu {
  display: none;
}
#annivMenu .container > ul li.active .sub-menu li:hover .sub-menu li:hover .sub-menu {
  display: block;
}
#annivMenu .container > ul li button {
  border: none;
  background: none;
  padding: 9px 13px;
  line-height: 1;
  width: 100%;
}

ul.menu li.active, ul.menu li.home:hover {
  background: transparent !important;
}

#sidebar-wrapper {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  top: 0;
}

.anniv-main-content {
  padding-bottom: 3rem;
}

.annivHomePage--activity {
  position: relative;
}
.annivHomePage--activity--menu {
  display: none;
  list-style: none;
  padding: unset;
  position: absolute;
  z-index: 500;
  width: 300px;
  left: calc(50% - (300px/2));
  top: 0.3rem;
  min-height: 300px;
  filter: brightness(1.3);
  background: linear-gradient(270deg, rgba(255, 248, 219, 0.1), rgba(255, 248, 219, 0.2), rgba(255, 248, 219, 0.3), rgba(255, 248, 219, 0.4), rgba(255, 248, 219, 0.5), rgba(255, 248, 219, 0.6), rgba(255, 248, 219, 0.7), rgba(255, 248, 219, 0.8), rgba(255, 248, 219, 0.8), rgba(255, 248, 219, 0.8), rgba(255, 248, 219, 0.7), rgba(255, 248, 219, 0.6), rgba(255, 248, 219, 0.5), rgba(255, 248, 219, 0.4), rgba(255, 248, 219, 0.3), rgba(255, 248, 219, 0.2), rgba(255, 248, 219, 0.1));
}
@media (min-width: 768px) {
  .annivHomePage--activity--menu {
    top: 2rem;
    min-height: 500px;
  }
}
@media (min-width: 1200px) {
  .annivHomePage--activity--menu {
    top: 2.8rem;
    min-height: 590px;
  }
}
.annivHomePage--activity--menu li {
  font-size: 1.2rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .annivHomePage--activity--menu li {
    padding-top: 0.2rem;
  }
}
.annivHomePage--activity--menu li a {
  font-size: 1.2rem;
  font-weight: 900;
  padding: 0 0;
  color: #7C1A0F;
  text-shadow: 0 0 #7C1A0F;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 15px 20px 35px rgba(255, 255, 255, 0.2);
}
@media (max-width: 576px) {
  .annivHomePage--activity--menu li a {
    font-size: 0.5rem;
    box-shadow: 0 2px 20px 2px rgba(255, 255, 255, 0.95);
  }
}
@media (max-width: 992px) {
  .annivHomePage--activity--menu li a {
    font-size: 0.7rem;
    box-shadow: 0 5px 15px 5px rgba(255, 255, 255, 0.95);
  }
}
.annivHomePage--activity--menu li a:hover {
  color: #611506;
  font-weight: bolder;
  z-index: 99;
}
.annivHomePage--activity:hover .annivHomePage--activity--menu {
  display: block;
}

.top--bar__1, .annivHome .row:nth-child(1) .menu-item-bg {
  background-image: url("../images/70th_image/bar1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__1, .annivHome .row:nth-child(1) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__1, .annivHome .row:nth-child(1) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__1, .annivHome .row:nth-child(1) .menu-item-bg {
    height: 57px;
  }
}

.top--bar__2, .annivHome .row:nth-child(2) .menu-item-bg {
  background-image: url("../images/70th_image/bar2.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__2, .annivHome .row:nth-child(2) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__2, .annivHome .row:nth-child(2) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__2, .annivHome .row:nth-child(2) .menu-item-bg {
    height: 57px;
  }
}

.top--bar__3, .annivHome .row:nth-child(3) .menu-item-bg {
  background-image: url("../images/70th_image/bar3.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__3, .annivHome .row:nth-child(3) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__3, .annivHome .row:nth-child(3) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__3, .annivHome .row:nth-child(3) .menu-item-bg {
    height: 57px;
  }
}

.top--bar__4, .annivHome .row:nth-child(4) .menu-item-bg {
  background-image: url("../images/70th_image/bar4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__4, .annivHome .row:nth-child(4) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__4, .annivHome .row:nth-child(4) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__4, .annivHome .row:nth-child(4) .menu-item-bg {
    height: 57px;
  }
}

.top--bar__5, .annivHome .row:nth-child(5) .menu-item-bg {
  background-image: url("../images/70th_image/bar5.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__5, .annivHome .row:nth-child(5) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__5, .annivHome .row:nth-child(5) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__5, .annivHome .row:nth-child(5) .menu-item-bg {
    height: 57px;
  }
}

.top--bar__6, .annivHome .row:nth-child(6) .menu-item-bg {
  background-image: url("../images/70th_image/bar6.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .top--bar__6, .annivHome .row:nth-child(6) .menu-item-bg {
    background-size: cover;
    height: 36px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 992px) {
  .top--bar__6, .annivHome .row:nth-child(6) .menu-item-bg {
    height: 48px;
  }
}
@media (min-width: 1200px) {
  .top--bar__6, .annivHome .row:nth-child(6) .menu-item-bg {
    height: 57px;
  }
}

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