#lead {
  padding: 15vw 0;
  background: url(../img/shared/bg3.jpg);
}
#lead h2 {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  main {
    overflow-y: visible;
    overflow-x: clip;
  }
  .txt {
    letter-spacing: 0;
  }
  #lead {
    padding: 115px 0 135px;
  }
  #lead .content {
    width: 360px;
    margin-left: calc(50% + 70px);
  }
  #lead h2 {
    font-size: 26px;
    line-height: 52px;
    margin-bottom: 30px;
    letter-spacing: 2.4px;
  }
}
#main {
  padding: 15vw 0;
}
#main .ttl-s1 .ttl-jp {
  writing-mode: vertical-rl;
}
#main .box-content .photo-main {
  margin-bottom: 30px;
}
#main .box-content .row {
  margin-bottom: 50px;
}
#main .box-content .row .row-content h3 {
  margin-bottom: 20px;
}
#main .box-content .row .row-content h3 span:first-child {
  font-size: 20px;
  font-family: "Cormorant Garamond";
  border-radius: 50vw;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  top: -2px;
}
#main .box-content .row .row-content h3 span:first-child::before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #04345c;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50vw;
}
#main .box-content .row .row-content h3 span:last-child {
  width: calc(100% - 50px);
  font-size: 20px;
  font-family: "Shippori Mincho B1";
}
#main .box-content .row .row-content .photo {
  margin-bottom: 20px;
}
#main .box-content .row .row-content .txt {
  margin-bottom: 20px;
}
#main .box-content .row .row-content .photo-sub {
  width: 45%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #main {
    padding: 150px 0 65px;
  }
  #main .wrap {
    display: flex;
    justify-content: space-between;
  }
  #main .ttl-s1 {
    position: sticky;
    top: 100px;
    left: 0;
    height: -moz-max-content;
    height: max-content;
    margin-left: -35px;
  }
  #main .ttl-s1 .ttl-jp {
    font-size: 72px;
  }
  #main .box-content {
    width: 785px;
  }
  #main .box-content .photo-main {
    margin-bottom: 60px;
  }
  #main .box-content .row {
    margin-bottom: 50px;
    position: relative;
    min-height: 410px;
  }
  #main .box-content .row .row-content {
    width: 355px;
    padding-top: 20px;
  }
  #main .box-content .row .row-content h3 {
    margin-bottom: 35px;
    margin-left: 10px;
  }
  #main .box-content .row .row-content h3 span:first-child {
    margin-right: 25px;
    top: -2px;
  }
  #main .box-content .row .row-content h3 span:first-child::before {
    width: 35px;
    height: 35px;
  }
  #main .box-content .row .row-content h3 span:last-child {
    font-size: 26px;
  }
  #main .box-content .row .row-content .photo {
    margin-bottom: 20px;
    position: absolute;
    height: -moz-max-content;
    height: max-content;
    right: 0;
    top: 0;
  }
  #main .box-content .row .row-content .txt {
    margin-bottom: 65px;
  }
  #main .box-content .row .row-content .photo-sub {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
    margin-left: -80px;
  }
  #main .box-content .row .row-content .btn-s1 {
    margin: 0;
  }
  #main .box-content .row-2 {
    margin-bottom: 100px;
  }
  #main .box-content .row-2 .row-content {
    margin-left: auto;
    padding-top: 45px;
  }
  #main .box-content .row-2 .row-content .photo-2 {
    right: auto;
    left: 0;
    height: 410px;
  }
  #main .box-content .row-3 .row-content {
    padding-top: 0;
  }
}
#new {
  padding: 15vw 0;
  background: url(../img/event/new_pt.jpg);
}
#new .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
#new .row .col {
  width: 48%;
  background: #fff;
  padding: 10px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
#new .row .col .col-img {
  margin-bottom: 10px;
}
#new .row .col .col-img span{
  width: 100% !important;
  height: 25vw !important;
}
#new .row .col .col-ttl a{
  font-family: "Shippori Mincho B1";
  margin-bottom: 5px;
  line-height: 24px;
  display: inline-block;
}
#new .row .col .col-desc {
  font-size: 12px;
  line-height: 22px;
  margin-top: auto;
}

@media screen and (min-width: 768px) {
  #new {
    padding: 130px 0 115px;
  }
  #new .row {
    justify-content: flex-start;
    margin-bottom: 15px;
  }
  #new .row .col {
    width: 31%;
    padding: 32px;
    margin-bottom: 50px;
    margin-right: 3.5%;
  }
  #new .row .col:nth-child(3n) {
    margin-right: 0;
  }
  #new .row .col .col-img {
    margin-bottom: 20px;
  }
  #new .row .col .col-img:hover{
    opacity: 0.8;
  }
   #new .row .col .col-img span{
    height: 168px !important;
   }
  #new .row .col .col-ttl a{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 30px;
  }
  #new .row .col .col-ttl a:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
  }
  #new .row .col .col-desc {
    font-size: 15px;
    line-height: 27px;
  }
  #new .btn-s1 {
    margin: 0 auto;
  }
}
#highlight {
  padding: 15vw 0;
  background: #fbfaf7;
}
#highlight .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#highlight .row .col {
  width: 48%;
  margin-bottom: 20px;
}
#highlight .row .col .col-img {
  margin-bottom: 5px;
}
#highlight .row .col h3 {
  font-family: "Shippori Mincho B1";
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  #highlight {
    padding: 120px 0 60px;
  }
  #highlight .ttl-s1 .ttl-jp{
    font-size: 46px;
  }
  #highlight .row {
    justify-content: flex-start;
  }
  #highlight .row .col {
    width: 31%;
    margin-bottom: 85px;
    margin-right: 3.5%;
  }
  #highlight .row .col:nth-child(3n) {
    margin-right: 0;
  }
  #highlight .row .col .col-img {
    margin-bottom: 20px;
  }
  #highlight .row .col .col-img img {
    width: 100%;
  }
  #highlight .row .col h3 {
    font-size: 20px;
  }
}
#message {
  padding: 15vw 0;
}
#message .content {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 30px;
}
#message .content .ttl-s1 {
  order: 2;
}
#message .content .ttl-s1 .ttl-jp {
  writing-mode: vertical-rl;
}
#message .content .group-1 {
  order: 1;
  padding-top: 70px;
  display: flex;
}
#message .content .group-1 .desc {
  order: 2;
  font-size: 22px;
  writing-mode: vertical-rl;
  margin-left: 20px;
}
#message .content .group-1 .txt {
  order: 1;
  writing-mode: vertical-rl;
}

@media screen and (min-width: 768px) {
  #message {
    padding: 115px 0 200px;
  }
  #message .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 925px;
  }
  #message .content {
    justify-content: center;
    gap: 0 30px;
    margin-bottom: 0;
    order: 2;
  }
  #message .content .ttl-s1 {
    margin-left: 50px;
  }
  #message .content .ttl-s1 .ttl-jp {
    writing-mode: vertical-rl;
  }
  #message .content .group-1 {
    padding-top: 70px;
    display: flex;
  }
  #message .content .group-1 .desc {
    font-size: 26px;
    margin-left: 40px;
  }
  #message .photo-1 {
    order: 1;
    margin-bottom: -10px;
  }
}/*# sourceMappingURL=event.css.map */