/* KeyWrap */
.KeyWrap {
  background-color: #f4f4f4;
  padding: 0 30px 40px;
}
@media all and (max-width:768px) {
  .KeyWrap {
    padding: 0;
/*    padding-bottom: 20px;*/
  }
}
.KeyWrap__inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 60px 30px;
  background-color: #FFF;
}
@media all and (max-width:768px) {
  .KeyWrap__inner {
/*    border-bottom: solid 2px #000;*/
  }
}
@media all and (max-width:425px) {
  .KeyWrap__inner {
    padding: 30px 30px 60px 30px;
  }
}
.KeyWrap__title {
  text-align: center;
}
.KeyWrap__title h1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
}
@media all and (max-width:768px) {
  .KeyWrap__title h1 {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 35px;
  }
}
.KeyWrap__body {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 1000px;
  background-color: #FFF;
}
.KeyWrap__text {

}

@media all and (max-width:1024px) {
  .KeyWrap__text {
  }
}
.KeyWrap__text p {
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing:0;
}
.KeyWrap__img {
  text-align:center;
}
@media all and (max-width:1024px) {
  .KeyWrap__img {
  }
}
.KeyWrap__img img {
  max-width: 100%;
  height: auto;
}
.KeyWrap__btn {
  padding:35px 0;
  text-align: center;
}
@media all and (max-width:425px) {
  .KeyWrap__btn {
    padding:25px 0;
  }
}
.KeyWrap__btn a {
  width: 320px;
  margin: 0 auto;
  display: block;
  background-color: #222;
  color: white;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 18px 0;
  font-family: 'Oswald', sans-serif;
}
@media all and (max-width:425px) {
  .KeyWrap__btn a {
    width: auto;
  }
}


div.content-inner {
  background-color:#FFF;
  position: relative;
}

h3 {
  margin:0;
  padding:0 0 15px 0;
  color:#211814;
  background:none;
  font-size:30px;
  font-size:3.0rem;
  line-height:100%;
  text-indent:0;
  overflow:visible;
}

.inner-grid {
  width:100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
}

.inner-grid .app-section {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
}
.inner-grid .border-section1 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 2;
  -ms-grid-row: 2;
}
.inner-grid .chart-section {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 3;
  -ms-grid-row: 3;
}
.inner-grid .border-section2 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 4;
  -ms-grid-row: 4;
}
.inner-grid .lineup-section {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 5;
  -ms-grid-row: 5;
}


.section-inner.line {
  border-left: 1px solid #ddd;
}
.section-inner.border-section1,
.section-inner.border-section2 {
  padding: 0% 3% 0%;
  padding-bottom:0;
}
.section-inner.border-section1 .border,
.section-inner.border-section2 .border{
  width:100%;
  border-top: 1px solid #ddd;
}

.section-content.styling {
  padding: 9.90099% 7.55116% 0;
}

.grid-column2 .features-section {
  grid-column: 1 / 2;
  -ms-grid-column: 1;
  grid-row: span 3;
  -ms-grid-row-span: 3;
  margin-right: 30px;
}

.grid-column2 .section-inner.line {
  grid-column: 2 / 2;
  -ms-grid-column: 2;
  grid-row: span 3;
  -ms-grid-row-span: 3;
  margin-right: 30px;
}

.grid-column2 .section-content {
  padding: 9.90099% 11.55116% 0;
}
.grid-column2 .section-content.chart {
  padding: 5% 0 30px 11.55116%;
}
.grid-column2 .section-content.lineup {
  padding: 5% 0 0 11.55116%;
}
.grid-column2 .section-inner.line .tit-vertical {
  left: 30px;
}

