@import url('http://fonts.cdnfonts.com/css/avantgarde-bk-bt-2');
body#shade-curtain {
    font-family: 'AvantGarde Bk BT', 'kozuka-gothic-pr6n', sans-serif;
    margin: 0;
    padding: 0;
}

#shade-curtain a{
    text-decoration: none;
}


#shade-curtain a:hover,
#shade-curtain-header ul li a:hover,
.item_box li a:hover,
.process_box a:hover,
.way_box li a:hover {
    opacity: .8;
    text-decoration: none !important;
}

#shade-curtain-header,
.item_box,
.process_box,
.way_box,
.process_box a p{
    font-family: 'AvantGarde Bk BT', 'kozuka-gothic-pr6n', sans-serif;
}

#shade-curtain ul li {
    list-style: none;
}

#shade-curtain-header {
    margin: 0 auto;
    width: 780px;
    background-image: url(fv.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 285px;
    margin-bottom: 120px;
    border: 0;
}

#shade-curtain-header ul {
    width: 695px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    background-color: #e69894;
    padding: 25px 0;
}

#shade-curtain-header ul li a {
    color: #fff;
    text-align: center;
    display: block;
    height: 100%;
    border-right: 1px solid #fff;
    padding: 0 55px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}


#shade-curtain-header ul li:last-child a {
    border: 0;
}

#shade-curtain-header ul li:nth-child(1) a {
    line-height: 2;
}

#shade-curtain-header ul li a::after {
    content: "";
    background-image: url(arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    bottom: 0;
}

#shade-curtain-header ul li:nth-child(1) a::after {
    margin-top: 15px;
}

.item_box {
    margin: 0 auto;
    padding: 0 24px;
    width: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 250px;
}

.item_box li {
    width: 230px;
    margin-bottom: 85px;
}

.item_box li a p {
    margin: 0;
    margin-left: 15px;
    font-size: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 25px;
    line-height: 1;
    color: #000;
    position: relative;
}

.item_box li a p .txt_s {
    width: 100%;
    color: #a0a0a0;
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.item_box li a p .name {
    width: 100%;
    font-size: 20px;
    margin-bottom: 24px;
    font-weight: 500;
}

.item_box li a p .name.font_size16 {
    font-size: 16px;
}

.item_box li a p .price {
    font-size: 18px;
    margin-left: 2px;
}

.item_box li a p::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 100%;
    background-color: #d9d9d9;
    right: -10px;
}

.item_box li:nth-child(3n) a p::after {
    display: none;
}

.process_box {
    margin: 0 auto;
    width: 780px;
    background-image: url(img01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 530px;
    position: relative;
    margin-bottom: 85px;
}

.process_box p {
    margin: 0;
    padding: 0;
    width: 100%;
    background-image: url(tlt_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 250px;
    text-align: center;
    color: #fff;
    line-height: 1.5;
    padding-top: 53px;
    letter-spacing: 2px;
    position: absolute;
    top: -216px;
    font-size: 21px;
}

.process_box p span {
    display: block;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 25px;
    line-height: 1;
}

.process_box div {
    margin: 0 auto;
    width: 730px;
    padding-top: 65px;
}

.process_box a {
    margin: 0 auto;
    width: 227px;
    display: block;
    background-color: #d4b468;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.process_box a p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 15px 0;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    top: 0;
    height: auto;
    background-image: none;
    z-index: 1;
}

.process_box a p::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 13px;
    transform: scaleX(0.5);
}

.process_box a::before {
    content: "";
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #fff;
    width: 500px;
    height: 80px;
}

.process_box a:hover {
    opacity: 1;
}

.process_box a:hover p {
    color: #d4b468;
    transition: .5s;
}

.process_box a:hover::before {
    opacity: 1;
    right: 0;
    transition: .5s;
}

.way_box {
    padding: 0;
    width: 780px;
    margin: 0 auto 85px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.way_box li {
    width: 49.5%;
    background-repeat: no-repeat;
    background-size: cover;
}

.way_box li:nth-child(1) {
    background-image: url(img02.jpg);
}

.way_box li:nth-child(2) {
    background-image: url(img03.jpg);
}

.way_box li a {
    display: block;
    text-align: center;
    color: #fff;
    margin: 50px 0;
}

.way_box li a p {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    text-align: center;
}

.way_box li a p:nth-child(1) {
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 25px;
}

.way_box li a p:nth-child(2) {
    font-size: 50px;
    letter-spacing: 9px;
    font-weight: 600;
}

.way_box li a p:nth-child(2) span {
    font-size: 24px;
    display: block;
    letter-spacing: 2px;
}

.way_box li a div.but {
    border: 1px solid #fff;
    width: 190px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
}

.way_box li a div.but p {
    width: 100%;
    margin: 0 auto;
    line-height: 1;
    margin-bottom: 0;
    padding: 10px 0;
    position: relative;
    z-index: 1;
    font-weight: 600;
}

.way_box li a div.but p::after {
    content: ">";
    position: absolute;
    right: 10px;
    top: 9px;
    transform: scaleX(0.5);
}

.way_box li a div.but::before {
    content: "";
    position: absolute;
    background-color: #fff;
    width: 200px;
    height: 100px;
    right: 100%;
    top: 0;
}

.way_box li a:hover {
    opacity: 1;
}

.way_box li a:hover div.but::before {
    right: 0;
    transition: .5s;
}

.way_box li a:hover div.but p {
    color: #000;
    transition: .5s;
}

@media screen and (max-width:768px) {
    #shade-curtain-header {
        width: 100%;
        margin-bottom: 20%;
        padding-top: 37%;
        position: unset;
    }
    #shade-curtain-header ul {
        width: 95%;
    }
    .item_box {
        width: 95%;
        padding: 0;
        margin-bottom: 50%;
    }
    .item_box li {
        width: 46.5%;
        margin-bottom: 15%;
    }
    .item_box li a p .name {
        font-size: 15px;
    }
    .item_box li a p .name.font_size16 {
        font-size: 12px;
    }
    .process_box {
        width: 100%;
        height: 98vw;
    }
    .process_box div {
        width: 95%;
    }
    .process_box p {
        top: -44vw;
        background-size: cover;
        background-position: center;
        height: 52vw;
        padding-top: 11%;
        font-size: 18px;
    }
    .process_box p span {
        font-size: 22px;
    }
    .process_box a {
        width: 50%;
    }
    .way_box {
        width: 100%;
    }
    .way_box li a div.but {
        width: 50%;
    }
    .item_box li:nth-child(3n) a p::after {
        display: block;
    }
    .item_box li:nth-child(2n) a p::after {
        display: none;
    }
    #shade-curtain-header ul li {
        width: 33%;
    }
    #shade-curtain-header ul li a {
        padding: 2px;
        font-size: 13px;
    }
    #shade-curtain-header ul li a::after {
        width: 8vw;
        height: 8vw;
    }
    .way_box li {
        width: 49.5%;
    }
    .way_box li a{
        margin: 6.6666vw 0;
    }
    .way_box li a p:nth-child(1){
        font-size: 3vw;
        margin-bottom: 2vw;
    }
    .way_box li a p:nth-child(2) span{
        font-size: 3.8vw;
    }
    .way_box li a p:nth-child(2){
        font-size: 7vw;
    }
    .way_box li a div.but{
        width: 80%;
        margin-top: 2vw;
    }
    .way_box li:last-child {
        margin: 0;
    }
}