html {
  font-size: 62.5%;
}
body {
    /*
    background: rgb(118,133,140);
    background: linear-gradient(0deg, rgba(118,133,140,1) 0%, rgba(132,132,132,1) 100%);background: rgb(0,99,145);
    */
    /*background: linear-gradient(0deg, rgba(0,99,145,1) 0%, rgba(0,38,56,1) 100%);*/
    background:linear-gradient(to top, #040308, #AD4A28, #DD723C, #FC7001, #DCB697, #9BA5AE, #3E5879, #020B1A);
    color: #fff;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 400;
    /*  min-height: 100vh;*/
}
@media screen and (min-width:700px) {}
a {
  color: inherit;
  text-decoration: none;
}
div, p, ul, li, h1, h2, h3, h4, h5, section, header, footer, dl, dt, dd {
  box-sizing: border-box;
}
#modalBack {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 1);
  /*background-image: url(../images/back.svg);*/
  display: none;
}
#modalBack.open {
  display: block;
}
#modal {
  /*width: calc(100vw - 120px);
    height: calc(100vh - 120px);
    overflow: hidden;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0;
    margin: 60px;
    position: relative;*/
}
#modal iframe, #modal video {
  width: 95%;
  height: auto;
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
#back {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /*background-image: url(../images/back.svg);*/
}
#backImage {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200vw;
  height: 200vw;
  margin-left: -100vw;
  margin-top: -100vw;
  overflow: hidden;
}
#backImage img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  animation: 2.5s linear infinite rotationBack;
}
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
header {
  padding: 0;
  position: fixed;
  width: 100%;
  height: 70px;
  top: 0;
  z-index: 100;
  background: rgba(0, 38, 56, 0.8);
}
header > div {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header #logo {
  height: 50px;
  position: absolute;
  left: 10px;
  top: 10px;
}
header #logo img {
  height: 100%;
}
header #lang {
  height: 50px;
  position: absolute;
  right: 30px;
  top: 30px;
  font-family: "Kiwi Maru";
}
header #lang span {
  background: #fff;
  border-radius: 10px;
  padding: 3px 6px;
  border: 1px solid #000;
}
#menu {
    display: flex;
    position: absolute;
    left: 300px;
    top: 28px;
    font-size: 1.1vw;
/*    font-size: 1.6rem;*/
    justify-content: space-between;
    width: calc(100% - 600px);
}
.linkName,
#menu li {
    margin: 0;
    padding-bottom: 3px;
    border-bottom: 1px dotted #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    cursor: pointer;
    transition-duration: 0.5s;
}
.linkName{
    border-bottom: 1px dotted #000;
}
.linkName:hover,
#menu li:hover {
    color: #ff005f;
    border-bottom: 1px solid #ff005f;
}

body.jp header #lang span.jpBtn {
  background: #ff005f;
  color: #fff;
  border-color: #ff005f;
  cursor: auto;
  pointer-events: none;
}
body.jp header #lang span.engBtn {
  background: #fff;
  color: #000;
  border-color: #000;
  cursor: pointer;
  pointer-events: auto;
}
body.eng header #lang span.jpBtn {
  background: #fff;
  color: #000;
  border-color: #000;
  cursor: pointer;
  pointer-events: auto;
}
body.eng header #lang span.engBtn {
  background: #ff005f;
  color: #fff;
  border-color: #ff005f;
  cursor: auto;
  pointer-events: none;
}





/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
    z-index: 1;
    /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
    /*  height: 50vh;スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    aspect-ratio:60 / 31;
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../images/top1.jpg);
}

.slider-item02 {
    background:url(../images/top2.jpg);
}
.slider-item03 {
    background:url(../images/top3.jpg);
}
.slider-item04 {
    background:url(../images/top4.jpg);
}


.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
/*    height:50vh;各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    aspect-ratio:60 / 31;
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
    cursor: pointer;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
  z-index: 3;
/*    top: 42%;*/
        top: 50%;
    margin-top: -17px;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  position: relative;
  z-index: 3;
    text-align:center;
  margin:-30px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 10px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    border: none;
    padding-inline: 0;
    padding: 0;
}

.slick-dots .slick-active button{
    background:#000;/*ドットボタンの現在地表示の色*/
}



