@charset "UTF-8";
.dnone {
  display: none;
}

.eyecatch .bx-wrapper {
  margin-bottom: 30px !important;
}

.text-center.block {
  display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #939afb !important;
}

/**メイン画像下のキャッチエリア**/
.catchTxt {
  padding: 0 0 10px;
  font-size:3vw;
  line-height: 1.5;
}
.catchTxt a {
  color: #c23030;
  text-decoration: underline;
  display: block;
}

.slideArea .prev_btn {
  position: absolute;
  top: 24%;
  left: -6px;
  z-index: 100;
  cursor: pointer;
  width: 12px;
}

.slideArea .next_btn {
  position: absolute;
  top: 24%;
  right: -6px;
  z-index: 100;
  cursor: pointer;
  width: 12px;
}

.tabList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tabList__unit {
  padding: 5px 0;
  cursor: pointer;
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  background: #fff;
  color: #171c61;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: solid 2px #171c61;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabList__unit.active {
  background: #171c61;
  border-bottom: solid 2px #171c61;
  color: #fff;
}
/*タブ２つ*/
.tabList--2 .tabList__unit {
  width: 50%;
}
/*タブ3つ*/
.tabList--3 .tabList__unit {
  width: 33.33333333%;
}
/*タブ4つ*/
.tabList--4 .tabList__unit {
  width: 25%;
}
.tabList__unit:not(.active) {
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
}

.tabList--3 .tabList__unit {
  width: 33.33333333%;
}

/**スペシャルコンテンツ**/
.specialContent h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: left;
  color: #171c61;
  border-bottom: 2px solid #171c61;
  padding: 0 0 10px;
  letter-spacing: 0.05em;
}
.specialContent .col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.specialContent .articleCap {
  display: none;
}
.specialContent .blogImgWrap {
  overflow: hidden;
}
.specialContent .blogImgWrap .cateName.cateNameNew {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: auto;
  background: red;
  content: "New";
  text-align: center;
  color: #fff;
  font-family: 'Arial', serif;
  font-weight: bold;
  padding: 0px 10px;
  left: -45px;
  top: 3px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}

/**DJIドローン一覧**/
.djiDrone h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 20px;
  text-align: left;
  color: #171c61;
  border-bottom: 2px solid #171c61;
  padding: 0 0 10px;
  letter-spacing: 0.05em;
}
.djiDrone .gNav__unit {
  margin-bottom: 40px;
}
.djiDrone .gNav__unit a {
  display: inline-block;
}
.djiDrone .gNav__unit span {
  color: #1b1b1b;
}
.djiDrone .gNav__title {
  position: relative;
  color: black;
  font-weight: bold;
  padding-right: 10px;
}
.djiDrone .gNav__title:after {
  content: "";
  top: 50%;
  right: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 2px solid #1b1b1b;
  border-right: 2px solid #1b1b1b;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.djiDrone .gNav__title1 {
  position: relative;
  color: black;
  font-weight: bold;
  padding-right: 10px;
}
.djiDrone .gNav__content {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.djiDrone .gNav__itemList a {
  font-weight: bold;
  color: #1b1b1b;    font-size: 12px;
}

.mgnclear1 {
margin-bottom:0px !important;
padding-bottom:0px;
}

.mgnclear2 {
padding-top:0px;
}

/*店舗一覧*/
.storeList h3 {
  text-align: center;
  color: #171c61;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.storeList .tel_num {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}
.storeList .tel_num i {
  margin-right: 10px;
}

.droneRow img {
  width: 200px;
}

.hot__keywords {
  /*background: #ecedf6;*/
  margin: 1.8em auto 0em;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hot__keywords span {
  font-weight: bold;
  margin-right: 1em;
}

.hot__keywords ul {
  width: 100%;
  margin-bottom: 0;
}

.hot__keywords li {
  display: inline-block;
  background: rgba(125, 163, 255, 0.28);
  padding: 6px;
  margin: 0.5em 0.25em;
  border-radius: 18px;
  font-size: 12px;
}

.hot__keywords li a {
  padding: 6px;
  width: 100%;
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.blogImgWrap {
    overflow: hidden;
}
.blogImgWrap .cateName.cateNameNew {
    position: absolute;
    z-index: 1;
    width: 120px;
    height: auto;
    background: red;
    content: "New";
    text-align: center;
    color: #fff;
    font-family: 'Arial';
    font-weight: bold;
    padding: 5px 10px;
    left: -45px;
    top: 3px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);    font-size: 14px;
}
.storeList .tel_num {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}
.section__inner.narrow{
  padding-left: 10px;
  padding-right: 10px;
}

.bnrRow a img,
.bnrRow a{
  display: block;
}

.section--push{
  display:none !important;
}

.col.col-12-1 {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
span.gNav__content {
    font-size: 11px;
}
p.tenposetsumei {
    font-size: 13px;
      line-height: 20px;
}
section.event_etc{
	text-align:center;
font-weight:bold;
}
section.event_etc .sp_event{
width:100%;
margin-bottom:20px;
}
.sp_event span,.sp_event a img{
display:block;
margin:auto;
}
ul.corp_info{
width:100%;
margin-bottom:80px;
}
ul.corp_info span{
display:block;
}
ul.corp_info .tel_num {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
}

/* Reviews */
  #js-includeWp--reviews {
    margin: 0 -10px 25px;
  }

  #js-includeWp--reviews::after {
    content: "";
    display: block;
    clear: both;
  }

  #js-includeWp--reviews article {
    width: 50%;
    padding: 0 10px;
    float: left;
  }

  article.wp-review .wp-review-img img {
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    padding: 5px;
    background: #FFF;
    margin-bottom: 10px;
  }

  article.wp-review .wp-review-img img {
    max-width: 100%;
    height: auto;
  }

  article.wp-review .wp-review_star {
    max-width: 75px;
    overflow: hidden;
  }
  article.wp-review .wp-review_star img {
    max-width: none;
  }

  article.wp-review .wp-review-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }

  article.wp-review .wp-review-date {
    color: #7b7b7b;
    font-size: 12px;
    display: block;
  }

  article.wp-review .wp-review-title {
    text-align: left;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 5px;
  }

  article.wp-review .wp-review-text {
    color: #313131;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 5px;
  }


  article.wp-review .wp-review-item {
    background:rgb(236, 237, 246);
    padding: 5px;
    font-size: 12px;
}

  article.wp-review .user-meta {
    font-size: 12px;
    margin-bottom: 5px;
  }

