@media only screen and (min-width: 768px) {
    #head-key .nav-left .tel {
        color: #000;
    }
    header h1 {
        color: #000;
    }
	#head-key .nav-left .tel .tel-icon span{
		filter: invert(0);
	}
}
/*key*/
#key-box {
    position: relative;
    margin-bottom: 21vw;
}
#key-box .ttl {
    position: absolute;
    right: 1%;
    top: 30vw;
    z-index: 5;
    font-size: 5vw;
    width: 25vw;
    height: 60vw;
    white-space: nowrap;
    line-height: 1.2;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}
#key-box .ttl small {
    font-size: 7.7vw;
}
#key-box .ttl > .medium {
    margin-top: 13vw;
    font-size: 8vw;
}
#key-box .ttl > .medium + .medium {
    margin-top: 0;
    font-size: 9vw;
}
#key-box .ttl .big {
    font-size: 11vw;
    margin-top: 49vw;
}
#key-box .sub-ttl {
    font-size: 4vw;
    border-bottom: 1px solid;
    padding: 2vw 2% 1vw 18%;
    position: absolute;
    bottom: -9vw;
    right: 37%;
    z-index: 5;
    text-shadow: 0px 0px 10px #fff, 0px 0px 10px #fff;
}
@media only screen and (min-width: 768px) {
    #key-box {
        margin-bottom: 20px;
        height: 1092px;
		min-height: 1092px;
    }
    #key-box .ttl {
        font-size: 48px;
        text-shadow: none;
        left: calc(50% + 111px);
        top: 402px;
    }
    #key-box .ttl small {
        font-size: 58px;
    }
    #key-box .ttl > .medium {
        margin-top: 93px;
        font-size: 78px;
    }
    #key-box .ttl > .medium + .medium {
        font-size: 78px;
    }
    #key-box .ttl .big {
        font-size: 118px;
        margin-top: 382px;
    }
    #key-box .sub-ttl {
        font-size: 21px;
        bottom: 160px;
        left: calc(50% + -92px);
        padding-bottom: 4px;
        padding-right: 13px;
        width: 128px;
        padding-left: 130px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1550px) {
    #key-box .ttl {
        right: 83px;
        left: auto;
    }
    #key-box .sub-ttl {
        right: 380px;
        left: auto;
    }
}

/*sec 1*/
#sec1 {
    position: relative;
    padding: 6vw 0 15vw;
}
#sec1::before {
    content: "";
    background: url("../img/menu/sec1_deco1.png") no-repeat;
    position: absolute;
    top: -46vw;
    left: 0;
    width: 92%;
    height: 71vw;
    background-size: 100%;
    z-index: -1;
}
#sec1 .group {
    flex-direction: column;
}
#sec1 .group .col h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
    letter-spacing: 0.15em;
    line-height: 1.4;
}
#sec1 .group .col h2 .big {
    font-size: 9vw;
}
#sec1 .group .col h2 .medium {
    font-size: 7vw;
}
#sec1 .group .col h2 .medium2 {
    font-size: 8vw;
}
#sec1 .group .col .txt {
    margin-bottom: 8vw;
}
#sec1 .group .col .txt li {
    margin-bottom: 4vw;
}
#sec1 .group .js {
    width: 100%;
}
#sec1 .group .js .note {
    margin-bottom: 10px
}
#sec1 .group .js .sec1-js .slick-list {
    overflow: visible;
}
#sec1 .group .js .photo {
    width: 100%;
    margin-bottom: 2vw;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}
