/* common */
html {
    scroll-behavior: smooth;
}
body {
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    overflow-x: hidden;
}
a {
    color: #333333;
    text-decoration: none;
    transition: all 0.4s;
}
img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
figure {
    margin: 0;
}
ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.container{
    width: 100%;
    margin: 0 auto;
}
.fs-c-breadcrumb {
    margin: 16px 0 24px 0;
    padding: 0 4%;
    letter-spacing: 0.05em;
}
.lp-btn {
    display: block;
    border-radius: 4rem;
    border: 1px solid #ee3e43;
    width: 70%;
    background-color: #fff;
    text-align: center;
    line-height: 5rem;
    font-size: 1.4rem;
    font-weight: 600;
    margin: auto;
}
.f-min {
    font-family: "shippori-mincho", sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .1em;
}
.txt {
    font-size: 1.4rem;
    line-height: 2;
}
figcaption {
    font-size: 1.2rem;
    font-style: italic;
    line-height: 2;
    text-align: right;
    margin-top: 5px;
}
.marker {
    display: inline;
    background:linear-gradient(transparent 40%, #c9e5f7 60%);
    background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
.marker.on {
    background-size: 100% 100%;
}
.fadein {
    opacity: 0;
    transition: 2s;
}
.fadein.is-show {
    opacity: 1;
}
section.bg {
    background: #F3FAFB;
}
section.bg02 {
    background: #E3DFCC;
    padding: 3rem 0;
}
.icon {
    background-color: #39bddb;
    color: #fff;
    padding: 4px 8px;
    font-size: 1rem;
}
@media only screen and (max-width: 768px) {
    .pc-only {
        display: none;
    }
}
@media only screen and (min-width: 769px) {
    .sp-only {
        display: none;
    }
    .fs-c-breadcrumb {
        max-width: 1200px;
        margin: 2.4rem auto;
        padding: 0;
    }
    figcaption {
        text-align: center;
    }
    section.bg02 {
        padding: 10rem 0;
    }
}

/* header */
@media only screen and (min-width: 769px) {
    #header .container{
	max-width: 1366px;
    }
}

/* top */
.intro {
    padding: 3rem calc(4% + 5px) 5rem;
}
.intro .top-txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
}
.intro .top-txt + .top-txt {
    margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
    .intro {
        max-width: 1200px;
        margin: 5rem auto 15rem;
        padding: 0 5px;
        text-align: center;
    }
    .intro .top-txt {
        font-size: 2rem;
    }
}

/* ttl */
.b-ttl {
    font-size: 2.1rem;
    text-align: center;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
    position: relative;
    line-height: 2;
}
.b-ttl:after {
    content: "";
    width: 5rem;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 769px) {
    .b-ttl {
        font-size: 3rem;
        margin-bottom: 5rem;
    }
}

