/*
 Template:twentytwenty
 Theme Name:twentytwenty child 
*/
/* 共通*/
html{
    height: -webkit-fill-available;
  overflow-x: hidden;
  scroll-padding-top: 135px;
  }
body{
    overflow-x: hidden;
    background: #f7f6f4;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    }
main {
      min-height: calc(100vh - 357px);
    }

p, .tittle, h1, h2, li, dt, dd{
    font-family: 'Zen Kaku Gothic Antique', sans-serif!important;
}
section {
    padding: 0;
    margin: 0;
  }

.tittle{
    background-image:url('img/tittle.png') ;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    font-size: 2.5rem;
    letter-spacing: 0.8rem;
    margin: 0 1%;
}


  /* ヘッダー部分*/
.scroll-nav {
  position: fixed !important;
  width: 100%;
  background: #232b2b !important;
  top: 0;
}

#site-header{
  display: flex;
  background: none;
  z-index: 99999;
}
.header-inner {
  padding: 0;
}

.header-titles_other{
  width: 24%;
  margin: 0 20px;
}
.header-titles_other img{
  width: 80px;
  padding: 5px 0;
}

.top_menu{
  width: 70%;
}
.hum{
  background-image: url('img/hum.svg');
  width: 2.6rem;
  height: 2.6rem;
  background-size: cover;
  display: block;
}
.scroll-nav .hum{
  background-image: url('img/hum_wht.svg');
}

.nav-toggle .toggle-icon, .nav-toggle svg {
  height: 2.6rem;
  width: 2.6rem;
}
.nav-toggle .toggle-inner {
  padding-top: 0;
}
.toggle-inner {
  height: 3.2rem;
}


  /* フッター部分*/
  #site-footer {
    background: #222327;
    border-top: 5px solid #25a4bf !important;
    height: 375px;
  }
  #site-footer .section-inner {
    display: initial;
    justify-content: initial;
  }
  .footer-credits {
    display: initial;
    flex-wrap: initialp;
    text-align: center;
  }
  .footer-copyright {
    color: #fff;
    font-weight: normal;
font-size: 1.5rem;
  }
  .to-the-top {
    margin-left: 2.4rem;
    white-space: nowrap;
    display: inline-block;
    right: 1%;
    font-size: 1.5rem;
    color: #fff;
  }
  .footmenu {
    list-style: none;
  }

.footmenu li{
  margin-bottom: 15px;
}

.footmenu li{
  background-image: url('img/pin.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 22px;
  font-size: 1.3rem;
}
.footmenu a{
  color: #ccc;
}
.footmenu a:hover{
  opacity: 0.6;
  text-decoration: none!important;
}
.sns{
  flex-wrap: wrap;
display: flex;
justify-content: start;
list-style: none;
}
.sns li{
  width: 25px;
}

/* TOPページ*/

.midashi{
  margin: 0 1%;
  font-size: 10rem;
  margin-bottom: 10px;
  text-align: right;
  display: flex;
  justify-content: end;
}
.midashi img{
  width: 55%;
  margin: 5px 0;
}

@media screen and (max-width:550px) {
  .midashi img{
    width: 65%;
    margin: 5px 0;
  }
}

.exP{
  font-size: 3rem !important;
    font-weight: bold;
}

#topFirst{
  display: flex;
  align-items: stretch;
  min-height: 73vh;
  margin-bottom: 30px;
}

#topFirst>div{
  /*コレ*/display: flex;
  /*コレ*/align-items: center;
}
.left{
  width: 60%;
}

.slide {
  position: relative;
  width: 98%;
  padding: 0 1%;
  height: 100%;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}

.slide-image:nth-child(1) {
  background-image: url('slider/sample01.jpg');
  animation-delay: -2s;
}

.slide-image:nth-child(2) {
  background-image: url('slider/sample02.jpg');
  animation-delay: 6s;
}

.slide-image:nth-child(3) {
  background-image: url('slider/sample03.jpg');
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}