.inner-box {
  margin-bottom:10%;
}
.inner-box h5 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
  padding: .50rem 0 .50rem 2rem;
  border-left: 4px solid #000;
  font-family: 'Oswald', sans-serif;
}
.inner-box p {
  margin-top:5%;
  font-size: 16px;
  font-size: 1.6rem;
}
.inner-box p.caution {
  margin-top:5%;
  margin-left:5%;
}
.inner-box img {
  width: 100%;
  height: auto;
}
.inner-box .list {
  list-style: inside disc;
  margin: 0 0 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.inner-box .list li img {
  width:auto;
  padding-left: 10px;
}
.inner-box .shop-btn {
  margin-top:20px;
}

.inner-box h6 {
  margin-top:20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.maru {
  display : -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column wrap; 
  vertical-align: top;
  background:black;
  width: 30px;
  height: 30px;
  color:#FFF;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5em;
}
.inner-box h6 span {
  margin-left:10px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:500;
  font-family: 'Oswald', sans-serif;
}

.features-section .section-content .inner-box:nth-child(1) {
  margin-bottom:26px;
}
.features-section .section-content .inner-box:nth-child(2) {
  margin-bottom:46px;
}
.features-section .section-content .inner-box:nth-child(3),
.features-section .section-content .inner-box:nth-child(4),
.features-section .section-content .inner-box:nth-child(5) {
  margin-bottom:38px;
}
.features-section .section-content .inner-box:nth-child(3) h6,
.features-section .section-content .inner-box:nth-child(4) h6,
.features-section .section-content .inner-box:nth-child(5) h6,
.features-section .section-content .inner-box:nth-child(6) h6 {
  margin-bottom:18px;
}
.features-section .section-content .inner-box:nth-child(3) p,
.features-section .section-content .inner-box:nth-child(4) p,
.features-section .section-content .inner-box:nth-child(5) p,
.features-section .section-content .inner-box:nth-child(6) p {
  margin-top:16px;
}


.inner-box .box4 {
  margin-top:5%;
  width:100%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 25% 25% 25% 25%;
  -ms-grid-columns: 25% 25% 25% 25%;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0px;
}
.inner-box .box4 .inbox1 {
  grid-column: 1;
  -ms-grid-column: 1;
  grid-row: 1;
  -ms-grid-row: 1;
}
.inner-box .box4 .inbox2 {
  grid-column: 2;
  -ms-grid-column: 2;
  grid-row: 1;
  -ms-grid-row: 1;
}
.inner-box .box4 .inbox3 {
  grid-column: 3;
  -ms-grid-column: 3;
  grid-row: 1;
  -ms-grid-row: 1;
}
.inner-box .box4 .inbox4 {
  grid-column: 4;
  -ms-grid-column: 4;
  grid-row: 1;
  -ms-grid-row: 1;
}
.inner-box .box4 img {
  max-width:100%;
  width:100%;
  height:auto;
}
.inner-box .box4 p.inbox2,
.inner-box .box4 p.inbox4 {
  padding-left:12px;
  font-family: 'Decima', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing:initial;
}
.inner-box .box4 p.inbox2 {
  padding-right:12px;
}



.inner-box .box {
  margin-top:5%;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 50% 50%;
  -ms-grid-columns: 50% 50%;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  font-family: 'Oswald', sans-serif;
  margin-bottom: 0px;
}
.inner-box .box p {
  grid-column: 1;
  grid-row: 1 / 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  align-self: start;
  -ms-align-self: start;
}
.inner-box .box img {
  grid-column: 2;
  grid-row: 1 / 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
}

.inner-box .flexbox {
  width:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:wrap;
}
.inner-box .flexbox p {
  font-family: 'Decima', sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
}
.inner-box .flexbox div {
  padding:0 13px 0;
  margin-bottom:10%;
}
.inner-box .flexbox div a{
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #000;
  display: block;
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0;
  text-align:center;
}
.inner-box .flexbox img {
  width:100px;
}


@media all and (max-width: 768px) {
  .section-block {
    margin: 0;
  }
  .grid-column2 {
    display: block;
  }
  .grid-column2 .features-section {
    margin-right: 0;
  }
  .grid-column2 .features-section {
    padding-top: 0;
  }
  .grid-column2 .section-inner.line {
    margin-right: 0px;
  }
  .inner-grid {
    display: block;
    width:100%;
  }
  .section-block .section-inner.features-section .tit-vertical {
    white-space: nowrap;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 99;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    font-size:2rem;
  }
  .grid-column2 .section-inner.line .tit-vertical {
    white-space: nowrap;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    position: absolute;
    top:60px;
    left: 0;
    right: 0;
    margin:0 auto;
    text-align:center;
    font-size:20px;
    font-size:2rem;
  }
  .grid-column2 .chart-section {
    margin-right:0px;
  }

  .section-block .section-inner .tit-vertical span {
    padding: .3em;
    border-bottom: 2px solid #000;
  }
  .inner-box:last-child {
    margin-bottom:0%;
  }
  div.section-content,
  .section-inner.line div.section-content {
    padding: 152px 8% 54px 8% !important;
  }
  .section-inner.line div.section-content.chart {
    padding: 152px 0% 54px 0% !important;
  }
  .grid-column2 .app-section div.section-content {
    padding: 0 8% 54px 8% !important;
  }

  #link.section-content {
    padding: 0% 8% 0 8% !important;
  }
  .inner-box h5 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner-box h6 span {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inner-box p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inner-box .list {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .inner-box .box4 p.inbox2,
  .inner-box .box4 p.inbox4 {
    padding-left:12px;
    font-family: 'Decima', sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .inner-box .box4 p.inbox2 {
    padding-right:12px;
  }
  .inner-box .flexbox div {
    flex-shrink:0;
    padding:0 12px 0;
  }
}

@media all and (max-width: 425px) {
  .inner-box .box {
    margin-top:5%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 100%;
    -ms-grid-columns: 100%;
    grid-template-rows: auto auto;
    -ms-grid-rows: auto auto;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0px;
  }
  .inner-box .box p {
    grid-column: 1 / 1;
    -ms-grid-column: 1;
    grid-row: 1 / 2;
    -ms-grid-row: 1;
  }
  .inner-box .box img {
    grid-column: 1 / 1;
    -ms-grid-column: 1;
    grid-row: 2 / 2;
    -ms-grid-row: 2;
  }
  .inner-box .box4 {
    margin-top:5%;
    display: grid;
    display: -ms-grid;
    grid-template-columns: 50% 50%;
    -ms-grid-columns: 50% 50%;
    grid-template-rows: auto;
    -ms-grid-rows: auto;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0px;
  }
  .inner-box .box4 .inbox1 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 1;
    -ms-grid-row: 1;
  }
  .inner-box .box4 .inbox2 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 1;
    -ms-grid-row: 1;
  }
  .inner-box .box4 .inbox3 {
    grid-column: 1;
    -ms-grid-column: 1;
    grid-row: 2;
    -ms-grid-row: 2;
  }
  .inner-box .box4 .inbox4 {
    grid-column: 2;
    -ms-grid-column: 2;
    grid-row: 2;
    -ms-grid-row: 2;
  }
  .inner-box .box4 .inbox3,
  .inner-box .box4 .inbox4 {
    margin-top:20px;
  }  .inner-box .flexbox {
    width:100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap:wrap;
    -webkit-justify-content: space-between;
    justify-content:space-between;
    -webkit-align-items: center;
    align-items: center;
  }
  .inner-box .flexbox img {
/*    width:70px;*/
  }
}








/* 独自スタイル：購入ボタン
 ========================================================================== */
@media all and (min-width: 769px) {
  .shop-btn {
    position: absolute;
    top: 68.3593%;
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    background-color: #222;
    color: white;
    font-weight: bold;
    font-size: 20px;
    font-size: 2rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .shop-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
/*    padding-left: 49px; */
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: 'Oswald', sans-serif;
    color: white;
    text-decoration: none;
  }
  .shop-btn:hover,
  a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  }
}
@media all and (max-width: 768px) {
  .shop-btn {
    width: 92%;
    max-width: 320px;
    height: 60px;
    margin: 0 auto;
    background-color: #222;
    color: white;
    font-size: 14px;
    font-size: 1.4rem;
    position: relative;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .shop-btn a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    display: inline-block;
    position: relative;
    color: white;
    text-decoration: none;
  }
  .shop-btn:hover,
  .shop-btn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
    -moz-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s cubic-bezier(0.19, 1, 0.22, 1);
  }
}

