/* Scss Document */
body {
  background-color: #434343;
  color: #fff;
}
#navigation .tog-nav {
color:#fff;
}
#sec1 {
  padding: 10vw 0 0;
}
#sec1 h2 {
  padding-bottom: 10vw;
}
#sec1 .txt-lead {
  padding-bottom: 15vw;
}
#sec1 .sec-group .sec-time {
  /* padding: 0 15vw; */
}
#sec1 .sec-group .sec-time h3 {
  width: 45%;
  margin: 0 auto 5vw;
}
#sec1 .sec-group .sec-time .photo1 {
  flex-wrap: nowrap;
  gap: 10px;
}
#sec1 .sec-group .sec-time .photo2 {
  width: 60%;
  margin: 0 auto 10vw;
}
#sec1 .sec-group .sec-time .info {
  padding: 5vw 0 10vw;
}
#sec1 .sec-group .sec-time .info dt {
  color: #aaaaaa;
  font-size: 13px;
  padding-bottom: 30px;
}
#sec1 .sec-group .sec-time .info dt span {
  display: block;
  padding-bottom: 20px;
}
#sec1 .sec-group .sec-time .info dt span:last-child {
  padding-bottom: 0;
}
#sec1 .sec-group .sec-time .menu {
  padding: 0vw 0 10vw;
}
#sec1 .sec-group .sec-time .menu .item:not(:last-child) {
  padding-bottom: 10vw;
}
#sec1 .sec-group .sec-time .menu .item .photo span {
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.2em;
}
#sec1 .sec-group .sec-time .menu .item .tag {
  padding: 20px 0 10px;
  font-size: 17px;
  text-align: center;
}
#sec1 .sec-group .sec-time .menu .item .tag dd {
  font-size: 8px;
}
#sec1 .sec-group .sec-time .menu .item .tag dd span {
  font-size: 14px;
}
#sec1 .sec-group #sec00 .photo3 {
  margin: 0 0 5vw 50%;
}
#sec1 .sec-group #sec200 .photo1 li {
  padding: 0 0 5% 25%;
}
#sec1 .sec-group #sec200 .photo1 li:nth-child(2) {
  padding: 0;
  width: 45%;
}
#sec1 .bnr {
  /* padding: 0vw 11% 20vw; */
  padding: 0 0 20vw;
  position: relative;
}
#sec1 .bnr:after {
  content: '';
  border-left: 1px dashed #fff;
  height: 25vw;
  position: absolute;
  left: 50%;
  bottom: 0;
}
#sec1 .bnr .bnr-shared {
  margin-bottom: 15vw;
  z-index: 1;
}
#sec1 .bnr .bnr-shared:last-child {
  margin-bottom: 0;
}
#sec1 .bnr .bnr-shared a {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#sec1 .bnr .bnr-shared a img {
  width: 100%;
  height: auto;
}
#sec1 .bnr .bnr-shared a:after {
  background: url("../img/index/arow1.png") no-repeat center/100%;
  transform: rotateY(180deg);
  right: 65%;
  top: 31%;
  width: 9vw;
}
#sec1 .bnr .bnr-shared a:hover:after {
  right: 68% !important;
}
#sec1 .bnr .bnr-shared:nth-child(2) a:after {
  right: 64%;
}
#sec1 .bnr .bnr-shared:nth-child(2):before {
  content: '';
  position: absolute;
  left: 50%;
  height: 5vw;
  width: 1px;
  top: -10vw;
  background-color: #e6e6e6;
}
#other {
  padding: 15vw 0 10vw;
}
#other h2 {
  margin: 0 auto 5vw;
}
#other .lead {
  padding-bottom: 10vw;
}
#other .lead dd {
  line-height: 2.5em;
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 0;
}
#other .tab-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  text-align: center;
  gap: 5px;
  padding: 0 10px;
  margin-bottom: 3px;
}
#other .tab-link li {
  border: 1px solid #fff;
  border-bottom: none;
  width: calc(100% / 4);
  line-height: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  z-index: 10;
  position: relative;
}
#other .tab-link li.active:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  height: 5px;
  bottom: -4px;
  background-color: #434343;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#other .menu {
  padding: 10vw 0;
}
#other .menu h3 {
  border-bottom: 1px dashed #fff;
  font-size: 12px;
  letter-spacing: 0.12em;
  line-height: 1.2;
  padding: 5vw 0;
  margin-bottom: 5vw;
}
#other .menu h3 span {
  letter-spacing: 0.12em;
  font-size: 32px;
}
#other .menu .tit {
  text-align: right;
  border-bottom: 1px solid #fff;
  font-size: 10px;
  letter-spacing: 0.2em;
  padding-top: 10vw;
}
#other .tab-content {
  border-top: 1px solid #fff;
}
#sec4 {
  position: relative;
  padding: 15vw 0;
}
#sec4 .tit {
  line-height: 2.5em;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