/* kv_section */
.kv_section .flex {
    width: 90%;
    margin: 0 auto 5rem;
}
.kv_section .txt-wrap {
    text-align: center;
    margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
    .kv_section .flex {
        max-width: 1200px;
        display: grid;
        align-items: flex-start;
        position: relative;
        margin: 0 auto 15rem;
    }
    .kv_section.kv01 .flex {
        grid-template-columns: 60% 40%;
    }
    .kv_section.kv02 .flex {
        grid-template-columns: 40% 60%;
    }
    .kv_section.kv02 .flex a {
        grid-area: 1 / 2;
    }
    .kv_section.kv02 .flex .txt-wrap {
        grid-area: 1 / 1;
    }
    .kv_section.kv01 .txt-wrap,
    .kv_section.kv02 .txt-wrap {
        margin: 0;
        background-color: rgba(255,255,255,.8);
        padding: 5rem;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .kv_section.kv01 .txt-wrap {
        text-align: left;
        left: calc(60% - 12rem);
    }
    .kv_section.kv02 .txt-wrap {
        text-align: right;
        right: calc(60% - 12rem);
    }
    .kv_section .txt-wrap .txt {
        font-size: 1.8rem;
    }
}

.kv_section.kv03 {
    margin: 5rem 0;
}
.kv_section.kv03 > .txt {
    text-align: center;
}
.kv_section.kv03 > a {
    display: block;
    width: 90%;
    margin: 2rem auto 5rem;
}
@media only screen and (min-width: 769px) {
    .kv_section.kv03 {
        max-width: 1200px;
        margin: 10rem auto;
    }
    .kv_section.kv03 > .txt {
        font-size: 2.4rem;
    }
}


/* leather */
.leather_section {
    padding: 5rem calc(4% + 5px);
}
.leather_section > .txt {
    text-align: center;
    margin-bottom: 5rem;
}
.leather_section .list {
    display: grid;
    row-gap: 3rem;
}
.leather_section .list li {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 2rem;
    align-items: center;
}
.leather_section .leather-box {
    background-color: #E3DFCC;
    padding: 3rem 1rem
}
.leather_section .leather-box .txt {
    line-height: 1.6;
}
.leather_section .ttl {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
    margin: 1rem 0 0;
    text-align: center;
}
.leather_section .ttl span {
    display: block;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
    .leather_section .list li:nth-of-type(even) .leather-box {
        grid-area: 1 / 2;
    }
    .leather_section .list li:nth-of-type(even) .box {
        grid-area: 1 / 1;
    }
}
@media only screen and (min-width: 769px) {
    .leather_section {
        padding: 5rem;
        max-width: 1200px;
        margin: 0 auto 10rem;
    }
    .leather_section > .txt {
        font-size: 1.8rem;
    }
    .leather_section .ttl {
        text-align: center;
    }
    .leather_section .list {
        grid-template-columns: 1fr 1fr;
        column-gap: 8rem;
        row-gap: 5rem;
    }
    .leather_section .list li:nth-of-type(3) .leather-box,
    .leather_section .list li:nth-of-type(4) .leather-box {
        grid-area: 1 / 2;
    }
    .leather_section .list li:nth-of-type(3) .box,
    .leather_section .list li:nth-of-type(4) .box{
        grid-area: 1 / 1;
    }
    .leather_section .list .box .thumb {
        width: auto;
    }
}

/* item */
.item_section .container .header_area .top-txt {
    font-size: 2rem;
    line-height: 2;
}
@media only screen and (max-width: 768px) {
    .item_section{
        padding: 3rem 0;
    }
    .item_section .container .header_area{
	margin: 0 0 20px 0;
	text-align: center;
    }
    .item_section .container .header_area .top-txt {
            width: 95%;
            margin: 0 auto;
    }
}

@media only screen and (min-width: 769px) {
    .item_section{
	padding: 5rem 0 0;
    }
    .item_section .container {
        max-width: 1200px;
    }
    .item_section .container .header_area{
        margin: 0 auto 4rem;
        display: flex;
	justify-content: center;
	align-items: center;
        column-gap: 4rem;
    }
}

.item_section .container .item_area {
    position: relative;
}
.kv01 + .item_section .item_area .container {
    grid-template-columns: repeat(3,1fr);
}
.item_section .item_area .container {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 15px;
    width: 155%;
    margin: 0 15px;
}
.box{
    margin: 0 0 5rem 0;
}
/* .item_section .item_area .container .box .thumb{
    display: block;
    width: 300px;
    height: 375px;
    overflow: hidden;
    border-radius: 1.5rem;
    background: #fff;
    margin: 0 auto 2rem;
} */
.thumb img {
    border-radius: 1.5rem;
}
.thumb img{
    transition: all 0.5s;
}
a:hover .thumb img{
    transform: scale(1.1);
    transition: all 0.5s;
    opacity: 0.7;
}
.info_area {
    margin: 0 0 1.5rem 0;
    text-align: center;
}
.info_area .name{
    font-weight: bold;
    font-size: 1.6rem;
}
.info_area .txt {
    font-size: 1.4rem;
    line-height: 1.8;
    background-color: #f8f7f6;
    display: inline-block;
    padding: 0 1rem;
    border-radius: 2rem;
    margin: 0;
}
.info_area .price{
    font-size: 1.6rem;
}
.box .color ul{
    display: flex;
    justify-content: center;
}
.box .color ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, 31px);
    justify-content: center;
}
.box .color ul li{
    margin: 0 4px;
    font-size: 1.8rem;
}
.item_section .item_area .container .box .info_area .txt {
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
    .item_section .item_area {
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 769px) {
    /* .item_section .item_area .container{
        width: 826px;
        margin: 0 auto;
        display: grid;
        justify-content: center;
        column-gap: 5rem;
        grid-template-columns: repeat(2,1fr); 
    }*/
    .item_section .item_area .container {
        width: 100%;
        margin: 0;
    }
    .box{
        margin: 0 0 5rem 0;
    }
    .kv01 + .item_section .item_area .container .box .thumb{
        width: 360px;
        height: 450px;
    }
    .box .thumb {
        display: block;
        width: 280px;
        height: auto;
        border-radius: 1.5rem;
        overflow: hidden;
    }
    .box .thumb img {
        object-fit: cover;
        object-position: top;
    }
    .box .info_area{
        margin: 0 0 1rem 0;
    }
    .box .color ul {
        grid-template-columns: repeat(auto-fit, 37px);
    }
    .box .color ul li{
        font-size: 2rem;
    }
}

/* leep_section */
.leep_section {
    margin: 5rem 0;
}
.leep_section .header_area {
    text-align: center;
    font-size: 1.8rem;
}
.leep_section .header_area + div {
    width: 80%;
    margin: 5rem auto 0;
}

/* about */
.about_section{
    padding: 6rem 0;
}
.about_section .about_handmade_section{
    width: 87%;
    margin: 0 auto 5rem;
}
.about_section .about_handmade_section .main{
    background: url(https://kanmi.itembox.design/item/lp/mothersday2025/img/handmade_bg_middle.webp) repeat-y 0 0;
    text-align: center;
    background-size: contain;
    padding: 1rem 0 0;
}
.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;
    }
    .about_section .about_handmade_section .main .inner .img{
        padding: 0 0 0 3rem;
    }
    .about_section .about_handmade_section .main p.txt{
        padding: 0;
    }
}

