/* 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;
}
.marker {
    display: inline;
    background:linear-gradient(transparent 40%, #ff6 60%);
    background-repeat: no-repeat;

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

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}
.marker.on {
    background-size: 100% 100%;
}

@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;
    }
}

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

/* categorylist */
@media only screen and (max-width: 768px) {
    .categorylist_section{
	padding: 50px 0 50px 0;
    }
    .categorylist_section .container p{
        width: 80%;
        margin: 0 auto;
        text-align: center;
    }
    .categorylist_section .container .list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .categorylist_section .container .list li{
        width: 46%;
        text-align: center;
        margin: 0 0 20px 0;
    }
    .categorylist_section .container .list li span{
        display: inline-block;
        border-bottom: #000 dotted 2px;
        font-size: 15px;
        font-weight: bold;
        padding: 0 10px;
    }
}

@media only screen and (min-width: 769px) {
    .categorylist_section{
	padding: 50px 0 50px 0;
    }
    .categorylist_section .container .list{
        display: flex;
        justify-content: center;
    }
    .categorylist_section .container .list li {
        text-align: center;
    }
    .categorylist_section .container .list li a img{
        transition: all 0.4s;
    }
    .categorylist_section .container .list li a:hover img{
        transform: translate(0, -20px);
    }
    .categorylist_section .container .list.top {
        align-items: center;
    }
    .categorylist_section .container .list.top li{
        margin: 0 10px;
    }
    .categorylist_section .container .list.top li:first-child img,
    .categorylist_section .container .list.top li:nth-child(3) img {
        width: 360px;
    }
    .categorylist_section .container .list.top li:first-child img {
        margin-bottom: 2rem;
    }
    .categorylist_section .container .list.bottom {
        max-width: 1200px;
        margin: 20px auto 0;
    }
    .categorylist_section .container .list li span{
        display: inline-block;
        border-bottom: #000 dotted 2px;
        font-size: 15px;
        font-weight: bold;
        padding: 0 10px;
    }
}

