@charset "UTF-8";
/* ==============
common
================*/
html {
    font-size: 62.5%;
}

body {
    font-family: 
        "Noto Sans JP", 
        sans-serif;
    font-style: normal;
    color: #000;
    background-color: #fff;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

/* ==============
header
================*/
.header {
    padding: 13px 6.4%;
    background-color: #fff;
}

.header__logo {
    width: 146px;
    height: auto;
}

@media screen and (min-width:769px) {
    .header {
    padding: 20px 5.5%;
    }

.header__logo {
    width: 263px;
    height: auto;
    }
}

/* ==============
mainheader
================*/

.mainheader {
    position: relative;
    background-image: url(../images/mainimage.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% 50%;
    height: 490px;

}

.mainheader::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
}

.main__topic {
    position: absolute;
    /* padding: 0 4%; */
    color: #fff;
    /* background: #000; */
    font-size: clamp(14px,4.6vw,24px);
    line-height: 2.1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
    top: 72%;
    left: 0;
    margin: 0;
}

.mainTopics__txt {
    background-color: #000;
    padding-left: 15px;
}

@media screen and (min-width:769px) {
    .mainheader {
    height: 100vh;
    }

    .main__topic {
        font-size: clamp(28px,3.4vw,52px);
        gap: 20px;
        top: 64%;
    }

    .mainTopics__txt {
        padding-left: 25px;
        font-size: clamp(35px,3.3vw,62px);
    }

}


/* ==============
section2
================*/

.section2 {
    position: relative;
    background-image: url(../images/saigai_image.jpeg);
    background-color:rgba(255,255,255,0.4);
    background-blend-mode:lighten;
    background-size: cover;
    background-repeat: no-repeat;
    height: 610px;
    background-position: 10%;
}

.section2__content {
    position: absolute;
    background-color: rgba(255,255,255,0.7);
    top: 20%;
    bottom: 20%;
    width: 100%;
}

.section2__title {
    text-align: center;
    margin-top: 36px;
    font-size: clamp(24px,8.2vw,32px);
    font-weight: 700;
}

.section2__txt {
    text-align: center;
    margin-top: 29px;
    line-height: 2.1;
    font-size: 1.4rem;
}

.section2__span1 {
    font-weight: 700;
}

.section2__span2 {
    font-weight: 700;
}

.section2__span3 {
    font-size: 1.6rem;
    border-bottom: 2px solid red;
    line-height: 1;
}

.pcBr {
    display: none;
}

/*==========================
fadeIn
==========================*/
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0, 0);
    opacity: 1;
}

@media screen and (min-width:769px) {
    .section2 {
        height: 810px;
        background-position: 10%;
    }

    .spBr {
        display: none;
    }

    .section2__title {
        font-size: clamp(45px,4.4vw,64px);
        margin-top: 48px;
    }

    .section2__txt {
        margin-top: 38px;
        font-size: 2.4rem;
        }


    .section2__span3 {
        font-size: 3.2rem;
        line-height: 3;
    }

    .pcBr {
    display: block;
    }

    .section2__content {
        top: 23%;
        bottom: 23%;
    }

}

/* ==============
section3
================*/

.section3 {
    background-color: #FFF000;
}

.section3__content1 {
    text-align: center;
    padding: 50px 12% 25px 12%;
}

.section3__title {
    position: relative;
    display: inline-block;
    /* font-size: 2.4rem; */
    font-size: clamp(12px,6.2vw,32px);
    font-weight: 500;
    padding:  12px 10%;
}

