.guideline-page {
  display:block;
  position: relative;
  width: 100%;
  color: #fff;
  z-index:100!important;
}

.guideline-main {
  position: relative;
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 80px 24px 100px;
  box-sizing: border-box;
}

.guideline-hero {
  padding-top:120px;
  margin-bottom: 56px;
  text-align: center;
    padding-bottom:30px;
  border-bottom:1px solid #d8c48b;
}

.guideline-kicker {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #9b7a2f;
  z-index: 1000;
}

.guideline-hero h1 img{
  width: 100%;
  margin: 0 auto;
}
/*タブレット*/
@media screen and (min-width: 728px) and (max-width: 1024px) {
.guideline-hero h1 img{
  width: 80%;
  margin: 0 auto;
}
}

.guideline-section {
  margin: 0;
  margin-bottom: 100px;
}

.guideline-section + .guideline-section {
  margin-top: 56px;
}

.guideline-section h1 {
  width: 80%;
  margin: 0 auto;
}
.guideline-section h2 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8c48b;
  font-size: clamp(22px, 2.5vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.04ems;
  font-weight: 800;
}

.guideline-section h2 span {
  color: #9b7a2f;
  font-size: 0.95em;
}

.guideline-section h3 {
  margin: 0 0 20px;
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.guideline-section h4 {
  margin: 0 0 16px;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.guideline-section p {
  margin: 0;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.03em;
}

.guideline-section p + p {
  margin-top: 20px;
}

.guideline-list {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.guideline-list li {
  position: relative;
  margin: 0;
  padding-left: 1em;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.guideline-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 0.46em;
  height: 0.46em;
  background: #9b7a2f;
 
}

.guideline-list li + li {
  margin-top: 14px;
}

.guideline-note {
  margin-top: 15px !important;
  padding-left: 1em;
  color: #fff;
  font-size: 1.5rem !important;
  line-height: 1.9 !important;
}

.guideline-divider {
  width: 100%;
  height: 1px;
  margin: auto 0;
  margin-top: 100px;
  margin-bottom: 100px;
  background: linear-gradient(
    to right,
    transparent,
    #d8c48b 18%,
    #d8c48b 82%,
    transparent
  );
}

.setting-box {
  margin-top: 32px;
  padding: 28px;
  border: 1px solid #d8c48b;
  box-sizing: border-box;
}

.setting-flow {
  display: block;
  margin-top: 28px;
}

.setting-flow span {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 58px;
  padding: 14px 18px;
  border: 1px solid #d8c48b;
  color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-align: center;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 4px;
  box-sizing: border-box;
}

.setting-flow span + span {
  margin-top: 64px;
}

.setting-flow span:not(:last-child)::after {
  content: "↓";
  position: absolute;
  left: 50%;
  top: calc(100% + 18px);
  transform: translateX(-50%);
  color: #d8c48b;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.ng-block {
  margin-top: 36px;
  padding: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

.music-table-block {
  margin-top: 72px;
}

.table-scroll-wrap {
  position: relative;
}

.table-scroll-note {
  display: none;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.guideline-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
  table-layout: auto;
  background: rgba(0, 0, 0, 0.35);
}

.guideline-table th,
.guideline-table td {
  padding: 16px 18px;
  border: 1px solid #d8c48b;
  color: #fff;
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
  overflow-wrap: anywhere;
  white-space: normal;
  font-weight: 700;
}

.guideline-table th {
  font-weight: 800;
  background: rgba(216, 196, 139, 0.15);
}

.guideline-table th:first-child,
.guideline-table td:first-child {
  width: 55%;
  text-align: left;
}

.guideline-table th:nth-child(2),
.guideline-table td:nth-child(2) {
  width: 45%;
  text-align: left;
}

@media screen and (max-width: 1050px) {
  .guideline-section {
  margin: 0;
  margin-bottom: 70px;
}
.music-table-block {
  margin-top:50px;
}

  .guideline-section h2 {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin: 0 0 28px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d8c48b;
  font-size: clamp(22px, 3vw, 30px);
  line-height: 1.5;
  letter-spacing: 0.04ems
  font-weight: 800;
}

.guideline-section h2 span {
  color: #9b7a2f;
  font-size: 0.95em;
}

.guideline-section h3 {
  margin: 0 0 20px;
  font-size: clamp(18px, 2.4vw, 23px);
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.guideline-section h4 {
  margin: 0 0 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.guideline-section p {
  margin: 0;
  font-size: 1.7rem;
  line-height: 2;
  letter-spacing: 0.03em;
}
  
  
  .guideline-table {
    min-width: 760px;
  }

  .guideline-table th,
  .guideline-table td {
    padding: 13px 14px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}

.contact-list {
  margin-top: 28px;
}

.contact-item {
  padding: 44px 0;
  border-top: 1px solid #ddd;
}

.contact-item:last-child {
  border-bottom: 1px solid #ddd;
}

.contact-title {
  margin-bottom: 8px !important;
  font-weight: 800;
}

.contact-item a {
  color: #9b7a2f;
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.warning-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 42px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.warning-title::before,
.warning-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 7px;
  background: red;
  transform-origin: center;
}

.warning-title::before {
  transform: translateY(-50%) rotate(45deg);
}

.warning-title::after {
  transform: translateY(-50%) rotate(-45deg);
}.warning-title {
  
}


@media screen and (max-width:1050px) {
  
  .warning-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 42px;
  color: #fff;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 800;
}

.warning-title::before,
.warning-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 5px;
  background: red;
  transform-origin: center;
}

.warning-title::before {
  transform: translateY(-50%) rotate(45deg);
}

.warning-title::after {
  transform: translateY(-50%) rotate(-45deg);
}.warning-title {
  
}

  
  .guideline-main {
    padding: 56px 18px 72px;
  }

  .guideline-hero {
    margin-bottom: 44px;
    text-align: left;
  }

  .guideline-kicker {
    font-size: 2rem;
    text-align: center;
  }

  .guideline-hero h1 {
    font-size: 3rem;
    line-height: 1.5;
  }

  .guideline-section h2 {
    display: block;
    margin-bottom: 22px;
    font-size:2.5rem;
    font-weight: 700;
  }

  .guideline-section h2 span {
    
    margin-bottom: 4px;
  }

  .guideline-section p,
  .guideline-list li {
    font-size: 1.8rem;
    line-height: 1.6;
  }

  .guideline-note {
     margin-top:20px !important;
    font-size: 1.6rem !important;
line-height: 1.6 !important;
  }

  .guideline-divider {
    margin: auto 0;
      margin-top: 70px;
  margin-bottom: 70px;
  }

  .setting-box,
  .ng-block {
    padding: 20px;
  }

  .setting-flow {
    display: block;
    margin-top: 28px;
  }

  .setting-flow span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 54px;
    padding: 14px 18px;
    font-size: 1.8rem;
    text-align: center;
    box-sizing: border-box;
  }

  .setting-flow span + span {
    margin-top: 64px;
  }

  .setting-flow span:not(:last-child)::after {
    content: "↓";
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    transform: translateX(-50%);
    color: #d8c48b;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
  }
  
  .table-scroll-note {
    display: block;
    margin: 0 0 12px;
    color: #d8c48b;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.08em;
    text-align: center;
  }

  .table-scroll {
    position: relative;
    padding-bottom: 8px;
  }

  .table-scroll::-webkit-scrollbar {
    height: 6px;
  }

  .table-scroll::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.08);
  }

  .table-scroll::-webkit-scrollbar-thumb {
    background: #d8c48b;
    border-radius: 999px;
  }

  .guideline-table {
    min-width: 760px;
  }

  .guideline-table th,
  .guideline-table td {
    padding: 13px 14px;
    font-size: 1.6rem;
    line-height: 1.7;
  }
}



.no-border {
   border-top: 0px solid transparent;
}

@media screen and (max-width: 1050px) {


  .guideline-section h2 {
    display: grid;
    grid-template-columns: auto 1fr;
    column-gap: 10px;
    line-height: 1.2em;
    align-items: start;
  }

  .guideline-section h2 span {
    display: block;
  }

}