/* レーダーチャート
 ========================================================================== */

.textured-table {
  display: grid;
  display: -ms-grid;
/*
  grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
*/
  grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
  margin-bottom: 2px;
}
.textured-table div {
  -ms-grid-row: 1;
}
.textured-table div:nth-child(1) {
  -ms-grid-column: 1;
}
.textured-table div:nth-child(2) {
  -ms-grid-column: 2;
}
.textured-table div:nth-child(3) {
  -ms-grid-column: 3;
}
.textured-table div:nth-child(4) {
  -ms-grid-column: 4;
}
.textured-table div:nth-child(5) {
  -ms-grid-column: 5;
}
.textured-table div:nth-child(6) {
  -ms-grid-column: 6;
}
.textured-table div:nth-child(7) {
  -ms-grid-column: 7;
}
.textured-table .textured {
  grid-column: 7 / 10;
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-row: 1 / 2;
  -ms-grid-row: 1;
  background-color: #e2e2e2;
  text-align: center;
  padding: 5px;
}
.textured-table .textured span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.series-table {
/*
  grid-template-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 18.15182% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
*/
  grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.series-table .row {
  grid-template-rows: 76px 76px 76px 76px 76px 76px 76px;
  -ms-grid-rows: 76px 76px 76px 76px 76px 76px 76px;
}
#row-spiky-edge {
  grid-row: 2 / 4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  background-color: #eb0080;
}
#row-wild-shake {
  grid-row: 3 / 5;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  background-color: #8057a5;
}
#row-multi-form {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #6e4033;
}
#row-loose-shuffle {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #ee9f2b;
}
#row-air-rise {
  grid-row: 4 / 7;
  -ms-grid-row: 4;
  -ms-grid-row-span: 3;
  background-color: #86be37;
}
#row-cool-wet {
  grid-row: 3 / 8;
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  background-color: #00b3f3;
}
#row-grunge-mat {
  grid-row: 2 / 5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  background-color: #9dab9e;
}
#row-extreme-mat {
  grid-row: 2 / 5;
  -ms-grid-row: 2;
  -ms-grid-row-span: 3;
  background-color: #000000;
}


