@charset "UTF-8";
/* common.css */
/* ============================================ */
body.session_page {
  br.small_view {
    display: none;
  }
  header {
    position: static;
    .header_inner {
      height: 72px;
      width: 100%;
      margin: 0;
      border-radius: 0;
      display: flex;
      align-items: center;
      h1 {
        width: auto;
        height: 32px;
        img {}
      }
      .global_nav, #session_btn {
        display: none !important;
      }
    }
  }
  footer {
    padding-bottom: 100px;
  }
  #session_main_ttl {
    background: url(../img/session/session_main_ttl_bg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    text-align: center;
    padding: 96px 0;
    margin-bottom: 120px;
    .session_receptioninfo {
      display: flex;
      justify-content: center;
      column-gap: 24px;
      p {
        border-radius: var(--box-radius-small);
        color: #fff;
        background: #000;
        min-width: 5em;
        padding: 10px 16px 12px;
        font-size: 16px;
		                letter-spacing: 0.08em;
        &.number {}
        &.reception {
          background: var(--color-base-accent);
        }
      }
    }
    .sub {
      margin: 24px auto 8px;
      line-height: 0;
      display: inline-block;
      span {
        line-height: 0;
        display: inline-block;
        position: relative;
        &:before, &:after {
          content: "";
          width: 16px;
          height: 1px;
          background: #000;
          position: absolute;
          display: block;
        }
        &:before {
          top: 9px;
          left: -30px;
        }
        &:after {
          top: 9px;
          right: -30px;
        }
      }
    }
    h2 {
      font-size: 48px;
      line-height: 1.5em;
      font-weight: bold;
      color: var(--color-base-main);
      transition: all 0.5s ease;
    }
    .session_date {
      display: flex;
      column-gap: 48px;
      justify-content: center;
      margin: 26px 0 60px;
      transition: all 0.5s ease;
      dl {
        display: flex;
        column-gap: 20px;
        align-items: center;
        transition: all 0.5s ease;
        dt {
          color: #fff;
          background: var(--color-base-main);
          width: 4.5em;
          padding: 8px 10px 11px;
          font-size: 16px;
          border-radius: var(--box-radius-small);
          font-weight: normal;
          transition: all 0.5s ease;
        }
        dd {
          font-size: 20px;
          transition: all 0.5s ease;
          br {
            display: none;
          }
        }
      }
    }
    .form_btn {
      a {
        position: relative;
        overflow: hidden;
        background: var(--color-base-gradient);
        color: #fff;
        font-weight: bold;
        font-size: 24px;
        width: 456px;
        max-width: 90%;
        aspect-ratio: 456 / 96;
        margin: 0 auto;
        padding-left: 20px;
        padding-bottom: 2px;
        max-height: 96px;
        text-align: center;
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        transition: all 0.5s ease;
        em {
          position: relative;
          z-index: 1;
          font-style: normal;
        }
        &::before {
          content: "";
          position: absolute;
          inset: 0;
          background: var(--color-base-gradient_hover);
          opacity: 0;
          transition: opacity 0.4s ease;
          border-radius: inherit;
        }
        &::after {
          content: "";
          width: 36px;
          height: 36px;
          background: url(../img/common/icn_goldarr_right.svg) no-repeat center;
          background-size: contain;
          display: inline-block;
          margin-left: 20px;
          position: relative;
          top: 2px;
        }
        &:hover {
          opacity: 1;
          &::before {
            opacity: 1;
          }
        }
      }
    }
  }
  #session_guest_info {
    width: 90%;
    max-width: var(--inner-Max-Width);
    margin: 0 auto 120px;
    .section__ttl {
      text-align: center;
      h3 {
        display: inline-block;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: var(--color-base-main);
        background: url(../img/common/logo_mark.svg) no-repeat left center;
        background-size: auto 1.6em;
        line-height: 1.6em;
        padding-left: 2.2em;
        margin-bottom: 56px;
      }
    }
    .guest__contents {
      display: flex;
      align-items: center;
      border-radius: var(--box-radius-small);
      overflow: hidden;
      background: var(--color-base-main);
      padding: 48px;
      color: #fff;
      position: relative;
      &::after {
        content: "";
        width: 90%;
        height: 100%;
        display: block;
        background: url(../img/top/bg_session02.png) no-repeat center top 45px;
        background-size: 100% auto;
        opacity: 0.5;
        position: absolute;
        top: 0;
        right: -15%;
      }
      .guest_photo {
        width: 36%;
        border-radius: var(--box-radius-small);
        overflow: hidden;
        position: relative;
        z-index: 1;
      }
      .guest_info {
        width: 64%;
        text-align: left;
        padding: 60px 0 20px 48px;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        .guest_name {
          font-size: 36px;
          letter-spacing: 0.1em;
          font-weight: bold;
          margin-bottom: 1em;
          position: relative;
          &::before {
            content: "";
            width: 56px;
            aspect-ratio: 56 / 13;
            display: block;
            position: absolute;
            top: -46px;
            left: 24px;
            background: url("../img/top/fig_session_copyguest.svg") no-repeat;
            background-size: contain;
          }
          &::after {
            content: "";
            width: 16px;
            height: 1px;
            background: var(--color-base-accent);
            display: block;
            position: absolute;
            top: -40px;
            left: 0;
          }
        }
        .guest_post {
          font-size: 16px;
          letter-spacing: 0.1em;
          margin-bottom: 2em;
        }
        .guest_txt {
          font-size: 12px;
          line-height: 2.2em;
        }
      }
    }
  }
  #session_info {
    width: 90%;
    max-width: var(--inner-Max-Width);
    margin: 0 auto 120px;
    .section__ttl {
      text-align: center;
      h3 {
        display: inline-block;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: var(--color-base-main);
        background: url(../img/common/logo_mark.svg) no-repeat left center;
        background-size: auto 1.6em;
        line-height: 1.6em;
        padding-left: 2.2em;
        margin-bottom: 56px;
      }
    }
    .session__contents {
      background: var(--color-base-bg);
      text-align: left;
      padding: 40px 6%;
      border-radius: var(--box-radius-small);
      dl {
        display: flex;
        align-items: center;
        border-bottom: 1px solid var(--color-base-textsub);
        padding: 1.6em 0;
        &:last-of-type {
          border-bottom: none;
        }
        dt {
          width: 25%;
          letter-spacing: 0.1em;
        }
        dd {
          width: 75%;
          font-size: 16px;
          line-height: 2.2em;
          ul {
            li {
              padding-left: 1.5em;
              position: relative;
              &::before {
                content: "・";
                position: absolute;
                left: 0;
                top: 0;
              }
            }
          }
          .attention {
            font-size: 12px;
          }
        }
        &.time {
          .timetable {
            margin: 0;
            padding: 0;
            > li {
              display: flex;
              .time {
                width: 8em;
              }
              .theme {
                width: calc(100% - 8em);
              }
            }
          }
        }
        &.place, &.subject {
          dd {
            position: relative;
            padding-right: 276px;
            .link_btn {
              width: 236px;
              display: block;
              background: var(--color-base-gradient);
              color: #fff;
              text-align: center;
              border-radius: 100px;
              line-height: 46px;
              padding-bottom: 2px;
              font-size: 12px;
              overflow: hidden;
              position: absolute;
              top: calc((100% - 46px) / 2);
              right: 0;
              &::before {
                content: "";
                position: absolute;
                inset: 0;
                background: var(--color-base-gradient_hover);
                opacity: 0;
                transition: opacity 0.4s ease;
                border-radius: inherit;
              }
              &:hover {
                opacity: 1;
              }
              &:hover::before {
                opacity: 1;
              }
              span {
                position: relative;
                z-index: 1;
                padding-right: 36px;
                background: url("../img/common/icn_goldarr_right.svg") no-repeat right center;
              }
            }
            .station_info,.address {
              margin-top: 0.5em;
              font-size: 12px;
              line-height: 2.2em;
            }
		
          }
        }
      }
    }
  }
  #session_overview {
    width: 82%;
    max-width: var(--inner-Min-Width);
    margin: 0 auto 120px;
    .section__ttl {
      text-align: center;
      h3 {
        display: inline-block;
        font-size: 36px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: var(--color-base-main);
        background: url(../img/common/logo_mark.svg) no-repeat left center;
        background-size: auto 1.6em;
        line-height: 1.6em;
        padding-left: 2.2em;
        margin-bottom: 56px;
      }
    }
    .session__contents {
      padding: 48px;
      border-radius: var(--box-radius-small);
      background: url(../img/top/bg_session02.png) no-repeat center 100px;
      background-size: 100% auto;
      background-color: var(--color-base-accent);
      h4 {
        text-align: center;
        font-size: 36px;
        line-height: 1.6em;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 1.2em;
      }
      p {
        font-size: 16px;
        line-height: 2.2em;
        &:not(:last-of-type) {
          padding-bottom: 1.6em;
        }
      }
    }
  }
  #flow {
    width: 82%;
    max-width: var(--inner-Min-Width);
    margin: 0 auto 120px;
    .section__ttl {
      text-align: center;
      background: var(--color-base-main);
      border-radius: var(--box-radius-small) var(--box-radius-small) 0 0/var(--box-radius-small) var(--box-radius-small) 0 0;
      h3 {
        font-size: 24px;
        letter-spacing: 0.1em;
        font-weight: bold;
        color: #fff;
        line-height: 72px;
      }
    }
    .section__contents {
      background: var(--color-base-bg);
      border-radius: var(--box-radius-small);
      padding-bottom: 48px;
      p.leadtxt {
        text-align: center;
        font-size: 16px;
        line-height: 2.2em;
        padding: 40px;
      }
      .flow__step {
        margin: 0 48px;
        display: flex;
        column-gap: 36px;
        li {
          width: calc((100% - 72px) / 3);
          background: #fff;
          border-radius: var(--box-radius-small);
          dt {
            background: var(--color-base-main);
            border-radius: var(--box-radius-small) var(--box-radius-small) 0 0 / var(--box-radius-small) var(--box-radius-small) 0 0;
            padding: 10px 0px;
            img {
              width: auto;
              height: 16px;
              display: block;
              margin: 0 auto;
            }
          }
          dd {
            padding: 24px;
            .flow__step__itemttl {
              font-size: 16px;
              line-height: 1.8em;
              margin-bottom: 8px;
              color: var(--color-base-main);
              font-weight: bold;
              text-align: center;
              img {
                display: block;
                margin: 0 auto 8px;
                width: 60px;
                height: 60px;
              }
            }
            .flow__step__itemtxt {
              font-size: 12px;
              line-height: 2.2em;
            }
          }
          &:not(:last-of-type) {
            position: relative;
            &::after {
              content: "";
              background: var(--color-base-main);
              height: 18px;
              width: 12px;
              clip-path: polygon(0 0, 100% 50%, 0 100%);
              display: block;
              top: calc((100% - 18px) / 2);
              right: -24px;
              position: absolute;
            }
          }
        }
      }
    }
  }
  #pageback_btn {
    width: 100%;
    left: 0;
    margin-bottom: 120px;
    a {
      position: relative;
      overflow: hidden;
      background: var(--color-base-gradient);
      color: #fff;
      font-weight: bold;
      font-size: 24px;
      width: 512px;
      max-width: 72%;
      aspect-ratio: 283 / 48;
      margin: 0 auto;
      padding-right: 10px;
      padding-bottom: 2px;
      max-height: 96px;
      text-align: center;
      border-radius: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      box-sizing: border-box;
      em {
        position: relative;
        z-index: 1;
        font-style: normal;
      }
      &::after {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--color-base-gradient_hover);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: inherit;
      }
      &::before {
        content: "";
        width: 36px;
        height: 36px;
        background: url(../img/common/icn_goldarr_left.svg) no-repeat center;
        background-size: contain;
        display: inline-block;
        margin-right: 20px;
        position: relative;
        top: 2px;
        z-index: 1;
      }
      &:hover {
        opacity: 1;
        &::after {
          opacity: 1;
        }
      }
    }
  }
  #flow_session_btn {
    background: var(--color-base-accent);
    padding: 16px 48px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    .session_info, .session_receptioninfo {
      display: flex;
    }
    .session_info {
      width: calc(100% - 250px);
    }
    .session_receptioninfo {
      color: #fff;
      margin-right: 24px;
      column-gap: 12px;
      min-width: 10em;
      align-items: center;
      p {
        color: #fff;
        background: #000;
        width: 5em;
         letter-spacing: 0.08em;
        padding: 8px 10px 10px;
        font-size: 16px;            
        border-radius: var(--box-radius-small);
        font-weight: normal;
        transition: all 0.5s ease;
        text-align: center;
		  box-sizing: border-box;
		  border: 1px solid #000;
      }
      p.reception {
        border: 1px solid #fff;
        background: none;
      }
    }
    .session_ttl {
      font-weight: bold;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      .date {
        width: 100%;
        font-size: 12px;
      }
      .theme {
        width: 100%;
        font-size: 16px;
      }
    }
    .form_btn {
      width: 236px;
      display: block;
      background: var(--color-base-gradient);
      color: #fff;
      text-align: center;
      border-radius: 100px;
      line-height: 46px;
      padding-bottom: 2px;
      font-size: 12px;
      overflow: hidden;
      position: relative;
      &::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--color-base-gradient_hover);
        opacity: 0;
        transition: opacity 0.4s ease;
        border-radius: inherit;
      }
      &:hover {
        opacity: 1;
      }
      &:hover::before {
        opacity: 1;
      }
      span {
        position: relative;
        z-index: 1;
        padding-right: 36px;
        background: url("../img/common/icn_goldarr_right.svg") no-repeat right center;
      }
    }
  }
}