#wrapper1 {
    position: relative;
    z-index: 10;
    margin-bottom: 90px;
}
#top {
 overflow: hidden;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 0;
  margin: 80px 60px 60px;
}

.cnt{
    width: 80%;
    max-width: 1200px;
    min-width: 900px;
    margin: 60px auto;
}
.cnt h3{
    font-size: 3.0rem;
    border-left: 7px solid #ff0;
    padding-left: 10px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#devList{
    display: flex;
    justify-content: space-between;
}
.devList-item{
    background: rgba(200, 200, 200, 0.7);
/*        background: rgba(0, 0, 0, 0.6);*/
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    padding-bottom: 180px;
    width: 30%;
    transition-duration: 0.5s;
    cursor: pointer;
    position: relative;
}
.devList-item:hover{
    background: rgba(255, 255, 255, 0.85);
}
.devList-logo img{
    width: 100%;
    margin: 0 auto;
    max-height: 150px;
}
.devList-logo{
    width: 80%;
    margin: 0 10%;
    height: 150px;
    display: flex;
    align-items: center;
}
.canvasItem{
    width: 300px;
    height: 150px;
    margin: 0 calc(50% - 150px);
    display: block;
}
.devList-text{
    font-size: 1.5rem;
    margin: 5px 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.5;
}
#canvasBack{
    position: absolute;
    top:0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#reportList{
    display: flex;
    flex-wrap: wrap;
}
.reportList-item{    
    margin: 8px;
    padding: 0;
    width: calc(20% - 16px);
    aspect-ratio:1/1;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    background-size: cover;
    background-position: center;
}
.reportList-item:before{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width:100%;
    height: 100%;
    border-radius: 10px;
    transition-duration: 0.5s;
    box-sizing: border-box;
}
.reportList-item:hover:before{
    border: 2px solid #fff;
}
.reportList-item img{
    width: 100%;
    margin: 0;
    border-radius: 10px;
}
.reportList-item img.snsIcon{
    position: absolute;
    right: -3px;
    bottom: -1px;
    width: 20px;
    border-radius:0;
}
.reportList-item .author{
    position: absolute;
    font-size: 1.4rem;
    font-weight: 700;
    background: #fff;
    padding: 1px 4px;
    border-radius: 5px;
    color: #000;
    bottom: -3px;
    left: -3px;
}
.reportList-item img.logoIcon{
    position: absolute;
    right: -15px;
    top: -15px;
    width: 70px;
}
.reportList-item-gold::after{
    content: '';
    position: absolute;
    background-image: url(../images/medal1.png);
    background-size: contain;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;

}
.reportList-item-silver::after{
    content: '';
    position: absolute;
    background-image: url(../images/medal2.png);
    background-size: contain;
    top: -5px;
    left: -5px;
    width: 50px;
    height: 50px;

}
.reportList-item-no{
    display: none;
}
.reportList-item-under{    
    pointer-events: none;
}
#showBtn{
    cursor: pointer;
    width: 100px;
    margin: 20px auto;
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    background: #ff0;
    border: 2px solid #000;
    padding: 3px;
    transition-duration: 0.5s;
    border-radius: 5px;
    font-weight: 700;
}
#showBtn:hover{
    color: #ff0;
    background: #000;
}

