html { scroll-behavior: smooth; }
#globalMain, #globalContents{ overflow: visible; }
#globalWrapper { box-sizing: border-box; }


/* 定義==================== */
:root {
  scroll-padding: 100px;
}

.roland-container-wrapper {
  container-type: inline-size;
  container-name: roland-container-wrapper;
}

.roland-container * { box-sizing: border-box; }

:root .roland-container {
  --orange: #e97132;
}


/* 共通系：タグ ======================== */
.roland-container {
  max-width: 1120px;
  margin-inline: auto;
  font-size: 16px;
  line-height: 1.4;
  overflow: hidden;
}

.roland-container h2 {
    background: var(--orange);
    color: white;
    font-size: 20px;
    padding: 1em 1.1em;
    margin: 0em -1em 1.5em;
    font-weight: bold;
}

.roland-container section {
  margin:0 1rem;
}

.roland-container section + section{
  margin-top: 2rem;
  padding-block: 1rem;
}

.roland-container .inner{
  padding-inline: 1.5rem;
}

.roland-container figure{
  text-align: center;
}

.roland-container img{
  max-width: 100%;
  height: auto;
  transition: all .5s;
  vertical-align: bottom;
  object-fit: contain;
}

.roland-container a{
  color: inherit;
  text-decoration: none;
}

.roland-container span{
  color: inherit;
  font-weight: inherit;
}

.roland-container p + p {
    margin-top: 1em;
}


.roland-top {
  margin: 0px auto 2em;
  aspect-ratio: 1600/846;
}

.roland-top iframe {
  width:100%;
  height:100%;
  vertical-align: bottom;
}

.roland-1 {
    gap: 20px 15px;
    margin: 1em 0;
    display: flex;
    flex-direction: row-reverse;
}

.roland-img {
  display: flex;
  gap: 20px;
  width: 35%;
  flex-direction: column;
  align-items: center;
}

.roland-1 > div:last-child {
  flex:1;
}

.roland-container table {
  width:100%;
  border-collapse:collapse;
  table-layout: fixed;
  background: #fbebe8;
}

.roland-container table tr{
  border-top: 1px solid #ccc;
}

.roland-container table th {
  text-align: center;
  width: 250px;
}

.roland-container table *:is(th,td) {
  font-size: 14px;
  padding: 9px 15px;
}

.roland-container table *:is(th,td) {
  border: 1px solid var(--orange);
  line-height:1.7em;
}

.roland-container table tr:nth-child(odd) {
  background-color: #f7d5cd;
}

.roland-movie {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 548px;
    margin:auto;
}

.roland-movie > div {
    text-align:center;
}

.roland-movie > div iframe {
    width:100%;    
}

.roland-large-link a {
    display: block;
    border: 2px solid var(--orange);
    text-align: center;
    width: 450px;
    margin: 60px auto 80px;
    padding: 15px;
    box-sizing: border-box;
    color:var(--orange);
    font-size:20px;
    transition:.2s;
    font-weight: bold;
}

.roland-large-link a:hover {
  background:var(--orange);
  color:white;
  text-decoration:none;
}


@container roland-container-wrapper (max-width: 980px) {

  .roland-container section.sec-toc{
    padding-inline: 0;
  }

}

@container roland-container-wrapper (max-width: 768px) {
  .roland-container {
    font-size: 14px;
  }
}

@container roland-container-wrapper (max-width: 600px) {
  .sec-product .product-list > li{
    flex-direction: column;
  }

  .sec-product .text-block{
    width: fit-content;
    gap: 0;
  }

  .roland-container h2 {
      font-size: 16px;
      word-break: auto-phrase;
      line-height: 1.7;
  }

  .roland-container h2 br {
      display: none;
  }

  .roland-1 {
      flex-direction: column;
      margin-bottom: 0;
  }

  .roland-img {
      width: 100%;
      gap: 15px;
  }

  .roland-container section + section {
      padding-top: 0;
  }

  .roland-img img {
      max-height: 500px;
  }

  .roland-container table th {
      width: 122px;
  }

  .roland-container table *:is(th,td) {
      padding: 5px;
      font-size: 12px;
  }
  .roland-movie {
      grid-template-columns: repeat(1, 1fr);
      max-width: 267px;
  }

  .roland-large-link a {
      width: 300px;
      font-size: 17px;
      margin: 30px auto 50px;
  }
}