@charset "UTF-8";
h2.top-title {
  font-weight: 900;
  text-align: center;
  color: #407797;
  font-size: 50px; }
  @media screen and (max-width: 768px) {
    h2.top-title {
      font-size: 30px; } }

/*------------------------------------------------------
 メインビジュアル
-------------------------------------------------------*/
.mainvisual {
  background: url("../img/common/bg.webp"), linear-gradient(45deg, #eaffff, #d8d6e3);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding: 0 0 50px 0; }
  @media screen and (max-width: 768px) {
    .mainvisual {
      padding: 0 0 30px 0; } }
  .mainvisual .inner-wrap {
    max-width: 1500px;
    width: 100%;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .mainvisual .inner-wrap {
        padding-left: 4%; } }
  .mainvisual .inner {
    position: relative;
    width: 100%;
    padding-top: 55%; }
    @media screen and (max-width: 768px) {
      .mainvisual .inner {
        padding-top: 100%; } }
    .mainvisual .inner img {
      position: absolute; }
      .mainvisual .inner img.main-image {
        top: 0;
        right: 0; }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-image {
            top: 10%;
            width: 100%; } }
      .mainvisual .inner img.main-tokka {
        top: 0;
        left: 0; }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-tokka {
            width: 30%; } }
      .mainvisual .inner img.main-catch {
        left: 0;
        top: 8%;
        width: 55%; }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-catch {
            width: 70%; } }
      .mainvisual .inner img.main-flow {
        width: 35%;
        left: 5%;
        top: 33%; }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-flow {
            left: 0;
            top: 40%;
            width: 50%; } }
      .mainvisual .inner img.main-maru_01 {
        bottom: 15%;
        width: 22%;
        right: 30%;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-maru_01 {
            width: 24%;
            right: 29%;
            bottom: 5%; } }
      .mainvisual .inner img.main-maru_02 {
        bottom: 15%;
        right: 5%;
        width: 22%;
        border-radius: 50%;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 768px) {
          .mainvisual .inner img.main-maru_02 {
            width: 24%;
            right: 2%;
            bottom: 5%; } }