.right{
  width: 38%;
  top: 15%;
  right: 0;
  margin: 0 auto;
  background-image: url('img/blk_top.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding: 20px;
}



#topFirst h2{
font-size: 3rem;
margin: 0;
text-shadow: 1px 1px 2px #333;
}
#topFirst h2 span{
  display: block;
  font-weight: normal;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px #333;
}
#topFirst p{
  font-size: 1.5rem;
  line-height: 3.5rem;
  margin-top: 20px;
  text-shadow: 1px 1px 2px #333;
  }
  .right h2 img{
    width: 190px;
    margin-top: 10px;
  }
  

  @media screen and (max-width:850px) {
    .midashi {
        font-size: 9vw;
      }
    #topFirst{
      display: block;
        align-items: initial;
        height: 83vh;
    }
   #topFirst>div {
          /*コレ*/
          display: initial;
          /*コレ*/
          align-items:initial;
        }
  
    .slide{
      position: absolute;
      width: 100%;
      height: 85vh;
    }
    .left{
      width: 100%;
    }
    .right{
      z-index: 9999;
      position: absolute;
      top: 16%;
      color: #fff;
      text-shadow: 1px 1px 2px #666;
      background-image: inherit;
        background-repeat:inherit;
        background-size: inherit;
        width: 98%;
        right: inherit;
    }
    .right h1,  .right h2, .right p{
      padding: 5px 2%;
    }
    .right div h1, .right div h2{
      font-size: 4.5vw!important;
    }
    #topFirst p {
      font-size: 2.5vw;
      line-height: 3.5vw;
    }
  }
  @media screen and (max-width:450px) {
    .right div h1, .right div h2{
      font-size: 9vw!important;
    }
    #topFirst p {
      font-size: 4vw;
      line-height: 6vw;
    }
  }



/* TOPページ Second*/
#topSecond{
  border-bottom: 1px solid #232b2b;
  border-top: 1px solid #232b2b;
  padding: 20px 1%;
  margin-top: 10px;
  
}
#topSecond ul {
  flex-wrap: wrap;
  display: flex;
  justify-content: left;
  align-items: top;
  margin: 0;
}
#topSecond ul li {
  width: calc(100% / 4);
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0;
  text-align: center;
}


#topSecond ul li:hover{
  opacity: 0.5;
  transition-delay:initial;
  transition: all 1000ms;
}
#topSecond ul li a{
  color: #232b2b;
  text-decoration: none;
}

.fade {
  transition: all 2000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 50px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
} 
.delay-1 {
  transition-delay: 0.2s;
}
.delay-2 {
  transition-delay: 0.4s;
}
.delay-3 {
  transition-delay: 0.6s;
}

@media screen and (max-width:850px) {
#topSecond p {
  font-size: 3.5vw;
}
#topSecond ul li {
  width: calc(98% / 2);
}
}



/* TOPページ Third*/
#topThird{
  margin-top: 30px;
  color: #f7f6f4;
  background: #212325;
}
#topThird .logoWht{
  width: 20vw;
  z-index: 99;
  position: relative;
  margin: 0 auto 0 auto;
  filter: drop-shadow(2px 3px 2px #333);
}
#topThird .aboutTop{
  background: url('img/topImg.jpg') no-repeat center top;
  background-size: cover;
  width: 100%;
  padding-top: 94.791%;
}
#topThird .naka h2, #topThird .naka p{
  text-shadow: 1px 1px 2px #333;
  padding: 0 3%;
  position: relative;
}
#topThird .naka h2{
  margin: 0;
}
#topThird .naka{
  margin-top: -65%;
padding-bottom: 45%;
}

@media screen and (max-width:850px) {
  #topThird .naka h2{
    font-size: 5vw;
  }
  #topThird .naka p{
    font-size: 3vw;
  }
  #topThird .naka{
  padding-bottom: 29%;
  }
  
  }




/* 詳細ページ ぱんくず*/
.category-list{
  display: flex;
  list-style: none;
  font-size: 1.2rem;
  border-bottom: 1px solid #ccc;
  margin: 0 0 3rem 0;
  padding-bottom: 1.5rem;
}
.category-list a{
  text-decoration: none;
  color: #666;
}
.category-list li::before{
    content: ' / ';
    margin-right: 10px;
}

