@charset "utf-8";
/*原則pc表示が先*/
/*===============================

	maker

================================*/

/*===============================

	maker-mainvisual

================================*/

.l-section.mainvisual {
  background-image: url(../svg/maker_mainvisual_bg.svg);
  background-color: #FFF9DB;
}

.mv-title-sub-maker {
  margin-top: 1%;
  margin-bottom: 6%;
  font-size: min(3.8vw, 39px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 1;
}

@media all and (min-width: 1400px) {
  .l-section.mainvisual {
    background-size:cover;
  }
}
@media (min-width: 769px) {
  .mv-img-inner {
    width: calc((492 / 1000)* 100%);
    bottom: 9%;
    /* right: 0%; */
    right: -5%;
  }
}
@media (max-width: 768px) {
  .l-section.mainvisual {
    background-size:250% auto;
    background-position: center top;
  }
  .mv-title-sub-maker {
    font-size: max(6vw, 24px);
    text-align: center;
  }
}


/*===============================

	top-company

================================*/

.l-section.top-company {
  padding: min(4.8%,48px);
}

.l-section.top-company .ttl-medium {
  font-size: clamp(18px,2.6vw,26px);
}

/*===============================

	maker-problem

================================*/

 .maker-problem {
  background: var(--color-light-gray);
 }

 .maker-problem .cardlist .cardlist-inner-item .title {
  width: 100%;
  min-height: calc(min(1.6vw, 18px) * 1.5 * 3 + (9.5% * 2));
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
 }

@media all and (max-width: 768px) {
  .maker-problem .card-thumbnail img{
    max-width: 300px;
    width: 68%;
    margin-right: auto;
    margin-left: auto;
  }
}


/*===============================

	ご利用いただいています

================================*/
.service-use .l-section-inner {
  position: relative;
}
.service-use .l-section-inner::after{
  content: '';
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 3px;
  background-color: var(--color-light-gray3);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.use-img {
  margin-top: 30px;
  text-align: center;
}

.use-img img {
  max-width: 100%;
}

@media all and (max-width: 1080px) {
  .service-use .l-section-inner::after{
    width: auto;
    left: 16px;
    right: 16px;
    transform: translateX(0);
  }
}

@media all and (max-width: 768px) {

  .service-use .text-smaller{
    text-align: left;
  }
  .use-img,
  .use-img + p {
    max-width: var(--width-img-max);
    margin-left: auto;
    margin-right: auto;
  }
}/*media*/


/*===============================

	Shufoo!の特徴・魅力

================================*/
.maker-feature .l-section-inner::before {
  content: '';
  display: block;
  width: 100%;
  max-width: 1000px;
  height: 3px;
  background-color: var(--color-light-gray3);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.maker-feature .ttl-large{
  margin-bottom: 5% 0;
}

.maker-feature .flex-list-all-half-item:last-child .cont-img {
  width: 48%;
}
@media all and (min-width: 769px) {
  /*エリアをはじめとしたターゲティング広告が可能*/
  .maker-feature .flex-list-all-half-item:nth-child(2) .cont-text{
    width: 48%;
  }
  .maker-feature .flex-list-all-half-item:nth-child(2) .cont-img{
    width: 46%;
  }
}


@media all and (max-width: 768px) {
  .maker-feature .l-section-inner::before {
    width: calc(100% - 32px);
  }
  .maker-feature .flex-list-all-half-item:last-child .cont-img {
    width: 100%;
  }
  .maker-feature .btn-group:last-of-type {
    margin-top: 0;
  }
}/*media*/


/*===============================

	メーカーにおすすめのプラン

================================*/

.flex-list-all-half-item__half .maker-recommend-figure {
  margin-top: 0;
}

@media all and (min-width: 769px) {
  .maker-recommend-figure img {
    display: block;
    width: 64.85%;
    margin: 0 auto;
  }
}

@media all and (min-width: 1080px) {
  .maker-recommend .flex-list-all-half-item:nth-child(2) {
    border-top: none;
  }
}



/*	店舗送客までサポート
================================*/

.baloon-frame .ttl-medium {
  transform: translate(-50%,calc(-50% + 10px));
}


@media all and (max-width: 1080px) {
  .baloon-frame .ttl-large {
    margin-top: 0.5em;
  }
}

@media all and (max-width: 768px) {
  .baloon-frame {
    padding: 10% 16px 8%;
  }
  .baloon-frame .ttl-medium {
    width: 100%;
  }
  .baloon-frame .ttl-baloon {
    margin-left: auto;
    margin-right: auto;
  }

}/*media*/


/*マピオンビズボタン*/
.btn-default__mapionbiz {
  max-width: 860px;
  min-height: 54px;
  height: auto;
  padding-top: 14px;
  padding-bottom: 14px;
  border: 3px solid var(--color-font);
  background: #fff;
  color: var(--color-font);
}

.btn-default__mapionbiz span.icon-before{
  max-width: 85%;
  display: block;
  word-break: keep-all;
  margin-right: 0;
  font-feature-settings: "palt";
}

.btn-default__mapionbiz.btn-default__icon span::before {
  background: url(../png/icon_mapion.png) left center / 100% auto no-repeat;
}

.btn-default__mapionbiz.btn-arrow::after {
  background-image: url(../svg/icon_arrows_2_363636.svg);
}


.btn-default__mapionbiz:where(:hover,:focus) {
  background-color: var(--color-hover);
}