#container > .contents {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #333;
    font-size: .9375rem;
    background-color: #f8f8f8;
}
.lb-data .lb-caption {
    color: #999999 !important;
}
.lb-data .lb-number {
    display: none !important;
}
.lb-nav a.lb-prev,
.lb-nav a.lb-next {
    opacity: 1 !important;
}
.lb-nav a.lb-prev {
    transform: translateX(-75px) !important;
}
.lb-nav a.lb-next {
    transform: translateX(75px) !important;
}
.lb-data .lb-close {
    opacity: 1 !important;
}
.fancybox__caption {
    color: #fff !important;
    opacity: 1 !important;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: #e94709 !important;
}
@media screen and (max-width:600px) {
    .lb-nav a.lb-prev {
        transform: translateX(-52.5px) !important;
    }
    .lb-nav a.lb-next {
        transform: translateX(52.5px) !important;
    }
}
/*-----------------------------------

	key-container

-----------------------------------*/

#container .key-container {
    height: 412px;
    background-color: #f5a200;
    display: flex;
    justify-content: center;
    text-align: center;
}

#container .key-container p {
    color: #fff;
    letter-spacing: .5em;
    font-size: 1.125rem;
    font-weight: 700;
}

#container .key-container .right {
    margin-top: 70px;
    margin-left: 14px;
    color: #fff;
}

#container .key-container .right .caption {
    width: 352px;
    height: 46px;
    margin-left: 17px;
    background-color: #008a32;
    border-radius: 23px;
    color: #fff;
    font-size: 1.4375rem;
    font-weight: 900;
    font-style: italic;
    line-height: 46px;
}

#container .key-container .right .balloon {
    margin-top: -115px;
    margin-left: 360px;
}

#container .key-container .right .main-title {
    margin-top: -35px;
    text-align: left;
}

#container .key-container .right .main-title .text {
    display: flex;
    margin-left: 20px;
}

#container .key-container .right .main-title .text .subtext {
    font-size: 1.75rem;
    font-style: italic;
    font-weight: 700;
    letter-spacing: unset;
    margin-top: 10px;
    margin-right: 10px;
}

#container .key-container .right .main-title .text .copy {
    color: #1a1311;
    font-size: 2.375rem;
    font-weight: 900;
    font-style: italic;
    display: flex;
    align-items: center;
    letter-spacing: -.1em;
}

#container .key-container .right .main-title .text .copy .small {
    margin-left: 6px;
    font-size: 1.0625rem;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: unset;
    color: #1a1311;
}

#container .key-container .right .main-title .text .copy .symbol {
    margin-left: 2px;
    font-size: 3.125rem;
    font-style: normal;
    font-weight: 300;
}

#container .key-container .right .main-title .main-text span {
    vertical-align: middle;
    font-size: 5rem;
    color: #fff;
}

#container .key-container .right .subtitle {
    width: 547px;
    height: 41px;
    margin-top: -30px;
    background-color: #008a32;
    color: #fff;
    font-size: 1.4375rem;
    line-height: 40px;
    font-weight: 500;
}

#container .key-container .container .top-text {
    display: flex;
    margin-left: 130px;
}

#container .key-container .container .top-text p {
    margin-top: 52px;
}

#container .key-container .container .top-text img:first-child {
    height: 60px;
    margin-top: 50px;
}

#container .key-container .container .top-text img.line-img {
    transform: rotate(50deg);
    height: 60px;
    margin-top: 50px;
}

#container .key-container .container>img {
    margin-right: 15px;
}