/* faq */
#faq {
    padding: 5rem 0;
}
#faq .container {
    width: 87%;
    margn: auto;
}
#faq .ttl {
    font-size: 2.1rem;
    padding-bottom: 2rem;
    text-align: center;
}
#faq .faq-wrap {
    display: grid;
    row-gap: 2rem;
}
#faq .faq-item {
    padding: 3rem;
    background-color: #fff;
}
#faq .faq-ttl {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.75;
    padding: 0 0 3rem 6rem;
    position: relative;
    border-bottom: 1px dashed #47B1C1;
    margin-bottom: 3rem;
}
#faq .faq-ttl:before {
    content: "Q";
    font-size: 4rem;
    position: absolute;
    top: -.5rem;
    left: 0;
    line-height: 1;
}
#faq dd {
    margin: 0;
}
#faq .faq-item .txt {
    font-size: 1.6rem;
    padding: 0 0 0 6rem;
    position: relative;
}
#faq .faq-item .txt:before {
    content: "A";
    color: #CBD6E2;
    font-size: 4.4rem;
    position: absolute;
    top: 1rem;
    left: .2rem;
    line-height: 5.2rem;
}
@media only screen and (min-width: 900px) {
    #faq .faq-item {
        padding: 4rem 16rem;
    }
    #faq .faq-ttl {
        font-size: 1.8rem;
        padding: 1rem 0 3.5rem 6.6rem;
    }
    #faq .faq-ttl:before, #faq .faq-item .txt:before {
        font-size: 3.5rem;
        top: .5rem;
    }
    #faq .faq-item .txt {
        padding: 0 0 0 6.6rem;
    }
}

