header nav #nav01 {
  border-top: 3px solid #f44;
  border-bottom: 3px solid #f44
}

@media screen and (max-width:800px) {
  header nav #nav01 {
    border: 0
  }

  header nav #nav01 div a {
    background-color: #f44
  }
}

#right01,
#right02 {
  position: absolute;
  right: 0;
  z-index: 10
}

#right01 {
  top: 130px
}

#right02 {
  top: 345px
}

.block01 {
  float: left;
  width: 48.5%;
  margin: 0 0 65px;
  display: flex;
  flex-wrap: wrap
}

.block02 {
  float: right;
  width: 48.5%;
  margin: 0 0 65px
}

@media screen and (max-width:800px) {

  #right01,
  #right02 {
    display: none
  }

  .block01,
  .block02 {
    width: 100%;
    margin: 0 0 5%
  }
}

#catch {
  margin: 0 0 10%
}
@media screen and (800px <= width) {
  #catch {
    height: 381px;
    background: url(../img/main_bg.png) center top repeat-x;
    margin: 0 0 65px
  }
}

#catch .box {
  width: 100%;
  margin: 0 auto
}

#home_bnr {
  --swiper-navigation-sides-offset: 5px;
  --swiper-theme-color: #cd0100;
  --swiper-pagination-bottom: 10px;
  box-sizing: border-box;
  position: relative; z-index: 0;
  font-size: 12px;
  padding: 15px 20px 25px;
  background-color: rgba(234, 234, 234, .9);
}
@media screen and (800px <= width) {
  #home_bnr {
    --swiper-pagination-bottom: 10px;
    padding: 16px 16px;
    margin: 22px 22px 0 auto;
    box-shadow: 5px 5px 10px #333
  }
  #home_bnr.ver_many{
    font-size: 13px; margin: 52px 22px 0;  padding: 16px 16px;
  }
  #home_bnr.ver_few{
    font-size: 16px; width: 360px;
  }
}



/* #home_bnr .swiper{
  height: inherit;
} */

@media screen and (800px <= width) {
  #home_bnr.ver_many .swiper-wrapper:not(:has(:nth-of-type(7))) {
    justify-content: center;
  }  
  #home_bnr.ver_few .swiper-wrapper {
    flex-direction: column; gap: 24px 0;
  }  
}

#home_bnr.ver_few .home_bnr_list{
  width: 50%;
}
@media screen and (800px <= width) {
  #home_bnr.ver_few .home_bnr_list {
    width: 100%;
  }  
}


@media screen and (800px <= width) {
  #home_bnr.ver_many .home_bnr_list {
    width: 16.6%;
  }  
}

#home_bnr .home_bnr_link {
  display: flex; flex-direction: column; align-items: center; gap: 15px 0;
  padding: 0px 10px;
}
@media screen and (800px <= width) {
  #home_bnr.ver_many .home_bnr_link {
    padding: 20px 5px;
  }
  #home_bnr.ver_few .home_bnr_link {
    flex-direction: row; gap: 0 24px;
  }
}

#home_bnr .home_bnr_img {
  width: 75px;
  box-shadow: 3px 3px 6px rgba(50,50,50,0.5);
  flex-shrink: 0;
}
@media screen and (800px <= width) {
  #home_bnr.ver_many .home_bnr_img {
    width: 111px;
  }
  #home_bnr.ver_few .home_bnr_img {
    width: 91px;
  }
  #home_bnr.ver_many .home_bnr_img {
    transform: scale(0.85) translateY(15px);
    transition: transform .2s;
  }
  #home_bnr.ver_many .home_bnr_list:hover .home_bnr_img {
    transform: scale(1) translateY(0px);
  }
  /* 1つ前 */
  #home_bnr.ver_many :has(+ .home_bnr_list:hover) .home_bnr_img {
    transform: scale(0.95) translateY(5px);
  }
  /* 2つ前 */
  #home_bnr.ver_many :has(+ * + .home_bnr_list:hover) .home_bnr_img {
    transform: scale(0.9) translateY(10px);
  }
  /* 1つ後 */
  #home_bnr.ver_many .home_bnr_list:hover + * .home_bnr_img {
    transform: scale(0.95) translateY(5px);
  }
  /* 2つ後 */
  #home_bnr.ver_many .home_bnr_list:hover + * + * .home_bnr_img {
    transform: scale(0.9) translateY(10px);
  }
}

#home_bnr .home_bnr_text {
  font-weight: 700;
}

#home_bnr.ver_few .swiper-button-prev,
#home_bnr.ver_few .swiper-button-next{
  display: none;
}

@media screen and (800px <= width) {
  #catch .sp {
    display: none
  }
}

#catch .sp img {
  width: 100%
}


#home_info {
  width: 100%;
  order: 1;
  margin: 0
}

#home_info h4 {
  padding: 0 0 7px;
  border-bottom: 1px solid #000
}

#home_info h4 table {
  width: 100%
}

#home_info h4 th {
  text-align: left
}

#home_info h4 th img {
  height: 14px;
  vertical-align: middle
}

#home_info h4 td {
  text-align: right
}

#home_info h4 td img {
  height: 24px
}

#home_info .list {
  height: fit-content;
  margin: 5px 0 0
}

#home_info .list::-webkit-scrollbar {
  width: 10px;
  background: #eee
}

#home_info .list::-webkit-scrollbar-thumb {
  background-image: linear-gradient(#666 0, #666 4%, #ececec 19%, #ddd 24%, #444 100%)
}

#home_info .list table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 0
}

