/******************************
* main_visual
******************************/
.top-main-visual {
  overflow: hidden;
  height: auto; }
  .top-main-visual .splide__track,
  .top-main-visual .splide__list {
    height: 100%;
    position: relative; }
  .top-main-visual .splide__arrow {
    background: none;
    width: 8px;
    height: 20px; }
    .top-main-visual .splide__arrow--prev {
      left: 30px; }
      @media screen and (max-width: 600px) {
        .top-main-visual .splide__arrow--prev {
          left: 5px; } }
    .top-main-visual .splide__arrow--next {
      right: 30px; }
      @media screen and (max-width: 600px) {
        .top-main-visual .splide__arrow--next {
          right: 5px; } }
    .top-main-visual .splide__arrow img {
      height: 20px; }
  .top-main-visual__slide {
    position: relative;
    height: 42vw;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 600px) {
      .top-main-visual__slide {
        height: 60vw; } }
    .top-main-visual__slide img {
      height: 100%; }
  .top-main-visual__copy {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%; }
    @media screen and (max-width: 600px) {
      .top-main-visual__copy {
        width: 80%; } }
    .top-main-visual__copy img {
      width: 100%; }

/******************************
* special price
******************************/
.special-price {
  padding: 80px 0 100px; }
  @media screen and (max-width: 600px) {
    .special-price {
      padding: 60px 0; } }
  .special-price__txt {
    width: 497px;
    margin: 0 auto; }
    @media screen and (max-width: 600px) {
      .special-price__txt {
        width: 100%; } }
  .special-price__tel {
    font-size: 50px;
    font-size: 3.58em;
    font-weight: 700;
    margin-top: 2.5rem; }
    .special-price__tel a {
      color: #fff100; }
    @media screen and (max-width: 600px) {
      .special-price__tel {
        font-size: 11vw; } }

/******************************
* promise
******************************/
.promise header {
  text-align: center; }

.promise__title {
  color: #00a0e9;
  font-size: 50px;
  font-size: 3.58em;
  font-weight: 700; }
  @media screen and (max-width: 600px) {
    .promise__title {
      font-size: 10vw; } }

.promise__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 30px 0 40px; }
  @media screen and (max-width: 600px) {
    .promise__content {
      display: block; } }

.promise__item {
  width: 260px;
  background: #fff;
  border: 5px solid #00a0e9;
  border-radius: 10px;
  padding: 15px 30px 30px; }
  @media screen and (max-width: 600px) {
    .promise__item {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 2rem; } }
  .promise__item figure {
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.promise__txt {
  text-align: center; }
  .promise__txt dt {
    color: #00a0e9;
    font-size: 22px;
    margin-bottom: 0.2rem; }

.promise__note img {
  width: 90px; }

.promise__machine img {
  width: 133px; }

.promise__down img {
  width: 121px; }

/******************************
* margin
******************************/
.margin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (max-width: 600px) {
    .margin {
      display: block; } }
  .margin__txt {
    width: 433px; }
    @media screen and (max-width: 600px) {
      .margin__txt {
        width: 100%;
        margin-bottom: 2rem; } }
  .margin__title {
    color: #00a0e9;
    font-size: 42px;
    font-size: 3em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1rem; }
    @media screen and (max-width: 600px) {
      .margin__title {
        font-size: 8.25vw; } }
  .margin__graph {
    width: 327px;
    position: relative;
    top: -20px; }
    @media screen and (max-width: 600px) {
      .margin__graph {
        width: 100%;
        top: 0;
        text-align: center; }
        .margin__graph img {
          width: 80%; } }

/******************************
* top special
******************************/
.top-special__price {
  margin-bottom: 40px;
  font-size: 50px;
  font-size: 3.58em; }

/******************************
* top news
******************************/
.top-news__title {
  font-size: 22px;
  font-size: 1.58em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem; }

.top-news__list {
  width: 500px;
  margin: 0 auto 30px; }
  @media screen and (max-width: 600px) {
    .top-news__list {
      width: 100%; } }
  .top-news__list dt {
    float: left;
    font-weight: normal;
    clear: both;
    width: 8em; }
  .top-news__list dt,
  .top-news__list dd {
    margin-bottom: 0.5rem; }

/******************************
* top casestudy
******************************/
.top-casestudy {
  margin-top: 80px; }
  .top-casestudy__slide {
    margin-bottom: 50px; }
  .top-casestudy__list img {
    width: 100%; }
  .top-casestudy .splide__slide {
    height: 177px; }
  .top-casestudy .splide__arrow {
    background: none;
    width: 8px;
    height: 20px; }
    .top-casestudy .splide__arrow--prev {
      left: -20px; }
      @media screen and (max-width: 600px) {
        .top-casestudy .splide__arrow--prev {
          left: -12px; } }
    .top-casestudy .splide__arrow--next {
      right: -20px; }
      @media screen and (max-width: 600px) {
        .top-casestudy .splide__arrow--next {
          right: -12px; } }
    .top-casestudy .splide__arrow img {
      height: 20px; }
  .top-casestudy .splide__pagination {
    display: none; }