#sec1 .group .js .price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #000;
    width: 100%;
    letter-spacing: 1px;
    justify-content: center;
    margin-bottom: 4vw;
}
#sec1 .group .js .price dt {
    margin-right: 7%;
}
#sec1 .group .js .sec1-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    right: 6.5%;
    left: 0.5%;
    position: relative;
}
#sec1 .group .js .sec1-thumb li {
    width: 32%;
    position: relative;
}
#sec1 .group .js .sec1-thumb li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    transition: all 0.5s;
}
#sec1 .group .js .sec1-thumb li.active::before {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 768px) {
    #sec1 {
        padding: 77px 0 41px;
    }
    #sec1 .wrap {
        width: 1430px;
        padding: 0 20px;
    }
    #sec1::before {
        width: 1213px;
        height: 895px;
        top: -530px;
    }
    #sec1 .group {
        flex-direction: row;
        justify-content: space-between;
    }
    #sec1 .group .col {
        width: 522px;
    }
    #sec1 .group .col h2 {
        font-size: 38px;
        margin-bottom: 29px;
        letter-spacing: 7px;
    }
    #sec1 .group .col h2 .big {
        font-size: 58px;
    }
    #sec1 .group .col h2 .medium {
        font-size: 42px;
    }
    #sec1 .group .col h2 .medium2 {
        font-size: 51px;
    }
    #sec1 .group .col .txt {
        margin-bottom: 20px;
        width: 490px;
    }
    #sec1 .group .col .txt li {
        margin-bottom: 40px;
    }
    #sec1 .group .js {
        width: calc(100% - 567px);
        position: relative;
        margin-top: -12px;
    }
    #sec1 .group .js .note {
        text-align: right;
        margin-top: -70px;
    }
    #sec1 .group .js .photo {
        margin-bottom: 40px;
        height: 558px;
    }
    #sec1 .group .js .price {
        font-size: 24px;
        margin-bottom: 20px;
        width: 450px;
        justify-content: flex-start;
        letter-spacing: 4px;
        line-height: 42px;
    }
    #sec1 .group .js .price small {
        font-size: 20px;
    }
    #sec1 .group .js .price dt {
        padding-left: 10px;
    }
    #sec1 .group .js .sec1-thumb {
        width: 373px;
        right: 0;
        left: auto;
        position: absolute;
        bottom: 99px;
    }
    #sec1 .group .js .sec1-thumb li {
        height: 89px;
        cursor: pointer;
    }
    #sec1 .group .js .sec1-thumb li:hover {
        opacity: 0.8
    }
}

/* sec 2 */
#sec2 .para {
    position: relative;
    height: 96vw;
}
#sec2 .para img {
    object-position: right 4% top 0;
}
#sec2 .para::after {
    content: "";
    background: url("../img/menu/sec2_bg_bot.png") no-repeat right 13% bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 110%;
    height: 18vw;
    background-size: 100%;
}
#sec2 .para h2 {
    color: #000;
    position: absolute;
    right: 7vw;
    z-index: 5;
    font-size: 5.6vw;
    width: 28vw;
    height: 60vw;
    white-space: nowrap;
    line-height: 1.2;
    top: 11vw;
}
#sec2 .para h2 .big {
    font-size: 13vw;
}
#sec2 .para h2 .medium {
    margin-top: 7vw;
}
#sec2 .para h2 .medium span {
    font-size: 11vw;
}
#sec2 .para h2 .medium small {
    font-size: 7vw;
}
#sec2 .set1 {
    position: relative;
    padding: 5vw 0 11vw;
}
#sec2 .set1 .box {
    padding: 10% 5%;
}
#sec2 .set1 .box h3 {
    font-size: 5.1vw;
    line-height: 1.5;
    text-align: center;
    border-bottom: 1px solid #000;
    margin-bottom: 4vw;
    padding-bottom: 3vw;
    letter-spacing: 0.1em;
}
#sec2 .set1 .box h3 .medium {
    font-size: 6.4vw;
}
#sec2 .set1 .box h3 .big {
    font-size: 9.1vw;
}
#sec2 .js .box {
    width: 100vw;
}
#sec2 .js .box .img {
    margin-bottom: 6vw;
    margin: 0 5% 4vw;
}
#sec2 .js .box .price {
    text-align: center;
}
#sec2 .js .box .price dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1vw;
}
    #sec2 .js .box .price dt small{
        display: block;
    }