.user-meta-name::after {
	content: "|";
	display: inline-block;
	margin: 0 5px;
	font-weight: normal;
}

/* メルマガ登録 (SP中ほど)*/
#magazinCTA.spMain{
    font-size: inherit;
    text-align: center;
      display: block;
  padding:10px 5px;
  margin-bottom:10px;
background:#171c61;
}
#magazinCTA.spMain h2{
    font-size: 15px;
      color: #b2b4e0;
  margin-bottom:5px;
}
#magazinCTA.spMain .magazinCTA__inner{
    padding-top: 10px;
}
#magazinCTA.spMain a.button{
    min-width:unset;
    width: 90%;
    box-sizing: border-box;
    padding: 10px 5px;
  border-radius: 50px;
  margin-top:5px;
}
#magazinCTA.spMain .magazinCTA__box1 .text-center{
    font-size: 11px;
    font-weight: normal;
color:#fff;
}
.magazinCTA__box1{
  margin-bottom:unset;
}
#magazinCTA.spMain a.button span{
    display: inline-block;
    vertical-align: baseline;
}
#magazinCTA.spMain a.button:hover{
    background: #fff;
    color: #171c61;
    opacity: 0.5;
}
#magazinCTA.spMain::after{
    display: none;
}

/* introContents */

/* 2段組解除 */
/*
.introContentsFlex {
display:flex;
  justify-content: space-between;
}
*/

.introContentsFlex div {
  margin-bottom: 5px;
  flex-basis: calc(98%/2);
}
.introContentsFlex h3 {
padding-left: 10px;
  font-size: 0.7rem;
  border-bottom: 0px;
  margin: 0px auto 0px;
}

.introContentsFlex figure {
  margin: 0px;
  text-align: reset;
}

.introContentsFlex img {
/* width: 95%; */
}

.specialContent h3.mainTitle1,
.specialContent h3.mainTitle2,
.specialContent h3.mainTitle3 {
  margin: 20px 0px 0.5rem;
  padding: 0px 0px 5px;
}

