/*
//@include linkarrow();
@mixin linkarrow($d:'sp', $c:$monocolor){

    @if $d == 'sp'{

        &:before,
        &:after{
            content: "";
            display: block;
            border-top: 1px solid $c;
            position: absolute;
            z-index: 9;
            top: 50%;
            //right: size(80/-2);
            $right: math.div(80 , -2);
            right: size( $right );
            transform-origin: right bottom;
            //opacity: 0.4;
        }
        &:before{
            width: size(30);
            transform: translateY(-50%) rotate(40deg);
        }
        &:after{
            width: size(80);
            transform: translateY(-50%);
        } 
    }
    @else if $d == 'pc'{

        &:before,
        &:after{
            //right: (96px/-2);
            right: ( math.div(96px , -2) );
        }
        &:before{
            width: 24px;
        }
        &:after{
            width: 96px;
        }
    }
}
*/
/* =================================================
   unique layout
================================================= */
#container.page {
  /* -------------------------------------
     article
  ------------------------------------- */
}
#container.page #article {
  /* -------------------------------------
     section
  ------------------------------------- */
}
#container.page #article section .content.content_1 {
  padding-bottom: 16vw;
}
#container.page #article section .content.content_1 p {
  text-align: center;
}
#container.page #article section .content.content_2 {
  padding-bottom: 8vw;
}
#container.page #article section .content.content_2 h3 {
  margin: 5.3333333333vw 0 4vw;
}
#container.page #article section .content.content_2 h3 span.txt {
  font-size: 1.3rem;
  margin-bottom: 4vw;
  border-bottom: 1px solid hsl(0, 0%, 0%);
}
#container.page #article section .content.content_2 h3 span.txt_2 {
  font-size: 1.8rem;
  line-height: 1.75;
}
#container.page #article section .content.content_2 .item {
  width: 88vw;
  padding-bottom: 24vw;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page {
    /* -------------------------------------
       article
    ------------------------------------- */
  }
  #container.page #article {
    /* -------------------------------------
       section
    ------------------------------------- */
  }
  #container.page #article section .content.content_1 {
    padding-bottom: 80px;
  }
  #container.page #article section .content.content_1 p {
    text-align: center;
  }
  #container.page #article section .content.content_2 {
    grid-column: 1/-1;
    padding: 0 32px;
  }
  #container.page #article section .content.content_2 h3 {
    grid-row: 1;
    grid-column: 1;
    margin: 32px 0 64px;
  }
  #container.page #article section .content.content_2 h3 span.txt {
    margin-bottom: 64px;
  }
  #container.page #article section .content.content_2 p {
    grid-column: 1/-1;
  }
  #container.page #article section .content.content_2 figure {
    grid-column: 2;
  }
  #container.page #article section .content.content_2 .item {
    display: grid;
    grid-template-columns: 1fr 450px;
    row-gap: 16px;
    width: 100%;
    max-width: 800px;
    min-height: 560px;
    padding: 70px 0;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 1100px) {
  /* =================================================
     unique layout
  ================================================= */
  #container.page #article section .content.content_1 {
    padding-bottom: 112px;
  }
  #container.page #article section .content.content_2 {
    padding: 0 32px;
  }
  #container.page #article section .content.content_2 h3 {
    margin: 32px 0 64px;
  }
  #container.page #article section .content.content_2 h3 span.txt {
    font-size: 1.8rem;
    margin-bottom: 80px;
  }
  #container.page #article section .content.content_2 h3 span.txt_2 {
    font-size: 2.5rem;
  }
  #container.page #article section .content.content_2 .item {
    grid-template-columns: 1fr 630px;
    row-gap: 24px;
    max-width: 1120px;
    min-height: 560px;
    padding: 96px 0;
  }
}/*# sourceMappingURL=performance-warranty.css.map */