@charset "UTF-8";

.artist-info {
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
        }
  
  
        .fixed-bg-section {
    position: relative;
    overflow: hidden;
  }
  
  .fixed-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/fukuoka/img/artist_seminar/index/bg.jpg');
    background-size: cover;
    background-position: top;
    z-index: -1;
  }
  
  .content {
    position: relative;
    z-index: 1;
  }
  
  .date {
    text-align:center;
    color:#fff;
    font-size:2rem;
    font-weight:700;
  }
  
  .date span {
    font-size:2.8rem;
  }
  
  .artist-box {
    background:url(/fukuoka/img/artist_seminar/index/artist-box-bg.jpg) no-repeat center center;
    background-size:cover;
    padding:4rem 3rem;
    color:#fff;
    margin-top:2rem;
  }
  
  .artist-panel {
    border:1px solid #fff;
    border-radius:10px;
    padding:2rem;
    margin-bottom:3rem;
  }
  
  .artist-name {
    background-color:#fff;
    padding:0.3rem;
    color:#000;
    font-size:1.9vw;
    font-weight:900;
    margin-bottom:0.7rem;
  }

  .artist-name02 {
    font-size:1.9vw !important;
  }
  
  .artist-name span {
    font-size:1.5vw;
  }
  
  .seminar-title01 {
    background-color:#fff;
    padding:0.3rem;
    color:#d60110;
    font-size:1.8vw;
    font-weight:900;
  }
  
  .seminar-title02 {
    background-color:#fff;
    padding:0.3rem;
    color:#0241c1;
    font-size:1.8vw;
    font-weight:900;
  }
  
  .seminar-title03 {
    background-color:#fff;
    padding:0.3rem;
    color:#e55514;
    font-size:1.8vw;
    font-weight:900;
  }
  
  
  .taisho {
    background-color:#ffffb2;
    color:#000;
    padding:0 0.5rem;
    display: inline-block;
    font-weight:700;
  }
  
  .gentei {
    background-color:#ffffb2;
    color:#000;
    padding:0 0.5rem;
    display: inline-block;
    font-weight:700;
  }
  
  .sche-label {
    background-color:#000;
    color:#fff;
    padding:0 0.5rem;
    display: inline-block;
    font-weight:700;
    white-space: nowrap
  }
  
  ol {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
  }
  
  ol > li {
    counter-increment: item;
    margin-bottom: 10px;
    position: relative;
    padding-left: 40px;
  }
  
  ol > li:before {
    content: counter(item);
    background: white;
    border: 2px solid black;
    border-radius: 50%;
    color: black;
    width: 28px;
    height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    font-size: 14px;
  }
  
  .heading {
    position: relative;
    text-align: center;
    margin:4rem 0 2rem 0;
  }
  
  .heading span {
    background: #fff;
    padding: 0 10px;
    position: relative;
    z-index: 1;
    font-size:1.5rem;
    font-weight:700;
  }
  
  .heading:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px dotted #000;
    z-index: 0;
  }
  
  .obi {
    background-color:#d60110;
    color:#fff;
    text-align:center;
    padding:0.3rem 0;
    font-weight:700;
    font-size:1.1rem;
    margin-bottom:3rem;
    margin-top:3rem;
  }
  
  .subsub {
    background-color:#eeeeee;
    font-size:0.9rem;
    padding:3rem 3rem 2rem 3rem;
    margin-bottom:6rem;
  }
  
  .subsub li {
    margin-bottom:1rem;
  }
  
  .order-info {
    font-weight:700;
    font-size:1.3vw;
  }
  
  .order-info img {
    width:50px;
  }
  
  .hitsuyo-jiko-main {
    font-weight:700;
    line-height:200%;
  }
  
  .hitsuyo-jiko {
    margin-top:3rem;
    margin-bottom:3rem;
  }
  
  .hitsuyo-jiko li {
    margin-bottom:1rem;
  }
  
  .submit-btn {
    margin-top:8rem;
    margin-bottom:1rem;
  }
  
  .titletitle {
    line-height:3.5vw;
  }
  
  .lineup-title {
    padding:6rem 0;
    color:#fff;
    font-size:4rem;
    font-weight:700;
    text-align:center;
  }
  
  @media screen and (max-width:768px)  {
    .artist-panel,
    .artist-box {
      padding:2.7rem 0.5rem;
    }
    .sche-label,
    .taisho,
    .gentei {
      display:block;
      width:100%;
      text-align:center;
    }
    .subsub {
      padding:1rem;
    }
  
    .order-info {
      font-size:1.4rem;
    }
  
    .obi {
      margin-top:2rem;
      margin-bottom:1rem;
    }
  
    .artist-name span {
      font-size:1rem;
    }
  
    .artist-name,
    .artist-name02,
    .seminar-title01,
    .seminar-title02,
    .seminar-title03 {
    font-size:1.4rem !important;
  }
  
  .titletitle {
    line-height:280%;
    margin-top:1rem;
  }
  
  .submit-btn {
    margin-top:3rem;
    margin-bottom:0;
  }
  
  .lineup-title {
    padding:2rem 0;
    color:#fff;
    font-size:2.3rem;
  }
  }
  
  @media screen and (max-width:599px)  {
    .artist-photo {
      text-align:center;
    }

    .artist-photo img {
      width:80%;
    }

    .sche-label,
    .taisho,
    .gentei {
      display:block;
      width:100%;
      text-align:center;
      padding:0.1rem 0;
    }

    .artist-name02 {
      padding-left:0.4rem;
    }

    .date {
      font-size:1.3rem;
    }

    .date span {
      font-size:2.0rem;
    }
  }