/*******************************
  TOPページスライダー（全体）
 *******************************/
#intro .swiper-slide {
    overflow: hidden;
    max-width: 90%;
    padding: 0 5px;
}
@media screen and (min-width:576px) {
    #intro .swiper-slide {
        max-width: 540px;
    }
}
@media screen and (min-width:768px) {
    #intro .swiper-slide {
        max-width: 720px;
        padding: 0 10px;
    }
}
@media screen and (min-width:992px) {
    #intro .swiper-slide {
        max-width: 980px;
    }
}
@media screen and (min-width:1200px) {
    #intro .swiper-slide {
        max-width: 1160px;
    }
}
@media screen and (min-width:1400px) {
    #intro .swiper-slide {
        max-width: 1360px;
    }
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform, -webkit-transform
}
/*******************************
  TOPページスライダー（スライダー画像）
 *******************************/
#intro .swiper-slide img {
    max-width: auto;
    width: 100%;
}
/*******************************
  TOPページスライダー（ページネーション）
 *******************************/
#intro .swiper-pagination {
    position: static;
    padding: 10px 0;
}
#intro .swiper-pagination .swiper-pagination-bullet {
    background-color: #d9d4cc;
    opacity: 1;
    width: 10px;
    height: 10px;
    margin: 0 5px;
}
#intro .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #cba8b5;
    opacity: 1;
}

/*******************************
  search・company項目共通（全体）
 *******************************/
.top_section {
    position: relative;
    padding: 50px 0;
}
.top_section .container {
    z-index: 10;
}
@media screen and (min-width:768px) {
    .flex_item-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}
/*******************************
  search・company項目共通（背景）
 *******************************/
.top_background {
    overflow: hidden;
    z-index: 1;
    position: absolute;
    top: auto;
    right: 0;
    bottom: auto;
    left: 0
}
.top_background::before {
    background-position: center;
    background-size: 100% 100%;
    content: "";
    display: block;
    min-width: 1920px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 50%
}
.top_object {
    overflow: hidden;
    z-index: 2
}

/*******************************
  search（全体）
 *******************************/
#search {
    background-color: #fbf5e5;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}

/*******************************
  search:カテゴリから探す（全体）
 *******************************/
#search .search_flex {
    margin-bottom: 40px;
    margin-left: -5px;
    margin-right: -5px;
}
@media screen and (min-width:768px) {
    #search .search_flex {
        margin-bottom: 30px;
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media screen and (min-width:992px) {
    #search .search_flex {
        margin-bottom: 20px;
        margin-left: -15px;
        margin-right: -15px;
    }
}

/*******************************
  search:カテゴリから探す（シリーズ全体）
 *******************************/
#search .search_flex .flex_item-12,
#search .search_flex .flex_item-md-4 {
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
@media screen and (min-width:768px) {
    #search .search_flex .flex_item-12,
    #search .search_flex .flex_item-md-4 {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (min-width:992px) {
    #search .search_flex .flex_item-12,
    #search .search_flex .flex_item-md-4 {
        padding-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*******************************
  search:カテゴリから探す（シリーズタイトルリンク）
 *******************************/
#search .search_link {
    background-color: #fff;
    text-align: center;
    padding: 20px 10px;
    display: block;
}
/*******************************
  search:カテゴリから探す（シリーズタイトル）
 *******************************/
#search .search_title {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
}
@media screen and (min-width:768px) {
    #search .search_title {
        font-size: 24px;
    }
}
/*******************************
  search:カテゴリから探す（シリーズ説明）
 *******************************/
#search .search_excerpt {
    border-top: 2px solid #e4d3d9;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px 0 20px;
}
/*******************************
  search:カテゴリから探す（～シリーズを見る）
 *******************************/
#search .search_more {
    text-align: center;
}
#search .search_more span {
    display: inline-block;
    margin-right: 10px;
}
/*******************************
  search:カテゴリから探す（ドロップダウン）
 *******************************/
.arrow-down {
    border: 1px solid #535050;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
.arrow-down::before {
    border: 1px solid transparent;
    content: "";
    display: inline-block;
    width: 40%;
    height: 40%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.arrow-down::before {
    border-bottom-color: #535050;
    border-right-color: #535050;
    bottom: 20%;
}

/*******************************
  search:お悩み・目的から探す（全体）
 *******************************/
#search .search_cat {
    background-color: #fff;
    text-align: center;
    margin-bottom: 50px;
    padding: 10px
}
#search .search_cat .flex .flex_item-12:first-child,
#search .search_cat .flex .flex_item-md-6:first-child {
    border-bottom: 1px solid #e4d3d9;
    padding-bottom: 10px
}
#search .search_cat .flex .flex_item-12:last-child,
#search .search_cat .flex .flex_item-md-6:last-child {
    border-top: 1px solid #e4d3d9;
    padding-top: 10px
}
@media screen and (min-width:768px) {
    #search .search_cat .flex .flex_item-12:first-child,
    #search .search_cat .flex .flex_item-md-6:first-child {
        border-bottom: none;
        border-right: 1px solid #e4d3d9;
        padding-bottom: 0
    }
    #search .search_cat .flex .flex_item-12:last-child,
    #search .search_cat .flex .flex_item-md-6:last-child {
        border-top: none;
        border-left: 1px solid #e4d3d9;
        border-top: none
    }
}
/*******************************
  search:お悩み・目的から探す（タイトル）
 *******************************/