.series-table {
  display: grid;
  display: -ms-grid;
  grid-template-rows: auto;
  -ms-grid-rows: auto;
}
.series-table .side {
  -ms-grid-column: 1;
}
.series-table .row1 {
  -ms-grid-column: 2;
}
.series-table .row2 {
  -ms-grid-column: 3;
}
.series-table .row3 {
  -ms-grid-column: 4;
}
.series-table .row4 {
  -ms-grid-column: 5;
}
.series-table .row5 {
  -ms-grid-column: 6;
}
.series-table .row6 {
  -ms-grid-column: 7;
}
.series-table .row7 {
  -ms-grid-column: 8;
}
.series-table .row8 {
  -ms-grid-column: 9;
}

.series-table .side div,
.series-table .row div {
  -ms-grid-column: 1;
}
.series-table .side div:nth-child(1),
.series-table .row div:nth-child(1) {
  -ms-grid-row: 1;
}
.series-table .side div:nth-child(2),
.series-table .row div:nth-child(2) {
  -ms-grid-row: 2;
}
.series-table .side div:nth-child(3),
.series-table .row div:nth-child(3) {
  -ms-grid-row: 3;
}
.series-table .side div:nth-child(4),
.series-table .row div:nth-child(4) {
  -ms-grid-row: 4;
}
.series-table .side div:nth-child(5),
.series-table .row div:nth-child(5) {
  -ms-grid-row: 5;
}
.series-table .side div:nth-child(6),
.series-table .row div:nth-child(6) {
  -ms-grid-row: 6;
}
.series-table .side div:nth-child(7),
.series-table .row div:nth-child(7) {
  -ms-grid-row: 7;
}
.series-table .side div:nth-child(8),
.series-table .row div:nth-child(8) {
  -ms-grid-row: 8;
}
.series-table .row {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 100%;
  -ms-grid-columns: 100%;
  position: relative;
}
.series-table .row:not(:first-child) {
  border-left: 1px dotted #888;
}
.series-table .row > div:nth-child(odd) {
  background-color: #f4f4f4;
}
.series-table .row > div:first-child {
  text-align: center;
  display: grid;
  align-items: center;
  -ms-align-self: center;
}
.series-table .row > div:first-child span {
  font-size: 12px;
  font-size: 1.2rem;
  transform: scale(0.8);
}
.series-table .side div {
  display: grid;
  align-items: center;
  -ms-align-self: center;
  padding: 0 13.63636%;
}
.series-table .side span {
  font-size: 12px;
  font-size: 1.2rem;
  transform: scale(0.8);
}
.series-table .mark {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 25%;
  right: 25%;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.series-table .mark a {
  padding: 4px 0;
  display: block;
  color: white;
  text-decoration: none;
  height: 100%;
  position: relative;
}
.series-table .mark span {
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  font-weight: normal;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, 40%) scale(0.8);
  -ms-transform: translate(-50%, 40%) scale(0.8);
  -webkit-transform: translate(-50%, 40%) scale(0.8);
  transform: translate(-50%, 40%) scale(0.8);
  text-shadow: white 2px 0px,  white -2px 0px, white 0px -2px, white 0px 2px, white 2px 2px , white -2px 2px, white 2px -2px, white -2px -2px, white 1px 2px,  white -1px 2px, white 1px -2px, white -1px -2px, white 2px 1px,  white -2px 1px, white 2px -1px, white -2px -1px;
}

