main {  
    font-family: "Noto Sans JP",sans-serif;
    width: 100%;
    font-size: 16px;
    color: #606060;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
    margin-top: 88px;
}

main a {
    color: #606060;
}

.section-title {
    text-align: center;
    font-weight: bold;
    position: relative;
    margin-bottom: 40px;
}

.section-title h3 {
    font-size: 60px;
    font-weight: bolder;
    position: relative;
    z-index: 12;
}

.section-title h4 {
    font-size: 25px;
}

.title-decoration {
    position: absolute;
    bottom: 20px;
    z-index: -1;
}

@media screen and (max-width:990px){
     main {
        margin-top: 55px;
     }
}

@media screen and (max-width:768px){
    .section-title h3 {
        font-size: 30px;
    }

    .section-title h4 {
        font-size: 12px;
    }
}

/*--------------------------mainvisual----------------------------*/
.mainvisual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.mainvisual-slick__wrapper {
    width: 52.9%;
}

.slider {
  margin-inline: auto;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
}

.slick-slide img {
    display: block;
    width: 100%;
}

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

.mainvisual-image__pc {
    display: block;
}

.mainvisual-image__sp {
    display: none!important;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); /* 拡大率 */
  }
}

.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.mainvisual-text {
    width: 47.1%;
}

.mainvisual-text__sp {
    display: none;
}

.mainvisual-text__pc {
    display: block;
}

.mainvisual-text img {
    width: 100%;
}

.mainvisual-text__balloon {
    display: none;
}

.mainvisual-wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.mainvisual-wave__pc {
    display: block;
}

.mainvisual-wave__sp {
    display: none;
}

