/* index */
#index .container {
    text-align: center;
    background-color: #f8f7f6;
    padding: 3rem 0;
}
#index .top-ttl {
    font-size: 3rem;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #f2cf39 0%);
    display: inline;
    padding: 0 1px 0px;
}
#index .top-nav {
    width: 90%;
    margin: 3rem auto;
    display: grid;
    row-gap: 5rem;
}
#index .nav-ttl {
    font-size: 2rem;
    margin-bottom: 2rem;
}
#index .nav-ttl:before {
    content: attr(data-num)".";
    font-size: 3rem;
    font-style: italic;
    font-weight: 600;
    color: #f2cf39;
    margin-right: .5em;
}
#index .top-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 1rem;
    row-gap: 2rem;
}
#index .top-list img {
    margin-bottom: 2rem;
    border-radius: 2rem;
}
#index .top-list figcaption {
    font-size: 1.6rem;
    font-weight: 600;
    display: inline-block;
    border-bottom: 3px dotted #f2cf39;
    padding-bottom: 3px;
}
@media only screen and (min-width: 769px) {
    #index .container {
        max-width: 1200px;
        border-radius: 3rem;
        margin-bottom: 5rem;
        padding: 5rem 0;
    }
    #index .top-list {
        justify-content: center;
    }
    #index .nav-wrap .top-list {
        grid-template-columns: repeat(4,22%);
    }
    #index .top-list a:hover figure {
        transform: translate(0, -1rem);
    }
}

/* about */
.about_section{
    background: #fffdee;
    padding: 6rem 0;
}
.about_section .about_handmade_section{
    width: 87%;
    margin: 0 auto 5rem;
}
.about_section .about_handmade_section .main{
    background: url(https://www.kanmi.jp/wp/wp-content/themes/kanmi_new/img/features/common/handmade_bg_middle.png) repeat-y 0 0;
    text-align: center;
    background-size: contain;
    padding: 1rem 0 0;
}
.about_section .about_handmade_section .main + img {
    display: block;
}
.about_section .about_handmade_section .main .inner .img{
    max-width: 100%;
    padding-top: 3rem;
}
.about_section .about_handmade_section .main p.txt{
    text-align: left;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
    padding: 2rem 1rem 1rem;
    font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
    .about_section .about_handmade_section .main img {
        max-width: 50%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 769px) {
    .about_section .about_handmade_section{
        margin: 0 auto 7rem;
    }
    .about_section .about_handmade_section .container{
	max-width: 970px;
    }
    .about_section .about_handmade_section h2 img {
        width: 24rem;
    }
    .about_section .about_handmade_section .main .inner{
	display: grid;
        grid-template-columns: 23rem 1fr;
	justify-content: space-between;
	align-items: center;
        margin-top: 2rem;
    }
    .about_section .about_handmade_section .main .inner .img{
        padding: 0 0 0 3rem;
    }
    .about_section .about_handmade_section .main p.txt{
        padding: 0;
    }
}

#gift {
    width: 87%;
    margin: 0 auto;
    text-align: center;
}
#gift .gift-ttl {
    font-size: 2rem;
    font-weight: 600;
    background: linear-gradient(transparent 60%, #f2cf39 0%);
    display: inline-block;
    padding: 0 1px 0px;
    margin-bottom: 2rem;
}
#gift .gift-list {
    display: grid;
    row-gap: 4rem;
    margin-top: 4rem;
}
#gift .txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}
#gift figure img {
    border-radius: 6rem;
    margin-bottom: 2rem;
}
#gift .ttl {
    font-size: 1.6rem;
    font-weight: 600;
}
@media only screen and (min-width: 769px) {
    #gift {
        width: 96%;
    }
    #gift .gift-ttl + .txt {
        text-align: center;
    }
    #gift .gift-list {
        max-width: 1200px;
        margin: 4rem auto 0;
        grid-template-columns: repeat(2,1fr);
        column-gap: 3rem;
        align-items: flex-start;
    }
    #gift .gift-list li {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 3rem;
        background-color: cornsilk;
        padding: 3rem;
    }
    #gift .ttl {
        text-align: left;
    }
    #gift figure img {
        margin-bottom: 0;
    }
    #gift .lp-btn {
        margin: 2rem 0 0;
    }
}

.category_section .container .header_area {
    text-align: center;
}
.category_section .container .header_area .ttl {
    margin-bottom: 2rem;
}
.category_section .container .header_area .ttl:before {
    content: attr(data-num) ".";
    font-size: 3rem;
    font-style: italic;
    font-weight: 600;
    color: #f2cf39;
    margin-right: .5em;
}
.category_section .item_area .container .box .thumb {
    height: 300px;
}
.category_section.category02{
    background: #fffdee;
}
.category_section.category02 .item_area .container .box .info_area .txt {
    background-color: #fff;
}
.color ul {
    width: 90%;
    margin: auto;
    row-gap: 1rem;
}

@media only screen and (min-width: 769px) {
.category_section .item_area .container {
    display: flex;
    flex-wrap: wrap;
}
.category_section .container .header_area .txt {
    margin-top: 0;
}
.category_section .item_area .container .box .thumb {
    width: 360px;
    height: 360px;
}
.color ul {
    width: 100%;
    row-gap: 0;
}
}

.lp-btn {
    display: block;
    border-radius: 4rem;
    border: 1px solid #f2cf39;
    width: 70%;
    background-color: #fff;
    text-align: center;
    line-height: 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    margin: auto;
}