/********** Top Page:検索パーツ＆SNSパーツCSS ***********/
/*(@media記載 パーツ別に分けてます)*/

/*=====================================
TOP:共通
========================================*/
/*見出しスペース*/
#sch_hanbaiten, .information_area {
  margin: 1.85% auto;
}

/*div 並び変更*/
.order1 {
  order: 1;
}
.order2 {
  order: 2;
}
.order3 {
  order: 3;
}
.order4 {
  order: 4;
}
.order5 {
  order: 5;
}
.order6 {
  order: 6;
}
.order7 {
  order: 7;
}
.order8 {
  order: 8;
}

/*=====================================
  line-support
========================================*/
.floating-bnr {
  width: min(21vw,140px);
  background: #ffffff6e;
  position: fixed;
  z-index: 999;
  bottom: 110px;
  right: 0px;
  padding: 8px 5px;
  border-radius: 3px;
  text-align: center;
}
.floating-bnr p {
  font-size: min(2.6vw,10px);
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 5px;
}
.bnr-close {
  background-color: #ddd;
  font-weight: 700;
  position: absolute;
  top: -13px;
  right: 1px;
  padding: 0px 5px 3px 4px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}

/*popup-window*/
#support-info figure{
  margin: 0;
  display: none;
}
#support-info figure:target{
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
#support-info figure:target #overlay{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgb(33 32 32 / 70%);
  text-decoration: none;
  color: inherit;
}
#support-info figure:target img{
  animation: fadein .3s;
}
@keyframes fadein{
  0%{
    transform: scale(0.2);
    opacity: 0.2;
  }
  100%{
    transform: scale(1);
    opacity: 1;
  }
}
#support-info figcaption {
  background: #cacaca;
  font-weight: 700;
  padding: 0.5% 2%;
  margin-top: 1%;
  border-radius: 5px;
}

/*popup-text-area*/
.wrap-support-info {
  width: 90%;
  max-width: 570px;
  background: #FFF;
  background-image: url(https://cross-cms-media.s3.ap-northeast-1.amazonaws.com/images/underline-line-support-.png);
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-size: contain;
  border-radius: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 1.5rem 3.5rem 1.5rem;
}
.wrap-support-info h2 {
  width: 100vw;
  color: #FFF;
  font-size: min(5.5vw,20px);
  font-weight: 800;
  position: relative;
  padding: 3% 1% 5% 1%;
  margin: 0 calc(50% - 50vw) 3.5%  calc(50% - 50vw);
  text-align: center;
  background: #1976d1;
}
.wrap-support-info h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a1ccfb;
  width: 100%;
  height: 10px;
  content: '';
}
.wrap-support-info .sp-br {
  display: none;
}
.wrap-support-info p {
  font-size: min(3.5vw,14px);
  font-weight: 700;
  margin-bottom: 1.5%;
}

.bl-line-support {
  display: grid; 
  grid-template-columns: 0.8fr 1fr; 
  grid-template-rows: 1fr 0fr;
  gap: 0px 0px; 
  grid-template-areas: 
    "areaA areaB"
    "areaA areaC"; 
}
.areaA { 
  grid-area: areaA;
  margin-right: 2%;
}
.areaB { 
  grid-area: areaB;
}
.areaC { 
  grid-area: areaC;
  margin-left: 2%;
}