@media screen and (max-width:768px){
    .mainvisual {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .mainvisual-slick__wrapper {
        width: 100%;
        position: relative;
    }

    .mainvisual-text {
        width: 100%;
        position: relative;
    }

    .mainvisual-image__pc {
        display: none!important;
    }

    .mainvisual-image__sp {
        display: block!important;
    }

    .mainvisual-text__sp {
        display: block;
    }

    .mainvisual-text__pc {
        display: none;
    }

    .mainvisual-text__balloon {
        position: absolute;
        top: -10%;
        width: 45%!important;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
    }

    .mainvisual2-wave {
        position: absolute;
        bottom: -2px;
        display: block;
        width: 100%;
    }

    .mainvisual-wave__pc {
        display: none;
    }

    .mainvisual-wave__sp {
        display: block;
    }
}


/*--------------------------column----------------------------*/
.column {
    padding-top: 80px;
    position: relative;
    background-image: url("../img/keyword-column/column_background2_pc.png");
    background-repeat: repeat-y;
    background-position: top;
    background-size: 100% auto;
}

.column-background {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
}

.column-background img {
    width: 100%;
}

.column-background__pc {
    display: block;
}

.column-background__sp {
    display: none;
}

.column-title .title-decoration {
    left: -39px;
    width: 105px;
    display: block;
    max-block-size: none;
    max-inline-size: none;
}

.column-title h3 {
    color: #5BC3E9;
    display: inline-block;
}

.column-inner {
    margin: 0 auto;
    max-width: 1060px;
    width: 90%;
    padding-bottom: 108px;
    z-index: 30;
    position: relative;
}

.column-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.column-article__item {
    margin-top: 60px;
    display: block;
    width: 48%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.column-article__item:hover {
    opacity: 0.7;
}

.column-article__item:first-of-type, .column-article__item:nth-of-type(2) {
    margin-top: 0;
}

.column-more__button {
    width: 100%;
    display: block;
    background-image: url("../img/keyword-column/more_background.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 42px 0 20px;
    cursor: pointer;
    z-index: 15;
    position: relative;
}

.column-more__button p {
    font-size: 28px;
    font-weight: bold;
    margin-right: 20px;
}

.column-more__button_image {
    width: 20.5px;
    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;
}

.column-more__button_image img {
    display: block;
    width: 100%;
}

.column-more__wave_pc {
    display: block;
}

.column-more__wave_sp {
    display: none;
}

.column-article__item.hidden {
    opacity: 0;
    height: 0;
    margin: 0;
    display: none;
}

.column-title__keyword {
    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;
    margin-top: 10px;
}

.column-title__keyword_item {
    border-radius: 78px;
    padding: 6px 25px;
    color: #fff;
    font-weight: bold;
    margin-right: 10px;
    font-size: 19px;
    background-color: #5BC3E9;
}

@media screen and (max-width:768px){
    .column {
        padding: 47px 0 0;
        background-image: none;
    }

    .column-inner {
        padding-bottom: 70px;
    }

    .column .section-title {
        margin-bottom: 17px;
    }

    .column-article__item {
        width: 100%;
    }
    
    .column-article__item:not(:first-of-type) {
        margin-top: 50px;
    }

    .column-title .title-decoration {
        left: -30px;
        width: 67px;
        bottom: 10px;
    }

    .column-more__button {
        padding: 25px 0 17px;
    }

    .column-more__button p {
        font-size: 16px;
        margin-right: 10px;
    }

    .column-more__button_image {
        width: 12px;
    }

    .column-title__keyword_item {
        padding: 5px 15px;
        font-size: 14px;
    }

    .column-title__keyword {
        margin-top: 4px;
    }

    .column-background__pc {
        display: none;
    }

    .column-background__sp {
        display: block;
    }

    .column-more__button {
        background-image: url("../img/keyword-column/more_background_sp.png");
    }
}

/*--------------------------article----------------------------*/
.article-image {
    position: relative;
}

.article-image img {
    border-radius: 15px;
    display: block;
    width: 100%;
}

.article-category {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 6px 20px;
    color: #fff;
    font-size: 14px;
    border-radius: 32px;
    font-weight: bold;
}

.article-category__nutritionist {
    background-color: #F09B81;
}

.article-category__totalbeauty {
    background-color: #48CAC3;
}

.article-category__confectionery {
    background-color: #E6A800;
}

.article-date {
    color: #AFAFAF;
    font-weight: bold;
    margin-bottom: 6px;
}

.article-title {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 4px;
}

.article-keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 12.5px 0 7.5px -5px;
}

.article-keyword__item {
    background-color: #F0F7FA;
    border-radius: 10px;
    color: #21A7D8;
    font-size: 19px;
    font-weight: bold;
    padding: 5px 20px;
    margin: 2.5px 5px;
}

@media screen and (max-width:1050px){
    .article-category {
        font-size: 13px;
        padding: 5px 15px;
    }

    .article-title {
        font-size: 20px;
    }

    .article-keyword__item {
        font-size: 16px;
    }
}

@media screen and (max-width:768px){
    .article-keyword__item {
        padding: 3px 16px;
        border-radius: 5px;
    }

    .article-date {
        font-size: 13px;
    }
}



/*--------------------------search----------------------------*/
.search {
    padding: 80px 0;
}

.search-inner {
    margin: 0 auto;
    max-width: 1060px;
    width: 90%;
}

.search-category {
    background-color: #E7FCF6;
    border-radius: 15px;
    padding: 18px;
    margin: 0 auto;
    max-width: 1060px;
    margin-bottom: 20px;
}

.search-category__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.search-category__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    color: #38B78C;
}

.search-category__item {
    padding: 4px 25px;
    margin: 2.5px;
    background-color: #fff;
    border-radius: 78px;
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.search-category__all {
    border: #76C5AA 2px solid;
    color: #76C5AA;
}

.search-category__all:hover {
    background-color: #76C5AA;
    color: #fff;
}

.search-category__all.active {
    background-color: #76C5AA;
    color: #fff;
}

.search-category__nutritionist {
    border: #EA7F63 2px solid;
    color: #EA7F63;
}


.search-category__nutritionist:hover {
    background-color: #EA7F63;
    color: #fff;
}

.search-category__nutritionist.active {
    background-color: #EA7F63;
    color: #fff;
}

.search-category__totalbeauty {
    border: #48CAC3 2px solid;
    color: #48CAC3;
}

.search-category__totalbeauty:hover {
    background-color: #48CAC3;
    color: #fff;
}

.search-category__totalbeauty.active {
    background-color: #48CAC3;
    color: #fff;
}

.search-category__confectionery {
    border: #E6A800 2px solid;
    color: #E6A800;
}

.search-category__confectionery:hover {
    background-color: #E6A800;
    color: #fff;
}

.search-category__confectionery.active {
    background-color: #E6A800;
    color: #fff;
}


.search-keyword {
    background-color: #F0F7FA;
    border-radius: 15px;
    padding: 30px 20px 20px;
    color: #21A7D8;
}

.search-keyword__title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.search-keyword__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.search-keyword__item {
    margin: 5px;
    border: #21A7D8 2px solid;
    background-color: #fff;
    font-weight: bold;
    font-size: 19px;
    padding: 6px 25px;
    border-radius: 78px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: #21A7D8;
}

.search-keyword__item:hover {
    background-color: #21A7D8;
    color: #fff;
}


@media screen and (max-width:768px){
    .search {
        padding: 40px 0;
    }

    .search-category__item {
        font-size: 14px;
        padding: 4px 15px;
    }

    .search-category {
        padding: 13px;
        border-radius: 10px;
        margin-bottom: 10px;
    }

    .search-category__inner {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }

    .search-keyword__title {
        font-size: 14px;
    }

    .search-category__title {
        font-size: 14px;
    }

    .search-keyword {
        padding: 15px 12.5px 12.5px;
    }

    .search-keyword__item {
        margin: 2.5px;
        font-size: 14px;
        padding: 5px 14px;
    }

    .search-keyword__content {
        -webkit-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
    }
}