@media screen and (max-width:1080px) {
    #container .key-container {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    }

    #container .key-container .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

    #container .key-container .container .top-text {
    margin-left: 0;
    margin-top: -35px;
    }

    #container .key-container .container>img {
    margin-right: 30%;
    }

    #container .key-container .right {
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    }

    #container .key-container .right .appeal {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    }

    #container .key-container .right .appeal .caption {
    width: 50%;
    min-width: 300px;
    }

    #container .key-container .right .appeal .balloon {
    margin: 0;
    }

    #container .key-container .right .main-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .key-container .right .main-title img {
    width: 90%;
    }

    #container .key-container .right .subtitle {
    height: auto;
    width: 25em;
    margin-top: -1.5em;
    }
}
@media screen and (max-width:600px) {
        #container .key-container .right .appeal .caption {
    font-size: 1.3rem;
    min-width: 200px;
    height: auto;
    line-height: 30px;
    }

    #container .key-container .right .appeal .balloon img {
    width: 70%;
    margin-bottom: 13%;
    }

    #container .key-container .right .main-title {
    margin-top: -35px;
    }

    #container .key-container .right .main-title .text {
    margin-left: 0;
    }

    #container .key-container .right .main-title .text .subtext {
    font-size: 1.3rem;
    }

    #container .key-container .right .main-title .text .copy {
    font-size: 1.8rem;
    }

    #container .key-container .right .main-title .text .copy .small {
    font-size: 1rem;
    }

    #container .key-container .right .main-title .text .copy .symbol {
    font-size: 2.5rem;
    }

    #container .key-container .right .subtitle {
    width: 90%;
    min-width: 310px;
    }

    #container .key-container .container {
    width: 100%;
    overflow: hidden;
    }

    #container .key-container .container>img {
    width: 90%;
    margin-right: 30%;
    }
}

/*-----------------------------------

	band

-----------------------------------*/
#container .band {
    height: 121px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .band .left {
    margin-top: 18px;
}

#container .band .left .main-text {
    margin-bottom: 10px;
    font-size: 1.3125rem;
    font-weight: 700;
    color: #e94709;
}

#container .band .right {
    width: 347px;
    height: 88px;
    margin-top: 14px;
    margin-left: 29px;
    border: 2px solid #e94709;
    border-radius: 5px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

#container .band .right .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f08300;
    opacity: 0;
}

#container .band .right .subtext {
    color: #f08300;
    font-weight: 500;
}

#container .band .right .main-text {
    margin-left: 33px;
    margin-right: 52px;
    color: #f08300;
    font-size: 1.5625rem;
}

#container .band .right .next {
    width: 25px;
    height: 25px;
    background-color: #f08300;
    border-radius: 12.5px;
    text-align: center;
}

#container .band .right .next .allow {
    font-size: 1.125rem;
    font-weight: 700;
    transform: scaleY(1.5);
    color: #fff;
}
@media screen and (max-width:1080px) {

    #container .band {
    height: auto;
    width: 90%;
    padding-bottom: 15px;
    margin: auto;
    display: flex;
    align-items: center;
    }

    #container .band .left {
    width: 50%;
    }

    #container .band .left .main-text {
    font-size: 1.2rem;
    }

    #container .band .left br {
    display: none;
    }

    #container .band .right {
    width: 52%;
    height: 65px;
    margin-left: 0;
    }

    #container .band .right .main-text {
    margin-left: 0;
    margin-right: 30px;
    font-size: 1.3rem;
    }

    #container .band .right .next {
    width: 15px;
    height: 15px;
    }

    #container .band .right .next .allow {
    font-size: 1rem;
    line-height: 13px;
    }
}

@media (hover:hover) {
    #container .band .right .hover:hover {
    opacity: .4;
    }
}

/*-----------------------------------

	price

-----------------------------------*/
#container .price {
    background-color: #f08300;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#container .price .title {
    margin-top: 12px;
    padding-top: 90px;
    margin-bottom: 40px;
}

#container .price .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .price .title h1,
#container .price .title p {
    color: #fff;
}

#container .price .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

#container .price .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

#container .price .body {
    text-align: left;
    margin-bottom: 110px;
}

#container .price .body ul {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 15px;
}

#container .price .body ul li {
    width: 380px;
    height: 503px;
    background-color: #fff;
    border-radius: 30px;
    list-style: none;
    text-align: left;
}

