@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600&display=swap');

html {
    font-size: 62.5%;
}
body {
    font-family: Times, "Times New Roman", "Zen Old Mincho", serif;
    font-size: 1.6rem;
    color: #161815;
    background-color: #F4F4F4;
    margin: 0;
    padding: 0;
    position: relative;
}
img {
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.text-break p {
    text-align: justify;
    line-break: strict;
}
h1,
h2,
h3,
h4,
h5,
ul {
    margin: 0;
    padding: 0;
}

/* h */

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
}
h2 {
    font-size: 2.6rem;
}

.box-sdw {
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.05);
}
.header-icon {
    position: relative;
}
.header-icon::before {
    display: block;
    content: '';
    position: absolute;
    background-image: url(../images/icon/icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.header-icon.venue-icon::before {
    background-image: url(../images/icon/icon-map.svg);
}

/* ex logo */

.ex-logo {
    width: 140px;
    position: absolute;
    top: 0;
    right: 30px;
}

/* header */

.site-header {
    padding-top: 140px;
    margin-bottom: 40px;
}
.header-content {
    display: flex;
    justify-content: space-between;
}
.main-title {
    width: 30%;
    max-width: 190px;
    min-width: 100px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 30px 30px;
    background-color: #fff;
    position: absolute;
    top: -80px;
    right: 8.2%;
}
.main-title img {
    max-width: calc(100% - 2px);
}
.k-logo {
    display: block;
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px solid #A59564;
}
.main-image {
    width: 42.245%;
    position: relative;
}
.header-lead {
    width: 53.125%;
}
.lead-content {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    max-width: 680px;
    height: 100%;
    padding: 5.8% 30px 4% 0;
}
.lead-content span {
    display: block;
    font-size: 1.4rem;
    padding-top: 10px;
}
.lead-description {
   margin-top: 20px;
}
.lead-description p,
.section-header p {
   line-height: 2;
}
.lead-content h2 {
    padding-top: 50px;
}
.lead-content h2::before {
    top: 0;
    left: 0;
    width: 60px;
    height: 23px;
}

/* section */

section {
    padding-top: 120px;
}
.section-title {
    padding-bottom: 50px;
    margin-bottom: 40px;
}
.section-title::before {
    width: 50px;
    height: 21px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.section-title.venue-icon::before {
    width: 16px;
    height: 23px;
}
.section-header,
.event-info {
    max-width: 860px;
    padding: 0 30px;
    margin: auto;
    text-align: center;
}
.special-event {
    padding: 60px 0;
    margin-top: 60px;
    background-color: #e9e9e9;
}

/* slide content */

.slide-wrapper {
    max-width: 1100px;
    margin: 0 auto;
}
.slide-content {
    padding: 30px 40px;
}
.slide-header h2 {
    position: relative;
    font-size: 2rem;
    line-height: 1.4;
    padding: 40px 0 10px;
    border-bottom: 1px dotted rgba(128,128,128,0.2);
}
.slide-header h2::before,
.slide-header h2::after {
    display: block;
    content: '';
    position: absolute;
}
.slide-header h2::before {
    width: 24px;
    height: 24px;
    border-radius: 13px;
    top: 0;
    left: 0;
}
.slide-header h2::after {
   width: 10px;
   height: 10px;
   border-radius: 5px;
   top: 7px;
   left: 7px;
   background-color: #fff;
}
#s01 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(1) {
   background-color: #DB8449;
}
#s02 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(2) {
   background-color: #D75455;
}
#s03 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(3) {
   background-color: #B168A8;
}
#s04 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(4) {
   background-color: #BBBCDE;
}
#s05 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(5) {
   background-color: #4D5AAF;
}
#s06 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(6) {
   background-color: #00A5BF;
}
#s07 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(7) {
   background-color: #68BE8D;
}
#s08 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(8) {
   background-color: #858954;
}
#s09 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(9) {
   background-color: #9E8B8E;
}
#s10 .slide-header h2::before,
.swiper-pagination-bullet:nth-child(10) {
   background-color: #EBD842;
}
.event-description {
    padding-top: 10px;
    border-top: 1px dotted rgba(128,128,128,0.2);
}
.event-description p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.event-member-content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.event-host {
    width: 23%;
}
.event-guest {
    width: 75%;
}
.event-member-content ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.event-member-content li {
    width: 30%;
    margin-right: 20px;
    margin-bottom: 20px;
}
.member-title {
    display: block;
    color: #ccc;
    padding: 20px 0 15px;
}
.member-name {
    font-size: 1.5rem;
    font-weight: 400;
}
.member-name span {
    display: block;
    font-size: 1.2rem;
    color: #A59564;
}
.event-host .member-name {
    margin-bottom: 20px;
}
.event-host .member-name:last-child {
    margin-bottom: 0;
}
.info {
    padding-bottom: 100px;
    border-bottom: 1px solid #C9C9C9;
}
.product-content {
    max-width: 820px;
    display: flex;
    justify-content: space-evenly;
    margin: 40px auto 0;
}
.product-content figure {
    text-align: center;
    margin: 0;
}
.product-content figure img {
    width: 80%;
}
.product-content figcaption {
    padding-top: 20px;
}
.font-m {
    font-size: 2.4rem;
}
.sub-title {
    font-size: 2rem;
    margin-top: 40px;
}
.venue-content {
    margin-top: 40px;
}
.venue-content h4 {
    position: relative;
    z-index: 2;
    line-height: 1;
    padding: 15px 0;
    max-width: 360px;
    margin-top: -35px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    font-weight: 400;
}
.venue-content h4 {
    background-color: #161815;
}
.venue-content:last-child h4 {
   background-color: #A59564;
}
.message-content,
.comment-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}
.comment-wrapper {
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.message-image,
.message-text {
    width: 50%;
}
.message-image {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    position: relative;
}
.message-image-base {
    width: 85%;
}
.message-content h2 {
    position: absolute;
    left: 10%;
    bottom: 20%;
}
.message-content .box-sdw {
    padding: 40px 20px;
    background-color: #fff;
}
.message-title {
    font-size: 2rem;
    margin-bottom: 60px;
}
.message-title span {
    display: block;
    margin-bottom: 5px;
    font-size: 1.2rem;
    font-weight: 400;
}
.message-content p {
    line-height: 2;
}
.comment-item {
    width: 45%;
    padding-top: 40px;
    margin-top: 20px;
    border-top: 1px dotted #C9C9C9;
}
.comment-item:nth-child(1),
.comment-item:nth-child(2) {
    border: none;
    padding: 0;
    margin: 0;
}
.comment-co {
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.comment-item p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.sponcers {
    background-color: #fff;
    padding-bottom: 1px;
}
.sponcers-title {
    text-align: center;
    margin-bottom: 50px;
}
.sponcers-item-wrapper div {
    margin: 0 30px 25px;
}
.sponcers-item-wrapper {
    max-width: 1200px;
    margin: 0 auto 60px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px dotted #C9C9C9;
}
.sub-info-content h4 {
    text-align: center;
    margin: 80px 0 0 0;
}
.sub-info {
    max-width: 1200px;
    margin: 60px auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sub-info-item {
    width: calc(33% - 40px);
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.sub-info-item img {
    max-width: 90%;
    border-radius: 250px;
    border: 1px solid rgba(196,173,98,0.25);
}
.product-title {
    font-size: 1.8rem;
    margin: 40px 0 5px;
    text-align: center;
}
.sub-info-item:last-child .product-title {
    margin: 35px 0 5px;
}
.sub-info-item p {
    font-size: 1.4rem;
    line-height: 1.8;
}
.sponcers-content:last-child .sponcers-item-wrapper {
    border: none;
}
.first-item {
    margin: 0 auto 10px;
    border: none;
}
.sponcer-text {
    font-size: 2rem;
}
.sponcer-text span {
    display: block;
    font-size: 70%;
}
.atn-text {
    font-size: 1.4rem;
}
.atn-text span {
    display: block;
    margin: 30px 0 10px;
    font-size: 1.6rem;
}

/* footer */

footer {
    background-color: #1E1E1E;
    color: #fff;
}
.footer-content {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin: auto;
    position: relative;
}
.footer-content::before {
    display: block;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    max-width: 450px;
    top: 0;
    left: 0;
    background-image: url(../images/footer/footer-image.webp);
    background-repeat: no-repeat;
    background-size: contain;
}
.footer-title-content {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 20px 50px 20px 0;
    margin: 50px 0;
    border-right: 1px solid rgba(128,128,128,0.55);
    background-color: #1E1E1E;
    position: relative;
    z-index: 2;
}
.footer-title-content p {
    padding-left: 40px;
}
.footer-info {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    padding: 20px 20px 20px 50px;
    margin: 50px 0;
    background-color: #1E1E1E;
}
.footer-info ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    padding: 30px 0 50px 0;
}
.footer-info ul li {
    margin-right: 30px;
}
.footer-info ul li:last-child {
    margin: 0;
}
footer a {
    opacity: 1;
    transition : all 0.25s ease 0s;
}
footer a:hover {
   opacity: 0.5;
}
.copyright {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
}
.host-info {
    font-size: 1.2rem;
}
.host-info span {
    display: block;
    padding-bottom: 5px;
    font-size: 1.4rem;
}
.event-info h4 {
    font-size: 1.8rem;
    padding: 40px 0 0 0;
    text-decoration: underline;
}
.event-date {
    display: block;
    font-size: 2.4rem;
    margin: 20px 0 0 0;
}
.event-info p {
    line-height: 1.8;
}

@media screen and (max-width: 1200px) {
    .lead-content {
        padding: 5.8% 60px 4% 0;
    }
}
@media screen and (max-width: 980px) {
    .message-content {
        max-width: 860px;
        flex-wrap: wrap;
    }
    .message-image,
    .message-text {
        width: 100%;
    }
    .message-image {
        display: flex;
        justify-content: flex-end;
        flex-flow: row;
        margin-bottom: 40px;
    }
    .message-image-base {
        width: 100%;
        max-width: 500px;
    }
    .footer-content::before {
        display: none;
    }
    .footer-content {
        justify-content: center;
    }
}

@media screen and (max-width: 720px) {
    .site-header {
        padding-top: 60px;
    }
    .header-content {
        flex-wrap: wrap;
    }
    .main-image,
    .header-lead {
        width: 100%;
    }
    .main-title {
        max-width: 160px;
        right: 0;
        top: -60px;
        padding: 20px 25px;
    }
    .k-logo {
        padding-top: 20px;
        margin-top: 10px;
    }
    .lead-content {
        padding: 40px 15px 0 15px;
    }
    .event-member-content {
        flex-wrap: wrap;
    }
    .event-host,
    .event-guest {
        width: 100%;
    }
    .event-member-content ul {
        justify-content: space-between;
    }
    .event-member-content li {
        width: calc(30% - 20px);
    }
    .comment-item {
        width: 100%;
    }
    .comment-item:nth-child(1) {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dotted #C9C9C9;
    }
    .sponcers-item-wrapper {
        justify-content: space-between;
    }
    .sponcers-item-wrapper div {
        width: 50%;
        margin: 0 0 40px 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin: 0;
        padding: 20px 0;
    }
    .sponcers-item-wrapper div:last-child {
        margin: 0;
    }
    .footer-title-content {
        width: calc(100% - 30px);
        justify-content: center;
        border-right: none;
        border-bottom: 1px solid rgba(128,128,128,0.55);
        padding: 20px 0;
        margin: 40px 0 0 0;
    }
    .footer-title-content p:first-child {
        padding: 0;
    }
    .footer-info {
        padding: 20px 0;
        margin: 40px 0 20px;
        text-align: center;
    }
    .footer-info ul {
        justify-content: center;
    }
    .sub-info {
        justify-content: center;
    }
    .sub-info-item {
        width: calc(50% - 30px);
        padding: 0 15px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 500px) {
    section {
        padding-top: 60px;
    }
    .info {
        padding-bottom: 60px;
    }
    .section-header,
    .event-info {
        padding: 0 15px;
    }
    .section-title {
    }
    .font-m {
        font-size: 2rem;
    }
    .slide-header h2 {
        font-size: 1.8rem;
    }
    .message-content,
    .comment-wrapper {
        padding: 0 15px;
    }
    .message-content h2 {
        left: 20px;
        top: -20px;
    }
    .event-member-content li {
        width: 50%;
        margin: 0 0 20px 0;
    }
    .event-member-content li:nth-child(odd) {
        width: calc(50% - 15px);
    }
    .product-content {
        flex-wrap: wrap;
    }
    .product-content figure {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .product-content figure:last-child {
        margin: 0;
    }
    .product-content figcaption {
        padding-top: 10px;
    }
    .sponcers-item-wrapper {
        padding: 0 15px 30px;
        align-items: stretch;
    }
    .sponcers-item-wrapper div {
        width: calc(50% - 15px);
        margin: 0 0 35px;
    }
    .sponcers-item-wrapper div img {
        max-width: 90%;
    }
    .venue-content h4 {
        margin-top: 0;
    }
    .slide-content {
       padding: 30px 20px;
   }
   .comment-item:nth-child(2) {
       padding-top: 20px;
   }
   .sub-info {
       margin: 40px auto 0;
   }
   .sub-info-item {
       width: calc(100% - 30px);
   }
   .sub-info-item:last-child {
       margin: 0;
   }
   .sponcers-content:last-child .sponcers-item-wrapper {
       justify-content: center;
   }
}

/*20250922*/
.video{}
.video-list{
  max-width: 1200px;
  margin: 60px auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.video-list li{
  width: calc(33% - 40px);
  padding: 0 20px 50px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.video-list li a{
  display: block;
  color: #000;
  text-decoration: none;
}

.video-list li figure {
  margin: 0;
  padding-bottom: 10px;
}
.video-list li figure img{
  width: 100%;
  display: block;
}
.video-list li .text_wrap{}
.video-list li .text_wrap p{
  margin: 0;
}
.video-list li .text_wrap .date{
  font-size: 14px;
}
.video-list li .text_wrap .ttl{
  font-weight: 500;
  padding-bottom: 10px;
}
.video-list li .text_wrap .time{
  font-size: 14px;
}
@media screen and (min-width: 981px) {
  .video-list li a img{
     transition : all 0.25s ease 0s;
  }
  .video-list li a:hover img{
    opacity: 0.8;
  }
  .video-list li .text_wrap .ttl span{
    background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) no-repeat left bottom / 0 1px;
    background: -webkit-linear-gradient(#000, #000) no-repeat left bottom / 0 1px;
    background: linear-gradient(#000, #000) no-repeat left bottom / 0 1px;
    transition : all 0.25s ease 0s;
  }

  .video-list li a:hover .text_wrap .ttl span{
    background-size: 100% 1px;
  }
}
@media screen and (max-width: 980px) {
  .video-list li{
    width: calc(45% - 40px);
  }
}
@media screen and (max-width: 720px) {
  .video-list li{
    width: calc(50% - 30px);
    padding: 0 15px 40px;
  }
}
@media screen and (max-width: 500px) {
  .video-list li{
    width: calc(100% - 30px);
  }
}