#sec2 .js .box .price dd {
    font-size: 16px;
}
#sec2 .js .box .price dd small {
    font-size: 12px;
}
#sec2 .js .box .txt {
    padding: 0 5%;
}
#sec2 .js .box .txt br{
    display: none;
}
#sec2 .js .slick-arrow {
    top: 44%;
}
#sec2 .set2 {
    padding: 25vw 0 15vw;
    position: relative;
}
#sec2 .set2::before {
    content: "";
    background: url("../img/menu/sec2_deco1.png") no-repeat;
    position: absolute;
    top: 3vw;
    left: -6%;
    width: 72%;
    height: 90vw;
    background-size: 100%;
}
#sec2 .set2::after {
    content: "";
    background: url("../img/menu/sec2_deco2.png") no-repeat;
    position: absolute;
    bottom: -18vw;
    right: 0;
    width: 60%;
    height: 130vw;
    background-size: 100%;
    z-index: -1;
}
#sec2 .set2 .col {
    margin-bottom: 8vw;
}
#sec2 .set2 .col h3 {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 26vw;
    margin-left: 15%;
}
#sec2 .set2 .col h3 span {
    font-size: 10.4vw;
}
#sec2 .set2 .col .txt {
    margin-bottom: 6vw;
}
#sec2 .set2 .right {
    position: relative;
}
#sec2 .set2 .right .price {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    position: absolute;
    bottom: 3vw;
    left: 20px;
    z-index: 5;
    color: #fff;
    letter-spacing: 1px;
}
#sec2 .set2 .right .price dt {
    font-size: 18px;
    text-align: center;
    margin-bottom: 1vw;
    margin-right: 20px;
}
#sec2 .set2 .right .price dd {
    font-size: 16px;
}
#sec2 .set2 .right .price dd small {
    font-size: 14px;
}
#sec2 .js .img {
    position: relative;
}
#sec2 .js .img span {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 4.4vw;
    background: #000;
    color: #fff;
    font-size: 5.788vw;
    line-height: 1.5;
    padding: 0 5vw;
    letter-spacing: 0.15em;
}
@media only screen and (min-width: 768px) {
    #sec2 .para {
        height: 694px;
    }
    #sec2 .para img {
        object-position: center;
    }
    #sec2 .para::after {
        height: 192px;
    }
    #sec2 .para h2 {
        right: 109px;
        z-index: 5;
        font-size: 42px;
        width: 100px;
        top: 69px;
        line-height: 101px;
    }
    #sec2 .para h2 .big {
        font-size: 98px;
    }
    #sec2 .para h2 .medium {
        margin-top: 48px;
        font-size: 38px;
    }
    #sec2 .para h2 .medium span {
        font-size: 78px;
    }
    #sec2 .para h2 .medium small {
        font-size: 56px;
    }
    #sec2 .set1 {
        padding: 20px 0 84px;
        margin-top: -30px;
    }
    #sec2 .set1 .box {
        padding: 36px 43px 29px 61px;
        display: flex;
        margin: 0 -30px;
        justify-content: space-between;
    }
    #sec2 .set1 .box h3 {
        font-size: 38px;
        letter-spacing: -2px;
        text-align: left;
        line-height: 86px;
        border-bottom: 0;
        border-right: 1px solid;
        width: 385px;
        padding-bottom: 0;
        margin-bottom: 0;
        margin-top: -9px;
    }
    #sec2 .set1 .box h3 .medium {
        font-size: 48px;
    }
    #sec2 .set1 .box h3 .big {
        font-size: 68px;
    }
    #sec2 .set1 .box .txt {
        width: 533px;
        margin-top: -9px;
    }
    #sec2 .js .box {
        width: 859px;
    }
    #sec2 .js .box .img {
        margin: 0;
        width: 862px;
        text-align: center;
        margin: 0 auto 45px;
        transform: scale(0.9);
        transition: all 0.5s;
    }
    #sec2 .js .slick-current .img {
        transform: scale(1);
        transition: all 0.5s;
    }
    #sec2 .js .box .price {
        margin-bottom: 10px;
    }
    #sec2 .js .box .price dt {
        font-size: 28px;
        margin-bottom: 12px;
        letter-spacing: 0px;
    }
    #sec2 .js .box .price dd {
        font-size: 28px;
    }
    #sec2 .js .box .price dd small {
        font-size: 22px;
    }
    #sec2 .js .box .txt {
        padding: 0;
        width: 600px;
        margin: 0 auto;
        text-align: center;
    }
