/*
    PC
    min-width: 961px
*/
/*----------------------------------------------------------
    Fonts Custom//Base
----------------------------------------------------------*/
h1.corp-name {
    padding: 1em 0 2em 0;
}
    h1.corp-name img {
        width: 85px;
    }
/*===========================================================
	Header
============================================================*/
#index-head {
    z-index: 99;
    height: 848px;
}
#logo-area {
    z-index: 98;
    bottom: 48px;
    height: 170px;
}
.index-head-menu ul,
.lower-head-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.lower-head-menu {
    width: calc(100% - 400px);
    margin: 0;
    padding: 0;
}
    .lower-head-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
            .lower-head-menu ul li a,
            .lower-head-menu ul li a:hover {
                color: #202449;
                text-decoration: none;
            }
/*===========================================================
	Navigation
============================================================*/
.index-head-menu {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.index-head-menu .menu {
    height: 48px;
}
    .index-head-menu .menu ul {
        width: 960px;
        line-height: 48px;
    }
/*===========================================================
	Main Visual
============================================================*/
#main-visual {
    height: 800px;
}
.item-comment {
    bottom: 200px;
    min-width: 40%;
    padding: 1em 2em 1em 4em;
    border-radius: 50px 0 0 50px;
}
/*===========================================================
	Main//Index
    layerは三角の重なり順を決めるclass
    shadow-filterはClip-pathエリアに対する共通ドロップシャドウ
============================================================*/
main.index-main {
    margin: 0 auto;
    padding: 0 0 100px 0;
}
.inner {
    width: 960px;
}
#greetring-area {
    min-height: 515px;
    padding: 2em 0;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0% 70%, 0 0);
}
.greeting div {
    width: 50%;
}
.greeting img {
    width: 48%;
}
#recommend-area {
    height: 780px;
    background-image: url('../images/white-back.jpg');
    background-repeat: repeat-x;
    clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0% 70%, 0 0);
}
.recommend a {
    width: 32%;
}
.banner a {
    width: 49%;
}
        .left-img,
        .right-img {
            z-index: 99;
            position: relative;
            width: 100%;
            height: 500px;
        }
        .left-img img,
        .right-img img {
            width: 450px;
            height: 500px;
        }
            .left-img {
                top: -168px;
                left: 0;
            }
            .right-img {
                top: -1278px;
                right: 0;
                text-align: right;
            }
            #order-area {
                height: 590px;
                padding: 0 0 3em 0;
                background:
                    url('../images/green-back.jpg') repeat-x top center;
                clip-path: polygon(100% 0, 100% 70%, 50% 100%, 0% 70%, 0 0);
            }
            .order img {
                width: 254px;
                height: 254px;
            }
            #order-button {
                top: -130px;
                padding: 2em 0;
            }
            #notice-area {
                top: -130px;
            }
            .notice h2 {
                width: 20%;
                text-align: center;
            }
            .notice-list {
                width: 70%;
                align-items: center;
            }
            .notice-list dt {
                width: 30%;
                padding: 0.5em 0;
            }
            .notice-list dd {
                width: 70%;
                padding: 0.5em 0;
            }
            #info-area {
                bottom: 920px;
                left: 50%;
                transform: translateX(-50%);
                width: 960px;
                height: 500px;
            }
                .info {
                    height: 400px;
                }
/*===========================================================
	Footer
============================================================*/
a.totop {
    z-index: 95;
    right: 15px;
    bottom: 15px;
}
footer {
    margin: 100px auto 0 auto;
    clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
}
.add-area h2 img {
    width: 350px;
}
.foot-menu ul {
    width: 960px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/*===========================================================
	Lower
============================================================*/
.contents {
    width: 960px;
}
/*----------------------------------------------------------
    Header//Lower
----------------------------------------------------------*/
.lower-header {
    height: 120px;
    clip-path: polygon(50% 100%, 100% 50%, 100% 0, 0 0, 0 50%);
}
.head-images {
    width: auto;
    height: 593px;
    margin-bottom: 1em;
}
    .head-images img {
        width: 100%;
        height: 593px;
        object-fit: cover;
    }

/*===========================================================
	Archive
============================================================*/
a.arch-box {
    width: calc(calc(100% / 3) - 16px);
}

.item-price {
    width: 50%;
}