/* バイク買取TOP用-------------*/
#fixBtn_quickly{
  overflow: hidden;
    position: fixed;
    top: 260px;
    right: -197px;
    z-index: 100;
  -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;   
    pointer-events: initial; 
}

a#fixBtn_quickly{
  display: block;
}

#fixBtn_quickly:hover {
    right: 0px;
}

.comCaseUl li h2 .Num {
    font-size: 5.2rem;
    font-family: 'Anton', sans-serif;
    width: 60px;
    font-weight: 400;
}

@media (max-width: 896px){
  .comCaseUl li h2 .Num {
      font-size: 3.2rem;
      width: 42px;
  }

  #fixBtn_quickly img{
    width: 170px;
  }

  #fixBtn_quickly{
    right: -132px;
  }

}
.pageBtnUl2.btnNewUI li a{
    position: relative;
    padding: 8px 0px 5px 26px;
}

.btnNewUI small{
  font-size: 16px;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #ff0000;
    border-radius: 50%;
    background: #fff;
    letter-spacing: 2px;
    display: grid;
  place-items: center center;
  line-height: 1.1em;
}

.btnNewUI .square small{
    border-radius: 6px;
    background: #fff;
    color: #e55089;
}

.video iframe {
    width: 640px;
    height: 344px;
}

.video-gallery{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    align-items: flex-start;
}

.video-gallery:nth-child(2){
  margin-top: 64px;
}

.video-gallery .innerBox{
    margin: 0 16px 0 0;
}

.video-gallery .innerBox:nth-child(n+2){
  margin: 0 0 0 16px;
}

.video-gallery .header{
  font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin: 11px 0;
}

.video-gallery .header span {
    color: #ec1234;
    border-bottom: 1px solid #ec1234;
}

.video-gallery .innerBox .headline02 {
    font-size: 2rem;
    /*background-color: #2b2b2b;*/
    background-color: #7B8D9A;
    color: #fff;
    font-weight: 500;
    padding: 10px 16px 10px;
    margin-bottom: 0;
    text-align: left;
}

.video-gallery .content a{
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    display: block;
    border: 2px solid #fff;
}

.video-gallery .content a:hover{
    opacity: .7;
}

@media (max-width: 896px) {
    .video iframe {
        width: 100%;
        height: 200px;
    }

    .video-gallery {
        width: auto;
        margin: 0 auto;
        flex-wrap: wrap;
    }

  .video-gallery:nth-child(2){
    margin-top: 48px;
  }

    .video-gallery .innerBox {
        margin: 0;
    }

    .video-gallery .innerBox:nth-child(n+2) {
        margin: 48px 0 0 0;
    }

    .video-gallery .header {
        font-size: 15px;
    }
}

/* KARTE*/
.comFlow {
  border-top: none;
  
}
.comFlow .flowUl {
    align-items: flex-end;
    flex-wrap: nowrap;
    max-width: 800px;
    margin: -60px auto 42px;
}
.comFlow .flowUl li {
    margin: 3em 60px 0 0;
}
.comFlow .flowUl li::after {
    top: auto;
    bottom: 89px;
    height: 4px;
}
.comFlow .flowUl .textBox {
    text-align: center;
}
.comFlow .flowUl .textBox .headline12 {
    position: relative;
    min-height: 3.8em;
    line-height: 1.25;
    font-size: 2.2rem;
    display: flex;
    justify-content: center;    
    align-items: center;
    margin-bottom: .4em;
}
.comFlow .flowUl .textBox .headline12 .en {
    position: absolute;
    top: -1.35em;
    left: 0;
    right: 0;
    color: #ec1234;
    font-size: .8em;
}
.comFlow .flowUl .image {
    width: auto;
}

.pageBtnUl2-before {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: .6em;
}
.pageBtnUl2-before span {
    display: block;
    color: #ec1234;
    font-size: 2.4rem;
}
.pageBtnUl2 {
    width: 800px;
    margin: -10px auto 36px;
}
.pageBtnUl2 li.red {
    width: 375px;
}
.pageBtnUl2 li.pink {
    width: 375px;
}