#container .price .body ul li .type {
    width: 321px;
    margin: 0 auto 12px;
    font-size: 1.25rem;
    color: #000;
}

#container .price .body ul li .type-img {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container .price .body ul li .type-img img {
    width: 80%;
    display: block;
}

#container .price .body ul li table,
#container .price .body ul li td,
#container .price .body ul li th {
    border: 1px solid #ddd;
    border-collapse: collapse;
}

#container .price .body ul li table {
    width: 340px;
    margin: 0 auto;
    font-size: .875rem;
}

#container .price .body ul li table th {
    height: 46px;
    padding: 0 5px;
    background-color: #faf7f2;
    line-height: 46px;
}

#container .price .body ul li table td {
    padding-left: 10px;
}

#container .price .body ul li table td span:last-child {
    color: #ff4d65;
    line-height: 46px;
    font-weight: 700;
    font-feature-settings: "palt";
}

#container .price .body ul li table td span:last-child .sp-br {
    display: none;
}

#container .price .body ul li table td .large {
    font-size: 1.5rem;
    color: #ff4d65;
    font-weight: 700;
}

#container .price .body ul li table td .medium {
    font-size: 1.25rem;
    color: #ff4d65;
    font-weight: 700;
}

#container .price .body p {
    margin-left: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 2;
}
@media screen and (max-width:1240px) {
    #container .price .body ul {
    width: 100%;
    margin-left: 0;
    margin-right: -60px;
    }

    #container .price .body ul li {
    width: 32%;
    }

    #container .price .body ul li .type {
    width: auto;
    margin-left: 30px;
    }

    #container .price .body ul li table {
    width: auto;
    }
}
@media screen and (max-width:1080px) {
    #container .price .body ul {
    flex-direction: column;
    align-items: center;
    }

    #container .price .body ul li {
    width: 70%;
    margin-bottom: 50px;
    height: auto;
    }

    #container .price .body ul li .type-img {
    height: auto;
    margin-top: 10px;
    }

    #container .price .body ul li .type-img img {
    width: 65%;
    }

    #container .price .body ul li .type {
    text-align: center;
    }

    #container .price .body ul li table {
    width: 80%;
    margin-bottom: 30px;
    }
}
@media screen and (max-width:600px) {
    #container .price .title h1 {
    font-size: 2rem;
    }

    #container .price .title img {
        width: 60px;
    }

    #container .price .body ul li table td span:last-child {
    line-height: 0;
    }

    #container .price .body ul li table td span:last-child .sp-br {
    display: block;
    }

    #container .price .body>p {
    width: 90%;
    }
    
}
/*-----------------------------------

	search

-----------------------------------*/
#container .search {
    width: 100%;
    background-color: #faf7f2;
    padding-top: 46px;
    padding-bottom: 42px;
    display: flex;
    justify-content: center;
}

#container .search img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .search .container {
    width: 1220px;
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 19px 14px;
}

#container .search .body-type .title {
    font-size: 2rem;
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #faf7f2;
    text-align: left;
}

#container .search .body-type .item {
    width: 130px;
    height: 118px;
    border: 2px solid #e94709;
    border-radius: 5px;
    box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .16);
    position: relative;
    list-style: none;
}

#container .search .body-type .item .icon {
    height: 73px;
}

#container .search .body-type .item .icon img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#container .search .body-type .item .icon .img-1 {
    width: 70%;
    margin-top: 20px;
}

#container .search .body-type .item .icon .img-2 {
    width: 82%;
    margin-top: 20px;
}

#container .search .body-type .item .icon .img-3 {
    width: 82%;
    margin-top: 26px;
}

#container .search .body-type .item .type-name {
    width: 100%;
    height: 45px;
    background-color: #e94709;
    text-align: center;
    font-size: .6875rem;
    position: absolute;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#container .search .body-type .item .hover {
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