#search .search_cat h3 {
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 10px;
    padding: 10px
}

@media screen and (min-width:768px) {
    #search .search_cat h3 {
        font-size: 24px
    }
}
/*******************************
  search:お悩み・目的から探す（各目的）
 *******************************/
#search .search_cat ul {
    text-align: left;
    display: inline-block;
    padding: 5px 0
}
#search .search_cat a {
    color: #535050;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: underline;
    padding: 5px 10px
}

/*******************************
  search:成分から探す（全体）
 *******************************/
#search .search_tag {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 10px
}
/*******************************
  search:成分から探す（各成分）
 *******************************/
#search .search_tag a {
    color: #535050;
    display: block;
    font-size: 16px;
    line-height: 1.6;
    text-decoration: underline;
    padding: 10px
}

/*******************************
  search（下部分背景）
 *******************************/
#search .search_background-1 {
    top: -50px;
    height: 90px
}
#search .search_background-1::before {
    background-image: url(/upload_file/img/images/search/bg01.jpg)
}
#search .search_background-2 {
    bottom: -40px;
    height: 90px
}
#search .search_background-2::before {
    background-image: url(/upload_file/img/images/search/bg02.jpg)
}


/*******************************
  search（背景画像）
 *******************************/
#search .search_object {
    max-width: 460px;
    width: 50%;
    aspect-ratio: 1/1.09783;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 92%;
    left: auto
}
@media screen and (min-width:576px) {
    #search .search_object {
        width: 40%
    }
}
@media screen and (min-width:768px) {
    #search .search_object {
        bottom: 80%
    }
}
@media screen and (min-width:992px) {
    #search .search_object {
        bottom: 70%
    }
}
#search .search_object img {
    margin-left: 40px
}
@media screen and (min-width:576px) {
    #search .search_object img {
        margin-left: 0
    }
}

/*******************************
  company（全体）
 *******************************/
#company {
    background-color: #edeff2;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
}
#company .flex-g50 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
/*******************************
  company（コーポレートサイト画像）
 *******************************/
#company .company_image {
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, .2)
}
#company .company_image img {
    max-width: none;
    width: 100%
}

/*******************************
  company（説明）
 *******************************/
#company .company_text {
    line-height: 1.6;
    text-align: justify;
    font-size: 16px
}
@media screen and (min-width:768px) {
    #company .company_text {
        padding: 0 20px
    }
}
#company .company_text:not(:last-child) {
    margin-bottom: 10px
}

/*******************************
  company（下部分背景）
 *******************************/
#company .company_background {
    bottom: -100px;
    height: 388px;
}
#company .company_background::before {
    background-image: url(/upload_file/img/images/company/bg.jpg);
}
/*******************************
  company（背景画像）
 *******************************/
#company .company_object {
    overflow: hidden;
    z-index: 2;
    position: absolute;
    top: -100px;
    right: 0;
    bottom: -100px;
    left: 0
}
#company .company_object-1 {
    overflow: visible;
    max-width: 1480px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#company .company_object-1 img {
    max-width: 251px;
    width: 35%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 160px;
    right: auto;
    bottom: auto;
    left: -30px;
}
@media screen and (min-width:480px) {
    #company .company_object-1 img {
        top: 200px;
        width: 30%;
    }
}
@media screen and (min-width:768px) {
    #company .company_object-1 img {
        top: 220px;
        width: 20%;
    }
}
#company .company_object-2 {
    overflow: visible;
    max-width: 1480px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#company .company_object-2 img {
    max-width: 277px;
    width: 35%;
    position: absolute;
    top: 280px;
    right: -50px;
    bottom: auto;
    left: auto;
}
@media screen and (min-width:480px) {
    #company .company_object-2 img {
        width: 30%;
    }
}
@media screen and (min-width:768px) {
    #company .company_object-2 img {
        top: 180px;
        right: -80px;
        width: 20%;
    }
}
@media screen and (min-width:1200px) {
    #company .company_object-2 img {
        right: -30px;
    }
}
#company .company_object-3 {
    overflow: visible;
    max-width: 1480px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#company .company_object-3 img {
    max-width: 221px;
    width: 30%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    position: absolute;
    top: auto;
    right: auto;
    bottom: 180px;
    left: 8%;
}
@media screen and (min-width:480px) {
    #company .company_object-3 img {
        bottom: 150px;
        width: 26%;
    }
}
@media screen and (min-width:768px) {
    #company .company_object-3 img {
        left: 20%;
        width: 18%;
    }
}
@media screen and (min-width:768px) {
    #company .company_object-3 img {
        bottom: 150px;
    }
}

/*******************************
  company（公式サイトボタン）
 *******************************/
.button {
    background-color: #cba8b5;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    display: block!important;
    max-width: 240px;
    margin: 0 auto;
    padding: 20px 10px
}