#cnt3area{
    position: relative;
    background: rgba(0,174,255,0.7);
    background: linear-gradient(180deg, rgba(0,174,255,0.7) 0%, rgba(177,230,255,0.7) 100%);
    border-radius: 10px;
    min-height: 400px;
    overflow-y: hidden;
}
.cnt3areaCheif{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 400px;
    margin: 0 0;
}
.cntTextArea{
    padding: 40px;
    font-size: 1.6rem;
    margin-left: 200px;
    color: #000;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.07em;
}
.cntTextAreaName{
    text-align: right;
}
.cntTextArea h4{
    font-weight: 900;
    font-size: 1.8rem;
    margin-bottom: 5px;
    color: #ff005f;
}
.link{
    display: table;
    margin: 15px auto;
    padding: 3px 6px;
    border-bottom: 4px solid #ff005f;
    font-size: 2.2rem;
    color: #ff005f;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    transition-duration: 0.5s;
}
.link:hover{
    background: rgba(255, 255, 255, 1);
}
#cnt3area img.cnt3areaLogo{
    width: 40%;
    margin: 0 0% 20px 60%;
}
#cnt4area{
    position: relative;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.6);
    min-height: 400px;
    overflow-y: hidden;
}
#cnt4area .cntTextArea{
    color: #fff;
}
#cnt4area .cnt3areaCheif{
    left: auto;
    right: 0;
}
#cnt4area .cntTextArea{
    margin-left: 0;
    margin-right: 200px;
}
#cnt5area{
    position: relative;
    border-radius: 10px;
    background-color: rgba(255,255,255,0.8);
    min-height: 400px;
    overflow-y: hidden;
}
#cnt5area .cntTextArea{
    margin-left: 0;
    margin-right: 0;
}
#cnt6area{
    position: relative;
    border-radius: 10px;
    background: rgb(255,232,120);
    background: radial-gradient(circle, rgba(255,232,120,0.8) 0%, rgba(181,150,0,1) 50%, rgba(255,232,120,1) 100%);
    min-height: 400px;
    overflow-y: hidden;
}
#cnt6area .cntTextArea{
    margin-left: 0;
    margin-right: 0;
}
#cnt6area .cntTextArea h4{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 20px;
}
#cnt6area .cntTextArea h4 .kaisai{
/*    color: #000;*/
    background: #000;
    border-radius: 10px;
    padding: 5px;
}
#cnt6area .cntTextArea dl{
    margin: 10px 0;
}
#cnt6area .cntTextArea dt{
    float: left;
    width: 9em;
    font-weight: 700;
}
#cnt6area .cntTextArea dd{
    margin-left: 9em;
}
.notice{
    text-decoration: underline;
}
.hashtag{
    background: rgba(255, 255, 255, 0.6);
    font-size: 90%;
    border-radius: 5px;
    padding: 5px;
    margin: 5px 10px;
}
.entry{
    background: rgba(255,255,255,0.6);
    padding: 30px;
    border-radius: 10px;
    font-size: 1.4rem;
    margin-top: 40px;
}
.entry h5{
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.entry h6{
    font-weight: 700;
    margin-bottom: 5px;
}
#cnt7area{
    position: relative;
    border-radius: 10px;
    background-color: rgba(0, 200, 200, 0.8);
    min-height: 400px;
    overflow-y: hidden;
}
#cnt7area .cntTextArea{
    margin-left: 0;
    margin-right: 0;
}
#cnt6area img,
#cnt7area img{
    width: 60%;
    margin: 0 20% 30px;
}

.cntSns{
    padding: 20px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}
    

