@charset "UTF-8";
/* =======================================

  style.css

 -----------------------------------------
  INDEX
 -----------------------------------------
  1.common
  2.header
  3.main
  4.sidebar
  5.contents
  6.footer
========================================== */

/* 1.common
========================================== */
@media screen and (min-width: 769px) {
    header {
        padding: 40px 100px 1rem 100px;
    }
    header > ul > li > a{
        color: #fff;
    }
    header > ul > li .toggle_menu {
        color: #fff;
    }
    header > ul > li .menu_group .icon {
        display: none;
    }
    header > ul > li .menu_group p {
        color: #fff;
    }
    .menu_contents .menu_top > li {
        margin-right: 20px;
    }
    .menu_contents .menu_top > li:nth-child(3n) {
        margin-right: 5px;
    }
    .menu_contents .menu_top li a, .menu_contents .menu_top li button {
        font-size: 13px;
        background-color: #CDCDCD;
        border: 1px solid #CDCDCD;
    }
    .menu_contents .menu_bottom .block {
        margin-right: 50px;
    }
    .menu_contents .menu_bottom .block ul {
        width: inherit;
        padding: 14px 0 14px 14px;
    }
    .menu_contents .menu_bottom .block:nth-of-type(3) ul {
        padding: 14px 60px 14px 14px;
    }
    .menu_contents .menu_bottom .block ul li {
        font-size: 13px;
        margin-bottom: 1rem;
    }
    .menu_contents .menu_bottom .block ul li a {
        border-bottom: 1px solid #000;
    }
    .menu_contents .menu_bottom .block .menu_head {
        font-size: 13px;
    }
    .menu_contents {
        padding: 16px 40px 45px;
    }
    .gradient {
        position: fixed;
        top: 0;
        left: 0;
        height: 160px;
        width: 100%;
        background-color: #000;
        z-index: 2;
        background: linear-gradient(to bottom, rgba(89,89,89,0.8) 0%,rgba(0,0,0,0) 100%); ;
    }
}
.mainvisual {
    position: relative;
    height: calc(100vh);
    margin-bottom:4%;
}

.mainvisual .bx-wrapper .bx-pager {
  bottom: 15%;
}