/* freecp bnr */
.free-cp-bnr {
    display: grid;
    grid-template-columns: 50% 1fr;
    width: 80%;
    margin: auto;
    column-gap: 20px;
    align-items: center;
    background-color: cornsilk;
    padding: 2rem; 
}
.free-cp-bnr .txt {
    font-size: 1.6rem;
    line-height: 2;
    color: #555;
}
.free-cp-bnr .txt b {
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .free-cp-bnr { 
        width: 90%;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
    .free-cp-bnr .txt {
        font-size: 14px;
    }
}

/* 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;
    }
}

.gift {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    background-color: #fffcef;
    padding: 5rem 4%;
}
.gift .gift-ttl {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    width: max-content;
    margin: auto;
    color: #fff;
    background: #ff88a1;
    padding: .5rem 3rem;
    border-radius: 1rem;
}
.gift .gift-list {
    display: grid;
    row-gap: 4rem;
    margin-top: 4rem;
}
.gift .subttl {
    font-size: 1.6rem;
    font-weight: 600;
    color: #ff88a1;
}
.gift .ttl {
    font-size: 2.1rem;
    font-weight: 600;
    margin: 1rem 0;
}
.gift .txt {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
}
.gift figure img {
    margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
    .gift .gift-list li:first-child {
        padding-bottom: 3rem;
        border-bottom: 1px dotted #ff88a1;
    }
}
@media only screen and (min-width: 769px) {
    .gift {
        border-radius: 3.5rem;
        width: 87%;
    }
    .gift .gift-ttl + .txt {
        text-align: center;
    }
    .gift .gift-list {
        max-width: 1200px;
        margin: 3rem auto 0;
        grid-template-columns: repeat(2,1fr);
        align-items: center;
    }
    .gift .gift-list li {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 3rem;
        padding: 0; 
    }
    .gift .gift-list li:first-child {
        padding-right: 3rem;
    }
    .gift .gift-list li:last-child {
        padding-left: 3rem;
        border-left: 1px dotted #ff88a1;
    }
    .gift .ttl {
        font-size: 1.8rem;
        text-align: left;
    }
    .gift figure img {
        margin-bottom: 0;
    }
    .gift .lp-btn {
        margin: 2rem 0 0;
    }
}

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

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

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

/* priceselection */
.priceselect_section {
    padding: 4rem 0 5rem;
}
.priceselect_section .container{
    padding: 1rem 2rem 3rem;
    width: 90%;
    margin: auto;
}
.priceselect_section .ttl{
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 4rem;
    color: gray;
}
.priceselect_section .ttl img {
    margin-bottom: 1rem;
}
.priceselect_section ul{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 2rem;
    row-gap: 2rem;
}
.priceselect_section ul li a:hover{
    opacity: 0.65;
}
@media only screen and (min-width: 769px) {
    .priceselect_section .container{
	max-width: 1200px;
    }
    .priceselect_section .ttl {
        font-size: 2.4rem;
    }
    .priceselect_section .ttl img {
        width: 56.8rem;
        display: block;
        margin: auto;
    }
    .priceselect_section ul{
        grid-template-columns: repeat(4,1fr);
        column-gap: 3rem;
    }
    .priceselect_section ul li a img{
        transition: all 0.4s;
    }
    .priceselect_section ul li a:hover img{
        transform: translate(0, -15px);
    }
}

/* 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 #ee3e43;
    border-radius: 3rem;
    font-weight: bold;
    font-size: 1.6rem;
    padding: 1.5rem 2rem;
    text-align: center;
}
@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;
    }
}

/* itemcolor */
#item01 .color li:nth-child(1){
    color: #596438;
}
#item01 .color li:nth-child(2){
    color: #000;
}
#item01 .color li:nth-child(3){
    color: #D2CCC0;
}
#item01 .color li:nth-child(4){
    color: #AC6B1B;
}
#item02 .color li:nth-child(1){
    color: #000;
}
#item02 .color li:nth-child(2){
    color: #2A3741;
}
#item02 .color li:nth-child(3){
    color: #E4D3C1;
}
#item02 .color li:nth-child(4){
    color: #837569;
}
#item02 .color li:nth-child(5){
    color: #AC6B1B;
}
#item03 .color li:nth-child(1){
    color: #000;
}
#item03 .color li:nth-child(2){
    color: #837569;
}
#item03 .color li:nth-child(3){
    color: #6E463C;
}
#item03 .color li:nth-child(4){
    color: #AC6B1B;
}
#item04 .color li:nth-child(1){
    color: #7E3A23;
}
#item04 .color li:nth-child(2){
    color: #506441;
}
#item04 .color li:nth-child(3){
    color: #222222;
}
#item04 .color li:nth-child(4){
    color: #E3DFCC;
}
#item04 .color li:nth-child(5){
    color: #5A392A;
}
#item05 .color li:nth-child(1){
    color: #596438;
}
#item05 .color li:nth-child(2){
    color: #000;
}
#item05 .color li:nth-child(3){
    color: #837569;
}
#item05 .color li:nth-child(4){
    color: #AC6B1B;
}
#item05 .color li:nth-child(5){
    color: #6E463C;
}
#item06 .color li:nth-child(1){
    color: #2A3741;
}
#item06 .color li:nth-child(2){
    color: #878E7C;
}
#item06 .color li:nth-child(3){
    color: #D5CCBD;
}
#item06 .color li:nth-child(4){
    color: #CE8B4F;
}
#item06 .color li:nth-child(5){
    color: #000;
}
#item06 .color li:nth-child(6){
    color: #837569;
}
#item06 .color li:nth-child(7){
    color: #6E463C;
}
#item06 .color li:nth-child(8){
    color: #AC6B1B;
}
#item07 .color li:nth-child(1){
    color: #AD312F;    
}
#item07 .color li:nth-child(2){
    color: #49512C;
}
#item07 .color li:nth-child(3){
    color: #000;
}
#item07 .color li:nth-child(4){
    color: #E4D3C1;
}
#item07 .color li:nth-child(5){
    color: #AC6B1B;
}
#item08 .color li:nth-child(1){
    color: #AD312F; 
}
#item08 .color li:nth-child(2){
    color: #596438;
}
#item08 .color li:nth-child(3){
    color: #343434;
}
#item08 .color li:nth-child(4){
    color: #785C51;
}
#item08 .color li:nth-child(5){
    color: #BD591B;
}
#item09 .color li:nth-child(1){
    color: #AD312F; 
}
#item09 .color li:nth-child(2){
    color: #596438;
}
#item09 .color li:nth-child(3){
    color: #343434;
}
#item09 .color li:nth-child(4){
    color: #785C51;
}
#item09 .color li:nth-child(5){
    color: #835435;
}
#item09 .color li:nth-child(6){
    color: #BD591B;
}
#item10 .color li:nth-child(1){
    color: #AD312F; 
}
#item10 .color li:nth-child(2){
    color: #596438;
}
#item10 .color li:nth-child(3){
    color: #343434;
}
#item10 .color li:nth-child(4){
    color: #E4D3C1;
}
#item10 .color li:nth-child(5){
    color: #A95819;
}
#item11 .color li:nth-child(1){
    color: #A26C3D; 
}
#item11 .color li:nth-child(2){
    color: #5D7049;
}
#item11 .color li:nth-child(3){
    color: #859D9F;
}
#item11 .color li:nth-child(4){
    color: #988461;
}
#item11 .color li:nth-child(5){
    color: #DB9D2E;
}
#item12 .color li:nth-child(1){
    color: #AD312F; 
}
#item12 .color li:nth-child(2){
    color: #2A3741;
}
#item12 .color li:nth-child(3){
    color: #706345;
}
#item12 .color li:nth-child(4){
    color: #000;
}
#item12 .color li:nth-child(5){
    color: #785C51;
}
#item12 .color li:nth-child(6){
    color: #6E463C;
}
#item12 .color li:nth-child(7){
    color: #AC6B1B;
}
#item13 .color li:nth-child(1){
    color: #AD312F; 
}
#item13 .color li:nth-child(2){
    color: #706345;
}
#item13 .color li:nth-child(3){
    color: #000;
}
#item13 .color li:nth-child(4){
    color: #785C51;
}
#item13 .color li:nth-child(5){
    color: #6E463C;
}
#item13 .color li:nth-child(6){
    color: #AC6B1B;
}
#item14 .color ul:first-child li:nth-child(1){
    color: #AD312F; 
}
#item14 .color ul:first-child li:nth-child(2){
    color: #2A3741;
}
#item14 .color ul:first-child li:nth-child(3){
    color: #706345;
}
#item14 .color ul:first-child li:nth-child(4){
    color: #D0AEA2;
}
#item14 .color ul:first-child li:nth-child(5){
    color: #859D9F;
}
#item14 .color ul:first-child li:nth-child(6){
    color: #000;
}
#item14 .color ul:first-child li:nth-child(7){
    color: #785C51;
}
#item14 .color ul:nth-child(2) li:nth-child(1){
    color: #6E463C; 
}
#item14 .color ul:nth-child(2) li:nth-child(2){
    color: #E4D3C1; 
}
#item14 .color ul:nth-child(2) li:nth-child(3){
    color: #8E603C; 
}
#item14 .color ul:nth-child(2) li:nth-child(4){
    color: #AC6B1B; 
}
#item14 .color ul:nth-child(2) li:nth-child(5){
    color: #98A06D; 
}
#item14 .color ul:nth-child(2) li:nth-child(6){
    color: #D7B59C; 
}
#item15 .color li:nth-child(1){
    color: #AD312F; 
}
#item15 .color li:nth-child(2){
    color: #596438;
}
#item15 .color li:nth-child(3){
    color: #343434;
}
#item15 .color li:nth-child(4){
    color: #785C51;
}
#item15 .color li:nth-child(5){
    color: #835435;
}
#item15 .color li:nth-child(6){
    color: #BD591B;
}
#item16 .color li:nth-child(1){
    color: #7E4D39; 
}
#item16 .color li:nth-child(2){
    color: darkgreen;
}
#item16 .color li:nth-child(3){
    color: darkorange;
}
#item16 .color li:nth-child(4){
    color: gray;
}
.plus_section.bg .color {
    background-color: #fff;
    border-radius: 1rem;
}
.plus_section.bg .box:nth-child(2) .color,
.plus_section.bg .box:nth-child(3) .color {
    padding: 0 0 1rem;
}

.plus_section .box:nth-child(1) .color li:nth-child(1){
    color: #AD312F; 
}
.plus_section .box:nth-child(1) .color li:nth-child(2){
    color: #E4D3C1;
}

/* footer */
#footer{
    padding: 3rem 0 1rem;
    background-color: #fff4ef !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: #f49e9d;
    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;
    }
}