@charset "utf-8";

/*--------------------------------------------
kv
--------------------------------------------*/
.s-kv {
    width: 100%;
    height: 555px;
    overflow: hidden;
    position: relative;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv {
        height: 109.333vw;
    }
}

.s-kv__ph {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__ph {
        background: url(../images/special/kv_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
}

.s-kv__ph.-ani {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
    transition: 2s ease-in-out;
    opacity: 1;
}

/* txt 01 */
.s-kv__txt_01 {
    position: absolute;
    bottom: 130px;
    left: 5.856%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_01 {
        left: 6.666vw;
        bottom: 40vw;
    }
}

.s-kv__txt_01__inner {
    display: inline-block;
    letter-spacing: 0.1em;
    color: #fff;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    padding-bottom: 0.3em;
    border-bottom: solid 1px #fff;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_01__inner {
        font-size: 5.066vw;
    }
}

/* txt 02 */
.s-kv__txt_02 {
    position: absolute;
    bottom: 40px;
    left: 5.1%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_02 {
        left: 5.3vw;
        bottom: 26.666vw;
    }
}

.s-kv__txt_02 h2 {
    display: block;
    line-height: 1.6em;
    color: #fff;
    font-size: 52px;
    font-weight: 900;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_02 h2 {
        font-size: 7.733vw;
    }
}

/* txt 03 */
.s-kv__txt_03 {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 5.856%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_03 {
        width: 85vw;
        left: 6.666vw;
        bottom: 8.666vw;
    }
}

.s-kv__txt_03 div {
    line-height: 2em;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    font-feature-settings: "palt";
    letter-spacing: 0.12em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-kv__txt_03 div {
        line-height: 2em;
        font-size: 14px;
    }
}


/*--------------------------------------------
共通
--------------------------------------------*/
/* 見出し h3 */
.s-heading_h3 h3 {
    display: block;
    letter-spacing: 0.05em;
    font-weight: 900;
    font-size: 52px;
    color: #000;
    position: relative;
    padding-top: 0.8em;
    border-top: solid 1px #0000003b;
    opacity: 1;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-heading_h3 h3 {
        font-size: 7.733vw;
    }
}

.s-heading_h3 h3:before {
    position: absolute;
    top: -1px;
    left: 0;
    width: 2em;
    height: 5px;
    content: '';
    background: #b78c40;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-heading_h3 h3:before {
        width: 2.8em;
        height: 3px;
    }
}


/*--------------------------------------------
原点
--------------------------------------------*/
.s-origin {
    max-width: 960px;
    margin: 140px auto 0 auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin {
        width: 86.666vw;
        margin: 18.666vw auto 0 auto;
    }
}

.s-origin__txt {
    margin-top: 70px;
    display: flex;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin__txt {
        margin-top: 12vw;
        display: block;
    }
}

.s-origin__txt__left {
    padding-top: 0.5em;
    width: 25%;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #000;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin__txt__left {
        padding-top: 0;
        width: 100%;
        font-size: 3.2vw;
    }
}

.s-origin__txt__right {
    width: 75%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin__txt__right {
        width: 100%;
    }
}

.s-origin__txt__right h4 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #b78c40;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin__txt__right h4 {
        font-size: 6.666vw;
        margin-top: 6.666vw;
    }
}

.s-origin__txt__right p {
    font-size: 16px;
    line-height: 2.2em;
    margin-top: 30px;
    color: #000;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-origin__txt__right p {
        font-size: 3.2vw;
        margin-top: 6.666vw;
    }
}


/*--------------------------------------------
原点 イメージ
--------------------------------------------*/
.s-img {
    margin: 130px auto 0 auto;
    position: relative;
    max-width: 1920px;
    overflow: hidden;
}

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

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-img {
        margin: 16.666vw auto 0 auto;
    }
}

.s-img__txt {
    margin-top: -80px;
    width: 550px;
    height: 220px;
    position: relative;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-img__txt {
        margin-top: -18.666vw;
        width: 90.666vw;
        height: 44.4vw;
    }
}

.s-img__txt p {
    background: #b78c40;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.5;
    letter-spacing: 0.05em;
    padding-bottom: 0.3em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-img__txt p {
        font-size: 19px;
        padding: 0 6.666vw;
    }
}


/*--------------------------------------------
原点 特徴
--------------------------------------------*/
.s-features {
    max-width: 960px;
    margin: 10% auto 8% auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features {
        width: 86.666vw;
        margin: 10% auto;
    }
}

.s-features>div {
    position: relative;
}

.s-features>div a {
    display: block;
    /*  position: absolute;
  top: 0;
  left: 0;*/
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.s-features__ttl {
    display: flex;
    align-items: center;
    margin: 70px 0 30px 0;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__ttl {
        margin: 12vw 0 6.666vw 0;
    }
}

.s-features__ttl.-top {
    margin-top: 0;
}

.s-features__ttl p {}

.s-features__ttl p>a {
    width: 106px;
    height: 106px;
    background: rgba(183, 140, 64, .6);
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.s-features__ttl p>a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__ttl p>a {
        width: 20vw;
        height: 20vw;
        font-size: 3.2vw;
    }
}

.s-features__ttl p span {
    display: block;
    font-size: 26px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-top: 0.2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__ttl p span {
        font-size: 5.066vw;
    }
}

.s-features__ttl h4 {
    width: calc(100% - 106px);
    padding-left: 3%;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #b78c40;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__ttl h4 {
        width: calc(100% - 20vw);
        padding-left: 3%;
        font-size: 22px;
    }
}

