#key-box .keyvisual li img {
  -o-object-position: 25% 50%;
     object-position: 25% 50%;
}

#lead {
  padding: 15vw 0 20vw;
  position: relative;
}
#lead::before {
  content: "";
  background: url(../img/map/lead_deco1.png) no-repeat 0 0/100%;
  width: 60%;
  height: 120vw;
  left: 20%;
  top: 0;
  position: absolute;
}
#lead .content h3 {
  font-size: 18px;
  line-height: 46px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .kv-text {
    top: 1050px;
    left: calc(50% + 345px);
    letter-spacing: 0.3em;
  }
  #lead {
    padding: 435px 0 235px;
  }
  #lead::before {
    width: 476px;
    height: 941px;
    left: calc(50% - 235px);
    top: 135px;
  }
  #lead .content {
    width: 365px;
  }
  #lead .content h3 {
    font-size: 18px;
    line-height: 46px;
    margin-bottom: 20px;
  }
}
.tab-box {
  margin: 13vw 0 20vw;
}

.tab-box .item + .item {
  margin-top: 25px;
}

.tab-box .link {
  position: relative;
  background: #333333;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.08em;
}

.tab-box .link span {
  letter-spacing: 0.08em;
}

.tab-box .link.sp-link {
  background: #333333;
}

.tab-box .link.sp-link::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 9px;
  height: 1px;
  top: 50%;
  right: 10px;
}

.tab-box .link.sp-link::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 1px;
  height: 9px;
  top: 50%;
  right: 14px;
  margin-top: -4px;
  transition: all 0.3s ease;
}

.tab-box .link.sp-link.active::after {
  opacity: 0;
}

.tab-box .show {
  padding: 15px 2%;
}

.tab-box .gr-txt h3 {
  border-bottom: 1px solid #aca4a2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
}

.tab-box .gr-txt + .gr-txt {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .tab-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 88px 0 0;
    padding: 0;
    padding-top: 167px;
  }
  .tab-box .item {
    width: 100%;
  }
  .tab-box .item + .item {
    margin-top: 0px;
  }
  .tab-box .link {
    position: absolute;
    top: 0px;
    left: 20px;
    box-sizing: border-box;
    background: none;
    color: #8c8c8c;
    width: 55px;
    height: 167px;
    padding: 13px 0 13px 1px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    border-radius: 0;
  }
  .tab-box .item:nth-child(2) .link {
    left: 100px;
  }
  .tab-box .item:nth-child(3) .link {
    left: 182px;
  }
  .tab-box .item:nth-child(4) .link {
    left: 266px;
  }
  .tab-box .item:nth-child(5) .link {
    left: 350px;
  }
  .tab-box .item:nth-child(6) .link {
    left: 430px;
  }
  .tab-box .item:nth-child(7) .link {
    left: 515px;
  }
  .tab-box .item:nth-child(8) .link {
    left: 602px;
  }
  .tab-box .item:nth-child(9) .link {
    left: 682px;
  }
  .tab-box .item:nth-child(10) .link {
    left: 762px;
  }
  .tab-box .item:nth-child(11) .link {
    left: 842px;
  }
  .tab-box .item:nth-child(12) .link {
    left: 922px;
  }
  .tab-box .link span {
    cursor: vertical-text;
    writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -ms-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    text-orientation: upright;
    word-wrap: break-word;
    line-height: 55px;
  }
  .tab-box .link::before {
    content: "";
    position: absolute;
    background: #b2b2b2;
    right: auto;
    top: auto;
    width: 1px;
    left: 50%;
    height: 32px;
    bottom: 0;
  }
  .tab-box .link.sp-link {
    background: none;
    color: #fff;
  }
  .tab-box .link.sp-link span {
    cursor: pointer;
  }
  .tab-box .link.sp-link:hover {
    color: #fff;
  }
  .tab-box .link.sp-link::before {
    width: 1px;
    height: 35px;
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    content: "";
  }
  .tab-box .link.sp-link::after {
    display: none;
  }
  .tab-box .block {
    width: 100%;
    min-height: 670px;
  }
  .tab-box .show {
    transition: all 0.5s ease;
    opacity: 0;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 97px 0;
    width: 100%;
    height: auto;
    visibility: hidden;
    position: relative;
    display: none;
  }
  .tab-box .active-pc .link {
    background: #333333;
    color: #fff;
    cursor: pointer;
  }
  .tab-box .active-pc .link::before {
    background: #fff;
  }
  .tab-box .active-pc .link span {
    cursor: pointer;
  }
  .tab-box .active-pc .show {
    z-index: 2;
    opacity: 1;
    display: block;
    visibility: visible;
    background: #333333;
  }
  .tab-box .gr-txt {
    max-width: 800px;
    margin: 0 auto;
  }
  .tab-box .gr-txt h3 {
    width: 100%;
    margin-bottom: 19px;
    padding-bottom: 9px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .tab-box .gr-txt h3 small {
    font-size: 14px;
  }
  .tab-box .gr-txt .text {
    letter-spacing: -0.05em;
  }
  .tab-box .gr-txt + .gr-txt {
    margin-top: 35px;
  }
}
#photo {
  padding: 10vw 0;
}
#photo .row {
  display: flex;
  flex-wrap: wrap;
}
#photo .row .col {
  width: 48%;
  text-align: center;
  margin-right: 4%;
  margin-bottom: 30px;
}
#photo .row .col:nth-child(2n) {
  margin-right: 0;
}
#photo .row .col .col-img {
  margin-bottom: 10px;
}
#photo .row .col h3 {
  font-family: "Shippori Mincho";
  line-height: 28px;
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  #photo {
    padding: 100px 0 0;
  }
  #photo .row {
    justify-content: space-between;
  }
  #photo .row .col {
    width: 32%;
    margin-bottom: 45px;
    max-width: 280px;
  }
  #photo .row .col:nth-child(2n) {
    margin-right: 2%;
  }
  #photo .row .col:nth-child(3n) {
    margin-right: 0;
  }
  #photo .row .col .col-img {
    margin-bottom: 10px;
  }
  #photo .row .col .col-img img {
    width: 100%;
  }
  #photo .row .col h3 {
    font-family: "Shippori Mincho";
    line-height: 28px;
    font-size: 14px;
  }
  .group-btn-4 {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .tab-box {
    width: 920px;
    margin: 50px auto 0;
  }
  .tab-box .item:nth-child(2) .link {
    left: 85px;
  }
  .tab-box .item:nth-child(3) .link {
    left: 150px;
  }
  .tab-box .item:nth-child(4) .link {
    left: 215px;
  }
  .tab-box .item:nth-child(5) .link {
    left: 285px;
  }
  .tab-box .item:nth-child(6) .link {
    left: 365px;
  }
  .tab-box .item:nth-child(7) .link {
    left: 445px;
  }
  .tab-box .item:nth-child(8) .link {
    left: 525px;
  }
  .tab-box .item:nth-child(9) .link {
    left: 610px;
  }
  .tab-box .item:nth-child(10) .link {
    left: 695px;
  }
  .tab-box .item:nth-child(11) .link {
    left: 770px;
  }
  .tab-box .item:nth-child(12) .link {
    left: 845px;
  }
  #photo .row {
    padding-right: 20px;
  }
}/*# sourceMappingURL=event.css.map */