.snsArea {
  margin: 0px auto 0;
    text-align: center;
}
.snsArea a {
  margin: 0 40px;
  border: none;
}
.snsArea a::after {
  display: none;
}
.snsArea img {
  height: 40px;
}
span.marker {
  /* background: #ffb5de; */
  /* background: linear-gradient(transparent 70%, #b5f7ff 70%); */
  background: linear-gradient(transparent 70%, #ffbae0 70%);
  padding: 0 2px;
}
.snsText {
  margin: 0px auto 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}





#wrapper2 .snsText {
  color: #ff005f;
  font-family: 'RocknRoll One';
  margin-bottom: 15px;
}
#wrapper2 a {
  border-color: #ff005f;
}
.close {
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  transition-duration: 0.5s;
  cursor: pointer;
}
.close:hover {
  opacity: 0.7;
}
.close::before, .close::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px; /* 棒の幅（太さ） */
  height: 50px; /* 棒の高さ */
  background: #fff;
}
.close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  /* max-width: 920px; */
  margin: 0;
  padding: 22px;
  /* background: #fff; */
  border-radius: 16px;
  /* background-color: rgba(255, 255, 255, 0.7); */
  /* background-color: rgba(0, 0, 0, 0.6); */
  /* color: #fff; */
  text-align: center;
  font-size: 1.8rem;
  font-family: "Kiwi Maru";
  color: #fff;
}
footer .inner {
  display: flex;
  justify-content: space-around;
  height: 40px;
}
footer a {
  border-color: #000;
  display: inline-flex;
}
footer .copyright {
  margin-top: 40px;
  font-size: 1.3rem;
}
.slide_main {
  margin-top: 40px;
  border-radius: 20px;
  width: 70%;
  opacity: 0;
  transition-duration: 0.5s;
}
.is-visible .slide_main {
  opacity: 1;
}
.wrapperT img.slide_thumb {
  margin-top: 0;
  border-radius: 10px;
  width: 90%;
  opacity: 0.5;
  transition-duration: 0.5s;
  cursor: pointer;
}
.wrapperT .selected img.slide_thumb, .wrapperT img.slide_thumb:hover {
  opacity: 1;
}
.splide__list {
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}
.splide__slide {
  position: absolute;
  top: 0;
  left: 0;
}
.splide__slide_thumb {
  border: none;
}
.thumbnail-navigation-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 10 / 8;
}
.thumbnails-list {
  height: 130px;
  width: 100%;
  margin-bottom: 15px !important;
}
#slide_thumb_2 {
  height: 110px;
}
#slide_thumb_3 {
  height: 85px;
}
.arrow {
  position: absolute;
  display: inline-block;
  padding: 0;
  top: 50%;
  margin-top: -38px;
  width: 60px;
  height: 70px;
  transition-duration: 0.5s;
  cursor: pointer;
  opacity: 1;
}
.arrow:hover {
  opacity: 0.6;
}
.arrow.arrow-left {
  left: 5px;
}
.arrow.arrow-right {
  right: 5px;
}
.arrow::before {
  content: '';
  width: 40px;
  height: 40px;
  border-top: solid 10px #fff;
  border-right: solid 10px #fff;
  position: absolute;
  top: 8px;
}
.slide_3 .arrow::before {
  border-color: #333;
}
.arrow.arrow-top::before {
  transform: rotate(-45deg);
  top: 10px;
}
.arrow.arrow-bottom::before {
  transform: rotate(135deg);
}
.arrow.arrow-left::before {
  transform: rotate(-135deg);
  left: 32px;
}
.arrow.arrow-right::before {
  transform: rotate(45deg);
  right: 32px;
}
.qr_area img{
    width: 150px;
    /* width: 80%; */
    /* margin: 10px auto; */
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -75px;
}
.qr_area2{
        font-size: 100%;
    text-align: center;
    background: rgba(0,0,0,0.6);
    padding: 5px;
    border-radius: 10px;
        width: calc(100% - 20px);
    margin: 0 10px;
}

@media screen and (max-width:700px) {
    .qr_area2,
    .qr_area,
    #menu {
        display: none;
    }
    header {
        position: relative;
        height: 40px;
    }
    header #logo {
        height: 40px;
        top: 5px;
    }
    header #lang {
        right: 15px;
        top: 20px;
    }
    .cnt{
        min-width: auto;
        width: calc(100% - 20px);
        margin: 20px auto;
    }
    #devList{
        display: block;
        justify-content: center;
    }
    .devList-item{
        width: 100%;
        margin: 20px 0;
        padding-bottom: 10px;
    }
    #top {
        margin: 30px 10px;
    }
    #wrapper1 {
        width: calc(100vw - 20px);