#sec2 .js .box .txt br{
    display: block;
    }
    #sec2 .js .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] .img, #sec2 .js .slick-slide .img {
        transform: scale(0.9);
        transition: all 0.5s;
    }
    #sec2 .js .slick-slide:not(.slick-center) + .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] .img, #sec2 .js .slick-center .img {
        transform: scale(1);
        transition: all 0.5s;
    }
    #sec2 .js .slick-arrow {
        top: 440px;
        width: 44px;
        height: 71px;
    }
    #sec2 .js .slick-prev {
        left: calc(50% - 450px);
    }
    #sec2 .js .slick-next {
        right: calc(50% - 454px);
    }
    #sec2 .set2 {
        padding: 220px 0 180px;
    }
    #sec2 .set2 .wrap {
        width: 1343px;
        padding: 0 20px;
    }
    #sec2 .set2::before {
        width: 534px;
		height: 571px;
		top: 16px;
		left: calc(50% - 849px);
    }
    #sec2 .set2::after {
        width: 928px;
        height: 1877px;
        bottom: -510px;
    }
    #sec2 .set2 .col {
        margin-bottom: 20px;
        width: 670px;
    }
    #sec2 .set2 .col h3 {
        font-size: 38px;
        margin-bottom: 170px;
        margin-left: -9px;
        text-align: left;
    }
    #sec2 .set2 .col h3 span {
        font-size: 78px;
    }
    #sec2 .set2 .col .txt {
        margin-bottom: 90px;
        width: 460px;
    }
    #sec2 .set2 .col .btn-cus a {
        padding-left: 161px;
    }
    #sec2 .set2 .right {
        position: absolute;
        right: -30px;
        top: -80px;
        width: 770px;
    }
    #sec2 .set2 .right .price {
        bottom: -7px;
        left: 30px;
    }
    #sec2 .set2 .right .price dt {
        font-size: 28px;
        margin-bottom: 20px;
        margin-right: 30px;
    }
    #sec2 .set2 .right .price dd {
        font-size: 28px;
    }
    #sec2 .set2 .right .price dd small {
        font-size: 22px;
    }
    #sec2 .set2 .right .photo {
        height: 656px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
    #sec2 .set2 .right {
        max-width: 53%;
    }
}
@media screen and (max-width: 767px) {
    #key .key-js .img {
        width: 100vw;
    }
}