.many-customers {
  padding: 50px 0; }
  @media screen and (max-width: 768px) {
    .many-customers {
      padding: 30px 0; } }
  .many-customers p {
    font-size: 24px;
    text-align: center;
    padding: 0 1em;
    margin-top: 0;
    color: #555; }
    @media screen and (max-width: 768px) {
      .many-customers p {
        font-size: 16px;
        margin-bottom: 0; } }
    .many-customers p span {
      font-weight: 900;
      font-size: 120%; }

ul.slider-many .slick-track {
  display: flex;
  align-items: center; }
ul.slider-many li {
  padding: 10px 20px;
  width: 100%;
  height: 100%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    ul.slider-many li {
      padding: 10px; } }
  ul.slider-many li img {
    height: 70px;
    object-fit: contain;
    margin: auto; }

/*---------------------------------------------------------
 通販ベストとは
---------------------------------------------------------*/
.about p.read {
  text-align: center;
  font-weight: bold;
  margin: 1.5em 0;
  color: #666666;
  font-size: 20px;
  line-height: 2em; }
  @media screen and (max-width: 768px) {
    .about p.read {
      font-size: 14px; } }

.flow {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px; }
  @media screen and (max-width: 768px) {
    .flow {
      padding-bottom: 50px; } }
  .flow img {
    vertical-align: middle; }
  .flow .netshop {
    width: 65%; }
    @media screen and (max-width: 768px) {
      .flow .netshop {
        width: 57%; }
        .flow .netshop img {
          width: 130px; } }
    .flow .netshop .row {
      padding: 20px;
      margin: 0; }
      @media screen and (max-width: 768px) {
        .flow .netshop .row {
          padding: 10px; }
          .flow .netshop .row .col-md-4 {
            margin-bottom: 20px; } }
    .flow .netshop ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 10px; }
      .flow .netshop ul li {
        padding-left: 1em;
        margin: 0;
        list-style: none;
        font-size: 18px;
        position: relative;
        color: #666666;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          .flow .netshop ul li {
            font-size: 14px; }
            .flow .netshop ul li:last-child {
              margin-bottom: 0; } }
        .flow .netshop ul li:after {
          position: absolute;
          content: "";
          display: block;
          width: 0.8em;
          height: 0.8em;
          left: 0;
          top: 50%;
          margin-top: -0.4em;
          border-radius: 50%;
          background: #EF821D; }
  .flow .tel {
    margin-left: 2%;
    width: 33%; }
    @media screen and (max-width: 768px) {
      .flow .tel {
        width: 40%; } }
    .flow .tel .row {
      padding: 20px;
      margin: 0;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .flow .tel .row {
          padding: 10px; }
          .flow .tel .row .col-md-6 {
            padding: 10px 0; } }
  .flow .arrow {
    position: relative;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    margin-bottom: 80px; }
    .flow .arrow h3 {
      text-align: center;
      background: #ffe178;
      font-weight: 900;
      color: #666666;
      padding: 0.3em;
      border-radius: 10px 10px 0 0; }
      @media screen and (max-width: 768px) {
        .flow .arrow h3 {
          font-size: 16px; } }
    .flow .arrow:after {
      content: "";
      background: url(../img/top/flow_arrow.svg);
      background-repeat: no-repeat;
      background-position: center bottom;
      background-size: 100% auto;
      position: absolute;
      width: 46px;
      height: 60px;
      display: block;
      bottom: -70px;
      left: 50%;
      margin-left: -23px; }
  .flow .best {
    width: 100%;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 5px solid #EF821D;
    padding: 50px 20px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .flow .best {
        padding: 30px 10px; } }
    .flow .best p {
      font-size: 20px;
      color: #407797;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .flow .best p {
          font-size: 15px; } }
    .flow .best ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; }
      .flow .best ul li {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        list-style: none;
        padding: 10px; }
        @media screen and (max-width: 768px) {
          .flow .best ul li {
            -ms-flex: 0 0 33.3%;
            flex: 0 0 33.3%;
            max-width: 33.3%; } }
        .flow .best ul li span {
          display: block;
          color: #666666;
          margin-top: 0.5em;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .flow .best ul li span {
              font-size: 13px; } }
    .flow .best a {
      display: block;
      font-weight: bold;
      text-decoration: none;
      color: #fff;
      text-align: center;
      border-radius: 3em;
      padding: 0.6em 1.5em;
      border: 2px solid #EF821D;
      background: #EF821D;
      max-width: 300px;
      margin: auto;
      font-size: 20px;
      box-shadow: 3px 5px 0 #7b4b1f;
      -webkit-transition: all 0.25s;
      -moz-transition: all 0.25s;
      -o-transition: all 0.25s;
      transition: all  0.25s; }
      @media screen and (max-width: 768px) {
        .flow .best a {
          font-size: 16px; } }
      .flow .best a:hover {
        background: #fff;
        color: #EF821D;
        box-shadow: 3px 5px 0 rgba(123, 75, 31, 0); }