.specialContent h3.mainTitle1::before {
    content: ' ';
    display: inline-block;
    width: 20px;
    padding-bottom: 1.7em;
    background: url(https://sekidorc.com/images1/common/icon_drone001.png) no-repeat bottom left;
    background-size: contain;
    line-height: inherit;
    margin-bottom: -4px;
	margin-right: 0.5em;
}
.specialContent h3.mainTitle2::before {
    content: ' ';
    display: inline-block;
    width: 20px;
    padding-bottom: 1.7em;
    background: url(https://sekidorc.com/images1/common/icon_camera001.png) no-repeat bottom left;
    background-size: contain;
    line-height: inherit;
    margin-bottom: -4px;
	margin-right: 0.5em;
}
.specialContent h3.mainTitle3::before {
    content: ' ';
    display: inline-block;
    width: 20px;
    padding-bottom: 1.7em;
    background: url(https://sekidorc.com/images1/common/icon_ranking.png) no-repeat bottom left;
    background-size: contain;
    line-height: inherit;
    margin-bottom: -4px;
	margin-right: 0.5em;
}
.section__inner.specialContent.pdg {
    padding: 30px 20px;
}

/* バナーやテキストリンクのhover透過 aタグにclass名を指定して使う */
.linkBnrHover:hover {
opacity: 0.5;
transition: all 0.3s ease;
}

/* /introContents */

	/*20221110追加_kondo*/
.linkBnrHover .margin-bottom0 {
  margin-bottom: 0;
}

.linkBnrHover .text-margin{
  padding-left: 10px;
  font-size: 0.7rem;
  border-bottom: 0px;
  margin: 0px auto 0px;
}

/* 会員限定アウトレット */
.section__inner.mainSec.outletSec {
margin-bottom: 0px;
padding-bottom: 0px;
}


.outletSec h2.mainTitle {
margin-bottom: 10px;
}


.topOutlet {
display: flex;
flex-wrap: wrap;
}

.topOutlet div {
flex-basis: 48%;
}

.topOutlet div:first-child {
flex-basis: 99%;
}

.topOutlet figure {
border: 1px solid #cdced9;
background-color: #ecedf6;
  padding: 10px;
}

.topOutlet figucaption {
padding-top: 10px;
}

.topOutlet div:nth-of-type(2) {
margin-right:10px;
}

/* 人気ランキング */
.rankingBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rankingBox > a {
    flex-basis: 30%;
    padding: 0 10px;
}
.rankingBox > a figure {
    position: relative;
    margin-top: 20px;
}
.rankingBox > a figure::after {
    content: "1";
    display: block;
    position: absolute;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    left: 75%;
    background: #c2b453;
    z-index: 3;
    color: #fff;
    line-height: 40px;
    font-size: 24px;
}
.rankingBox > a:nth-of-type(2) figure:after {
    content: "2";
    background: #aaaaaa;
}
.rankingBox > a:nth-of-type(3) figure:after {
    content: "3";
    background: #b28964;
}
.rankingBox > a:nth-of-type(4) figure:after {
    content: "4";
    background: #a7abdb;
}
.rankingBox > a figure:hover {
    transition: all 0.25s;
    opacity: 0.6;
}
.rankingBox > a figure img {
    box-sizing: border-box;
    width: 100%;
}
.rankingBox h4 {
    margin: 0;
}
.rankingBox .cartjs_box {
    padding: 0!important;
}
.rankingBox .cartjs_product_form > *:nth-of-type(1) {
    width: 100%!important;
}
.rankingBox .cartjs_product_form > *:nth-of-type(2),
.rankingBox .cartjs_product_form > *:nth-of-type(3) {
    display: none;
}
.rankingBox .cartjs_product_form .cartjs_product_name {
    font-size: 14px!important;
    line-height: 1.5;
}
@media screen and (max-width: 767px) {
.rankingBox > a {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 49%;
    padding: 0;
    margin-bottom: 15px;
}
.rankingBox > a figure {
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
}

.rankingBox article.cartjs_box {
    border-top: none !important;
    border-bottom: none !important;
}
.rankingBox header.cartjs_header {
    border-bottom: none !important;
}
.rankingBox header.cartjs_header h2 {
    margin-bottom: 5px;
    font-size: 12px !important;
    line-height: 1.5 !important;
    font-weight: bold;
    text-align: center;
}
.rankingBox .cartjs_form {
    display: none;
}
}
/* /人気ランキング */

.flex-sekido-container {
  display: flex;

}

.flex-sekido-item {
  margin: 0px;
  width:90%;
}