@media screen and (max-width:1240px) {
    #container .search .body-type .title {
        margin-left: 20px;
    }

    #container .search .body-type .container {
        width: 100%;
    }

    #container .search .body-type .container li {
        width: 10.5%;
    }
}

@media screen and (max-width:600px) {
    #container .search .body-type .container {
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    #container .search .body-type .container li {
        width: 22%;
        margin-bottom: 20px;
    }
}

@media (hover:hover) {
    #container .search .body-type .item .hover:hover {
        background: #e94709;
        opacity: .4;
    }
}

/*-----------------------------------

	result

-----------------------------------*/
#container .result {
    width: 100%;
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 88px;
    text-align: center;
}

#container .result .expand-button {
    width: 100%;
    height: 60px;
    background: #e94709;
}

#container .result .expand-button span {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    margin-left: 20px;
}

#container .result .expand-button img {
    margin-left: 20px;
}

#container .result .container {
    width: 1200px;
    margin: 0 auto;
}

#container .result .container .count {
    font-size: 1.5625rem;
    margin-bottom: -30px;
}

#container .result .container .count .number {
    color: #e94709;
    font-size: 3.4375rem;
    font-weight: 500;
    margin: 0 15px;
}

#container .result .container .count .text {
    font-weight: 700;
}

#container .result .container>div {
    margin-top: 30px;
}

#container .result .container>div .size {
    text-align: left;
    font-size: 2rem;
    width: 100%;
    border-bottom: 1px solid grey;
    margin-bottom: 20px;
    font-weight: 700;
}

#container .result .container>div .list {
    width: 1200px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin: 30px auto 0;
    flex-wrap: wrap;
}

#container .result .container>div .list .special-prize-details {
    margin-bottom: 30px;
}

#container .result .container>div .plus-button {
    width: 100%;
    height: 60px;
    background: #e94709;
    margin-bottom: 30px;
    cursor: pointer;
}

#container .result .container>div .plus-button span {
    font-weight: 700;
    color: #fff;
    font-size: 1.1rem;
    margin-left: 20px;
}

#container .result .container>div .plus-button img {
    margin-left: 20px;
}

#container .result .search-type {
    font-size: 1.5625rem;
    color: #e94709;
    font-weight: 700;
}

@media screen and (max-width:1240px) {
    #container .result .container {
        width: 90%;
    }

    #container .result .container>div .size {
        font-size: 1.7rem;
    }

    #container .result .container>div .list {
        width: 100%;
    }

    #container .result .container>div .list .special-prize-details {
        width: 220px;
    }
}

@media screen and (max-width:1080px) {
    #container .result .container>div .list .special-prize-details {
        width: 40%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:600px) {
    #container .result .container {
        width: 95%;
    }

    #container .result .container>div .size {
        margin-bottom: -20px;
    }

    #container .result .container>div .list .special-prize-details {
        width: 47%;
    }

    #container .special-prize-details .info-list .info-list-detail li {
       min-height: 13.5px;;
    }

    #container .result .container>div .plus-button {
        height: 40px;
    }
}

/*-----------------------------------

	happy-lease

-----------------------------------*/
#container .happy-lease {
    text-align: center;
}

#container .happy-lease p {
    line-height: 2;
}

#container .happy-lease .top {
    height: 600px;
    margin-top: -13px;
    padding-top: 78px;
    background-color: #f7e6c6;
}

#container .happy-lease .top img {
    width: 153px;
}

#container .happy-lease .bottom {
    padding-bottom: calc(10vw + 10px);
    position: relative;
    overflow: hidden;
    background-color: #f7e6c6;
}

#container .happy-lease .bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #f8f8f8;
    border-left: 100vw solid transparent;
}

#container .happy-lease .bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 9.8vw solid #f8f8f8;
    border-right: 100vw solid transparent;
}

#container .happy-lease .title {
    margin-top: 52px;
    margin-bottom: 47px;
}