.series-table .mark .mark-in {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.series-table .mark .mark-in:after {
  content: "";
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: white transparent transparent transparent;
  display: block;
  width: 10px;
  height: 5px;
  margin: 8px auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.series-table .mark img {
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  -webkit-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}


@media all and (max-width: 1300px) {
  .textured-table {
    grid-template-columns: 10% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .series-table {
    grid-template-columns: 10% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media all and (max-width: 1200px) {
  .series-table > .row > div:first-child > span {
    font-size: 11px;
    font-size: 1.1rem;
    letter-spacing: -0.05em;
  }
  .series-table .side div {
    padding: 0; }
  .series-table .side span {
    font-size: 11px;
    font-size: 1.1rem;
    transform: scale(0.8);
    letter-spacing: -0.05em; }
}
@media all and (max-width: 768px) {
  .textured-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .series-table {
    grid-template-columns: 14% 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .series-table .row {
    grid-template-rows: 50px 50px 50px 50px 50px 50px 50px;
  }
}
@media all and (max-width: 425px) {
/*
  .textured-table {
    grid-template-columns: 14% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28%
  }
  .series-table {
    grid-template-columns: 14% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28% 12.28%
  }
*/
  .textured-table {
    grid-template-columns: 9% 11.5% 11.5% 11.5% 11.5% 11.5% 11.5% 11.5% 10.5%; }
  .series-table {
    grid-template-columns: 9% 11.5% 11.5% 11.5% 11.5% 11.5% 11.5% 11.5% 11.5%; }

}
@media all and (max-width:375px) {
  .series-table > .row > div:first-child > span {
    font-size: 10px;
    font-size: 1rem;
    letter-spacing: -0.05em;
  }
}

/* Edge 用 */
@supports (-ms-ime-align: auto) {
  .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  .item-main h2 {
    margin-top: 45px; } }
/* IE10以降 用 */
@media all and (-ms-high-contrast: none) {
  .series-table .side br {
    display: none; }
  .series-table .side div {
    padding-top: 35%; }
  .series-table .row > div:first-child {
    padding-top: 35%; }
  .series-table .mark {
    position: static;
    margin: 10px 25%;
    height: calc(100% - 20px); }
  .item-main h2 {
    margin-top: 45px; } }

