@charset "UTF-8";
.top_wrap {
  width: 100%;
  min-width: 1200px;
  max-width: 2000px;
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1em;
  color: #333;
  text-align: left;
}
.top_wrap * {
  box-sizing: border-box;
  line-height: 1em;
}
.top_wrap a {
  color: #333;
  text-decoration: none;
}
@media (any-hover: hover) {
  .top_wrap a:hover {
    opacity: 0.8;
  }
}
.top_wrap h1, .top_wrap h2, .top_wrap h3, .top_wrap h4, .top_wrap h5, .top_wrap h6 {
  margin: 0;
  padding: 0;
}
.top_wrap p {
  margin: 0;
}
.top_wrap img {
  width: 100%;
  vertical-align: bottom;
}
.top_wrap ul,
.top_wrap li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.top_wrap .sp_only {
  display: none !important;
}
.top_wrap .inner {
  margin: 0 auto;
  position: relative;
}
.top_wrap .serif {
  font-family: "Shippori Mincho", serif;
}
.top_wrap .sp_only {
  display: none;
}
.top_wrap header {
  height: 110px;
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.top_wrap header .inner {
  display: flex;
  align-items: center;
  width: 1300px;
  height: 100%;
  margin-inline: auto;
}
.top_wrap header .logo {
  width: 235px;
  margin-right: 20px;
}
.top_wrap header .hdr_nav {
  display: flex;
  align-items: center;
}
.top_wrap header .hdr_nav a {
  display: block;
  text-align: center;
  padding: 0 12px;
  font-size: 14px;
  line-height: 19px;
}
.top_wrap header .hdr_nav .mypage {
  width: 80px;
}
.top_wrap header .hdr_nav .mypage i {
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/ico_mypage.png) no-repeat center 0/100%;
  width: 27px;
  height: 32px;
  margin: 0 auto 12px;
}
.top_wrap header .hdr_nav .mypage a {
  padding: 0;
}
.top_wrap header .hdr_nav .cart {
  width: 80px;
}
.top_wrap header .hdr_nav .cart i {
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/ico_cart.png) no-repeat center 0/100%;
  width: 31px;
  height: 35px;
  margin: 0 auto 8px;
}
.top_wrap header .hdr_nav .cart a {
  padding: 0;
}
.top_wrap header .tel {
  background: #9B0000;
  color: #fff;
  text-align: center;
  height: 100%;
  width: 300px;
  font-weight: 400;
  padding: 12px 0 0;
  margin: 0 0 0 auto;
}
.top_wrap header .tel .num {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 33px;
  font-weight: 700;
  margin: 2px 0 3px;
}
.top_wrap header .tel .num i {
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/ico_tel.png) no-repeat center 0/100%;
  width: 36px;
  height: 24px;
}
.top_wrap header .tel .txt02 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1300px) {
  .top_wrap header {
    height: 8.4615384615vw;
    box-shadow: 0vw 0.5384615385vw 0.3846153846vw rgba(0, 0, 0, 0.1);
  }
  .top_wrap header .inner {
    width: 100vw;
    min-width: 1000px;
    margin: 0;
  }
  .top_wrap header .logo {
    width: 18.0769230769vw;
    margin-right: 1.5384615385vw;
  }
  .top_wrap header .hdr_nav a {
    padding: 0 0.9230769231vw;
    font-size: 1.0769230769vw;
    line-height: 1.4615384615vw;
  }
  .top_wrap header .hdr_nav .mypage {
    width: 6.1538461538vw;
  }
  .top_wrap header .hdr_nav .mypage i {
    width: 2.0769230769vw;
    height: 2.4615384615vw;
    margin: 0 auto 0.9230769231vw;
  }
  .top_wrap header .hdr_nav .cart {
    width: 6.1538461538vw;
  }
  .top_wrap header .hdr_nav .cart i {
    width: 2.3846153846vw;
    height: 2.6923076923vw;
    margin: 0 auto 0.6153846154vw;
  }
  .top_wrap header .tel {
    width: 23.0769230769vw;
    padding: 0.9230769231vw 0 0;
  }
  .top_wrap header .tel .num {
    gap: 0.6153846154vw;
    font-size: 2.5384615385vw;
    margin: 0.1538461538vw 0 0.2307692308vw;
  }
  .top_wrap header .tel .num i {
    width: 2.7692307692vw;
    height: 1.8461538462vw;
  }
  .top_wrap header .tel .txt02 {
    font-size: 1.0769230769vw;
    line-height: 1.2307692308vw;
  }
}
@media screen and (max-width: 1000px) {
  .top_wrap header {
    height: 85px; /* 8.46vw ≒ 85px @1000px時 */
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.1);
  }
  .top_wrap header .inner {
    width: 1000px;
    margin: 0;
  }
  .top_wrap header .logo {
    width: 181px;
    margin-right: 5px;
  }
  .top_wrap header .hdr_nav a {
    padding: 0 10px;
    font-size: 11px;
    line-height: 15px;
  }
  .top_wrap header .hdr_nav .mypage {
    width: 62px;
  }
  .top_wrap header .hdr_nav .mypage i {
    width: 21px;
    height: 25px;
    margin: 0 auto 9px;
  }
  .top_wrap header .hdr_nav .cart {
    width: 62px;
  }
  .top_wrap header .hdr_nav .cart i {
    width: 24px;
    height: 27px;
    margin: 0 auto 6px;
  }
  .top_wrap header .tel {
    width: 231px;
    padding: 9px 0 0;
  }
  .top_wrap header .tel .num {
    gap: 6px;
    font-size: 25px;
    margin: 2px 0 3px;
  }
  .top_wrap header .tel .num i {
    width: 28px;
    height: 18px;
  }
  .top_wrap header .tel .txt02 {
    font-size: 11px;
    line-height: 12px;
  }
}
.top_wrap .top_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #A78A46;
  height: 50px;
  font-size: 22px;
  letter-spacing: 0.04em;
}
.top_wrap .main_image {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/kv.png) no-repeat center 0;
  height: 550px;
  display:none;
}
.top_wrap .main_image .inner {
  width: 1000px;
  margin-inline: auto;
  padding: 40px 0 0 19px;
}
.top_wrap .main_image .txt span {
  font-size: 50px;
  color: #1A1A1A;
  font-weight: 700;
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  background: #fff;
  height: 70px;
  padding: 7px 12px 0;
  margin-bottom: 10px;
}
.top_wrap .main_image .txt span:nth-last-of-type(1) {
  margin-bottom: 0;
}
.top_wrap .main_image .txt i {
  font-style: normal;
}
.top_wrap .main_image .note {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin: 320px 0 0 27px;
}
.top_wrap .main_contents {
  margin: 50px auto 0;
}
.top_wrap .main_contents .inner {
  width: 1000px;
  padding: 0 20px;
}
.top_wrap .main_info {
  background: #F2F2F2;
  font-size: 18px;
  font-weight: 300;
  padding: 23px 45px;
}
.top_wrap .main_info li:not(:last-child) {
  margin-bottom: 15px;
}
.top_wrap .main_info a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .top_wrap .main_info a:hover {
    text-decoration: none;
  }
}
.top_wrap .info_overlay {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.top_wrap .info_overlay.active {
  display: block;
}
.top_wrap .info_modal {
  background: #fff;
  width: 960px;
  height: 80%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1000;
}
.top_wrap .info_modal.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  pointer-events: auto;
}
.top_wrap .info_modal .info_modal_close {
  width: 80px;
  position: absolute;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
@media (any-hover: hover) {
  .top_wrap .info_modal .info_modal_close:hover {
    opacity: 0.8;
  }
}
.top_wrap .info_modal .info_modal_inner {
  width: 100%;
  height: 100%;
  padding: 90px 80px 80px;
  overflow-y: scroll;
}
.top_wrap .info_modal .info_date {
  font-size: 18px;
  font-weight: 400;
}
.top_wrap .info_modal .info_title {
  font-size: 30px;
  font-weight: 700;
  border-bottom: 1px solid #BEA050;
  margin: 30px 0 0;
  padding: 0 0 42px;
}
.top_wrap .info_modal .info_txt {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.04em;
  padding: 40px 0;
  margin-bottom: 30px;
}
.top_wrap .info_modal .info_modal_close_btm {
  border: 1px solid #000;
  width: 220px;
  height: 63px;
  margin: 0 auto;
  padding: 17px 0 0;
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.04em;
}
.top_wrap .main_txt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  color: #1A1A1A;
  letter-spacing: 0.08em;
  margin: 60px auto 66px;
}
.top_wrap .main_txt strong {
  font-size: 65px;
  letter-spacing: 0.04em;
}
.top_wrap .main_feat {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
  gap: 15px;
}
.top_wrap .main_feat li {
  width: 310px;
  height: 110px;
  border: 1px solid #9B0000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_wrap .main_feat p {
  font-size: 28px;
  line-height: 38px;
  color: #9B0000;
  text-align: center;
  font-weight: 800;
}
.top_wrap .main_feat p span {
  font-size: 21px;
  display: block;
  margin-bottom: 5px;
}
.top_wrap .main_bnr {
  margin: 54px auto 100px;
}
.top_wrap .main_bnr .slider-img {
  margin: 0 10px;
  width: 960px !important;
  height: 480px !important;
}
.top_wrap .main_bnr img {
  width: 100%;
  height: 100%;
}
.top_wrap .main_bnr .slick-prev {
  left: 50%;
  z-index: 99;
  top: 180px;
  transform: none;
  translate: -500px 0;
}
.top_wrap .main_bnr .slick-prev:before {
  content: "";
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/slide_prev.png) no-repeat center 0/100%;
  width: 50px;
  height: 120px;
  opacity: 1;
}
.top_wrap .main_bnr .slick-next {
  right: 50%;
  z-index: 99;
  top: 180px;
  transform: none;
  translate: 470px 0;
}
.top_wrap .main_bnr .slick-next::before {
  content: "";
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/slide_next.png) no-repeat center 0/100%;
  width: 50px;
  height: 120px;
  opacity: 1;
}
.top_wrap .main_bnr .slick-dots {
  bottom: -50px;
}
.top_wrap .main_bnr .slick-dots li button {
  width: 16px;
  height: 16px;
}
.top_wrap .main_bnr .slick-dots li button:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background: #E6E6E6;
  opacity: 1;
}
.top_wrap .main_bnr .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #999999;
}
.top_wrap .main_ranking {
  background: #FCFAF6;
  padding: 108px 0 100px;
}
.top_wrap .main_ranking .sub {
  text-align: center;
  font-size: 45px;
  color: #1A1A1A;
  font-weight: 700;
  margin: 0 0 75px;
}
.top_wrap .main_ranking .no1 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 70px;
}
.top_wrap .main_ranking .no1 .img {
  width: 470px;
  position: relative;
}
.top_wrap .main_ranking .no1 .img::before {
  content: "";
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/no1.png) no-repeat center 0/100%;
  width: 120px;
  height: 120px;
  position: absolute;
  top: -30px;
  left: -10px;
}
.top_wrap .main_ranking .no1 .txt {
  width: 445px;
}
.top_wrap .main_ranking .no1 .name {
  font-size: 32px;
}
.top_wrap .main_ranking .no1 .name span {
  display: block;
  font-size: 21px;
  margin-top: 18px;
  font-weight: 400;
}
.top_wrap .main_ranking .no1 .price {
  font-size: 30px;
  color: #9B0000;
  font-weight: 700;
  margin: 30px 0 40px;
}
.top_wrap .main_ranking .no1 .price span {
  font-size: 20px;
  font-weight: 400;
}
.top_wrap .main_ranking .no1 .price i {
  font-style: normal;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-left: 1.8em;
}
.top_wrap .main_ranking .no1 .desc {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.top_wrap .main_ranking .no1 .btn {
  background: #9B0000;
  color: #fff;
  width: 430px;
  height: 70px;
  border-radius: 100vh;
  margin: 70px auto 0;
  display: block;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 60px;
  font-weight: 700;
  position: relative;
}
.top_wrap .main_ranking .no1 .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}
.top_wrap .main_ranking .main_ranking_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.top_wrap .main_ranking .main_ranking_list li {
  width: 220px;
}
.top_wrap .main_ranking .main_ranking_list .name {
  font-size: 23px;
  margin: 18px 0 25px;
}
.top_wrap .main_ranking .main_ranking_list .name span {
  font-size: 17px;
  display: block;
  margin: 5px 0 0;
  font-weight: 400;
}
.top_wrap .main_ranking .main_ranking_list .price {
  font-size: 30px;
  color: #9B0000;
  font-weight: 700;
}
.top_wrap .main_ranking .main_ranking_list .price span {
  font-size: 20px;
  font-weight: 400;
}
.top_wrap .main_ranking .main_ranking_list .note {
  font-size: 15px;
  font-weight: 400;
  margin-top: 1em;
}
.top_wrap .main_ranking .no2 {
  position: relative;
}
.top_wrap .main_ranking .no2::before {
  content: "";
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/no2.png) no-repeat center 0/100%;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: 10;
}
.top_wrap .main_ranking .no3 {
  position: relative;
}
.top_wrap .main_ranking .no3::before {
  content: "";
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/no3.png) no-repeat center 0/100%;
  display: block;
  width: 90px;
  height: 90px;
  position: absolute;
  top: -30px;
  left: -10px;
  z-index: 10;
}
.top_wrap .main_ranking .btn_all {
  background: #9B0000;
  color: #fff;
  width: 360px;
  height: 70px;
  border-radius: 100vh;
  margin: 92px auto 0;
  display: block;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 76px;
  font-weight: 700;
  position: relative;
}
.top_wrap .main_ranking .btn_all::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}
.top_wrap .main_reason {
  padding: 108px 0 100px;
}
.top_wrap .main_reason .sub {
  text-align: center;
  font-size: 45px;
  color: #1A1A1A;
  font-weight: 700;
  margin: 0 0 75px;
}
.top_wrap .main_reason .slick-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 90px 0;
}
.top_wrap .main_reason .slide {
  background: #F8F5ED;
  text-align: center;
  width: 460px;
  padding: 0 0 36px;
  position: relative;
}
.top_wrap .main_reason .slide::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  left: -10px;
  top: -20px;
}
.top_wrap .main_reason .slide .img {
  width: 460px;
}
.top_wrap .main_reason .slide .txt01 {
  font-size: 30px;
  font-weight: 700;
  margin: 44px auto 26px;
}
.top_wrap .main_reason .slide .txt02 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 400;
}
.top_wrap .main_reason .no1::before {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/1.png) no-repeat center 0/100%;
}
.top_wrap .main_reason .no2::before {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/2.png) no-repeat center 0/100%;
}
.top_wrap .main_reason .no3::before {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/3.png) no-repeat center 0/100%;
}
.top_wrap .main_reason .no4::before {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/4.png) no-repeat center 0/100%;
}
.top_wrap .main_example {
  background: #FCFAF6;
  padding: 108px 0 100px;
}
.top_wrap .main_example .sub {
  text-align: center;
  font-size: 45px;
  color: #1A1A1A;
  font-weight: 700;
  margin: 0 0 50px;
}
.top_wrap .main_example .lead {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.top_wrap .main_example .photo_slide {
  margin: 35px auto 50px;
}
.top_wrap .main_example .photo_slide .slider-img {
  margin: 0 10px;
  width: 630px !important;
  height: 380px !important;
}
.top_wrap .main_example .photo_slide img {
  width: 100%;
  height: 100%;
}
.top_wrap .main_example .photo_slide .slick-prev {
  left: 50%;
  z-index: 99;
  top: 130px;
  transform: none;
  translate: -335px 0;
}
.top_wrap .main_example .photo_slide .slick-prev:before {
  content: "";
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/slide_prev.png) no-repeat center 0/100%;
  width: 50px;
  height: 120px;
  opacity: 1;
}
.top_wrap .main_example .photo_slide .slick-next {
  right: 50%;
  z-index: 99;
  top: 130px;
  transform: none;
  translate: 305px 0;
}
.top_wrap .main_example .photo_slide .slick-next::before {
  content: "";
  display: block;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/slide_next.png) no-repeat center 0/100%;
  width: 50px;
  height: 120px;
  opacity: 1;
}
.top_wrap .main_example .btn {
  background: #9B0000;
  color: #fff;
  width: 360px;
  height: 70px;
  border-radius: 100vh;
  margin: 0 auto;
  display: block;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 76px;
  font-weight: 700;
  position: relative;
}
.top_wrap .main_example .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}
.top_wrap .main_faq {
  padding: 108px 0 100px;
}
.top_wrap .main_faq .sub {
  text-align: center;
  font-size: 45px;
  color: #1A1A1A;
  font-weight: 700;
  margin: 0 0 50px;
}
.top_wrap .main_faq dl {
  background: #F5F1E5;
  margin: 0 auto 10px;
}
.top_wrap .main_faq dt {
  width: 900px;
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/q.png) no-repeat 7px 19px/24px;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 25px 0 25px 50px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
}
.top_wrap .main_faq dt::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  rotate: -45deg;
  position: absolute;
  right: 0;
  top: 30px;
  transition: all 0.3s;
}
.top_wrap .main_faq dt.open::after {
  rotate: 135deg;
}
@media (any-hover: hover) {
  .top_wrap .main_faq dt:hover {
    opacity: 0.8;
  }
}
.top_wrap .main_faq dd {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/a.png) no-repeat 0 25px/26px;
  display: none;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.04em;
  padding: 15px 60px 30px 50px;
  border-top: 1px solid #999;
  width: 900px;
  margin: 0 auto;
}
.top_wrap .main_faq .btn {
  background: #9B0000;
  color: #fff;
  width: 500px;
  height: 70px;
  border-radius: 100vh;
  margin: 50px auto 0;
  display: block;
  font-size: 24px;
  letter-spacing: 0.06em;
  padding: 20px 0 0 120px;
  font-weight: 700;
  position: relative;
}
.top_wrap .main_faq .btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  rotate: -45deg;
  position: absolute;
  right: 28px;
  top: 30px;
}
.top_wrap .main_ask {
  background: #FCFAF6;
  padding: 108px 0 100px;
}
.top_wrap .main_ask .sub {
  text-align: center;
  font-size: 45px;
  color: #1A1A1A;
  font-weight: 700;
  margin: 0 0 70px;
}
.top_wrap .main_ask .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 42px;
}
.top_wrap .main_ask .ask_bnr {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 25px 0;
}
.top_wrap .main_ask .ask_bnr li {
  width: 460px;
}
.top_wrap .main_ask .ask_bnr li:first-child {
  width: 100%;
}
.top_wrap footer {
  padding: 0;
}
.top_wrap footer .inner {
  padding: 0 20px;
}
.top_wrap .ftr_calendar ul {
  display: flex;
  justify-content: center;
  gap: 80px;
}
.top_wrap .ftr_calendar li {
  width: 440px;
}
.top_wrap .ftr_calendar li p {
  background: url(https://ritafoods.jp/user_data/packages/raku2pc/img/rd/ico_flwr.png) no-repeat 0 0/30px;
  font-size: 22px;
  letter-spacing: 0.02em;
  height: 30px;
  padding: 3px 0 0 45px;
  margin: 0 0 19px;
  font-weight: 700;
}
.top_wrap .ftr_calendar li .img {
  width: 100%;
  height: 280px;
}
.top_wrap .ftr_calendar li .img img {
  width: 100%;
  height: 100%;
}
.top_wrap .ftr_logo {
  width: 320px;
  margin: 140px auto 70px;
}
.top_wrap .ftr_nav {
  width: 955px;
  height: 1200px;
  margin-inline: auto;
  position: relative;
}
.top_wrap .ftr_nav .block {
  display: flex;
  flex-flow: row wrap;
}
.top_wrap .ftr_nav .title {
  width: 100%;
  border-bottom: 1px solid #9B0000;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 0.02em;
  padding: 0 0 5px;
  margin: 0 0 10px;
}
.top_wrap .ftr_nav .block_01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 760px;
}
.top_wrap .ftr_nav .block_01 ul {
  width: 25%;
  margin-bottom: 35px;
}
.top_wrap .ftr_nav .block_01 li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
}
.top_wrap .ftr_nav .block_01 li:first-child {
  margin-bottom: 5px;
  font-weight: 700;
}
.top_wrap .ftr_nav .block_01 li:first-child::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #9B0000;
  margin-right: 5px;
}
.top_wrap .ftr_nav .block_01 li a {
  display: flex;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.top_wrap .ftr_nav .block_01 li a::before {
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #9B0000;
  margin: 4px 5px 0 0;
}
.top_wrap .ftr_nav .block_02, .top_wrap .ftr_nav .block_03, .top_wrap .ftr_nav .block_04 {
  width: 180px;
  margin: 0 0 110px auto;
}
.top_wrap .ftr_nav .block_02 li, .top_wrap .ftr_nav .block_03 li, .top_wrap .ftr_nav .block_04 li {
  display: flex;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
}
.top_wrap .ftr_nav .block_02 li a, .top_wrap .ftr_nav .block_03 li a, .top_wrap .ftr_nav .block_04 li a {
  display: flex;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
}
.top_wrap .ftr_nav .block_02 li a::before, .top_wrap .ftr_nav .block_03 li a::before, .top_wrap .ftr_nav .block_04 li a::before {
  content: "";
  display: block;
  height: 10px;
  width: 6px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #9B0000;
  margin: 4px 5px 0 0;
}
.top_wrap .footer_info {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 50px 0 0;
}
.top_wrap .footer_info .footer_info_name {
  font-size: 29px;
  font-weight: 700;
  margin: 0 0 24px;
}
.top_wrap .footer_info .footer_info_copy {
  width: 1000px;
  font-size: 13px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #FFF;
  padding: 0 0 23px;
  margin: 0 auto;
}
.top_wrap .footer_info .footer_info_txt {
  font-size: 13px;
  letter-spacing: 0.1em;
  padding: 30px 0 50px;
}
.top_wrap .fixbtn {
  position: fixed;
  width: 120px;
  right: 20px;
  bottom: 100px;
  z-index: 20;
}