.bl-contact-method {
  border: 9px solid #d8d8d8;
  border-radius: 7px;
  margin: 1% 0.5% 3% 0.5%;
}
.bl-contact-method h3 {
  color: #208a00;
  font-weight: 700;
  margin: 3% 0;
  text-align: center;
}
.bl-contact-method .flex-box {
  display: flex;
  flex-wrap: wrap;
  width: 93%;
  margin: 0 auto 3.5%;
}
.bl-contact-method .flex-box div {
  width: 50%;
}
.bl-contact-method .flex-box p {
  font-size: min(3.15vw,12px);
  margin: 0 0 0 3%;
  line-height: 1.1rem;
}
.wrap-support-info ul {
  background: #ffffffe8;
  padding: 0 1.5% 1% 1%;
  margin-left: 0;
}
.wrap-support-info ul > li {
  list-style: none;
  font-size: min(3vw,11px);
}
.wrap-support-info ul > li:first-child {
  font-size: min(3.8vw,14px);
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .floating-bnr p {
    font-weight: 800;
  }
}
@media screen and (min-width:980px) {
  .text-pc:before {
    content: "＼";
  }
  .text-pc:after {
    content: "／";
  }
}
@media screen and (max-width: 648px) {
  .floating-bnr {
    background: #ffffffb5;
  }
  #support-info figure:target #overlay {
    justify-content: flex-start;
    padding-top: 5%;
  }
  #support-info figcaption {
    margin-top: 3%;
  }
  .wrap-support-info {
    padding: 0 1.2% 5.5% 1.2%;
  }
  .wrap-support-info h2 {
    letter-spacing: -1px;
  }
  .wrap-support-info .sp-br {
    display: block;
    margin: 0;
    padding: 0;
  }
  .bl-line-support {
    grid-template-columns: 0.6fr 1fr;
    grid-template-areas: 
    "areaA areaB"
    "areaC areaC"; 
    padding: 1%;
  }
  .areaA { 
    grid-area: areaA;
  }
  .areaB { 
    grid-area: areaB;
    padding-top: 2%;
    text-align: center;
  }
  .areaC {
    grid-area: areaC;
  }

  .bl-contact-method .flex-box {
    flex-direction: column;
  }
  .bl-contact-method .flex-box div {
    width: 100%;
    text-align: center;
  }
  .bl-contact-method .flex-box div:last-child {
    margin-top: 2%;
    text-align: left;
}
}