/* aboutkanmi */
.aboutkanmi_section{
    background: #fbfbfb;
    padding: 3rem 0;
}
.aboutkanmi_section .container {
    width: 90%;
    margin: 0 auto 2rem;
}
.aboutkanmi_section .container div{
    text-align: center;
    padding: 2rem 0 0 0;
}
.aboutkanmi_section .container div .blue{
    background: #004f71;
    color: #fff;
    font-size: 1.6rem;
    padding: 4px 15px 3px;
    display: inline-block;
    margin: 0 0 2rem 0;
}
.aboutkanmi_section .container div .shopname{
    font-weight: bold;
    font-size: 3.5rem;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 3rem 0;
}
.aboutkanmi_section .container div .access,
.aboutkanmi_section .container div .open,
.aboutkanmi_section .container div .traffic {
    padding: 0 0 0 4rem;
    font-weight: bold;
    line-height: 1.9em;
    margin: 0 0 2rem 0;
    text-align: left;
    font-size: 1.4rem;
    background-position: top left;
    background-size: 2.5rem;
    background-repeat: no-repeat;
}
.aboutkanmi_section .container div .access{
    background-image: url(https://kanmi.itembox.design/item/lp/mothersday2025/img/flag.webp);
}
.aboutkanmi_section .container div .open{
    background-image: url(https://kanmi.itembox.design/item/lp/mothersday2025/img/clock.webp);
}
.aboutkanmi_section .container div .traffic{
    background-image: url(https://kanmi.itembox.design/item/lp/mothersday2025/img/train.webp);
    margin-bottom: 3rem
}
.aboutkanmi_section .container.btnarea{
    justify-content: center;
}
.aboutkanmi_section .btn {
    display: block;
    border: 1px solid #2697df;
    border-radius: 3rem;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
    text-align: center;
}
.aboutkanmi_section .container iframe {
    width: 100%;
}
.aboutkanmi_section .container #calendar {
    text-align: left;
}
@media only screen and (min-width: 769px) {
    .aboutkanmi_section{
	padding: 5rem 0;
    }
    .aboutkanmi_section .container{
        max-width: 1200px;
        display: grid;
        grid-template-columns: 50rem 1fr;
        align-items: center;
        margin: 0 auto 5rem;
    }
    .aboutkanmi_section .container div{
        padding: 0 0 0 5rem;
        text-align: left;
    }
    .aboutkanmi_section .btn {
        font-size: 1.8rem;
        width: 36rem;
    }   
    .aboutkanmi_section .btn:hover{
        color: #fff;
        background: #ee3e43;
    }
    .aboutkanmi_section .container div.shopmap,
    .aboutkanmi_section .container div#calendar {
        padding-left: 0;
    }
}


/* itemcolor */
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(1) {
    color: #A26C3D;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(2) {
    color: #5D7049;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(3) {
    color: #859D9F;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(4) {
    color: #DB9D2E;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(5) {
    color: #E4D3C1;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(6) {
    color: #D7B59C;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(7) {
    color: lightgoldenrodyellow;
}
.kv01 + .item_section .box:nth-child(1) .color li:nth-child(8),
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(6),
.kv01 + .item_section .box:nth-child(3) .color li:nth-child(3),
.leather_section li:nth-child(1) .color li:nth-child(3) {
    color: #333;
}

.kv01 + .item_section .box:nth-child(2) .color li:nth-child(1) {
    color: #AD312F;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(2) {
    color: #2A3741;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(3) {
    color: #706345;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(4) {
    color: #D0AEA2;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(5) {
    color: #859D9F;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(7) {
    color: #785C51;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(8) {
    color: #6E463C;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(9) {
    color: #E4D3C1;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(10) {
    color: #8E603C;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(11) {
    color: #AC6B1B;
}
.kv01 + .item_section .box:nth-child(2) .color li:nth-child(12) {
    color: #98A06D;
}

.kv01 + .item_section .box:nth-child(3) .color li:nth-child(1) {
    color: #506441;
}
.kv01 + .item_section .box:nth-child(3) .color li:nth-child(2) {
    color: #7E3A23;
}
.kv01 + .item_section .box:nth-child(3) .color li:nth-child(4) {
    color: #5A392A;
}
.kv01 + .item_section .box:nth-child(3) .color li:nth-child(5) {
    color: #E3DFCC;
}

.leather_section li:nth-child(1) .color li:nth-child(1) {
    color:#AD312F;
}
.leather_section li:nth-child(1) .color li:nth-child(2) {
    color:#596438;
}
.leather_section li:nth-child(1) .color li:nth-child(4) {
    color:#6E463C;
}
.leather_section li:nth-child(1) .color li:nth-child(5) {
    color:#E4D3C1;
}
.leather_section li:nth-child(1) .color li:nth-child(6) {
    color:#A95819;
}

.leather_section li:nth-child(2) .color li:nth-child(1) {
    color:#000;
}
.leather_section li:nth-child(2) .color li:nth-child(2) {
    color:#2A3741;
}
.leather_section li:nth-child(2) .color li:nth-child(3) {
    color:#E3DFCC;
}
.leather_section li:nth-child(2) .color li:nth-child(4) {
    color:#837569;
}
.leather_section li:nth-child(2) .color li:nth-child(5) {
    color:#AC6B1B;
}
.leather_section li:nth-child(3) .color li:nth-child(1) {
    color:#7E3A23;
}
.leather_section li:nth-child(3) .color li:nth-child(2) {
    color:#222222;
}
.leather_section li:nth-child(3) .color li:nth-child(3) {
    color:#5A392A;
}
.leather_section li:nth-child(3) .color li:nth-child(4) {
    color:#E3DFCC;
}
.leather_section li:nth-child(4) .color li:nth-child(1),
.leep_section + .item_section .box:nth-child(1) .color li:nth-child(1) {
    color:#596438;
}
.leather_section li:nth-child(4) .color li:nth-child(2),
.leep_section + .item_section .box:nth-child(1) .color li:nth-child(2) {
    color:#D2CCC0;
}
.leather_section li:nth-child(4) .color li:nth-child(3),
.leep_section + .item_section .box:nth-child(1) .color li:nth-child(3) {
    color:#AC6B1B;
}

.leep_section + .item_section .box:nth-child(2) .color li:nth-child(1) {
    color: #7E3A23;
}
.leep_section + .item_section .box:nth-child(2) .color li:nth-child(2) {
    color: #000;
}
.leep_section + .item_section .box:nth-child(2) .color li:nth-child(3) {
    color: gray
}
.leep_section + .item_section .box:nth-child(2) .color li:nth-child(4) {
    color: #5A392A;
}
.leep_section + .item_section .box:nth-child(2) .color li:nth-child(5) {
    color: #E3DFCC;
}

.leep_section + .item_section .box:nth-child(3) .color li:nth-child(1),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(3)
{
    color: #878E7C;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(2),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(4){
    color: #D5CCBD;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(3),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(5){
    color: #CE8B4F;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(4),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(6){
    color: #222;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(5),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(7){
    color: gray;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(6),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(8){
    color: #6E463C;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(7),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(9){
    color: #AC6B1B;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(8),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(1){
    color: #AD312F;
}
.leep_section + .item_section .box:nth-child(3) .color li:nth-child(9),
.kv03 + .item_section .box:nth-child(4) .color li:nth-child(2){
    color: #596438;
}

.leep_section + .item_section .box:nth-child(4) .color li:nth-child(1),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(1){
    color: #AD312F;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(2),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(2){
    color: #2A3741;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(3),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(3){
    color: #706345;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(4),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(4){
    color: #222;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(5),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(5){
    color: #706345;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(6),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(6){
    color: #6E463C;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(7),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(7){
    color: #E4D3C1;
}
.leep_section + .item_section .box:nth-child(4) .color li:nth-child(8),
.kv03 + .item_section .box:nth-child(3) .color li:nth-child(8){
    color: #AC6B1B;
}

.kv03 + .item_section .box:nth-child(1) .color li:nth-child(1) {
    color: #A26C3D;
}
.kv03 + .item_section .box:nth-child(1) .color li:nth-child(2) {
    color: #5D7049;
}
.kv03 + .item_section .box:nth-child(1) .color li:nth-child(3) {
    color: #706345;
}
.kv03 + .item_section .box:nth-child(1) .color li:nth-child(4) {
    color: #DB9D2E;
}
.kv03 + .item_section .box:nth-child(2) .color li:nth-child(1) {
    color: #5D7049;
}
.kv03 + .item_section .box:nth-child(2) .color li:nth-child(2) {
    color: #222;
}
.kv03 + .item_section .box:nth-child(2) .color li:nth-child(3) {
    color: #706345;
}
.kv03 + .item_section .box:nth-child(2) .color li:nth-child(4) {
    color: #AC6B1B;
}

/* footer */
#footer{
    padding: 3rem 0 1rem;
    background-color: #F3FAFB !important;
}
#footer .container{
    text-align: center;
}
#footer .container img {
    width: 20rem;
}
#footer .copy{
    text-align: center;
    font-size: 11px;
    padding: 20px 0 0 0;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 20px;
}
#page-top a {
    background: #2697df;
    color: #fff;
    width: 3.5rem;
    height: 3.5rem;
    padding: 2px 0;
    text-align: center;
    display: block;
    border-radius: 50%;
}
@media only screen and (min-width: 900px) {
    #footer{
	padding: 50px 0 15px;
    }
    #footer .container{
        display: flex;
        justify-content: center;
    }
    #footer .container ul{
        padding: 0 0 0 50px;
    }
    #footer .container ul li{
        font-size: 14px;
    }
    #footer .copy{
        padding: 30px 0 0 0;
    }
    #page-top {
        bottom: 20px;
        right: 20px;
        font-size: 26px;
    }
    #page-top a {
        width: 5rem;
        height: 5rem;
    }
    #page-top a:hover {
        text-decoration: none;
        background: #f9c3c2;
    }
}