#container .happy-lease .title h1,
#container .happy-lease .title p {
    color: #e94709;
}

#container .happy-lease .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

#container .happy-lease .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

#container .happy-lease .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

@media screen and (max-width:1080px) {
    #container .happy-lease br {
        display: none;
    }

    #container .happy-lease .top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #container .happy-lease .top>p {
        width: 80%;
    }
}
@media screen and (max-width:600px) {
    #container .happy-lease .top {
        height: auto;
    }

    #container .happy-lease .top>img {
        width: 120px;
    }

    #container .happy-lease .top .title {
        margin-top: 20px;
        margin-bottom: 25px;
    }

    #container .happy-lease .top .title h1 {
        font-size: 2rem;
    }

    #container .happy-lease .top .title img {
        width: 60px;
    }
}

/*-----------------------------------

	reason

-----------------------------------*/
#container .reason {
    margin-bottom: 145px;
    text-align: center;
}

#container .reason .title {
    margin-top: 52px;
    margin-bottom: 50px;
}

#container .reason .title h1,
#container .reason .title p {
    color: #f08300;
}

#container .reason .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}
#container .reason .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 2;
}

#container .reason .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .reason li {
    width: 1200px;
    height: 294px;
    margin: 0 auto 29px;
    padding: 30px 30px 30px 50px;
    background-color: #f9eed3;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

#container .reason .left {
    width: 660px;
    margin-right: 53px;
}

#container .reason .left .main-text,
#container .reason .left .orange {
    margin-top: 28px;
    margin-bottom: 17px;
    font-size: 2rem;
    font-weight: 700;
}

#container .reason .left p {
    line-height: 2;
}

#container .reason .left .orange {
    color: #e94709;
}

#container .reason .right {
    width: 37%;
}

#container .reason .right img {
    width: 100%;
}

#container .reason .arrow_box {
    position: relative;
    width: 256px;
    height: 46px;
    background: #f08300;
    text-align: center;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 46px;
    border-radius: 10px;
}

#container .reason .arrow_box .bold {
    color: #fff;
    font-size: 1.75rem;
    font-weight: 500;
}

#container .reason .arrow_box:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 50%;
    border-width: 11px 7px;
    margin-left: -10px;
    border-top-color: #f08300;
}

@media screen and (max-width:1240px) {
    #container .reason ol li {
    width: 95%;
    }
}
@media screen and (max-width:600px) {
    #container .reason {
    margin-top: -50px;
    margin-bottom: 0;
    }

    #container .reason .title {
    margin-bottom: 20px;
    }

    #container .reason .title h1 {
    font-size: 2rem;
    }

    #container .reason .title img {
        width: 60px;
    }

    #container .reason ol li {
    height: auto;
    padding: 0;
    border-radius: 10px;
    }

    #container .reason ol li,
    #container .reason ol li .left {
    display: flex;
    flex-direction: column;
    }

    #container .reason ol li .left {
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    width: 100%;
    }

    #container .reason ol li .left .arrow_box {
    padding: 20px;
    line-height: 0;
    height: auto;
    }

    #container .reason ol li .left .main-text {
    margin-top: 10px;
    font-size: 1.7rem;
    margin-bottom: 5px;
    }

    #container .reason ol li .left .main-text .orange {
    font-size: 1.7rem;
    }

    #container .reason ol li .left>p {
    width: 90%;
    font-size: 1rem;
    }

    #container .reason ol li .right {
    width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    }
}

/*-----------------------------------

	merit

-----------------------------------*/
#container .merit {
    background-color: #fbce00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#container .merit .top {
    margin-top: 60px;
    display: flex;
}

#container .merit .top img {
    width: 33px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
}

#container .merit .top .line-img {
    transform: scaleX(-1);
}

#container .merit .top h1 {
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 3.125rem;
    color: #595757;
    margin-top: -10px;
}