.mainvisual .arrow {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 25px;
    height: 14px;
    background-image: url(/images/top/mainvisual_arrow.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 2;
}
.contents_wrapper section {
    margin-bottom: 10%;
}
.contents_wrapper section:first-of-type {
    margin-top: 10%;
}
.contents_wrapper section h2 {
    position: relative;
    font-size: 48px;
    line-height: 130%;
    text-align: center;
    margin-bottom: 6%;
}
.contents_wrapper section h2.border:before {
    content: "";
    display: block;
    border-top: solid 1px #000;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.contents_wrapper section h2.border span {
    background: #fff;
    padding: 0 20px;
    position: relative;
    display:inline-block;
    margin: 0 auto;
}
.contents_wrapper section p.news_more {
    margin: 12px 4px 0 0;
    float: right;
    font-size: 0.75em;
    text-decoration: underline;
}
.contents_wrapper section.concept .txt_wrapper {
    width: 64%;
    margin: 0 auto;
}
.contents_wrapper section.concept .txt_wrapper p {
    line-height: 1.8;
    font-size: 15px;
}
.contents_wrapper section.product ul.link_banner {

}
.contents_wrapper section.product ul.link_banner li {
    display: inline-block;
    width: 49.4%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
}
.contents_wrapper section.product ul.link_banner li:nth-child(2n) {
    margin-right: 0;
}
.contents_wrapper section.product ul.link_banner li img {
    width: 100%;
    height: auto;
}
.contents_wrapper section.product ul.link_contents {
    margin-top: 14%;
}
.contents_wrapper section.product ul.link_contents li {
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.contents_wrapper section.product ul.link_contents li .inner {
    padding: 0 19%;
}
.contents_wrapper section.product ul.link_contents li .inner .image {
    padding: 0 16.5%;
    margin-bottom: 19.35%;
}
.contents_wrapper section.product ul.link_contents li .inner .image img {
    width: 100%;
    height: auto;
}
.contents_wrapper section.product ul.link_contents li .inner .desc {
    font-size: 14px;
    line-height: 2.14;
}
.contents_wrapper section.other ul {
    padding: 0 5%;
}
.contents_wrapper section.other ul li {
    display: inline-block;
    width: 40%;
    margin-right: 20%;
    margin-bottom: 5%;
}
.contents_wrapper section.other ul li:nth-child(2n) {
    margin-right: 0;
}
.contents_wrapper section.other ul li:nth-child(n+2) {
    margin-bottom: 0;
}
.contents_wrapper section.other ul li .flex {
    -webkit-align-items: center; /* Safari */
    align-items: center;
}
.contents_wrapper section.other ul li .flex .other_icon {
    text-align: center;
}
.contents_wrapper section.other ul li .flex .other_title {
    padding-left: 3rem;
    font-size: 20px;
}
.sp_br {
  display: none;
}
@media screen and (max-width: 768px) {
    header {
        display: flex;
        position: relative;
        -webkit-align-items: center; /* Safari */
        align-items:         center;
        padding: 0;
        height: 56px;
        background-color: #fff;
    }
    header .logo {
        -webkit-flex-basis: 126px;
        flex-basis: 126px;
    }

    .mainvisual {
      margin-bottom:10%;
    }
    .mainvisual .bx-wrapper .bx-pager {
      bottom: 25%;
    }
    .mainvisual .arrow {
        bottom: 20%;
    }
    .contents_wrapper section.concept .txt_wrapper {
        width: 68%;
        margin: 0 auto;
    }
    .contents_wrapper section.concept .txt_wrapper p {
        line-height: 2.285;
        font-size: 14px;
    }
    .contents_wrapper section.product ul.link_contents li .inner {
        padding: 0 16%;
    }
    .contents_wrapper section.product ul.link_contents li .inner .desc {
        line-height: 2.15;
        font-size: 13px;
    }
    .contents_wrapper section.other ul {
        padding: 0 8%;
    }
    .contents_wrapper section.other ul li {
        width: 42%;
        margin-right: 16%;
        margin-bottom: 5%;
    }
    .contents_wrapper section.other ul li .flex .other_icon img {
        height: 64px;
        width: auto;
    }
    .contents_wrapper section.other ul li .flex .other_title {
        padding-left: 2rem;
        font-size: 16px;
    }
}
@media screen and (max-width: 641px) {
    .contents_wrapper section {
        margin-bottom: 20%;
    }
    .contents_wrapper section:first-of-type {
        margin-top: 24%;
    }
    .contents_wrapper section h2 {
        font-size: 29px;
        margin-bottom: 9.785%;
    }
    .contents_wrapper section h2.border {
        padding-bottom: 10px;
        border-bottom: 1px solid #000;
    }
    .contents_wrapper section h2.border:before {
        border-top: none;
    }
    .contents_wrapper section h2.border span {
        font-size: 34px;
    }
    .contents_wrapper section.concept .txt_wrapper {
        width: 100%;
    }
    .contents_wrapper section.concept .txt_wrapper p {
        font-size: 15px;
    }
    .contents_wrapper section.product ul.link_banner li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .contents_wrapper section.product ul.link_contents li {
        width: 100%;
        border: 1px solid #e5e5e5;
        padding: 12% 0;
        margin-bottom: 7.4%;
    }
    .contents_wrapper section.product ul.link_contents li:last-child {
        margin-bottom: 0;
    }
    .contents_wrapper section.product ul.link_contents li .inner {
        padding: 0 7.3%;
    }
    .contents_wrapper section.product ul.link_contents li .inner .image {
        padding: 0 22.8%;
        margin-bottom: 10%;
    }
    .contents_wrapper section.product ul.link_contents li .inner .desc {
        font-size: 14px;
    }
    .contents_wrapper section.other h2.border {
        margin-bottom: 0;
    }
    .contents_wrapper section.other ul {
        padding: 0;
    }
    .contents_wrapper section.other ul li {
        width: 100%;
        margin: 0;
        border-bottom: 1px solid #b2b2b2;
    }
    .contents_wrapper section.other ul li .flex {
        padding: 6% 0;
    }
    .contents_wrapper section.other ul li .flex .other_icon {
        -webkit-flex-basis: 40%;
        flex-basis: 40%;
    }
    .contents_wrapper section.other ul li .flex .other_title {
        -webkit-flex-basis: 60%;
        flex-basis: 60%;
        padding-left: 0;
        font-size: 18px;
    }
    .contents_wrapper section.other ul li .flex .other_icon img {
        height: 48px;
        width: auto;
    }
    .sp_br {
      display: block;
    }
    .pctb_br {
      display: none;
    }
}

/* slider */
.slider_news img {
  margin-bottom: 10px;
}

.slider_news .title {
  line-height: 1.5;
  margin-bottom: 6px;
  letter-spacing: -0.05em;
  font-size: 12px;
}

.slider_news .date {
  font-size: 12px;
}

/* FV と NEWS の間のクレンジングバナー */

.top_fv_bottom_banner{
  text-align:center;
    margin-bottom:-6%;
}
.top_fv_bottom_banner > a > img{
  max-width:100%;
}

@media screen and (max-width: 768px) {
  .top_fv_bottom_banner{
    margin-bottom:-15%;
  }
}