.category-list li:first-child::before{
  content: initial;
}
.category-list li:first-child{
  background-image: url('img/pin.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 27px;
}


/* 詳細ページ */
.post-inner {
  padding-top: 3rem;
  letter-spacing: initial;
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: initial;
  width: initial;
}

.entry-content h1 {
  font-size:3vw;
  text-align: center;
  padding: 0 1%;
  margin: 0 0 2rem 0;
}

.jname {
  font-size: 1.5rem;
  font-weight: normal;
  vertical-align: middle;
  padding-left: 10px;
}

@media screen and (max-width:850px) {
  .jname {
    padding-left: 0;
    display: block;
    margin-top: 5px;
  }
  
}



/* 詳細ページ01 */
#detail01{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 0 0 20px 0;
  border-top: 1px solid #ccc;
}

#detail01 > div{
  width: calc(100% / 2);
  border: 1px solid #ccc;
}
.slick-dotted.slick-slider {
  margin: 0;
}
.slick-next {
  right: 15px;
  z-index: 999;
}
.slick-prev {
  left: 15px;
  z-index: 999;
}
.slide-items li{
  margin: 0;
}
.right01{
  font-size: 1.8rem;
}
.right01 h2{
  margin: 0;
  background: #222327;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: initial;
}
.partnum {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.partnum dd, .partnum dt {
  margin-top: 1rem;
}

.partnum dt {
  width:25%;
  font-weight: normal;
  }
  .partnum dd {
  width: 65%;
  margin-left: 5px;
  
  }
  .price {
    padding: 10px;
  }
  .color{
    font-size: 1.7rem;
    margin: 1rem;
  }
  .purches{
    padding: 10px ;
    color: #25a4bf;
  }
  .purches:hover{
    opacity: 0.5;
  }

  .singl_num{
    margin: 1rem;
  }

  @media screen and (max-width:850px) {
    #detail01 > div{
      width: 100%;
    }
    .entry-content h1 {
      font-size: 5vw;
    }
  
    
 }

 @media screen and (max-width:480px) {
  .partnum dt {
    width:30%;
    font-weight: normal;
    }
    .partnum dd {
      width: 55%;
      margin-left: 15px;
    
    }
    .entry-content h1 {
      font-size: 7vw;
    }
    .jname {
      font-size: 3vw;
    }
  
}


/* 詳細ページ02 */


.slick-prev::before,
.slick-next::before{
  color: #17A4BF!important;
}

.imageIMG{
  width: 100%!important;
 }

#detail02{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  font-size: 15px;
  line-height: 27px;
}

#detail02 > div{
  width: calc(100% / 2);
  padding: 15px;
}
#detail02  li{
  list-style: square;
}

#detail02 h3{
	margin: 0 auto 10px 0;
	font-size: 2.5rem;
}



@media screen and (max-width:850px) {
  #detail02 > div{
    width: 100%;
  }
  #detail02 > div ul{
    margin: 0;
  }
}

/* 詳細ページ03 */
#detail03{

}

.explain {
  line-height: 30px !important;
}
#detail03 .explainB{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 0;
}
#detail03 .explainB li{
  width: calc(99% / 3);
  margin: 0;
  list-style: none;
  font-size: 13px;
}
#detail03 .explainB li img{
  margin: 0 auto;
  width: 100%;
}
#detail03 .explainB li p{
  padding: 10px;
  line-height: 27px;
}
@media screen and (max-width:850px) {
  #detail03 .explainB li{
    width: 96%;
    margin: 0 auto;
  }
}
.entry-content h1{

}



/* リストページ PC */

.productList h1 {
  margin: 30px 1%;
  font-size: 3rem;
  border-bottom: 1px solid #ccc;
  background-image: url('img/pin2.png');
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
}


