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

	retail

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

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

	retail-mainvisual

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

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

@media all and (min-width: 1400px) {
  .l-section.mainvisual {
    background-size:auto 100%;
  }
}
@media (min-width: 769px) {
  .mv-img-inner {
    width: 70.55%;
    bottom: -1%;
    right: -20%;
  }
}

@media all and (max-width: 768px) {
  .mv-img-inner.u-is-md {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
  }
}/*media*/

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

	retail-problem

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

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

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


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

	配信効果の確認

================================*/
.retail-confirm {
  background-color: var(--color-light-beige)
}

.confirm-img {
  margin-top: 30px;
}

.confirm-img img {
  width: 100%;
}

@media all and (max-width: 768px) {
  .retail-confirm .text-smaller{
    text-align: left;
  }
  .confirm-img,
  .confirm-img + p {
    max-width: var(--width-img-max);
    margin-left: auto;
    margin-right: auto;
  }
}/*media*/


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

	retail-basic

================================*/
.retail-basic {
  background: var(--color-light-beige);
}

.page-link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  background: #fff;
  border-radius: 10px;
}

.page-link-item {
  white-space: nowrap;
  position: relative;
  padding: 22px 20px 45px;
  display: block;
  text-align: center;
  background: url(../svg/icon_triangle_round.svg) no-repeat center bottom 24px / 14px auto;
  cursor: pointer;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
}