#container .merit .middle {
    width: 1200px;
    height: 328px;
    background: #fef5cc;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-radius: 10px;
    margin-bottom: 60px;
}

#container .merit .middle>div:nth-child(2) .arrow-box {
    position: relative;
    width: 256px;
    height: 55px;
    background: #f08300;
    text-align: center;
    font-size: 1.25rem;
    line-height: 55px;
    border-radius: 10px;
    margin-bottom: 10px;
}

#container .merit .middle>div:nth-child(2) .arrow-box:after {
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 30%;
    margin-left: -10px;
    border: solid transparent;
    border-top: solid #f08300;
    border-width: 11px 7px;
}

#container .merit .middle>div:nth-child(2) .arrow-box strong {
    color: #fff;
}

#container .merit .middle>div:nth-child(2) h2 {
    font-size: 2rem;
    font-weight: 500;
}

#container .merit .middle>div:nth-child(2) h2 b {
    color: #e94709;
}

#container .merit .middle>div:nth-child(2) h2 .sp-br {
    display: none;
}

#container .merit .middle>div:nth-child(2) p {
    line-height: 2;
}

#container .merit .middle>div:nth-child(2) p b {
    font-size: 1.25rem;
    color: #e94709;
}

@media screen and (max-width:1240px) {
    #container .merit .middle {
    width: 95%;
    }
    #container .merit .middle>div:nth-child(2) {
    margin: 0 30px;
    }

    #container .merit .middle>div:nth-child(2) br {
    display: none;
    }

}
@media screen and (max-width:1080px) {
    #container .merit .top img {
    width: 14px;
    }

    #container .merit .top h1 {
    font-size: 2rem;
    }

    #container .merit .middle {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
    }

    #container .merit .middle>div:first-child {
    width: 90%;
    margin-bottom: 20px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    }

    #container .merit .middle>div:first-child img {
    width: 50%;
    }

    #container .merit .middle>div:last-child {
    width: 90%;
    margin: 20px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    #container .merit .middle>div:last-child .arrow-box {
    height: auto;
    line-height: 0;
    padding: 20px;
    width: 100%;
    }

    #container .merit .middle>div:last-child .arrow-box:after {
    left: 50%;
    margin-left: 0;
    }

    #container .merit .middle>div:last-child h2 {
    font-size: 1.7rem;
    text-align: center;
    }

    #container .merit .middle>div:last-child h2 .sp-br {
    display: block;
    }

    #container .merit .middle>div:last-child h2 .pc-br {
    display: none;
    }

    #container .merit .middle>div:last-child p {
    line-height: normal;
    font-size: 1rem;
    margin-top: 20px;
    width: 100%;
    }

    #container .merit .middle>div:last-child p b {
    font-size: 1rem;
    }
}
@media screen and (max-width:600px) {
    #container .merit .top img {
    width: 14px;
    }

    #container .merit .top h1 {
    font-size: 2rem;
    }

    #container .merit .middle>div:first-child img {
    width: 100%;
    }
}

/*-----------------------------------

	customer

-----------------------------------*/
#container .customer .top,
#container .customer .top .title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container .customer .top .title {
    margin-top: 80px;
    margin-bottom: 78px;
}

#container .customer .top .title h1,
#container .customer .top .title p {
    color: #f08300;
}

#container .customer .top .title h1 {
    font-size: 3.125rem;
    font-weight: 700;   
}

#container .customer .top .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 2;
}

#container .customer .top .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .customer .top ul {
    width: 1194px;
    margin: 0 auto 34px;
    display: flex;
    justify-content: space-between;
}

#container .customer .top ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 288px;
    padding: 27px 0 0;
    background-color: #f9eed3;
    border-radius: 6px;
    list-style: none;
}

#container .customer .top ul li .name {
    margin-top: 4px;
    font-size: .875rem;
}

#container .customer .top ul li strong {
    width: 90%;
    display: block;
    height: 104px;
    margin-top: 12px;
    margin-bottom: 16px;
    font-size: 1.5625rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 1.3;
}