#sec4 .photo li {
  padding: 0 5%;
}
#sec4 .photo li:nth-child(2) {
  padding: 0;
  margin: -15vw 0 5vw 60%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1000px) {
  #belt {
    /* background-color: #434343; */
  }
  #sec1 {
    padding: 178px 0 0;
  }
  #sec1 h2 {
    padding-bottom: 41px;
    text-align: center;
  }
  #sec1 .txt-lead {
    padding-bottom: 80px;
    text-align: center;
    line-height: 42px;
  }
  #sec1 .sec-group:before {
    content: '';
    position: absolute;
    top: 900px;
    left: 50%;
    bottom: 203px;
    border-left: 1px solid #f7f7f7;
  }
  #sec1 .sec-group .sec-time {
    padding: 50px 0 193px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  #sec1 .sec-group .sec-time h3 {
    width: auto;
    text-align: center;
    margin: 0 auto 43px;
  }
  #sec1 .sec-group .sec-time .photo1 {
    max-width: 843px;
    margin: 0 auto;
  }
  #sec1 .sec-group .sec-time .photo2 {
    width: auto;
    margin: 0;
  }
  #sec1 .sec-group .sec-time .info {
    padding: 62px 0 18px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  #sec1 .sec-group .sec-time .info dt, #sec1 .sec-group .sec-time .info dd {
    width: 50%;
    box-sizing: border-box;
  }
  #sec1 .sec-group .sec-time .info dd {
    padding: 78px 0 0 50px;
    line-height: 42px;
  }
  #sec1 .sec-group .sec-time .info dt {
    font-size: 14px;
    padding-bottom: 34px;
    text-align: right;
    padding: 0px 43px 0 0;
  }
  #sec1 .sec-group .sec-time .info dt span {
    padding-bottom: 34px;
  }
  #sec1 .sec-group .sec-time .menu {
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  #sec1 .sec-group .sec-time .menu .item {
    width: calc(50% - 50px);
    position: relative;
  }
  #sec1 .sec-group .sec-time .menu .item:not(:last-child) {
    padding-bottom: 0;
  }
  #sec1 .sec-group .sec-time .menu .item .photo span {
    font-size: 10px;
    line-height: 0;
  }
  #sec1 .sec-group .sec-time .menu .item .tag {
    padding: 19px 0 10px;
    font-size: 19px;
    text-align: left;
    line-height: 29px;
  }
  #sec1 .sec-group .sec-time .menu .item .tag dt.fnt-Lato {
    letter-spacing: 0.075em;
  }
  #sec1 .sec-group .sec-time .menu .item .tag dd {
    letter-spacing: 0.075em;
    font-size: 9px;
  }
  #sec1 .sec-group .sec-time .menu .item .tag dd span {
    font-size: 15px;
  }
  #sec1 .sec-group .sec-time .menu .item .txt {
    width: 400px;
    line-height: 32px;
  }
  #sec1 .sec-group .sec-time .menu .item.text_r .txt {
    float: right;
  }
  #sec1 .sec-group .sec-time .menu .item.text_r .photo {
    text-align: right;
  }
  #sec1 .sec-group .sec-time .menu .item.text_r .tag {
    text-align: right;
  }
  #sec1 .sec-group .sec-time .menu .item:nth-child(2) {
    padding-top: 200px;
  }
  #sec1 .sec-group #sec00 .photo3 {
    margin: 0;
    position: absolute;
    top: -57px;
    left: 285px;
  }
  #sec1 .sec-group #sec00 .photo2 {
    margin: 0;
    position: absolute;
    top: 792px;
    left: -35px;
  }
  #sec1 .sec-group #sec00 .info {
    padding-top: 23px;
    padding-bottom: 21px;
  }
  #sec1 .sec-group #sec00 .info dt {
    text-align: left;
    padding: 44px 0 0 50px;
  }
  #sec1 .sec-group #sec00 .info dd {
    order: -1;
    text-align: right;
    padding: 292px 47px 0 0;
  }
  #sec1 .sec-group #sec00 .menu .item.text_r {
    order: -1;
    padding: 135px 0 0;
  }
  #sec1 .sec-group #sec00 .menu .item.text_r .photo img {
    margin-left: -40px;
  }
  #sec1 .sec-group #sec00 .menu .item.text_r .txt {
    width: 388px;
  }
  #sec1 .sec-group #sec100 .photo2 {
    margin-left: calc(50% + 50px);
    margin-bottom: -72px;
  }
  #sec1 .sec-group #sec200 {
    padding-bottom: 70px;
  }
  #sec1 .sec-group #sec200 .info dt {
    text-align: left;
    padding: 63px 0 0 35px;
  }
  #sec1 .sec-group #sec200 .info dd {
    order: -1;
    text-align: right;
    padding: 258px 43px 0 0;
  }
  #sec1 .sec-group #sec200 .photo {
    margin: -132px 0 0;
    padding-left: calc(50% + 50px);
  }
  #sec1 .sec-group #sec200 .photo1 {
    position: absolute;
    top: 170px;
    right: calc(50% + 50px);
    width: 482px;
  }
  #sec1 .sec-group #sec200 .photo1 li {
    padding: 0 0 26px;
    text-align: right;
  }
  #sec1 .sec-group #sec200 .photo1 li:nth-child(2) {
    text-align: left;
    padding: 0;
    width: auto;
  }
  #sec1 .bnr {
    padding: 0px 0 178px;
    position: relative;
    width: 370px;
    margin: 46px auto 0;
    background-color: #434343;
  }
  #sec1 .bnr:after {
    height: 180px;
  }
  #sec1 .bnr .bnr-shared {
    margin-bottom: 66px;
  }
  #sec1 .bnr .bnr-shared a:after {
    top: 21px;
    width: 54px;
    height: 15px;
    right: 222px;
  }
  #sec1 .bnr .bnr-shared a:hover:after {
    right: 234px !important;
  }
  #sec1 .bnr .bnr-shared:nth-child(2):before {
    height: 26px;
    width: 2px;
    top: -45px;
  }
  #sec1 .bnr .bnr-shared:nth-child(2) a:after {
    right: 234px;
    top: 22px;
  }
  #sec1 .bnr .bnr-shared:nth-child(2) a:hover:after {
    right: 236px !important;
  }
  #other {
    padding: 65px 0;
  }
  #other .wrap {
    max-width: 1500px;
  }
  #other h2 {
    margin: 0;
    width: auto;
    position: absolute;
    top: 0;
    right: calc(50% + 100px);
    width: 279px;
  }
  #other .lead {
    position: relative;
    padding: 62px 0 112px;
  }
  #other .lead dt {
    margin-left: calc(50% - 50px);
    height: 458px;
  }
  #other .lead dd {
    position: absolute;
    right: 50%;
    top: 313px;
    width: 307px;
    font-size: 24px;
    line-height: 52px;
    letter-spacing: 0.13em;
    padding: 0;
  }
  #other .tabs-switch {
    max-width: 930px;
    margin: 0 auto;
  }
  #other .tab-link {
    gap: 20px;
    padding: 0 24px;
    margin-bottom: 3px;
  }
  #other .tab-link li {
    padding: 12px 0;
    font-size: 24px;
    letter-spacing: 0.12em;
  }
  #other .menu {
    padding: 60px 0 20px;
  }
  #other .menu .group {
    position: relative;
    min-height: 372px;
  }
  #other .menu .photo {
    position: absolute;
    top: 0;
    right: calc(50% + 5px);
  }
  #other .menu .photo.ext {
    top: 45px;
    right: calc(50% - 45px);
  }
  #other .menu h3 {
    padding: 0px 0 16px;
    margin-bottom: 10px;
    line-height: 25px;
  }
  #other .menu h3 span {
    letter-spacing: 0.12em;
    font-size: 40px;
    white-space: nowrap;
  }
  #other .menu .info {
    width: 272px;
    margin-left: calc(50% + 80px);
    padding: 39px 0 0;
    line-height: 32px;
  }
  #other .menu .tit {
    padding-top: 22px;
    line-height: 20px;
  }
  #sec4 {
    position: relative;
    padding: 164px 0 140px;
  }
  #sec4 .wrap {
    max-width: 1100px;
    text-align: center;
    min-height: 1000px;
  }
  #sec4 .tit {
    text-align: center;
    font-size: 24px;
    padding: 117px 0 0;
    line-height: 62px;
    letter-spacing: 0.13em;
  }
  #sec4 .photo li {
    padding: 0;
  }
  #sec4 .photo li:nth-child(1) {
    padding-left: 22px;
  }
  #sec4 .photo li:nth-child(2) {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 319px;
    left: 0;
  }
  #sec4 .photo li:nth-child(3) {
    position: absolute;
    top: 640px;
    left: calc(50% + 230px);
  }
}