/* sec 3 */
#sec3 {
    position: relative;
    padding-bottom: 15vw;
}
#sec3::after {
    content: "";
    background: url("../img/menu/sec4_deco.png") no-repeat left bottom;
    position: absolute;
    bottom: -25vw;
    left: 0;
    width: 60%;
    height: 90vw;
    background-size: 100%;
    z-index: -1;
}
#sec3 .set {
    position: relative;
    padding: 15vw 0 15vw;
    color: #fff;
    background: url("../img/menu/sec3_bg.jpg") no-repeat center;
    background-size: cover;
    margin-bottom: 14vw;
}
#sec3 .set h2 {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 5vw;
    position: relative;
    font-size: 6.4vw;
}
#sec3 .set h2::after {
    content: "";
    background: url("../img/menu/sec3_deco1.png") no-repeat;
    position: absolute;
    top: 9vw;
    right: -13%;
    width: 60%;
    height: 60vw;
    background-size: 100%;
    z-index: 5;
}
#sec3 .set h2 span {
    font-size: 11.7vw;
}
#sec3 .set .js {
    width: 100%;
    margin-bottom: 4vw;
}
#sec3 .set .js .sec1-js .slick-list {
    overflow: visible;
}
#sec3 .set .js .img {
    width: 100%;
    margin-bottom: 2vw;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#sec3 .set .js .price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    width: auto;
    margin-left: auto;
    margin-top: 4vw;
    justify-content: center;
    margin-bottom: 4vw;
}
#sec3 .set .js .price dt {
    margin-right: 5%;
}
#sec3 .set .js .sec3-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    left: 7%;
    right: 7%;
}
#sec3 .set .js .sec3-thumb li {
    width: 30%;
    position: relative;
}
#sec3 .set .js .sec3-thumb li::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    background: rgba(0, 0, 0, 0.6);
    z-index: 5;
    transition: all 0.5s;
}
#sec3 .set .js .sec3-thumb li.active::before {
    opacity: 0;
    visibility: hidden;
}
#sec3 .btn-cus {
    margin-top: 5vw;
    margin-bottom: 12vw;
}
@media only screen and (min-width: 768px) {
    #sec3 {
        padding-bottom: 101px;
    }
    #sec3::after {
        width: 817px;
        height: 827px;
        bottom: -410px;
    }
    #sec3 .set {
        padding: 110px 0 104px;
        margin-bottom: 20px;
    }
    #sec3 .set .wrap {
        width: 1350px;
        padding: 0 20px;
    }
    #sec3 .set h2 {
        margin-bottom: 20px;
        font-size: 48px;
        position: absolute;
        right: 130px;
        top: 186px;
        line-height: 108px;
    }
    #sec3 .set h2::after {
        width: 669px;
        height: 520px;
        top: 388px;
        right: -250px;
    }
    #sec3 .set h2 span {
        font-size: 88px;
    }
    #sec3 .set h2 span:last-of-type {
        margin-top: 314px;
    }
    #sec3 .set .js {
        margin-bottom: 37px;
        width: 825px;
        margin-top: -200px;
        margin-left: -43px;
    }
    #sec3 .set .js .img {
        margin-bottom: 20px;
        height: 558px;
    }
    #sec3 .set .js .price {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 20px;
        width: 467px;
        justify-content: flex-end;
        padding: 15px 0px 11px;
        letter-spacing: 3px;
        margin-left: auto;
    }
    #sec3 .set .js .price dt {
        margin-right: 28px;
    }
    #sec3 .set .js .sec3-thumb {
        width: 370px;
        position: absolute;
        bottom: 125px;
        left: -24px;
        z-index: 5;
    }
    #sec3 .set .js .sec3-thumb li {
        width: 32%;
        height: 82px;
        cursor: pointer;
    }
    #sec3 .set .js .sec3-thumb li:hover {
        opacity: 0.8
    }
    #sec3 .set .txt {
        text-align: left;
        width: 780px;
        margin-left: -20px;
    }
    #sec3 .btn-cus {
        margin: 74px auto 97px;
        width: 470px;
    }
    #sec3 .bnr {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
	#sec3 .set .wrap{
		padding-left: 80px;
	}
	#sec3 .set .js .sec3-thumb{
		left: 38px;
	}
}

/* sec 4 */
#sec4 {
    position: relative;
    padding: 15vw 0 15vw;
    background: #000;
    color: #fff;
}
#sec4 .tel {
    text-align: center;
    margin-bottom: 8vw;
}
#sec4 .tel dt {
    font-size: 5vw;
    letter-spacing: 0.2em;
}
#sec4 .tel dt .tel-icon {
    font-size: 6vw;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 4vw;
    letter-spacing: 0.1em;
}
#sec4 .tel dt .tel-icon span {
    width: 6%;
    margin-right: 2%;
    filter: invert(1);
    margin-top: -1vw;
}
#sec4 .tel dd {
    font-size: 10px;
    line-height: 15px;
}
@media only screen and (min-width: 768px) {
    #sec4 {
        padding: 74px 0 90px;
    }
    #sec4 .tel {
        margin-bottom: 52px;
    }
    #sec4 .tel dt {
        font-size: 30px;
    }
    #sec4 .tel dt .tel-icon {
        font-size: 36px;
        margin-top: 39px;
        letter-spacing: 2px;
    }
    #sec4 .tel dt .tel-icon span {
        margin-top: -4px;
        margin-right: 7px;
        width: 27px;
        margin-left: -18px;
    }
    #sec4 .tel dd {
        font-size: 13px;
        line-height: 18px;
    }
    #sec4 .btn-web {
        width: 453px;
    }
}