#home_info .list td,
#home_info .list th {
  padding: 10px 0;
  border-bottom: 1px dotted #000
}

#home_info .list th {
  width: 115px;
  text-indent: 7px;
  font-size: 13px;
  color: #333
}

#home_info .list td {
  font-size: 13px;
  color: #333;
  word-break: break-all
}

@media screen and (max-width:800px) {
  #home_info {
    order: 2
  }

  #home_info h4 th img {
    height: auto
  }

  #home_info h4 td img {
    height: auto
  }

  #home_info .list td,
  #home_info .list th {
    font-size: 15px;
    color: #333
  }
}

#home_pickup {
  width: 100%;
  order: 2;
  background-color: #ececec
}

#home_pickup .bg01 {
  background: url(../img/bg_gray01.png) left top repeat-y
}

#home_pickup .bg02 {
  background: url(../img/bg_gray02.png) right top repeat-y
}

#home_pickup .bg03 {
  background: url(../img/bg_stripe.png) center top repeat
}

#home_pickup .line {
  line-height: 4px
}

#home_pickup .line img {
  width: 100%;
  height: 4px
}

#home_pickup .title {
  padding: 10px 18px
}

#home_pickup .title img {
  height: 25px;
  vertical-align: top
}

#home_pickup .table01 {
  width: 100%;
  margin: 0 0 1%
}

#home_pickup .th01 {
  width: 174px;
  vertical-align: top
}

#home_pickup .table02 {
  width: 100%
}

#home_pickup .th02 {
  text-align: center;
  vertical-align: top
}

#home_pickup .th02 img {
  max-width: 126px;
  max-height: 126px
}

#home_pickup .name {
  font-size: 14px;
  font-weight: 700;
  color: #cf0000;
  word-break: break-all;
  vertical-align: top;
  padding: 0 6% 0 0
}

#home_pickup .content {
  font-size: 12px;
  color: #212121;
  font-weight: 700;
  word-break: break-all;
  vertical-align: top;
  padding: 0 6% 5px 0
}

#home_pickup .detail {
  vertical-align: bottom;
  text-align: right;
  padding: 0 3% 0 0
}

#home_pickup .detail img {
  width: 68px
}

@media screen and (max-width:800px) {
  #home_pickup {
    order: 1;
    margin: 0 0 10%
  }

  #home_pickup .title img {
    height: auto
  }

  #home_pickup table {
    margin: 0 0 5px
  }

  #home_pickup .name {
    font-size: 18px
  }

  #home_pickup .content {
    font-size: 14px
  }

  #home_pickup th img {
    max-width: 193px;
    max-height: 215px
  }

  #home_pickup .detail img {
    width: auto
  }
}

#home_sds_btn {
  text-align: center
}

#home_sds_btn img {
  width: 100%
}

#home_future h4 {
  font-size: 16px;
  color: #fff;
  background: url(../img/bg_red.png) left top no-repeat;
  background-size: 100% 100%;
  padding: 4px 20px
}

#home_future_list {
  overflow-y: scroll;
  height: auto;
  background: url(../img/bg_pink.png) center top repeat;
  background-size: 100% 100%;
  scrollbar-face-color: #a10000;
  scrollbar-arrow-color: #888;
  scrollbar-track-color: #eee;
  scrollbar-highlight-color: #eee;
  scrollbar-shadow-color: #eee;
  scrollbar-3dlight-color: #eee;
  scrollbar-darkshadow-color: #eee
}

#home_future_list::-webkit-scrollbar {
  width: 10px;
  background: #eee
}

#home_future_list::-webkit-scrollbar-thumb {
  background: #a10000
}

#home_future ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#home_future ul:first-child {
  padding: 20px 0 0
}

#home_future ul:last-child {
  padding: 0 0 15px
}

#home_future li {
  width: 50%
}

#home_future li div {
  padding: 0 8px 15px
}

#home_future li a {
  display: block
}

#home_future .table01 {
  width: 100%
}

#home_future .th01 {
  width: 80px;
  vertical-align: top;
  padding: 0 8px 0 0
}

#home_future .table02 {
  width: 100%;
  height: 80px
}

#home_future .th02 {
  text-align: center;
  vertical-align: top
}

#home_future .th02 img {
  max-width: 72px;
  max-height: 72px
}

#home_future .name {
  font-size: 13px;
  color: #ce0000;
  font-weight: 700;
  word-break: break-all;
  vertical-align: top
}

#home_future .content {
  font-size: 12px;
  color: #333;
  word-break: break-all;
  vertical-align: top;
  padding: 3px 0
}

#home_future .detail {
  text-align: right;
  vertical-align: top
}

#home_future .detail img {
  width: 44px
}

#home_future .detail_sp {
  display: none;
  width: 26px;
  text-align: center;
  vertical-align: middle
}

@media screen and (max-width:1050px) {
  #home_future li {
    width: 100%
  }

  #home_future li div {
    padding: 8px 8px 0
  }
}

#home_info_tbl tr {
  opacity: 0;
}

@media screen and (max-width:800px) {
  #home_future h4 {
    font-size: 18px
  }

  #home_future #home_future_list {
    overflow: auto;
    max-height: initial
  }

  #home_info .list {
    max-height: 300px;
    height: auto;
    overflow-y: scroll;
  }

  #home_future li div {
    padding: 7px
  }

  #home_future .th01 {
    padding: 0 10px 0 0
  }

  #home_future .name {
    font-size: 14px;
    padding: 0
  }

  #home_future .content {
    font-size: 13px;
    padding: 0 0 5px
  }
}