@media screen and (max-width: 1120px) {
	
	body.session_page {
    #flow {
		width: 90%;}
	}
	
}


@media screen and (max-width: 1080px) {
  body.session_page {
    #session_main_ttl {
      background-position: right -160px bottom;
    }
  }
}
@media screen and (max-width: 1030px) {
  body.session_page {
    #session_main_ttl {
      .session_date {
        dl {
          column-gap: 12px;
          dt {
            font-size: 18px;
            width: 4em;
            padding: 8px 10px 10px;
          }
          dd {
            font-size: 18px;
          }
        }
      }
      .form_btn {
        a {
          width: 400px;
          max-width: 82%;
          font-size: 20px;
        }
      }
    }
  }
}
@media screen and (max-width: 1000px) {
	  body.session_page {
		  #flow {
      .section__contents {
        .flow__step {
          flex-wrap: wrap;
          li {
            width: 100%;
            &:not(:last-of-type) {
              margin-bottom: 36px;
            }
            dd {
              .flow__step__itemttl {
                br {
                  display: none;
                }
              }
            }
            &:not(:last-of-type) {
              &::after {
                content: "";
                background: var(--color-base-main);
                height: 12px;
                width: 18px;
                clip-path: polygon(0 0, 100% 0, 50% 100%);
                display: block;
                top: auto;
                right: calc((100% - 18px) / 2);
                bottom: -24px;
                position: absolute;
              }
            }
          }
        }
      }
    }
}}
@media screen and (max-width: 940px) {
  body.session_page {
    #flow_session_btn {
      padding: 14px 5% 10px;
      display: block;
      .session_receptioninfo {
        display: none;
      }
      .session_info {
        width: 100%;
        display: block;
      }
      .session_ttl {
        text-align: center;
        .date {
          font-size: 12px;
        }
        .theme {
          font-size: 16px;
          margin-top: 4px;
        }
      }
      .form_btn {
        width: 236px;
        display: block;
        background: var(--color-base-gradient);
        color: #fff;
        text-align: center;
        border-radius: 100px;
        line-height: 46px;
        margin: 8px auto 0;
        padding-bottom: 2px;
        font-size: 12px;
        overflow: hidden;
        span {
          position: relative;
          z-index: 1;
          padding-right: 36px;
          background: url(../img/common/icn_goldarr_right.svg) no-repeat right center;
        }
      }
    }
    br.small_view {
      display: block;
    }
    #session_info {
      .session__contents {
        padding: 10px 10%;
        dl {
          padding: 2em 0;
          display: block;
          dt, dd {
            width: 100%;
          }
          dt {
            margin-bottom: 1em;
          }
          &.place, &.subject {
            dd {
              padding-right: 0;
              .link_btn {
                position: relative;
                margin-top: 1.6em;
              }
            }
          }
          &.time {
            .timetable {
              > li {
                line-height: 2em;
                display: block;
                &:not(:last-of-type) {
                  margin-bottom: 6px;
                }
                .time, .theme {
                  display: block;
                  width: 100%;
                }
                .time {}
              }
            }
          }
        }
      }
    }
  
    #pageback_btn {
      a {
        font-size: 18px;
      }
    }
  }
}
@media screen and (max-width: 890px) {
  body.session_page {
    #session_main_ttl {
      h2 {
        font-size: 42px;
      }
      .session_date {
        flex-wrap: wrap;
        width: 82%;
        margin: 20px auto 45px;
        dl {
          width: 100%;
          margin-bottom: 10px;
        }
      }
    }
    #flow {
      .section__contents {
        padding-bottom: 24px;
        .flow__step {
          margin: 0 6%;
        }
      }
    }
  }
}
@media screen and (max-width: 720px) {
  body.session_page {
    header {
      .header_inner {
        height: auto;
        padding: 0 4.6%;
        h1 {
          min-height: 60px;
          position: relative;
          z-index: 200;
        }
        #nav_btn {
          display: none;
        }
      }
    }
    br.small_view {
      display: block;
    }
    br.large_view {
      display: none;
    }
    #session_main_ttl {
      margin-bottom: 72px;
      background: url(../img/session/session_main_ttl_bg_small.png) no-repeat;
      background-size: cover;
      padding: 40px 0;
      .form_btn {
        a {
          font-size: 18px;
          padding-bottom: 2px;
          &::after {
            width: 24px;
            height: 24px;
          }
        }
      }
      h2 {
        font-size: 27px;
      }
      .session_receptioninfo {
        column-gap: 18px;
        p {
          min-width: 5em;
          padding: 7px 10px 8px;
          font-size: 12px;
        }
      }
      .session_date {
        margin-bottom: 30px;
        dl {
          dt, dd {
            font-size: 15px;
          }
          dd {
            text-align: left;
            line-height: 1.4em;
            br {
              display: block;
            }
          }
        }
      }
    }
    #session_guest_info {
      margin: 0 auto 72px;
      .section__ttl {
        h3 {
          font-size: 27px;
          background-size: auto 1.4em;
          padding-left: 2em;
          margin-bottom: 40px;
        }
      }
      .guest__contents {
        padding: 0;
        flex-wrap: wrap;
        overflow: hidden;
        .guest_photo, .guest_info {
          width: 100%;
        }
        .guest_photo {
          border-radius: 0;
          img {
            width: 100%;
          }
        }
        .guest_info {
          padding: 90px 10% 30px;
          .guest_name {
            font-size: 27px;
          }
          .guest_post {
            font-size: 12px;
          }
        }
        &::after {
          width: 100%;
          height: 50%;
          background-size: 140% auto;
          bottom: 0;
          right: 0;
          top: auto;
        }
      }
    }
    #session_info {
      margin: 0 auto 72px;
      .section__ttl {
        h3 {
          font-size: 27px;
          background-size: auto 1.4em;
          padding-left: 2em;
          margin-bottom: 40px;
        }
      }
      .session__contents {
        dl {
          dt, dd {
            font-size: 12px;
            .attention {
              font-size: 10px;
              line-height: 2em;
              margin-top: 8px;
            }
          }
          &.place, &.subject {
            dd {
              .link_btn {
                width: 190px;
                line-height: 34px;
                font-size: 10px;
                padding-bottom: 0;
                span {
                  padding-right: 28px;
                  background: url(../img/common/icn_goldarr_right.svg) no-repeat right center;
                  background-size: 18px auto;
                }
              }
            }
          }
        }
      }
    }
    #session_overview {
      margin: 0 auto 72px;
      .section__ttl {
        h3 {
          font-size: 27px;
          background-size: auto 1.4em;
          padding-left: 2em;
          margin-bottom: 40px;
        }
      }
      .session__contents {
        background-size: 160% auto;
        background-position: center 180px;
        padding: 40px 10%;
        h4 {
          font-size: 27px;
        }
        p {
          font-size: 12px;
        }
      }
    }
    #session_overview {
      margin: 0 auto 72px;
      width: 90%;
    }
    #flow {
      margin: 70px auto;
      width: 90%;
      .section__ttl {
        h3 {
          font-size: 18px;
          line-height: 56px;
        }
      }
      .section__contents {
        p.leadtxt {
          padding: 34px;
          font-size: 12px;
          line-height: 2.2em;
        }
      }
      .section__contents {
        .flow__step {
          li {
            dt {
              padding: 12px 0;
              img {
                height: 12px;
              }
            }
          }
        }
      }
    }
    #pageback_btn {
      margin-bottom: 70px;
      a {
        &::before {
          width: 24px;
          height: 24px;
          margin-right: 10px;
        }
      }
    }
    #flow_session_btn {
      .session_ttl {
        .date {
          font-size: 10px;
        }
        .theme {
          font-size: 13px;
        }
      }
      .form_btn {
        width: 100%;
        line-height: 34px;
        font-size: 10px;
		  padding-bottom: 0;
        span {
          padding-right: 28px;
          background: url(../img/common/icn_goldarr_right.svg) no-repeat right center;
          background-size: 18px auto;
        }
      }
    }
  }
}
@media screen and (max-width: 600px) {
  body.session_page {
    #pageback_btn {
      a {
        font-size: 12px;
      }
    }
  }
}

/*終了時対応*/

body.session_page {
	main.fin{
    #session_main_ttl {
        .session_receptioninfo {
            p {
				&.reception {
					background: var(--color-base-fin);
					span{
						display: none;
					}
					&::before{
						content: "受付終了";
					}
				}
			}
		}
		
		.form_btn {
			a {pointer-events: none;
				em{
					display: none;
				}
				&::after {
					display: none;
				}
				&::before{
					                        content: "受付を終了しました";
                        position: relative;
                        z-index: 3;
                        color: #fff;
                        opacity: 0.5;
                        background: none;
				}
			}
		}
	}
		
		
		
		#flow_session_btn {
			
        .session_receptioninfo {min-width: 12em;
			p.reception {background: var(--color-base-fin);
				width: 6em;
				span{
					display: none;
				}
			
				&::before{
					content: "受付終了";
				}
			}
			}
			.form_btn {                    pointer-events: none;
				                    &::before {
                        content: "受付を終了しました";
                        position: relative;
                        z-index: 3;
                        color: #fff;
                        opacity: 0.5;
                        background: none;
                    }
				span{
					display: none;
				}
			}
		}
		
		
		
		
}
	}