@charset "utf-8";
/* mixins ---- */
/* side menu ---- */
#side_box .side_menu .menu_grp_c.grp61 {
}
.csr_matsuri .btn611.btn_toggle .btn_toggle_act::after {
  background-color: rgb(255,255,255) !important;
}
.csr_matsuri li.btn611 {
  background-color: rgb(218,218,218);
  border-bottom-color: rgb(204,204,204) !important;
}
.csr_matsuri #side_box .side_menu .menu_grp_c > li.btn611 > a {
  pointer-events:none;
  cursor: auto;
}
.csr_matsuri #side_box .side_menu .menu_grp_c > li.btn611 > a::after {
  display: none;
}



/* responsive ---- */
@media screen and (max-width: 767px) {
  header .main_navigation li.btn04 a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .all_box {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #main_box {
    float: none;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #main_box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #main_box img {
    max-width: 100%;
    height: auto;
  }
  #main_box .main_inner {
    margin: 30px 15px;
    padding-right: 0;
    padding-left: 0;
  }
  #main_box .title_line {
    padding-top: 28px;
  }
  #main_box .title_line .page_title {
    border-width: 8px;
    font-size: 24px;
    line-height: 1.2;
    margin-top: 0;
    text-indent: 0;
    padding-left: .5em;
  }
  #main_box .ttl_s {
    font-size: 20px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  #main_box .linkbox_gray {
    background-position: right 20px center;
    font-size: 15px;
    line-height: 1.4;
    padding: 18px 34px 16px;
  }
}

@media screen and (min-width: 740px) {
  .linkbox_gray br {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  #side_box {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

/* csr/matsuri ---- */
.csr_matsuri .main_box_img {
  margin-top: 72px;
  background-color: rgb(29,37,84);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.csr_matsuri .lead_box {
  background-image: url(../images/bg_y.webp);
  background-repeat: repeat-y;
  background-size: contain;
}
.csr_matsuri .lead {
  width: 100%;
  padding: calc(60 / 850 * 100%) calc(90 / 850 * 100%);
  background-image: url(../images/bg.webp);
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  color: rgb(255,255,255);
}
.csr_matsuri .lead p {
  font-weight: 700;
  font-size: 18px;
  line-height: 2;
}

.csr_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  row-gap: 31px;
  justify-content: space-between;
  padding: calc(54 / 850 * 100%) calc(28 / 850 * 100%) calc(72 / 850 * 100%);
  background-color: #FFF4D9;
}
.csr_list::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to right,#FFB400,#C8001E);
}

.csr_list li {
  width: calc(380 / 794 * 100%);
}
.csr_list li a {
  display: flex;
  flex-direction: column;
}
.csr_list li a > span {
  display: block;
}
.csr_list li .image {
  border-radius: 10px;
  overflow: hidden;
}
.csr_list li .title {
  position: relative;
  margin-top: 16px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.1;
}
.csr_list li .title::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 15px;
  aspect-ratio: 5/7;
  background-image: url(../images/link_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;  
}

@media screen and (max-width: 767px) {
  .csr_matsuri .main_box_img {
    margin-top: 0;
  }
  .csr_matsuri .lead_box {
    background-image: url(../images/bg_y_sp.webp);
  }

  .csr_matsuri .lead {
    padding: calc(130 / 750 * 100%) calc(30 / 750 * 100%);
    background-image: url(../images/bg_sp.webp?ud=250820);
    background-size: cover;
  }
  .csr_matsuri .lead p {
    font-size: 100%;
  }

  .csr_list {
    row-gap: 24px;
    padding: calc(150 / 750 * 100%) calc(30 / 750 * 100%) calc(160 / 750 * 100%);
  }
  .csr_list li {
    width: 100%;
  }
  .csr_list li .title {
    margin-top: 12px;
    font-size: 16px;
  }
}





/* csr/matsuri/* ---- */
.foot_nav {
  margin-top: 40px;
  background-color: #f4f4f4;
  padding-top: 40px;
  padding-right: 28px;
  padding-left: 28px;
  padding-bottom: 28px;
}

.foot_nav_ttl {
  border-left: 4px solid #f7af0b;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 13px;
}

.foot_nav_ttl + * {
  margin-top: 25px;
}

.foot_nav_list {
  display: flex;
  justify-content: space-between;
}

.foot_nav_list li {
  font-weight: bold;
  width: calc(130 / 794 * 100%);
  margin-right: 22px;
  height: 76px;
  position: relative;
  text-align: center;
  line-height: 1.3071428571;
}
.foot_nav_list li:last-child {
  margin-right: 0;
}

.foot_nav_list li a {
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-top: 2px;
}

.foot_nav_list li.-active::before {
  border: 2px solid #f7af0d;
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.foot_nav_list li.-active a {
  background-color: #fff8dc;
  color: #f7af0d;
  pointer-events: none;
}

.foot_nav_list li:not(:last-child)::after {
  background: url(images/arrow_foot_nav.png) no-repeat left 0;
  background-size: 6px auto;
  content: '';
  display: block;
  position: absolute;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 9px;
}

@media screen and (max-width: 767px) {
  .foot_nav_list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: -10px;
  }
  .foot_nav_list > li {
    width: 42%;
    height: 60px;
    margin-right: 8%;
    margin-bottom: 10px;
  }
}

/* ---- TOPバナーあり ---- */
.csr_matsuri .social_box a:nth-child(1) {
    width: calc(425 / 850 * 100%);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.csr_matsuri .social_box a:nth-child(2) {
    width: calc(425 / 850 * 100%); 
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.csr_matsuri .social_box a:hover{
  opacity: .75;
}

@media screen and (max-width: 767px) {
  .csr_matsuri .social_box {
    display: block;
  }
  .csr_matsuri .social_box img{
    margin: 5px auto;
  }
}