/*=====================================
TOP:背景スライダー設置(car)
========================================*/
.wrap-bgslider {
  position: relative;
}
.box-bgslider {
  width:100%;
  background-image: url(https://cross-cms-media.s3.ap-northeast-1.amazonaws.com/images/slider-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: center;
  top: 0;
  position: absolute;
  z-index: 0;
}
.now-posted {
  position: relative;
  z-index: 0;
}
/*if slider is empty*/
.top-bgimg {
  height: min(50vw,525px);
}

/*smart slider height*/
@media screen and (min-width: 1024px) {
  .n2-ss-slider {
    min-height: 525px !important;
  }
}

@media screen and (max-width: 1023px) {
  .box-bgslider {
    top: 0;
    position: unset;
  }
  .n2-ss-slider {
    min-height: 45vmax !important;
  }
}

@media screen and (max-width: 648px){
  .n2-ss-slider {
    min-height: 39vmax !important;
  }
}

@media screen and (max-width: 572px){
.n2-ss-slider {
    min-height: 31vmax !important;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
  .box-ads {
    top: 489px !important;
  }
}

/*=====================================
  広告バナーCSS
========================================*/
.box-ads {
  /* position: absolute; */
  /* top: 503px; */
  /* width: 100%; */
  /* margin: 0 auto; */
  /* z-index: 2; */
  margin: 1% auto;
}
.wrap-ads {
  display: flex;
  justify-content: center;
  width: 93%;
  margin: 0 auto;
}
.wrap-ads div:first-child {
  margin-right: 3.5%;
}
.ads-img {
  display:none;
  max-height: 87px;
}
.ads-border {
  border:1px solid #cacaca;
}

.ads-img img:hover {
  filter: contrast(1.35);
}

@media screen and (max-width: 1023px) {
    .wrap-ads {
      width: 99%;
    }
    .wrap-ads div:first-child {
      margin-right: 2%;
    }
    .sp-column {
      display: flex;
      flex-direction: column;
    }
   .box-ads {
      position: unset;
      margin: 2% auto 0 auto;
   }
}

 @media screen and (max-width: 640px) {
    .wrap-ads > div:nth-child(2) {
      display: none !important;
    }
    .wrap-ads div:first-child {
      margin-right: 0;
    }
 }

 /*IE対策(背景＆広告共通)*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .wrap-bgslider, .box-bgslider, .top-bgimg {
      height: 500px;
    }
    .wrap-ads {
      width: 90%;
      text-align: center;
    }
    .box-ads {
      top: 425px;
    }
    .ads-img {
      width: 100%;
      border: none !important;
    }
}

/*=====================================
  検索パーツ
========================================*/
.sch-on {
  background: #baddfa !important;
  color: #1447a0 !important;
}
.sch-module {
  display: inline-block;
  width: 20%;
  margin: 0 1.5%;
}
.sch-list {
  display: inline-block;
  width: 100%;
  background: #1976d1;
  color: #FFF;
  font-size: min(1.65vw,17px);
  font-weight: 800;
  padding: 1.5em 1.2em;
  text-decoration: none;
  border: solid 2px #1976d1;
  border-radius: 15px;
  transition: .4s;
  cursor: pointer;
  cursor: hand;
}
.sch-section {
    display: none;
}
.search-inner {
  width: inherit;
  margin: 4% 0%;
  padding: 2% 3.5% 4.5% 3.5%;
}

@media screen and (min-width: 641px) {
  /*PC表示*/
  .wrap-sch {
    max-width: 1150px;
    margin: 5% auto;
    text-align: center;
  }
  .wrap-sch h3 {
    display: none;
  }
  .sch-list p {
    margin: 10px 0 0 1px;
  }
  .sch-list:hover {
    background: #add6f8;
    color: white;
  }

  /*吹き出し線*/
  .line-balloon {
    position: relative;
    background: #FFF;
    border-top: solid 5px #FFF;
    border-radius: 1.25%;
    box-sizing: border-box;
    -webkit-filter:drop-shadow(-1px 2px 3px rgba(0, 0, 0, 0.2));
    -moz-filter:drop-shadow(-1px 2px 3px rgba(0, 0, 0, 0.2));
    -ms-filter:drop-shadow(-1px 2px 3px rgba(0, 0, 0, 0.2));
    filter:drop-shadow(-1px 2px 3px rgba(0, 0, 0, 0.2));
  }
  .line-balloon:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 2;
  }
  .line-balloon:after {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -16px;
    border: 13px solid transparent;
    border-bottom: 12px solid #FFF;
    z-index: 1;
  }
  .sch-close {
    display: none;
  }
}


@media screen and (max-width: 640px) {
  .SP-column {
    display: flex;
    flex-direction: column;
    margin: 5% 0 9% 0;
  }
  .wrap-sch h3 {
    margin-left: 0;
  }
  .sch-module .fa {
    display: none !important;
  }
  .sch-module {
    width: 100%;
    margin: 0;
  }
  .sch-section {
    box-sizing: border-box;
    box-shadow: -3px 2px 2px rgb(178 178 178);
  }
  .sch-list {
    position: relative;
    font-size: 17px;
    padding: 4% 4% 4% 5%;
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    margin: 1% 0;
  }
  .sch-module .dark {
    background-color: #125fb9;
  }
  .sch-list p {
    display: inline;
    margin-left: 1%;
  }
  .search-inner {
    margin: 0;
  }

  /*closeボタン*/
  .sch-close {
    width: 30%;
    background: #baddfa;
    color: #1447a0;
    font-size: small;
    font-weight: 700;
    margin: 0 auto 6% auto;
    text-align: center;
    padding: 2%;
    border-radius: 5px;
    cursor: pointer;
  }
  .close {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 0 5%;
  }
  .close::before {
    font-family: FontAwesome;
    content: "\f00d\00a0";
    font-weight:900;
    margin-left: 0.5%;
  }
  /*+-アイコン*/
  .sch-list:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 21px;
    height: 4px;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-50%);
  }
  .sch-list:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 29px;
    width: 4px;
    height: 21px;
    background: #fff;
    border-radius: 3px;
    transform: translateY(-50%);
    transition: .3s;
  }
  .sch-list.open:after {
    top: 25%;
    opacity: 0;
    transform: rotate(90deg);
  }
}