.s-features__sentence {
    font-size: 16px;
    line-height: 2em;
    color: #000;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__sentence {
        font-size: 3.2vw;
    }
}

.s-features__img {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__img {
        margin-top: 9.333vw;
        display: block;
    }
}

.s-features__img li:nth-child(1) {
    width: 52.083%;
    text-align: center;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__img li:nth-child(1) {
        width: 100%;
    }
}

.s-features__img li:nth-child(2) {
    width: 41.666%;
    text-align: center;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__img li:nth-child(2) {
        width: 100%;
        margin-top: 6.666vw;
    }
}

.s-features__img li span {
    display: block;
    margin-top: 25px;
    font-size: 12px;
    line-height: 2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__img li span {
        margin-top: 4.666vw;
        font-size: 2.666vw;
    }
}

.s-features__txtbox {
    display: flex;
    justify-content: space-between;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__txtbox {
        display: block;
    }
}

.s-features__txtbox__txt {
    width: 44%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__txtbox__txt {
        width: 100%;
    }
}

.s-features__txtbox__img {
    width: 50%;
}

.s-features__txtbox__img img {
    width: 100%;
}

.s-features__txtbox__img>a {
    display: block;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-features__txtbox__img {
        width: 100%;
        margin-top: 9.333vw;
    }
}


/*--------------------------------------------
選ばれ続けるブランド
--------------------------------------------*/
.s-brand_bg {
    background: #ebeef2;
    padding-top: 160px;
    margin-top: 150px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand_bg {
        padding-top: 18.666vw;
        margin-top: 21.333vw;
    }
}

.s-brand {
    max-width: 960px;
    margin: 0 auto;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand {
        width: 86.666vw;
    }
}

.s-brand h4 {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
    line-height: 1.5;
    color: #000;
    margin-top: 90px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand h4 {
        font-size: 6.666vw;
        margin-top: 12vw;
    }
}

.s-brand__sentence {
    font-size: 16px;
    line-height: 2em;
    margin-top: 30px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__sentence {
        font-size: 3.2vw;
        margin-top: 6.666vw;
    }
}

.s-brand__sentence.-mt_1em {
    margin-top: 1em;
}


.s-brand h5 {
    font-weight: 600;
    font-size: 22px;
    line-height: 1.8em;
    color: #000;
    padding: 3px 0 12px 25px;
    border-bottom: 1px #dae1eb solid;
    border-left: 6px #cf1126 solid;
    margin-top: 70px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand h5 {
        font-size: 4.5333vw;
        margin-top: 12vw;
        border-left: 3px #cf1126 solid;
        padding: 1.5vw 0 3.5vw 4vw;
    }
}

.s-brand__mt_50 {
    margin-top: 50px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__mt_50 {
        margin-top: 9.333vw;
    }
}

.s-brand__mt_60 {
    margin-top: 60px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__mt_60 {
        margin-top: 10vw;
    }
}

.s-brand__note {
    text-align: right;
    font-size: 12px;
    line-height: 1.5em;
    margin-top: 1.5em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__note {
        font-size: 2.4vw;
        font-feature-settings: "palt";
    }
}

.s-brand__imglist {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__imglist {
        margin-top: 9.333vw;
        display: block;
    }
}

.s-brand__imglist li {
    text-align: center;
}

.s-brand__imglist.-max_2 li {
    width: 46.875%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__imglist.-max_2 li {
        width: 100%;
    }

    .s-brand__imglist.-max_2 li:nth-child(2) {
        margin-top: 6.666vw;
    }
}

.s-brand__imglist.-max_3 li {
    width: 30.208%;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__imglist.-max_3 li {
        width: 56vw;
        margin: 0 auto;
    }

    .s-brand__imglist.-max_3 li:nth-child(2),
    .s-brand__imglist.-max_3 li:nth-child(3) {
        margin-top: 6.666vw;
    }
}


.s-brand__imglist li span {
    display: block;
    margin-top: 25px;
    font-size: 12px;
    line-height: 2em;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-brand__imglist li span {
        margin-top: 4.666vw;
        font-size: 2.666vw;
    }
}


/*--------------------------------------------
OTHER CONTENTS
--------------------------------------------*/
.s-other {
    width: 100%;
    padding: 80px 10px 100px;
    background-color: #0a1a3d;
    top: 30px;
    opacity: 0;
    position: relative;
    margin-top: 190px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-other {
        padding: 9.333vw 6.666vw 13.333vw;
        margin-top: 25.333vw;
    }
}

.s-other__inner {
    max-width: 960px;
    margin: 0 auto;
}

.s-other__ttl {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-other__ttl {
        font-size: 2.933vw;
    }
}

.s-other__imgarea {
    width: 100%;
    margin-top: 50px;
}

/********* sp *********/
@media only screen and (max-width: 750px) {
    .s-other__imgarea {
        margin-top: 6.666vw;
    }
}

.s-other__imgarea.u-env_rec__btn {
    width: 100%;
    position: relative;
}