.Plist {
  flex-wrap: wrap;
  display: flex;
  justify-content: start;
  align-items: top;
  margin: 0 1%;
}
.Plist > li {
  position: relative;
  list-style: inside;
  width: calc(100% / 3);
  margin: 0 0 5px 0;
  list-style: none;
  display: flex;
	align-items: center;
  border-right: 5px solid #F7F6F4;
}


.Plist .listcont{
  width: 100%;
  display: none;
}
.Plist .listcont h2, .Plist .listcont p{
  width: 100%;
}
.Plist .listcont h2{
  font-size: 2vw;
  padding: 0 1%;
}
.Plist .listcont h2 span{
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}

.Plist .listcolor, .Plist .listprice{
  font-size: 12px;
}


@media screen and (max-width:850px) {
  .Plist .container {
    width: calc(99% / 2);
    }
    .Plist .listcont h2{
      font-size: 6vw;
    }
}
@media screen and (max-width:450px) {
  .Plist .container {
    width: 100%;
    
  }
}

@media screen and (min-width:850px) {
  .Plist li:nth-of-type(2n){ background: #666; color: #fff; }
  .listcont h2{
    padding: 0 1%;
  }
  .Plist .listcont p{
    padding: 0 1%;
  }
  .Plist .listcont a{
    padding: 0 1%;
  }
}

/* リストページ SP */
.splink{
  text-decoration: none;
}

.Slist{
  list-style: none;
  margin: 0 2%;
}

.Slist li{
  margin: 0 0 5px 0;
}
.Slist .listcont {
  background: #333;
  color: #f2f2f2;
  padding:5px 2%;
}
.Slist .listcont h2{
  margin: 10px 0;
  font-size:2rem;
  line-height: 1.8rem;
}

.Slist .listcont h2 span{
  font-weight: normal;
  font-size: 1.3rem;
}
.listcont p {
  font-size: 1.4rem;
  margin: 10px 0;
}
.Slist li:active{
  opacity: 0.3;
}



/* もろもろのページ */
.others{
  color: #666;
  margin: 0 5%;
}
.others h1{
  font-size: 3rem;
}
.others h1 span {
  font-size: 1.8rem;
  display: block;
  line-height: 3rem;
  font-weight: normal;
}


.others p , .others dt, .others dd, .others li{
  font-size: 1.5rem;
  line-height: 3rem;
  margin-bottom: 15px;
}

.others li strong{
  display: block;
}



/* ショップリスト */

.state {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.state li {
  width: calc(100% / 9);
  margin: 0;
  list-style: none;
}

details {
  border: 1px solid #25a4bf;
  margin-bottom: 20px;
}
details a, .state a{
  color: #25a4bf;
}


/**
 * list-style: none; ←デフォルト三角削除（Chrome非対応）
 * cursor: pointer; ←カーソルをポインターに
**/
details summary {
  list-style: none;
  cursor: pointer;
  padding: 20px;
  background: #e4e4e4;
  font-size: 2rem;
  font-weight: bold;
}

/**
 * Chrome用のデフォルト三角削除
**/
details summary::-webkit-details-marker {
  display: none;
}

/**
 * Font Awesomeのプラスアイコン使用
**/
details summary::before {
  content: '\2b';
    /* 追記したコード */
    font-family: 'Font Awesome 6 Free';
    /* 追記したコード */
  margin-right: 20px;
}

/**
 * アコーディオンがオープン時はマイナスアイコンに変更
**/
details[open] summary::before {
  content: '\f068';
}

details p {
  margin: 0;
  padding: 20px;
}

details div {
  display: flex;
  flex-wrap: wrap;
 
}
details table, details table *{
  border-color: #17A4BF;
}


details > div:not(:last-child) {
  border-bottom: 1px solid #17A4BF;
}

details div ul, details div table{
    width: 49%;
    margin: 15px 0;
}
details div table th {
  font-weight: normal;
  font-size: 1.2rem;
  background: #f2f2f2;
  text-align: center;
}

details div table td {
  padding: 20px;
  text-align: center;
}
details div table caption{
  background-color: #e4e4e4;
  font-size: 1.5rem;
  line-height: 3rem;
  border-right: 1px #17A4BF solid;
  border-left:1px #17A4BF solid;
  border-top: 1px #17A4BF solid;
}
details div ul{
  list-style: none;
}

@media screen and (max-width:671px) {
  details div ul,
    details div table {
      width:100%;
      margin: 15px;
    }
}
@media screen and (max-width:600px) {
  .state li {
    width: calc(100% / 4);
  }
}



/* 404ページ */

.error404-content h1{
}
.error404-content{
  color: #666;
}
.error404-content img{
  margin: 0 auto;
}
.error404-content .wrapper {
 max-width: 525px;
 margin: 0 auto;
 text-align: center;
 margin-top: 30px;
 }
.error404-content .text {
  display: inline-block;
  text-align: left;
  font-size: 1.5rem;
  }
  .error404-content .text li{
    margin: 10px 0;
  }
  .error404-content h1 {
    margin: initial!important;
    font-size: 3rem;
    border-bottom: initial!important;
    background-image: initial!important;
    background-size: initial!important;
    background-repeat: initial!important;
    padding-left: initial!important;
  }
  @media screen and (max-width:350px) {
    .error404-content h1 {
      font-size: 2rem!important;
  }  }


  /* modal menu */

  .menu-modal {
    z-index: 99999;
  }

  .menu-modal.active {
    background: rgba(247, 246, 244, 0.7);
  }

  .menu-modal-inner {
    background: #F7F6F4;
  }

  .ancestor-wrapper a {
    color: #333 !important;
    font-size: 1.7rem !important;
    font-weight: normal!important;
  }
  .ancestor-wrapper a:hover{
    color: #17A4BF!important;
    text-decoration: none;
  }
  button.close-nav-toggle svg {
    height: 1.6rem;
    width: 1.6rem;
  }

   .menu-modal nav * {
    border-color:  #25a4bf!important;
  }

  /* コンタクトフォーム */

  .wpcf7-form input {
    width: 600px!important;
    padding: 5px!important;
  }
  .wpcf7-form-control-wrap{
    width: 600px!important;
    padding: 5px!important;
    display: inline-block;
  }
  .wpcf7-form-control-wrap textarea{
    height: 600px;
  }

  .wpcf7-form input[type="submit"] {
    background-color: #17A4BF;
    width: 200px !important;
    margin: 0;
    text-align: center;
    padding: 13px 0 !important;
  }

  .wpcf7-form input[type="submit"]:hover{
    text-decoration: none;
    opacity: 0.5;
  }

  @media screen and (max-width:671px) {
    .wpcf7-form-control-wrap textarea {
      width: 100% !important;
    }  
    .wpcf7-form-control-wrap{
      width: 100%!important;
    }
    .wpcf7-form input {
      width: 100%!important;
    }
    .wpcf7-form input[type="submit"] {
      width: 100%!important;
      margin:initial;
    }
  
  }


  /* スキップヘルメット */

  .scip h1 {
    margin: 30px 1%;
    font-size: 3rem;
    border-bottom: 1px solid #ccc;
    background-image: url('img/pin2.png');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 30px;
  }
  .scip h1 span{
    font-size: 75%;
  margin-left: 10px;
  }

  .scip section{
    background-image: url('img/note.jpg');
    background-size: cover;
    background-position:top;
    background-repeat: no-repeat;
  }
  .scip section h2{
    text-align: center;
    font-size: 3rem;
  }

  .scip section > div{
    width: 80%;
    margin: 0 auto;
    padding: 2%;
  }
.scipU{
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
.scipU li{
  width: calc(100% / 2);
  margin: 0;
}
.scipU li:nth-child(2){
  margin-left: 25px;
}

.scip .comment{
  margin: 55px 0;
text-align: center;
line-height: 35px;
}

.scipU li p{
  font-size: 1.5rem;
  line-height: 4rem;
}

.scipU li button{
  background: #17A4BF;
  border-radius: 3px;
  margin-bottom: 45px;
}
.scipU li button:hover{
  opacity: 0.7;
  text-decoration: none;
}

.slick-dotted.slick-slider {
  margin: 0;
}

.slide-scip  li{
  margin: 0;
}
.slick-slide img {
  margin: 0 auto;
}

.scipU li h3{
  position: relative;
  padding-top: 25px;
  border-bottom: 1px solid rgba(23,164,191,1);
  z-index: 999;
  margin: 0 0 20px 0;
  font-size: 2.5rem;
  }
  .scipU li h3::before {
  content: "SCIP HELMET";
position: absolute;
top: -11px;
left: 0px;
color: #ccc;
font-size: 55px;
text-transform: uppercase;
opacity: 0.4;
z-index: -1;
  }

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

   
  .scip section h2 {
    text-align: center;
    font-size: 3vw;
    margin: 30px 0 20px 0;
  }
  .scip .comment {
    margin: 30px 0 5px 0;
    text-align: center;
    line-height: 25px;
    font-size: 2.5vw;
  }

}

@media screen and (max-width:650px) {
  .scip section {
    width: 94%;
    margin: 0 auto;
  }
  .scipU li:nth-child(2){
    margin: 0;
  }
  
.scip h1 {
  padding-left: 20px;
    font-size: 4vw;
    margin: 10px 0;
  }

  .scipU{
    display: initial;
  }
  .scipU li{
    width: 100%;
  }
  .scip section > div {
    width: 90%;
  }
}



#scip_T{
  text-align: center;
  padding: 1%;
}

#scip_T ul{
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}
#scip_T  li{
  width: calc(100% / 4);
  margin: 0 5px;
}