/*=============================================
  PC/SP共通:販売店から探す(short-code内)
===============================================*/
.sch-hanbaiten {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin:0 auto;
}
.sch-hanbaiten li {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #333;
  font-size: min(3.5vw,15px);
  font-weight: 800;
  border: 2px solid #d5d1d1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 2px 1px #dbdbdb;
  margin: 0 1% 1.5% 0;
  padding: 10px;
  width: 19%;
}

.sch-hanbaiten li a {
  width: 100%;
  height: max-content;
  color: #0a0a0a;
  border-radius: 0;
  transition-duration: 0.3s;
  background-color: #fafafa;
}
.sch-hanbaiten li a:hover {
  cursor: pointer;
  border-radius: 50%;
  transition-duration: 0.35s;
  background-color: #e3f3ff;
}
.sch-hanbaiten li img {
  margin: 5%;
}
  
  
@media screen and (max-width: 1024px) {
  /*SP用検索パーツ*/
  .sch_accordion .accordion_header {
    font-size: 18px;
  }
  .sch_accordion .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .sch_accordion .accordion_inner .closeArea .close_box a.close_btn {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /*SP用検索パーツ*/
  .sch_accordion .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
  /*検索：販売店*/
  .sch-hanbaiten li {
    width: 32%;
    margin: 0 2% 2% 0;
    padding: 2%;
  }
  .sch-hanbaiten li:nth-of-type(3n) {
    margin-right: 0;
  }
  .sch-hanbaiten li a {
      color: #0a0a0a;
      background-color: unset;
  }
  .sch-hanbaiten li a:hover {
  filter: brightness(2);
  color: #011c44;
  cursor: unset;
  border-radius: unset;
  transition-duration: unset;
  background-color: unset;
  }
}

@media screen and (max-width: 527px) {
    /*検索：販売店*/
  .sch-hanbaiten li img {
    width: 50%;
  }
}
  

/*=====================================
  SNSパーツCSS
========================================*/
/* 全体 */
.contener-sns {
  width: 100%;
  display: flex;
  margin: 25px auto;
  padding: 0 0.9375rem;
}
/*.sns-box2 {
    border-left: 1px solid #c3b8b8;
    padding-left: 1.5%;
    margin-right: 1.5%;
    width: 40%;
}*/
.sns-box1 {
  padding-right: 1.5%;
  width: 75%;
}
.sns-box3 {
  border-left: 1px solid #c3b8b8;
  margin: 1% 0 0 0;
  padding-left: 1.5%;
  width: 25%;
}

/* Instagram Feed */
#sb_instagram .sbi_photo {
  background-size: cover;
  height: auto !important;
}
#sb_instagram .sbi_photo img {
  display: none !important;
  height: auto !important;
}
.sbi_feed_type_hashtag {
  margin-bottom: 5px !important;
}
div.sbi_header_text .sbi_no_bio {
  padding-top: 0px! important;
}
.sbi_header_text h3 {
  font-weight: 800;
}
.sbi_bio {
  color: #000000;
}
.sbi_no_bio::after {
  color: #000;
  font-size: 12px;
  white-space: pre-line;
  content: "貴方の愛車が映った沖縄風景写真\Aぜひ ＃クロスロード沖縄風景 のハッシュタグを付けて投稿して下さいね";
  display: block;
  width: 86%;
}