/*        height: calc(100vh - 80px);*/
        margin: 20px 10px 0;
    }
    .cnt h3 {
        font-size: 2.2rem;
    }
    .slick-dots {
        margin: -25px 0 0 0;
    }
    .devList-text {
        font-size: 1.4rem;
    }
    #reportList {
        justify-content: space-between;
    }
    .reportList-item {
        margin: 10px 0;
        width: calc(50% - 10px);
    }
    .reportList-item .author {
        font-size: 1.2rem;
    }
    .reportList-item img.snsIcon{
/*        width: 25px;*/
    }
    .reportList-item-silver::after,
    .reportList-item-gold::after {
        width: 40px;
        height: 40px;
    }
    .cnt3areaCheif {
        height: auto;
        width: 70%;
        z-index: -1;
    }
    .cntTextArea {
        padding: 15px;
        font-size: 1.4rem;
        margin: 0;
    }
    #cnt3area img.cnt3areaLogo {
        width: 60%;
        margin: 0 0% 20px 40%;
    }
    #cnt4area .cntTextArea {
        margin-right: 0;
    }
    .entry {
        padding: 10px;
    }
    #cnt6area .cntTextArea dt{
        float: none;
        width: 100%;
    }
    #cnt6area .cntTextArea dd{
        margin-left: 0;
        margin-top: 5px;
    }
    .hashtag {
        margin: 5px 0;
    }
    #cnt6area .cntTextArea dl {
        margin-bottom: 20px;
    }

  #backImage {
    width: 200vh;
    height: 200vh;
    margin-left: -100vh;
    margin-top: -100vh;
  }

  #wrapper1 #under {
    width: 100%;
  }
  #wrapper2 {
    margin-top: calc(-100vh + 130px);
    height: calc(100vh - 150px);
  }
  #wrapper2 h2 {
    font-size: 12vw;
  }
  #wrapper2 > div {
    font-size: 1.8rem;
    bottom: 20vh;
    width: 85%;
  }
  .logo {
    margin-top: 30px;
    height: auto;
  }
  .btn {
    width: 60px;
    bottom: 50px;
    right: 30px;
  }
  .wrapperT {
    padding: 20px 20px 0;
    width: calc(100% - 30px);
    margin-bottom: 60px;
  }
  .priceArea {
    line-height: 1;
    margin-top: 0;
  }
  .wrapperT a {
    font-size: 2rem;
    position: relative;
    display: block;
    width: 100%;
    padding-top: 25px;
    margin-bottom: 0;
    height: 80px;
    box-sizing: border-box;
  }
  .price {
    font-size: 5.2rem;
    width: auto;
  }
  .priceType {
    font-size: 1.6rem;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px 5px;
  }
  .off {
    font-size: 1.4rem;
    margin-left: 4px;
  }
  .tax {
    font-size: 1.6rem;
  }
  .disabled::after {
    top: 0px;
    font-size: 1.4rem;
    padding: 2px 10px 5px;
  }
  #wrapper3 {
    padding: 20px;
    border-radius: 20px;
  }
  #wrapper3 h2 {
    padding: 0 0px 20px;
    line-height: 1.8;
  }
  #wrapper3 h2 span.logoTop {
    font-size: 2rem;
  }
  #wrapper3 > div {
    font-size: 1.8rem;
  }
  #wrapper3 h3 {
    font-size: 2.2rem;
  }
  .wrapperT h3 {
    font-size: 3rem;
    padding: 0 20px;
  }
  .wrapperT h3:before {
    left: -40px;
  }
  .wrapperT h3:after {
    right: -40px;
  }
  .wrapperT > div {
    margin-top: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .wrapperT img {
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
  }
  .sizeArea {
    font-size: 1.4rem;
  }
  .wrapperColumn {
    padding: 20px;
  }
  .imageFrameS {
    width: 80%;
    margin: 30px 10%;
  }
  .sizeTable {
    display: block;
  }
  .sizeTable21, .sizeTable22, .sizeTable23 {
    width: 100%;
    margin-bottom: 10px;
  }
  .size_map {
    width: 100%;
  }
  .snsArea a {
    margin: 0 10px;
  }
  .snsArea img {
    height: 30px;
  }
  .snsText {
    margin: 0px 15px 0;
    text-align: left;
    font-size: 1.5rem;
  }
  #wrapper2 .snsText {
    margin: 0 0 15px;
  }
  .thumbnail-navigation-wrapper {
    aspect-ratio: 10 / 11;
  }
  .arrow::before {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 3px #333;
    border-right: solid 3px #333;
    position: absolute;
    top: 8px;
  }
  .arrow {
    margin-top: -15px;
  }
  .arrow.arrow-left::before {
    left: 10px;
  }
  .arrow.arrow-right::before {
    right: 10px;
  }
  .wrapperT img.slide_thumb {
    border-radius: 5px;
  }
  .thumbnails-list {
    height: 35px !important;
  }
  .modelNotice {
    font-size: 1.2rem;
    line-height: 1.3;
  }
}
body.jp .jp {
  display: inherit;
}
body.jp .eng {
  display: none;
  font-size: 90%;
}
body.eng .jp {
  display: none;
}
body.eng .eng {
  display: inherit;
/*  font-size: 90%;*/
}
body.eng tbody .eng {
  font-size: 75%;
}