:root .content-container {
  --color-main: #ef9b00;
  --color-sub: #59adc7;
  color: #333;
}

.content-container img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.content-container .block-model h2 {
  font-weight:bold;
  font-size:30px;
  color:white;
  padding: 30px 0px 30px 30%;
  text-align:center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: auto-phrase;
}

@media screen and (max-width: 1200px){
  .content-container .block-model h2 {
  font-size: 26px;
  }
}

#beginner-model.block-model h2 {
  background: url(../img/beginner_model.jpg) center left / 30% no-repeat var(--color-main);
}

#authentic-model.block-model h2 {
  background:url(../img/authentic_model.jpg?z) center left / 30% no-repeat var(--color-main);
}

#electronic-model.block-model h2 {
  background: url(../img/electronic_model.jpg?zz) center left / 30% no-repeat var(--color-main);
}

#portable-model.block-model h2 {
  background:url(../img/portable_model.jpg) center left / 30% no-repeat var(--color-main);
}

.content-container .block + .block {
  margin-top: 48px;
}

.content-container .block-top {
  height: 400px;
  background: url(../img/deco_top3.jpg?2403web01) center right / cover no-repeat;
  padding: 38px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-container .block-top > img:first-child {
  width: 45%;
  margin-bottom: 30px;
  max-width: 398px;
}

.content-container .block-top img + img {
  width: 47%;
  filter: drop-shadow(2px 2px 4px black);
  margin-bottom:20px;
}

.content-container .lead {
  font-size: 16px;
  line-height: 1.7;
  width: 52%;
  /* color: white; */
}

.content-container .ttl-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  font-size: 26px;
  font-weight: bold;
  color: #555;
  margin-bottom: 32px;
  margin-top: 40px;
}

.content-container .ttl-block::before,
.content-container .ttl-block::after {
  content: "";
  width: 120px;
  height: 3px;
  background: var(--color-main);
}

.content-container .container-model {
  overflow: hidden;
  position: relative;
  padding: 16px 0;
}

.content-container .list-model {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  justify-content: center;
  margin: 0 20px;
}

.content-container .list-model > li {
  width: 49%;
  box-sizing: border-box;
  text-align: center;
  padding: 16px;
  border-radius: 16px;
  color: #555;
  height: auto;
  display: flex;
  flex-direction: column;
}

#authentic-model .list-model > li {
  width: 32.6%;
}

.content-container .list-model .type {
  font-size: 16px;
}

.content-container .list-model a {
  color: var(--color-main);
}

.content-container .list-model .model {
  font-size: 26px;
  font-weight: bold;
  margin: .3em 0;
}

.content-container .list-model .model.txt-ja {
  font-size: 24px;
}

.content-container .list-model .img img {
  max-width: 380px;
  width:100%;
  height: auto;
  transition: .3s;
}

.content-container .list-model a:hover .img img {
  transform: scale(1.05);
}

.content-container .list-model .desc {
  font-size: 14px;
  margin: .5em 0;
  text-align: justify;
  line-height: 1.7;
}

.content-container .swiper-container-movie {
  overflow: hidden;
  position: relative;
  padding-top: 16px;
}

.content-container .list-movie li {
  width: 280px;
}

.content-container .list-movie li a {
  display: block;
}

.content-container .list-movie li a p {
  color: #555;
  margin-top: .5em;
  font-size: 14px;
}

.content-container .list-movie img {
  width: 100%;
  height: auto;
  transition: .3s;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
}

.content-container .list-movie a:hover img {
  transform: scale(1.05);
}

.content-container .swiper-gradient-prev,
.content-container .swiper-gradient-next {
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  pointer-events: none;
}

.content-container .swiper-button-prev,
.content-container .swiper-button-next {
  color: var(--color-main);
  z-index: 2;
}

.content-container .swiper-gradient-prev {
  left: 0;
  background: linear-gradient(to right, #fff, transparent);
}

.content-container .swiper-gradient-next {
  right: 0;
  background: linear-gradient(to left, #fff, transparent);
}

.content-container .swiper-button-prev.swiper-button-disabled,
.content-container .swiper-button-next.swiper-button-disabled,
.content-container .swiper-button-disabled + .swiper-gradient-prev,
.content-container .swiper-button-disabled + .swiper-gradient-next {
  display: none;
}

.block-selection ul {
    display:flex;
    gap:20px;
}

.block-selection li {
    background: #e3e3e3;
}

.block-selection li a {
  display:block;
  padding:20px;
  box-sizing:border-box;
  color: #333;
}

.block-selection li a:after {
  content:"";
  display: block;
  width: 30px;
  height: 30px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><g data-name="93-Arrow Down"><path d="M16 0a16 16 0 1 0 16 16A16 16 0 0 0 16 0zm0 30a14 14 0 1 1 14-14 14 14 0 0 1-14 14z"/><path d="m16 19.59-7.29-7.3-1.42 1.42 8 8a1 1 0 0 0 1.41 0l8-8-1.41-1.41z"/></g></svg>') no-repeat center center;
  margin: 20px auto 0;
  filter: opacity(0.7);
}

.block-selection li div {
    margin-bottom: 15px;
}

.block-selection li p {
    font-size:16px;
}

.block.block-related-pages ul {
  display:flex;
  gap:1.5%
}

.block.block-related-pages ul li {
  flex:1;
  text-align: center;
  font-size: 14px;
}

.block.block-related-pages ul li a {
  color:#333;
}

.block.block-related-pages ul li img {
  width:100%;
  aspect-ratio: 1200 / 630;
  margin-bottom: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);
  object-fit: cover;
}

.playtech-table,
.top-scrollbar {
  overflow: auto;
}

.playtech-table table {
  width:100%;
  table-layout: fixed;
  border-collapse:initial;
}

.playtech-table th,
.playtech-table td {
  padding: 4px 3px;
  border: solid #ccc;
  border-width:0 1px 1px 0;
  font-size: 13px;
  line-height:1.4;
  text-align: center;
  vertical-align: middle;
}

.playtech-table th {
  background: var(--color-sub);
  color: #fff;
  font-weight: bold;
  position: sticky;
}

.playtech-table th:first-child {
  left:0px;
  z-index: 1;
}

.playtech-table tr:first-child th {
  top:0;
}

.playtech-table tr:first-child th:first-child {
    z-index: 2;
}

.playtech-table tr:nth-child(odd) {
  background-color: #f5f5f5;
}

.playtech-table {
  height:500px;
  max-width: 900px;
  margin: auto;
}

.playtech-table th,
.playtech-table td {
  font-size: 13px;
  padding: 4px 3px;
  line-height:1.4;
}

.playtech-table .product-name th {
  font-size:18px;
}

.playtech-table th:first-child {
  width: 218px;
}

.table-attention {
    max-width: 900px;
    margin: auto;
    box-sizing: border-box;
    padding: 11px;
    font-size: 14px;
}

.table-attention li + li {
  margin-top:.3em;
}