/* Twitter Feed */
#ctf .ctf-item {
  padding: 0 5px !important;
}
.ctf-author-name {
  margin-top: 0px !important;
}
.ctf-carousel .ctf-carousel-less, .ctf-carousel .ctf-carousel-more {
  max-height: 20px !important;
  font-size: 0.9em !important;
}
.ctf-carousel-height-change {
  max-height: 999px !important;
}
#ctf.ctf-super-narrow .ctf-author-box img {
  display: none !important;
}
#ctf.ctf-super-narrow .ctf-author-avatar, #ctf.ctf-super-narrow .ctf-author-avatar img {
  width: 30px;
  height: 30px;
  background: url(https://cross-cms-media.s3.ap-northeast-1.amazonaws.com/cms/wp-content/uploads/2021/10/27120013/twitter-logo-blue.png);
  background-size: 30px;
  background-repeat: no-repeat;
  color: #1d9bf2 !important;
}

@media screen and (min-width: 640px) {
  .ctf-carousel .ctf-owl-nav .ctf-owl-next, .ctf-carousel .ctf-owl-nav .ctf-owl-prev {
    background: #68879d !important;
  }
  .ctf-carousel .ctf-owl-dots .ctf-owl-dot span {
    background: #9bb7cd !important;
  }
  .ctf-carousel .ctf-owl-dots .ctf-owl-dot.active span, .ctf-owl-theme .ctf-owl-dots .ctf-owl-dot:hover span {
    background: #333333 !important;
  }
}

@media screen and (min-width:641px) and (max-width:950px) {
  .sns-box1 {
    width: 70%;
  }
  .sns-box3 {
    width: 30%;
  }
}

@media screen and (min-width:765px) and ( max-width:1024px) {
  .contener-sns {
    padding: 0 3% 0 0.5%;
  }
  /*** Instagram ***/
  .sbi_no_bio::after {
    width: 74%;
  }
  .sbi-owl-nav>div {
    font-size: 8px !important;
  }
}

@media screen and (max-width: 640px) {
  .contener-sns {
    display: block;
    margin: 3% auto;
    padding: 0;
  }
  .sns-box2,.sns-box1,.sns-box3 {
    width: 100%;
    display: inline-block;
    padding: 4% 0;
  }
  .sns-box2, .sns-box1{
    border-bottom: 1px solid #c3b8b8;
  }
  .sns-box2,.sns-box3 {
    border-left: none;
  }
  .sns-box1{
    border-top: 1px solid #c3b8b8;
    }
  /*** Instagram ***/
  .sbi_no_bio::after {
      width: 100%;
  }
  .sbi-owl-nav>div {
    font-size: 8px !important;
  }
  /*** Twitter ***/
  #ctf .ctf-author-avatar img, #ctf_lightbox .ctf-author-avatar img  {
    display: none;
  }
  #ctf .ctf-author-avatar, #ctf_lightbox .ctf-author-avatar {
    background: url(https://cross-cms-media.s3.ap-northeast-1.amazonaws.com/cms/wp-content/uploads/2021/10/27120013/twitter-logo-blue.png);
    background-repeat: no-repeat;
    color: #1d9bf2;
    padding-top: 16%;
  }
  .ctf-carousel .ctf-owl-stage-outer {
    max-height: fit-content;
  }
}

/*.advertising：元ファイルはapp.css*/
@media screen and (min-width: 640px) and ( max-width:1023px) {
  .advertising {
      padding: 2% 1% !important;
  }
}

@media screen and (max-width: 480px) {
  /*** Instagram ***/
  .sbi_no_bio::after {
    width: 82%;
  }
  /*** Twitter ***/
  #ctf.ctf-super-narrow .ctf-author-avatar, #ctf.ctf-super-narrow .ctf-author-avatar img {
    width: 40px;
    height: 40px;
    background: url(https://cross-cms-media.s3.ap-northeast-1.amazonaws.com/cms/wp-content/uploads/2021/10/27120013/twitter-logo-blue.png);
    background-size: 40px;
    background-repeat: no-repeat;
    padding-top: 16%;
  }
}