.page-link-item::before {
  content: '';
  display: block;
  width: 1px;
  height: 50%;
  background: var(--color-font);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.page-link-item:first-child::before {
  content: none;
}

.page-link-item:where(:hover,:focus) {
  opacity: 1;
}

.page-link-item:where(:hover,:focus) span {
  text-decoration: underline;
}

@media all and (max-width: 1080px) {
  .retail-basic .page-inner {
    padding-bottom: 6%;
  }

  .page-link-item {
    font-size: clamp(16px,2vw,20px);
    padding: 1.5% 1.5% 2.8%;
    background-size: 10px auto;
    background-position: center bottom 22%;
  }
  .page-link-item::before {
    height: 70%;
  }
  .page-link-item:where(:hover,:focus) {
    opacity: 1;
  }
}/*media*/

@media all and (max-width: 768px) {
  .page-link {
    max-width: var(--width-img-max);
    margin: 0 auto;
    flex-flow: row wrap;
  }

  .page-link-item {
    width: 100%;
    padding: 5% 16px;
    background-position: right 16px center;
    line-height: 1.57;
    font-size: min(3.8vw,16px);
    text-align: left;
  }

  .page-link-item::before {
    width: auto;
    height: 1px;
    background: var(--color-font);
    position: absolute;
    top: auto;
    bottom: 0;
    left: 16px;
    right: 16px;
    transform: translateY(0);
  }
  .page-link-item:first-child::before {
    content: '';
  }

  .page-link-item:nth-last-child(3) ~ .page-link-item {
    width: 50%;
  }

  .page-link-item:nth-last-child(3) ~ .page-link-item::before {
    content: none;
  }

  .page-link-item:last-child {
    border-left: 1px solid var(--color-font);
  }

}/*media*/


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

	retail-can

================================*/
.retail-can .grid-list {
  margin-top: 5%;
  padding-right: 38px;
  padding-left: 38px;
}

@media all and (max-width:768px) {
  .retail-can .grid-list {
    max-width: var(--width-img-max);
    padding-right: 16px;
    padding-left: 16px;
    margin-left: auto;
    margin-right: auto;
  }
  .retail-can .text-intro {
    word-break: normal;
  }
  .retail-can .text-intro br {
    display: none;
  }
}
/*===============================

	料金

================================*/
.retail-price {

}

.retail-price .page-inner {
 
}

.price-calc-wrap {
  max-width: 924px;
  margin: 0 auto;
}

.price-calc-item {
  width: 46%;
}
.price-calc-item-center {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  color: var(--color-main);
  font-size: 34px;
  text-align: center;
}
.price-calc-wrap {
  margin-top: 5%;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}
.price-calc-inner {
  width: 100%;
  height: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid var(--color-font);
}
.price-calc-text {
  margin-right: 1em;
  font-size: min(2vw,22px);
  font-weight: 700;
  text-align: center;
}
.price-calc-text span {
  font-size: 90%;
  font-weight: 500;
}
.price-calc-inner picture {
  width: 25%;
  margin-top: 4%;
  align-items: flex-end;
  flex: 0 0 25%;
}
.price-calc-img1 {
  width: 100%;
  max-width: 102px;
  display: block;
}

.price-calc-img2 {
  width: 20%;
  margin-left: 2em;
}

.price-graph img {
  display: block;
  margin: 54px auto 68px;
  max-width: 100%;
}

.price-feature {
  width: 100%;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  flex-flow: row nowrap;
}

.price-feature-item {
  width: 50%;
  padding: 3.9%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
}

.price-feature-item + .price-feature-item {
  border-left: 3px solid var(--color-light-gray3);
}

.price-feature-img {
  width: 100%;
  display: block;
  max-width: var(--width-img-max);
  margin: 0 auto;
}

.price-feature-item img{
  margin-top: auto;
  margin-bottom: 0
}

@media all and (max-width: 768px) {
  .price-calc-wrap {
    display: block;
    max-width:var(--width-img-max);
  }
  .price-calc-item {
    width: 100%;
  }
  .price-calc-item-center {
    width: 100%;
    padding: 2% 0;
  }
  .price-calc-inner {
    min-height: 80px;
    padding: 15px 20px;
  }
  .price-calc-img1 {
    height: 100%;
    max-height: 55px;
    width: auto;
    max-width: none;
  }
  
  .price-calc-img2 {
    height: 100%;
    max-height: 55px;
    width: auto;
    max-width: none;
    margin-left: 2em;
  }
  .price-calc-inner picture {
    width: 40%;
    min-width: 130px;
    margin-top: auto;
  }
  .price-calc-text {
    font-size: max(14px,2.5vw);
  }

  .price-graph img {
    width: 100%;
    max-width: var(--width-img-max);
    margin-bottom: 0;
  }

  .price-feature {
    width: 100%;
    margin-top: 2%;
    display: block;
  }

  .price-feature-item {
    width: 100%;
    padding:0;
    margin-top: 8%;
  }

  .price-feature-item + .price-feature-item {
    border-left: none;
  }

  .price-feature .ttl-baloon-wrap {
    text-align: center;
  }

  .price-feature .ttl-baloon:after {
    left: 50%;
    transform: translateX(-50%);
  }
}/*media*/


/*	シミュレーション
================================*/

.simulation-wrap {
  margin-top: 7%;
  padding: 0 40px 50px;
  background: #FFF9DB;
  border-radius: 12px;
}

.ttl-simulation {
  width: 85.5%;
  height: 50px;
  margin: 0 auto;
  border-radius: 12px;
  background: var(--color-main);
  color: #fff;
  font-size: clamp(20px,2.4vw,26px);
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  position: relative;
  transform:  translateY(-50%);
}

.ttl-simulation-sub {
  width: fit-content;
  padding: 0 30px;
  margin: 0 auto;
}

.ttl-simulation-sub span{
  padding: 0 30px;
  font-size: clamp(20px,2.4vw,26px);
  font-weight: 700;
  line-height: 1.34;
  background-image: linear-gradient(to top,transparent 0%, #fff 0% 20px, transparent 20px);
}

.simulation-img {
  width: 100%;
  margin-top: 3.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}

.simulation-img img:first-child {
  width: 29%;
}
.simulation-img img:last-child {
  width: 66%;
  margin-top: 4%;
}

@media all and (max-width: 768px) {
  .simulation-wrap {
    padding: 8px;
  }
  .ttl-simulation {
    max-width: 300px;
    width: 100%;
    height: 46px;
    font-size: min(3.8vw, 18px);
    line-height: 46px;
  }
  .ttl-simulation-sub {
    text-align: center;
  }
  .ttl-simulation-sub span{
    padding: 0;
    display: inline;
    font-size: 16px;
    /* background-image: none; */
    word-break: keep-all;
    text-align: center;
    background-image: linear-gradient(to top, transparent 0%, #fff 0% 10px, transparent 10px);
  }
  .simulation-wrap {
    margin-top: 8%;
  }
  .simulation-img {

    display: block;
    text-align: center;
  }
  .simulation-img img:first-child {
    width: 69%;
    max-width: 300px;
    margin-top: 6%;
  }
  .simulation-img img:last-child {
    width: 100%;
    margin-top: 6%;
  }
}/*media*/


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

	配信効果の確認

================================*/
.retail-confirm {
  background-color: var(--color-light-beige)
}

.confirm-img {
  margin-top: 30px;
}

.confirm-img img {
  width: 100%;
}
.confirm-img + p {
  text-align: right;
}

@media all and (max-width: 768px) {
  .retail-confirm .text-smaller{
    text-align: left;
  }
  .confirm-img,
  .confirm-img + p {
    max-width: var(--width-img-max);
    margin-left: auto;
    margin-right: auto;
  }
  .confirm-img + p {
    text-align: left;
  }
}/*media*/


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

	便利な機能

================================*/
.retail-function {

}

.retail-function .tag-semi-round {
  margin-bottom: 15px;
}

.video-block-wrap {
  margin-top: 40px;
  padding: 0 0 0 0;
  aspect-ratio: 590 / 332;
}

.video-block-wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 590 / 332;
}

.retail-function .flex-list-all-half-item__half:nth-child(3) .text-larger {
  width: 95%;
}

.function-3-img {
  width: 100%;
  max-width: var(--width-img-max);
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  border-radius: 12px;
  overflow: hidden;
  border: 3px solid var(--color-font);
  aspect-ratio: 590 / 332;
}
.function-3-img img{
  width: 100%;
}