/*---------------------------------------------------------
通販Bestが選ばれる理由
---------------------------------------------------------*/
section.chosen {
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(45deg, #e6f5ed, #c0e5d3, #a0d5dd); }
  @media screen and (max-width: 768px) {
    section.chosen {
      padding: 50px 0 170px 0; } }
  section.chosen .chosen-top {
    text-align: center; }
    section.chosen .chosen-top img {
      border-radius: 50%;
      max-width: 340px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  section.chosen .chosen-item {
    position: relative;
    margin-top: 150px; }
    @media screen and (max-width: 768px) {
      section.chosen .chosen-item {
        margin-top: 70px; } }
    section.chosen .chosen-item:before {
      content: "";
      display: block;
      width: 300%;
      transform: rotate(-8deg);
      background: url("../img/common/bg-dot.svg");
      background-size: 440px;
      position: absolute;
      background-position: center;
      top: 30px;
      bottom: 30px;
      left: 50%;
      margin-left: -150%; }
      @media screen and (max-width: 768px) {
        section.chosen .chosen-item:before {
          background-size: 300px; } }
    section.chosen .chosen-item .container {
      position: relative; }
    section.chosen .chosen-item .chosen-item-num {
      width: 28%; }
      @media screen and (max-width: 768px) {
        section.chosen .chosen-item .chosen-item-num {
          width: 40%; }
          section.chosen .chosen-item .chosen-item-num img {
            margin-top: -20%; } }
    section.chosen .chosen-item .chosen-item-header {
      display: flex;
      flex: 1; }
      @media screen and (max-width: 768px) {
        section.chosen .chosen-item .chosen-item-header {
          display: block; } }
      section.chosen .chosen-item .chosen-item-header .chosen-item-title h3 {
        color: #407797;
        font-weight: 900;
        position: relative;
        padding-top: 0.2em;
        padding-bottom: 0.5em;
        padding-left: 1em;
        font-size: 40px; }
        @media screen and (max-width: 768px) {
          section.chosen .chosen-item .chosen-item-header .chosen-item-title h3 {
            font-size: 24px;
            padding-right: 1em; } }
        section.chosen .chosen-item .chosen-item-header .chosen-item-title h3:after {
          content: "";
          display: block;
          position: absolute;
          width: 2000px;
          left: 0;
          bottom: 0;
          border-bottom: 1px solid #407797; }
        section.chosen .chosen-item .chosen-item-header .chosen-item-title h3:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          bottom: -5px;
          border-radius: 50%;
          width: 10px;
          height: 10px;
          background: #407797; }
      section.chosen .chosen-item .chosen-item-header .chosen-item-title p {
        font-size: 24px;
        margin-left: 1.5em; }
        @media screen and (max-width: 768px) {
          section.chosen .chosen-item .chosen-item-header .chosen-item-title p {
            font-size: 16px;
            margin-right: 1.5em; } }

/*---------------------------------------------------------
欲しい機能がまるっと使えるパッケージ
---------------------------------------------------------*/
.chosen-col {
  display: flex;
  margin-top: 100px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin-left: 20px;
  box-shadow: 0 0 20px rgba(65, 172, 187, 0.7);
  position: relative; }
  @media screen and (max-width: 768px) {
    .chosen-col {
      display: block;
      margin-left: 30px;
      padding-bottom: 20px;
      margin-top: 80px; } }
  .chosen-col:before {
    background: rgba(255, 225, 120, 0.5);
    width: 100%;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    height: 70px;
    position: absolute;
    content: ""; }
    @media screen and (max-width: 768px) {
      .chosen-col:before {
        display: none; } }
  .chosen-col .chosen-col-iamge {
    width: 48%;
    padding: 0 0 30px 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .chosen-col .chosen-col-iamge {
        width: 100%;
        padding: 0;
        background: rgba(255, 225, 120, 0.5);
        border-radius: 10px 10px 0 0; } }
    .chosen-col .chosen-col-iamge img {
      vertical-align: bottom;
      position: relative;
      margin-top: -30px;
      margin-left: -30px;
      border-radius: 10px; }
  .chosen-col .chosen-col-content {
    flex: 1;
    position: relative;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      .chosen-col .chosen-col-content {
        padding: 0 20px; }
        .chosen-col .chosen-col-content:before {
          background: rgba(255, 225, 120, 0.5);
          width: 100%;
          top: 0;
          left: 0;
          height: 70px;
          position: absolute;
          content: ""; } }
    .chosen-col .chosen-col-content h4 {
      position: relative;
      height: 70px;
      display: flex;
      align-items: center;
      color: #666666;
      font-weight: 900;
      font-size: 32px; }
      @media screen and (max-width: 768px) {
        .chosen-col .chosen-col-content h4 {
          font-size: 24px; } }
    .chosen-col .chosen-col-content p {
      font-size: 24px;
      font-weight: 700;
      color: #666666;
      line-height: 1.7;
      margin: 1em 0; }
      @media screen and (max-width: 768px) {
        .chosen-col .chosen-col-content p {
          font-size: 18px; } }
    .chosen-col .chosen-col-content ul li {
      padding-left: 1em;
      margin: 0 1em 0.5em 0;
      list-style: none;
      font-size: 18px;
      position: relative;
      color: #666666; }
      @media screen and (max-width: 768px) {
        .chosen-col .chosen-col-content ul li {
          font-size: 14px; }
          .chosen-col .chosen-col-content ul li:last-child {
            margin-bottom: 0; } }
      .chosen-col .chosen-col-content ul li:after {
        position: absolute;
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        left: 0;
        top: 0.8em;
        margin-top: -0.4em;
        border-radius: 50%;
        background: #EF821D; }
  .chosen-col.reverse {
    flex-direction: row-reverse;
    margin-left: 0px;
    margin-right: 30px; }
    .chosen-col.reverse .chosen-col-iamge {
      text-align: right; }
      .chosen-col.reverse .chosen-col-iamge img {
        margin-right: -30px;
        margin-left: 0; }

/*---------------------------------------------------------
累計50種以上
---------------------------------------------------------*/
.chosen-card-list .col-md-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px; }
  @media screen and (max-width: 768px) {
    .chosen-card-list .col-md-6 {
      margin-top: 10px;
      margin-bottom: 10px;
      padding: 0 20px; } }

.chosen-card {
  padding: 20px;
  background: #fff;
  height: 100%;
  border: 7px solid #c6e6eb;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(65, 172, 187, 0.5); }
  @media screen and (max-width: 768px) {
    .chosen-card {
      border: 5px solid #c6e6eb; } }
  .chosen-card h4 {
    text-align: center;
    color: #666;
    font-weight: 900;
    margin-bottom: 1em; }
  .chosen-card ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .chosen-card ul li {
      padding-left: 1em;
      margin: 0 1em 0.5em 0;
      list-style: none;
      font-size: 18px;
      position: relative;
      color: #666666;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .chosen-card ul li {
          font-size: 14px; }
          .chosen-card ul li:last-child {
            margin-bottom: 0; } }
      .chosen-card ul li:after {
        position: absolute;
        content: "";
        display: block;
        width: 0.8em;
        height: 0.8em;
        left: 0;
        top: 50%;
        margin-top: -0.4em;
        border-radius: 50%;
        background: #EF821D; }

/*---------------------------------------------------------
安心のサポート体制
---------------------------------------------------------*/
.chosen-support-card-list .col-md-6 {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 20px; }
.chosen-support-card-list .chosen-support-card {
  box-shadow: 0 0 15px rgba(65, 172, 187, 0.5);
  padding: 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  height: 100%;
  position: relative; }
  .chosen-support-card-list .chosen-support-card:before {
    content: "";
    display: block;
    width: 90px;
    height: 120px;
    border-radius: 50%;
    background: #ffe178;
    opacity: 0.8;
    transform: rotate(60deg);
    left: 20px;
    top: 5px;
    position: absolute; }
  .chosen-support-card-list .chosen-support-card h4 {
    font-weight: 900;
    color: #666;
    font-size: 38px;
    position: relative;
    min-height: 2.5em; }
    @media screen and (max-width: 768px) {
      .chosen-support-card-list .chosen-support-card h4 {
        font-size: 26px; } }
  .chosen-support-card-list .chosen-support-card p {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .chosen-support-card-list .chosen-support-card p {
        font-size: 15px; } }

.chosen-contact {
  position: relative;
  border: 5px solid #ef821d;
  background: #fffaca;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: auto;
  border-radius: 10px;
  padding: 50px 10px;
  margin-top: -70px;
  z-index: 2; }
  @media screen and (max-width: 768px) {
    .chosen-contact {
      padding: 10px 10px 20px 10px; }
      .chosen-contact a {
        margin-top: 10px; } }
  .chosen-contact img {
    position: absolute;
    top: -300px;
    right: 0;
    width: 405px; }
    @media screen and (max-width: 768px) {
      .chosen-contact img {
        top: -168px;
        right: 0;
        width: 224px; } }

/*---------------------------------------------------------
通販Bestは、こんなお客様にご導入いただいています！
---------------------------------------------------------*/
ul.introduction {
  padding: 10px; }
  ul.introduction li {
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    list-style: none;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    padding: 2em 60px;
    margin: 3em 75px;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      ul.introduction li {
        font-size: 15px; } }
    ul.introduction li img {
      position: absolute;
      width: 130px;
      top: -20px; }
    ul.introduction li:nth-child(even) {
      margin-left: 0;
      padding: 2em 70px 2em 20px; }
      ul.introduction li:nth-child(even) img {
        right: -75px; }
    ul.introduction li:nth-child(odd) {
      margin-right: 0;
      padding: 2em 20px 2em 70px; }
      ul.introduction li:nth-child(odd) img {
        left: -75px; }

/*---------------------------------------------------------
お知らせ
---------------------------------------------------------*/
.news {
  padding: 100px 10px;
  background: #cae6e6; }
  @media screen and (max-width: 768px) {
    .news {
      padding: 50px 10px; } }