/*=====================================
TOP:blog設置
========================================*/
.wrap-blogcard {
  display: flex;
  flex-wrap: wrap;
}
.blk-blogcard {
  display: flex;
  flex-direction: column;
  position:relative;
  width: 24.25%;
  border: 1px solid #bdbdbd;
  margin: 0 0.5%;
  padding: 0.5%;
  background-color: white;
}
.blk-blogcard:first-child {
  margin-left: 0;
}
.blk-blogcard:last-child {
  margin-right: 0;
}
.card-link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blk-blogcard:hover {
  transform: translateY(-2px);
  box-shadow: 0 0px 5px rgb(50 50 93 / 10%), 0 3px 6px rgb(0 0 0 / 8%);
  transition: all .2s;
  filter: brightness(1.2);
}
.card-header {
  position: relative;
}
.card-header figure img {
  width: 340px;
  height: 33vw;
  max-height: 190px;
  object-fit: cover;
}

.card-header figure a {
  display: block;
  width: 100%;
  height: 100%;
}

.card-header figure {
  text-align: center;
}
.card-header p {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dadf00;
  font-size: min(3.1vw, 12px);
  font-weight: 700;
  padding: 0.5% 2%;
}
.card-header p a{
  color: #000;
  font-size: min(2.9vw,12px);
  font-weight: 800;
}
.card-body {
  display: flex;
  flex-direction: column;
}
.card-body .date:before {
  content: "\F017";
}
.card-body .date {
  width: 100%;
  color: #747474;
  font-size: min(3vw,11px);
  font-weight: 700;
  text-align: right;
  letter-spacing: 0.095rem;
  padding: 1%;
}
.card-body .title {
  flex: 1 auto;
  height: 100%;
  min-height: 5%;
  font-size: min(3.7vw, 16px);
  font-weight: 800;
  line-height: 1.25;
}
.card-body .text {
  flex: 1.5 auto;
  height: 100%;
  min-height: max-content;
  font-size: min(3.4vw,14px);
  margin: 1% 0 5% 0;
}
.card-footer {
  width: 79%;
  color: #FFF;
  font-size: min(3.2vw,14px);
  font-weight: 700;
  text-align: center;
  background: #0d47a0;
  margin: auto auto 3.5% auto;
  padding: 2.25%;
  border-radius: 5px;
}

@media screen and (max-width: 824px) {
  .blk-blogcard {
    width: 49%;
    margin: 0 0 2% 0;
    padding: 2.5%;
  }
  .blk-blogcard:nth-child(odd) {
    margin-right: 2%;
  }
  .card-body p {
    line-height: inherit;
    margin-bottom: 5%;
  }
  .card-body .title {
    flex: 1.5;
    min-height: max-content;
  }
}