#scip_T a:hover{
  opacity: 0.5;
}
#scip_T p{
  margin-top: 25px;
}
#scip_T button{
  background: #333;
  text-decoration: none;
  border-radius: 5px;
}

@media screen and (max-width:650px) {
  #scip_T h4{
    font-size: 4.5vw;
  }
  #scip_T p{
    font-size: 3vw;
  }
 
  #scip_T ul{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}
#scip_T ul{
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  align-items: top;
  margin: 0;
}
#scip_T ul li {
  width: calc(98% / 4);
  padding: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0;
  text-align: center;
}
}

#shopall{
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid;
}
#shopall a{
  background: #333;
  padding: 20px 50px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}
#shopall a:hover{
  opacity: 0.6;
}

#goother{
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid;
}
#goother .bike{
  display: flex;
  justify-content: space-between;
  list-style: none;
}
#goother .bike li{
  width: calc(90% / 2);
}
#goother a{
  background: #333;
  padding: 20px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  display: block;
}
#goother a:hover{
  opacity: 0.6;
}
#goother p{
  padding: 10px 0;
}




@media screen and (max-width:850px) {
  #goother .bike{
    display: initial;
    justify-content: initial;
  }
  #goother .bike li{
    width: 90%;
    margin: 0 auto;
  }
}


.moredetail .table-scroll {
  overflow-x: auto;
}

.moredetail .table-scroll table{
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  font-size: 1.5rem;
  overflow: auto;
}

.stick {
    /* 固定に関するスタイル */
    position: sticky;
    top:0;
    left: 0;
    z-index: 1;
}

.moredetail .table-scroll th{
  width:150px;
  padding: 15px;
  border: 1px solid #999;  
  font-weight: initial;
}

.moredetail .table-scroll td {
  width: 80%;
  padding: 15px;
  border: 1px solid #999;
}
.moredetail h2{
margin: 0;
  background: #222327;
  color: #fff;
  padding: 10px;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: initial;
  width: 100%;
}
.moredetail .head{
  background-color: #ddd;
  font-weight: bold;
}
.moredetail .table-scroll .gio th{
  width:150px;
  background-color: #ddd;
}

.moredetail .table-scroll .gio td {
  width: calc(60% / 3);
  text-align: center;
}
.moredetail li{
  font-size: 1.5rem;
}
.moredetail .keepsize{
  min-width: 900Px;
}
.right01 li{
  font-size: 1.5rem;
}