#container .customer .top ul li strong .orange {
    color: #e94709;
    font-size: 1.5625rem;
    font-weight: 700;
}

#container .customer .top ul li p {
    text-align: center;
    color: #000;
    line-height: 1.9;
    width: 80%;
    margin-bottom: 30px;
}

#container .customer .bottom {
    padding-bottom: calc(10vw + 10px);
    position: relative;
    overflow: hidden;
    background-color: #f8f8f8;
}

#container .customer .bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 10vw solid #f08300;
    border-left: 100vw solid transparent;
}

#container .customer .bottom:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 9.8vw solid #f08300;
    border-right: 100vw solid transparent;
}
@media screen and (max-width:1240px) {
    #container .customer .top ul {
    width: 95%;
    }

    #container .customer .top ul li {
    width: 23%;
    }
}
@media screen and (max-width:1080px) {
    #container .customer .top ul {
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    }

    #container .customer .top ul li {
    width: 40%;
    margin-bottom: 20px;
    }

    #container .customer .top ul li strong {
    height: auto;
    }

    #container .customer .top ul li strong br {
    display: none;
    }
}
@media screen and (max-width:600px) {
    #container .customer .top .title {
    margin-top: 20px;
    margin-bottom: 20px;
    }

    #container .customer .top .title h1 {
    font-size: 2rem;
    }

    #container .customer .top .title p {
    margin-top: 5px;
    margin-bottom: 0;
    }

    #container .customer .top .title img {
        width: 60px;
    }

    #container .customer .top ul li {
    width: 45%;
    }

    #container .customer .top ul li strong,
    #container .customer .top ul li strong .orange {
    font-size: 1.2rem;
    }
}

/*-----------------------------------

	flow

-----------------------------------*/
#container .flow {
    height: 880px;
    background-color: #f08300;
    text-align: center;
}

#container .flow .title {
    margin-bottom: 55px;
    padding-top: 20px;
}

#container .flow .title h1,
#container .flow .title p {
    color: #fff;
}

#container .flow .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
}

#container .flow .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}    

#container .flow .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .flow .body {
    display: flex;
    justify-content: center;
}

#container .flow .body>img {
    display: none;
}

#container .flow .body>div:not(.scroll-hint-icon-wrap) {
    width: 1100px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

#container .flow .body>div ol {
    width: 1100px;
    margin: 0 auto;
    background-image: url(../img/happy_lease/flow.9d87073.svg);
    background-repeat: no-repeat;
    background-size: contain;
    text-align: center;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#container .flow .body>div ol li {
    margin-top: 31px;
    width: 186px;
    height: 234px;
}

#container .flow .body>div ol li .step {
    font-size: 1.15rem;
    font-weight: 700;
    color: #f08300;
}

#container .flow .body>div ol li p {
    margin-top: 24px;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #4d4d4d;
    line-height: 1.4;
}

#container .flow .body>div ol li .delivery {
    margin-top: 18px;
    margin-left: -94px;
    font-size: .9375rem;
    color: #fff;
}

#container .flow .body>div>p {
    color: #fff;
    line-height: 2;
}

#container .flow .body>div .note {
    margin-top: -42px;
    color: #fff;
    font-weight: 300;
}

#container .flow img {
    margin: 0 auto;
}

@media screen and (max-width:1240px) {
    #container .flow .body {
    transform: scale(.9);
    }

    #container .flow .body>div ol li .delivery {
    margin-top: 28px;
    }
}

@media screen and (max-width:1080px) {
    #container .flow {
    height: auto;
    padding-bottom: 20px;
    }

    #container .flow .body>img {
    display: block;
    width: 93%;
    }

    #container .flow .body>div:not(.scroll-hint-icon-wrap) {
    display: none;
    }
}