.section3__title::before {
    content: "";
    background-image: url(../images/asirai1.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 30px;
    top: 0;
    left: 0;
}

.section3__title::after {
    content: "";
    background-image: url(../images/asirai2.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 30px;
    bottom: 0;
    right: 0;
}

.section3__txt {
    font-size: 1.4rem;
    padding: 0 12%;
    line-height: 2.1;
    text-align: center;
    font-weight: 500;
}

.section3__icon {
    display: grid;
    /* 列の指定 repeat で繰り返し指定 */
    grid-template-columns: repeat(2, 1fr);
    padding: 45px 7.6% 80px 7.6%;
    gap: 4.6%;
}

@media screen and (min-width:769px) {
    .section3__content1 {
        padding: 80px 12% 30px 12%;
    }

    .section3__title {
        font-size: clamp(25px,3.3vw,48px);
        padding:  12px 5%;
    }

    .section3__title::before {
        width: 5.4%;
        height: 45%;
        top: 0;
        left: 0;
    }

    .section3__title::after {
        width: 5.4%;
        height: 45%;
        bottom: 0;
        right: 0;
    }

    .section3__txt {
        font-size: clamp(14px,1.4vw,20px);
        padding: 0 12%;
    }

    .section3__icon {
        display: grid;
        /* 列の指定 repeat で繰り返し指定 */
        grid-template-columns: repeat(4, 1fr);
        padding: 60px 8.3% 80px 8.3%;
        gap: 2.6%;
        max-width: 1800px;
        margin: 0 auto;
    }
}

/* ==============
section4
================*/

.section4 {
    background-color: #fff;
    margin-top:50px;

}

.section4__title {
    font-size: clamp(18px,5.1vw,32px);
    font-weight: 600;
    line-height: 1.8;
    padding: 0 2.5% 0 2.5%;
    display: flex;
    justify-content: center;
}

/*===========
fadeIn_left
===========*/

.fadeIn_left {
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 1.5s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*===========
fadeIn_img
===========*/

.fadeIn_img {
  opacity: 0;
  transform: translate(0, 0);
  transition: 4s;
}

.fadeIn_img.show {
  transform: translate(0, 0);
  opacity: 1;
}


.section4__txt {
    font-size: clamp(12px,3vw,14px);
    line-height: 2;
    padding: 10px 5.1% 30px 6.1%;
    display: flex;
    justify-content: center;
}

.section4__img {
    text-align: center;

}

.section4__txt2 {
    text-align: center;
    font-size: clamp(18px,4.6vw,24px);
    font-weight: 600;
    line-height: 1.8;
    padding: 40px 20px;
    letter-spacing: -0.02em;
}

.section4__span {
    letter-spacing: -0.3em;
}

.btn {
    display: flex;
    gap: 10px;
    position: relative;
    background: #02BBB8;
    border-radius: 80px;
    padding: 8px 35px;
    /* font-size: 1.8rem; */
    font-size: clamp(18px,5.1vw,24px);
    font-weight: 500;
    align-items: center;
    justify-content: center;
    line-height: 2.1;
    color: #fff;
    border: 2px solid #02BBB8;
    margin: 0 35px 50px 35px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 22px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.btn:hover {
    background: #fff;
    color: #02BBB8;
}

.btn:hover::after {
    background-image: url(../images/arrow2.png);
}




.section4__pcImg {
    display: none;
}

@media screen and (min-width:769px) {
    
    .section4__img {
        display: none;
    }

    .section4__pcImg {
        display: block;
        width: 50%;
        height: 80%;
    }
    .section4__pcImg img {
        width: 100%;
    }
    
    .section4__container {
        display: flex;
        align-items: center;
        padding: 0 1.3% 0 5.5%;
        justify-content: center;
        max-width: 2450px;
        margin: 0 auto;
    }

    .section4 {
        margin-top: 75px;
        margin-bottom: 75px;
    }

    .section4__title {
        font-size: clamp(18px,2.5vw,60px);
        padding: 0 0.6% 0 1.3%;
        display: flex;
        justify-content: left;
    }

    .section4__txt {
        font-size: clamp(14px,1.1vw,25px);
        padding: 10px 0.6% 30px 1.3%;
        display: flex;
        justify-content: left;
    }

    .section4__txt2 {
        text-align: left;
        font-size: clamp(18px,2.5vw,48px);
        font-weight: 600;
        padding: 0 0 0 1.3%;
        letter-spacing: 0;
    }

    .btn {
        border-radius: 80px;
        padding: 8px 35px;
        font-size: clamp(18px,2.5vw,36px);
        margin: 80px 4.8% 50px 0;
    }

    .btn::after {
        width: 3.9%;
        height: 38%;
        right: 28px;
        top: 50%;
        transform: translateY(-50%);
    }
}

/* ==============
section5
================*/

.section5 {
    padding-top: 20px;
    background-color: #FFF000;
    padding-bottom: 80px;
}

.section5__title {
    font-size: 3rem;
    line-height: 2.1;
    font-weight: 600; 
    padding-left: 21px;
    position: relative;
}

.section5__title::after {
    content: "";
    background-image: url(../images/point.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 10px;
    width: 340px;
    height: 48px;
}

.section5__flame {
    background-color: #fff;
    border-radius: 10px;
    margin: 24px;
    padding-bottom: 40px;
}

.section5__img {
    /* width: 312px;
    height: 312px; */
    padding: 20px 3.8% 15px 3.8%;
}

.section5__index {
    font-size: 2.4rem;
    border-left: 11px solid #000;
    padding: 0px 11px;
    margin-left: 4.1%;
}

.section5__txt {
    font-size: 1.6rem;
    line-height: 2.1;
    padding: 11px 4.1%;

}

.section5__osusume {
    padding-bottom: 50px;
}

.section5__osusumeitem a{ overflow:hidden; }
.section5__osusumeitem a img {
    transition: 0.2s;
}
.section5__osusumeitem a img:hover{
	transform:scale(1.1);
	transition:0.4s;
}

.swiper {
    padding: 10px 0.7%;
}

.swiper-navigation-icon {
    display: none;
}


.swiper-button-prev {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: rgba(223, 223, 223, 0.3);
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    left: 7px !important;
    top: 30% !important;
}

@media screen and (min-width:420px) {
    .swiper-button-prev {
        top: 40% !important;
    }
}

.swiper-button-prev::after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 15px;
    transform: rotate(-135deg);
    left: 18px;
}

.swiper-button-next {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: rgba(223, 223, 223, 0.3);
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    right: 1.5% !important;
    top: 30% !important;
    /* left: 68% !important;
    bottom: 350px; */

}

@media screen and (min-width:420px) {
    .swiper-button-next {
        top: 40% !important;
    }
}

.swiper-button-next::after {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #000;
    border-left: solid 2px #000;
    position: absolute;
    top: 15px;
    transform: rotate(-135deg);
    left: 10px;
}




.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -12px;
    position: relative;
}



.section5__osusumeshohin {
    font-size: 2.4rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-left: 16px;
}

.section5__osusumeshohin::before {
    content: "";
    border-top: 1px solid #000;
    width: 40px;
}

.swiper-button-next, .swiper-button-prev {
    content: "";

}

.section5__name {
    display: inline-block;
    font-size: 2rem;
    color: #DA2A18;
    padding: 10px 16px 0 16px;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
    text-decoration: none;
}

.section5__name:hover {
    text-decoration: #DA2A18 underline ;
    opacity: 0.6;
    transition: 0.3s;
}

.section5__price {
    font-size: 3.6rem;
    font-weight: 600;
    padding-left: 16px;
}

.section5__tax {
    font-size: 2rem;
    font-weight: 600;
}

.btn2 {
    display: flex;
    gap: 10px;
    position: relative;
    background: #02BBB8;
    border-radius: 80px;
    padding: 8px 35px;
    /* font-size: 1.8rem; */
    font-size: clamp(12px,5vw,18px);
    font-weight: 500;
    align-items: center;
    justify-content: center;
    line-height: 2.1;
    color: #fff;
    margin: 0 12px 0 12px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
    border: 2px solid #02BBB8;
    cursor: pointer;
    transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.btn2::after {
    content: "";
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    display: inline-block;
    width: 13px;
    height: 22px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

.btn2:hover {
    background: #fff;
    color: #02BBB8;
}

.btn2:hover::after {
    background-image: url(../images/arrow2.png);
}


@media screen and (min-width:769px) {
    .section5 {
        padding-top: 60px;
        padding-bottom: 15px;
    }

    .section5__title {
        font-size: 4.8rem;
        padding-left: 5.5%;
        position: relative;
        display: inline-block;
    }

    .section5__title::after {
        top: 55%;
        transform: translateY(-50%);
        left: 4.2%;
        width: 529px;
        height: 79px;
        right: -2em;
        margin: 0 0 0 5%;
    }

    .section5__flame {
        background-color: #fff;
        border-radius: 20px;
        margin: 50px 5.5% 200px 5.5%;
        padding-bottom: 75px;
    }

    .section5__content {
        display: flex;
        align-items: center;
        padding: 60px 2.7%;
        gap: 3.4%;
    }

    .section5__img {
        padding: 0;
    }

    .section5__index {
        font-size: clamp(24px,2.5vw,52px);
        border-left: 12px solid #000;
        padding: 0px 2%;
        margin-left: 16px;
    }

    .section5__txt {
        font-size: clamp(12px,1.1vw,32px);
        line-height: 2.1;
        padding: 11px 16px;
    }

    .section5__osusumeshohin {
        font-size: clamp(24px,2.2vw,52px);
        gap: 2%;
        padding-left: 2.8%;
    }

    .section5__name {
        font-size: clamp(14px,1.4vw,32px);
        padding: 10px 7% 0;
    }

    .section5__price {
        font-size: clamp(24px,2.5vw,52px);
        padding-left: 7%;
    }

    .section5__tax {
        font-size: clamp(14px,1.4vw,32px);
    }

    .section5__osusumeshohin::before {
        width: 80px;
    }

    .swiper-button-prev {
        display: none;
    }

    .swiper-button-prev::after {
        display: none;
    }

    .swiper-button-next {
       display: none;
    }

    .swiper-button-next::after {
        display: none;
    }

    .btn2 {
        border-radius: 80px;
        padding: 8px 35px;
        /* font-size: 1.8rem; */
        font-size: clamp(18px,2.5vw,36px);
        margin: 45px 22% 0;
    }

    .btn2::after {
        width: 3.9%;
        height: 38%;
        right: 38px;
    }
}

 @media screen and (min-width:1400px) {
        .section5__title::after {
            margin: 0 0 0 10%;
        }     
}

 @media screen and (min-width:1960px) {
    .title__flame {
            max-width: 1800px;
            margin: 0 auto;
        }

    .section5__flame {
            max-width: 1800px;
            margin: 50px auto 200px;
        } 
    
    .section5__title {
        padding-left: 0;
    }

    .section5__title::after {
        left: -12.5%;
    }
 }

/* ==============
section6
================*/

.section6 {
    background-color:#EDF7FB ;
    padding: 40px 24px 80px 24px;
}

.section6__title {
    font-size: 2.4rem;
    text-align: center;
    position: relative;
    margin-bottom: 50px;

}

.section6__png {
    width: 238px;
    height: 54px;
    display:block;
    margin: 0 auto;
   
}

.section6__flame {
  position: relative;
  display: inline-block;
  width: 84%;
  margin-left: 2.5%;
  padding: 16px;
  border: 2px solid #000000;
  border-radius: 15px;
  background-color: #ffffff;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.section6__flame::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent #000000 transparent transparent;
  translate: -100% -50%;
  transform: skew(0, -25deg);
  transform-origin: right;
}

.section6__flame::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 0 15.2px 15.2px 0;
  border-color: transparent #ffffff transparent transparent;
  translate: -100% calc(-50% - 0.4px);
  transform: skew(0, -25deg);
  transform-origin: right;
}

.section6__txt {
    font-size: clamp(12px,3vw,16px);
    line-height: 2.1;
    font-weight: 500;
}

.section6__content {
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    gap: 2.8%;
    justify-content: center;
}

.section6__imgflame {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.section6__content--img {
    width: 75%;
    height: auto;
    
}

.section6__content--img2 {
    width: 95%;
    height: auto;
    
}

@media screen and (min-width:769px) {
    .section6 {
        padding: 80px;
    }

    .section6__title {
        font-size: clamp(32px,3.3vw,48px);
        margin-bottom: 80px;

    }

    .section6__png {
        width: 33%;
        height: auto;
    }

    .section6__flame {
        width: 780px;
        /* width: 62%; */
        font-size: 2.4rem;
        padding: 3%;

    }

    .section6__txt {
        font-size: clamp(16px,1.4vw,32px);
    }

    .section6__imgflame {
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section6__content {
        margin-bottom: 80px;
    }


    .section6__content--img {
        width: 60%;
        height: auto;
        
    }

    .section6__content--img2 {
        width: 78%;
        height: auto;
    }
}

@media screen and (min-width:1960px) {
    .png__flame {
        max-width: 1800px;
        margin: 0 auto;
    }

}

/* ==============
section7
================*/

.section7 {
    padding: 30px 6.1% 40px 6.1%;
    overflow: hidden;
}

.section7__title {
    display: inline-block;
    font-size: clamp(16px,5.1vw,32px);
    position: relative;
    margin-bottom: 30px;
    
}

.swiper2 {
    position: relative;
}

.section7__title::after {
    content: "";
    position: absolute;
    border-right: 1.5px solid #000;
    width: 1px;
    height: 110%;
    right: -10px;
    top: 5px;
}

.section7__title::before {
    content: "";
    position: absolute;
    border-bottom: 1.5px solid #000;
    width: 107%;
    height: 1px;
    top: 105%;
}

.section7__item a{ overflow:hidden; }
.section7__item a img {
    transition: 0.2s;
}
.section7__item a img:hover{
	opacity: 0.6;
	transition:0.4s;
}

.section7__img {
    display: block;
}

.section7__name {
    font-size: 1.6rem;
    border-bottom: 1px solid #000;
}

.section7__name:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.section7__price {
    font-size: 3.6rem;
    font-weight: 700;
}

.section7__tax {
    font-size: 2rem;
    font-weight: 700;
}

.swiper-slide img {
    height: auto;
    width: 100%;
}

.swiper-slide {
    padding: 10px;
}

.swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -12px;
    position: relative;
    display: flex;
    justify-content: center;
}

/* section7用のナビゲーションボタン */
.swiper-button-prev2 {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: rgba(223, 223, 223, 0.3);
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    left: 0 !important;
    /* bottom: 270px; */
    top: 40% !important;
    z-index: 1;
}

.swiper-button-prev2::after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 15px;
    transform: rotate(-135deg);
    left: 18px;
}

.swiper-button-next2 {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    color: rgba(223, 223, 223, 0.3);
    line-height: 1;
    width: 50px;
    height: 50px;
    border: 0.075em solid currentColor;
    background: currentColor;
    border-radius: 50%;
    box-sizing: content-box;
    right: 0 !important;
    /* bottom: 270px; */
    top: 40% !important;
    z-index: 1;
}

.swiper-button-next2::after {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #000;
    border-left: solid 2px #000;
    position: absolute;
    top: 15px;
    transform: rotate(-135deg);
    left: 10px;
}

@media screen and (min-width:769px) {
    .section7 {
        padding: 60px 5.2% 80px 5.2%;
        overflow: hidden;
    }

    .section7__title {
        font-size: clamp(24px,3.3vw,52px);
        margin-bottom: 45px;
        
    }

    .section7__title::after {
        border-right: 2px solid #000;
        width: 1px;
        height: 113%;
        right: -21px;
    }

    .section7__title::before {
        border-bottom: 2px solid #000;
        width: 109%;
        height: 1px;
        top: 105%;
    }

    .section7__name {
        font-size: clamp(14px,1.1vw,25px);
        border-bottom: 1px solid #000;
    }

    .section7__price {
        font-size: clamp(18px,2.5vw,60px);
        font-weight: 700;
    }

    .section7__tax {
        font-size: clamp(14px,1.4vw,32px);
        font-weight: 700;
    }

    .swiper-button-prev2 {
        display: none;
    }

    .swiper-button-prev2::after {
        display: none;
    }

    .swiper-button-next2 {
       display: none;
    }

    .swiper-button-next2::after {
       display: none;
    }

    .swiper-pagination2.swiper-pagination-bullets.swiper-pagination-horizontal {
       display: none;
    }

}

@media screen and (min-width:1000px) {
    .section7__title::after {
            border-right: 2px solid #000;
            width: 1px;
            height: 110%;
            right: -21px;
        }

        .section7__title::before {
            border-bottom: 2px solid #000;
            width: 107%;
            height: 1px;
            top: 105%;
        }

}
@media screen and (min-width:1200px) {
        .section7__title::before {
            border-bottom: 2px solid #000;
            width: 106%;
            height: 1px;
            top: 105%;
        }

}







/* ==============
footer
================*/



.footer {
    padding: 13px 6.4%;
    background-color: #DFDFDF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}



.footer__logo {
    width: 146px;
    height: auto;
}

@media screen and (min-width:769px) {
    .footer {
        padding: 25px 80px;
    }

    .footer__logo {
        width: 263px;
        height: auto;
    }

    .footer__copy {
        font-size: 1.4rem;
    }


}