@media screen and (max-width:640px) {
  .information_area .list-view-link {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 480px) {
  .blk-blogcard {
    padding: 0;
  }
  .card-body {
    padding: 2%;
  }
  .card-footer {  
    padding: 2%;
  }
}


/*=====================================
スマホ用検索パーツ表示カスタム(元場所：app.css) 
========================================*/
/*menu under line*/
.top-menu {
  border-bottom: 1px #baddfa solid !important;
}

@media screen and (max-width: 1023px) {
  .bukken-search .bukken-search-keyword .keyword-input {
    max-width: calc(100% - 203px) !important;
    margin: 0 4px 0 6px !important;
  }
  .search-widget-top {
    width: 100% !important;
  }
  .bukken-search .bukken-search-keyword {
    position: static !important;
    margin: 0.85% auto !important;
  }
  .search-widget-top {
    overflow-y: unset !important;
  }
}

@media screen and (max-width: 640px) {
  .bukken-search .bukken-search-keyword .keyword-input {
    max-width: calc(100% - 189px) !important;
  }
}

/*=====================================
新着パーツのカラー変更
========================================*/
.new-arrival .new-arrival-all-link {
  background-color: #ffffff8f;
}
.new-arrival .new-arrival-contens .owl-nav [class*=owl-] {
  background-color: #1976d1 !important;
}
.new-arrival .new-arrival-block {
  background-color: #FFF;
}


/*=====================================
購入までのステップ
========================================*/
.img-sample {
  width: 200px;
  height: 200px;
  line-height: 200px;
  background-color: #b9b9b9;
  border-radius: 50%;
  margin: 0 auto;
}
.wrap-flowchart {
  text-align: center;
  margin: 3% auto;
  padding: 0 0.5%;
}
.wrap-flowchart section {
  margin-bottom: 3%;
}
.wrap-flowchart section h2 {
  display: flex;
  align-items: center;
  width: 100vw;
  font-size: min(5vw,28px);
  font-weight: 700;
  margin: 0 calc(50% - 50vw) 1.5% calc(50% - 50vw);
}
.wrap-flowchart section h2:before,
.wrap-flowchart section h2:after {
  content: "";
  height: 17px;
  flex-grow: 1;
  background: repeating-linear-gradient(-45deg,#baddfa,#baddfa 20px,#fafafa 0,#fafafa 29px);
}

.wrap-flowchart section h2:before {
  margin-right: 1.25rem;
}

.wrap-flowchart section h2:after {
  margin-left: 1.25rem;
}

.wrap-flowchart .explain {
  color: #405a88;
  font-size: min(3.3vw,14px);
  font-weight: 700;
}
.ctr-flowchart {
  display: flex;
  max-width: 1150px;
  margin: 0 auto;
}
.ctr-flowchart a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
  color: #0a0a0a;
}
.ctr-flowchart div {
  text-align: center;
}
.ctr-flowchart div:nth-child(odd) {
  position: relative;
  width: 21%;
}
.ctr-flowchart div:nth-child(odd):hover {
  filter: opacity(0.9);
}
.ctr-flowchart div:nth-child(even) {
  width: 5%;
  max-width: 45px;
  margin: auto;
}
.ctr-flowchart h3 {
  font-size: min(4.5vw, 15px);
  font-weight: 700;
  margin-bottom: 0;
}
.ctr-flowchart figcaption {
  font-size: min(3.25vw,13px);
  padding: 3% 11% 1% 11%;
  text-align: left;
}
.ctr-flowchart figure > img {
  border: 1px solid #cccccc;
  border-radius: 50%;
  padding: 1%;
}
.col-step1,.col-step2,.col-step3,.col-step4 {
  position: relative;
  width: 65%;
  color: #FFF;
  font-size: min(3.5vw,14px);
  font-weight: 800;
  border-radius: 10px;
  margin: 0 auto -10px auto;
}
.col-step1 {
  background: #5dc3ff;
}
.col-step2 {
  background: #ff8e45;
}
.col-step3 {
  background: #4fb853;
}
.col-step4 {
  background: #f773a9;
}

@media screen and (max-width:824px) {
  .wrap-flowchart {
    text-align: center;
    margin: 6% auto;
  }
  .ctr-flowchart {
    flex-wrap: wrap;
    margin: 5% auto 6% auto;
  }
  .ctr-flowchart div:nth-child(odd) {
    width: 50%;
  }
  .ctr-flowchart div:nth-child(even) {
    display: none;
  }
  .ctr-flowchart div:nth-child(1), .ctr-flowchart div:nth-child(5) {
    border-right: 1px solid #c5c5c5;
  }
  .ctr-flowchart div:nth-child(1), .ctr-flowchart div:nth-child(3) {
    border-bottom: 1px solid #c5c5c5;
  }
  .ctr-flowchart div:nth-child(5), .ctr-flowchart div:nth-child(7) {
    padding-top: 3%;
  }
}

@media screen and (max-width:480px) {
  .wrap-flowchart section h2:before, .wrap-flowchart section h2:after {
    height: 25px;
  }
  .wrap-flowchart section h2:before,.wrap-flowchart section h2:after {
    margin-left: 0.5rem;
}
  .ctr-flowchart div:nth-child(odd) {
    width: 50%;
    padding: 2% 4%;
  }
  .ctr-flowchart figcaption {
    padding: 3% 2.5%;
  }
}