@media screen and (max-width:600px) {
    #container .flow {
        margin-top: -25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    #container .flow .title {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    #container .flow .title h1 {
        font-size: 2rem;
    }

    #container .flow .title p {
        margin-top: 5px;
        margin-bottom: 0;
    }

    #container .flow .title img {
        width: 60px;
    }

    #container .flow .body {
        transform: scale(1);
        position: relative;
        display: block;
        overflow: scroll;
        width: 90%;
    }

    #container .flow .body img {
        width: 800px;
    }
}
    
/*-----------------------------------

	comic

-----------------------------------*/
#container .comic {
    text-align: center;
    background: #fff;
    padding-bottom: 70px;
}

#container .comic .title {
    padding-top: 62px;
    margin-bottom: 52px;
}

#container .comic .title h1,
#container .comic .title p {
    color: #f08300;
}

#container .comic .title h1 {
    font-size: 3.125rem;
    font-weight: 700;
}

#container .comic .title p {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.125rem;
    line-height: 2;
}

#container .comic .title .radiation-img {
    margin-top: 6px;
    transform: scaleY(-1);
}

#container .comic .container {
    width: 1026px;
    margin: 0 auto;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

#container .comic .container .part-1 .title,
#container .comic .container .part-2 .title {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 1.75rem;
    font-weight: 700;
    color: #595757;
    letter-spacing: -.7px;
}

#container .comic .container .part-1 .part-2 title,
#container .comic .container .part-2 .part-2 title {
    width: 490px;
}

#container .comic .container .part-1 p,
#container .comic .container .part-2 p {
    width: 475px;
    color: #000;
    line-height: 2;
}

#container .comic .container .part-1 img,
#container .comic .container .part-2 img {
    margin-left: -16px;
    width: 498px;
    cursor: pointer;
}

@media screen and (max-width:1080px) {
    #container .comic {
    height: auto;
    width: 100%;
    }

    #container .comic .title {
    margin-bottom: 0;
    }

    #container .comic .container {
    width: 90%;
    flex-direction: column;
    align-items: center;
    }

    #container .comic .container>div {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    }

    #container .comic .container>div img {
    display: block;
    width: 80% !important;
    margin: 0 auto !important;
    }

    #container .comic .container>div .title {
    margin-top: 0 !important;
    }

    #container .comic .container .title {
    text-align: center;
    margin-bottom: 0;
    }
}
@media screen and (max-width:600px) {
    #container .comic .title {
    padding-top: 20px;
    }

    #container .comic .title h1 {
    font-size: 2rem;
    }

    #container .comic .title p {
    margin-top: 5px;
    margin-bottom: 0;
    }

    #container .comic .title img {
        width: 60px;
    }
    
    #container .comic .container .part-1>div .title,
    #container .comic .container .part-2>div .title {
    font-size: 1.5rem;
    }

    #container .comic .container .part-1>div p,
    #container .comic .container .part-2>div p {
    width: 95%;
    }
}

/*-----------------------------------

	inquiry-box

-----------------------------------*/
#container .inquiry-box {
    background-color: #f9f9f7;
    padding-bottom: 50px;
}

#container .inquiry-box .rental {
    width: 900px;
    height: 160px;
    margin: 0 auto 22px;
    display: flex;
    justify-content: center;
    position: relative;
}

#container .inquiry-box .rental .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

#container .inquiry-box .one-stop {
    width: 900px;
    height: 160px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

#container .inquiry-box .one-stop .hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
}

@media screen and (max-width:1080px) {
    #container .inquiry-box .rental {
    width: 70%;
    height: auto;
    }

    #container .inquiry-box .rental img {
    width: 100%;
    }

    #container .inquiry-box .one-stop {
    width: 70%;
    height: auto;
    }

    #container .inquiry-box .one-stop img {
    width: 100%;
    }
}
@media (hover:hover) {
    #container .inquiry-box .one-stop .hover:hover,
    #container .inquiry-box .rental .hover:hover {
    opacity: .4;
    }
}