@media (max-width: 896px) {
    .comFlow {
        padding: 34px 0 18px;
    }
    .comFlow .flowUl {
        display: flex;
    }
    .comFlow .flowUl li {
        display: block;
        text-align: center;
        margin: 4.5em 6.5% 0 0;
    }
    .comFlow .flowUl li::after {
        width: 100%;
        left: 50%;
        bottom: min(9vw, 5.5em);
    }
    .comFlow .flowUl .textBox .headline12 {
        font-size: clamp(.85em,2vw,1.4em);
        margin-bottom: .4em;
    }
    .comFlow .flowUl .textBox .headline12 .en {
        font-size: 1em;
    }
    .comFlow .flowUl .image {
        margin: auto;
    }
    .pageBtnUl2-before {
        font-size: 1.8rem;
    }
    .pageBtnUl2-before span {
        font-size: 2rem;
    }
    .pageBtnUl2 {
        width: 100%;
        flex-flow: column;
    }
    .pageBtnUl2 li.red,
    .pageBtnUl2 li.pink {
        max-width: 311px;
        margin: 15px auto 0;
    }
}

.comLinkUl {
    margin: -29px auto 12px;
}

.flowUl2 {
    max-width: 800px;
    margin: 0 auto 42px;
}
.flowUl2 >li {
  display: flex;
    justify-content: space-between;
}
.flowUl2 >li+li {
    margin-top: 2em;
}
.flowUl2 .image {
    max-width: 180px;
}
.flowUl2 .headline12 {
    height: 1em;
    width: 100%;
    white-space: nowrap;
    font-size: 2.2rem;
}
.flowUl2 .textBox {
    font-weight: bold;
    width: calc(100% - 180px - 2em);
    margin-top: 2.85em;
    font-size: 1.4em;
}
.flowUl2 .textBox .color {
    display: block;
    line-height: 1.2;
    color: #ec1234;
    font-size: 1.15em;
    margin-bottom: .2em;
}
.flowUl2 li.unique {
    background: #f1f3f5;
    margin-top: 1.5em;
}
.flowUl2 .unique__image {
    max-width: 360px;
}
.flowUl2 .unique__image img {
    height: 100%;
    object-fit: cover;
}
.flowUl2 .unique__txt {
    font-weight: bold;
    font-size: 1.25em;
    width: calc(100% - 360px - 2em);
    padding: 1.5em;
}
.flowUl2 .unique__txt ul {
    margin: 1.2em auto;
}
.flowUl2 .unique__txt li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.flowUl2 .unique__txt li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: .25em;
    height: .25em;
    background: #000;
    margin: -.15em .4em 0 0;
    clip-path: circle(50% at 50% 50%);
}
.flowUl2 .unique__txt small {
  font-size: .7em;
    font-weight: normal;
    color: #656565;
}

@media (max-width: 896px) {
  .flowUl2 .image {
      width: 20.2%;
  }
  .flowUl2 .headline12 {
      min-height: 2.4em;
      width: 100%;
        font-size: min(calc(0.855em + .285vw), 1.4em);
      line-height: 1.2;
      display: flex;
      flex-flow: column;
      justify-content: flex-end;
      align-items: center;
      margin-bottom: .4em;
      text-align: center;
  }
  .flowUl2 .textBox {
        font-size: min(calc(1em + .25vw), 1.35em);
        width: calc(100% - 20.2% - 1.5em);
        margin-top: min(9vw, 2.5em);
  }
  .flowUl2 .unique__txt ul {
      margin: 1.2em auto .5em;
      font-size: .9em;
  }
  .flowUl2 .unique__txt small {
      font-size: .5em;
  }
  .flowUl2 li.unique {
    flex-flow: column-reverse;
  }
  .flowUl2 .unique__image {
      max-width: 100%;
      height: min(45vw, 25em);
  }
  .flowUl2 .unique__txt {
      font-weight: bold;
      font-size: 1.25em;
      width: auto;
        padding: 0 1.5em 1em;
  }
  .flowUl2 .unique__txt > p {
      display: block;
      text-align: center;
      background: #fff;
      margin: 0 -2em;
      padding-bottom: .3em;
  }
}

#a03{
  margin-top: 40px; 
}







