@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
*{margin:0;padding:0;text-decoration:none}fieldset{border:0}body{line-height:1.8}body,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,ul{margin:0;padding:0}img{border:0;vertical-align:top}a{text-decoration:none}em{font-style:normal}ul li{list-style-type:none;list-style-image:none}address{font-style:normal}strong{font-weight:bold}
html{font-size: 62.5%;}
body{font-size: 1.6em;}

.fs-p-searchForm__button::before ,
#fs_preview_header {
	display: none !important;
}
.fs-l-header {
    padding-top: 0 !important;
}
.fs-l-header--min {
    border-bottom: none !important;
}

/* マージン */
.margin02 {	margin-bottom: 2px; }
.margin05 {	margin-bottom: 5px; }
.margin06 {	margin-bottom: 6px; }
.margin08 {	margin-bottom: 8px; }
.margin10 {	margin-bottom: 10px; }
.margin15 {	margin-bottom: 15px; }
.margin20 {	margin-bottom: 20px; }
.margin30 {	margin-bottom: 30px; }
.margin40 {	margin-bottom: 40px; }

/* 文字装飾 */



/* box-sizing */ 
* {
	box-sizing: border-box;
}


/* sp */ 
.sp {
	display: none;
}


/* img */ 
img {
	width: 100%;
	height: auto;
}



/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #1A1A1A;
	text-decoration: none;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}
a:hover {
	color: #1A1A1A;
	opacity: 0.7;
	text-decoration: none;
}
a:visited,
a:link {
	color: #1A1A1A;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	font-family: 'Shippori Mincho', "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 500;
	color: #1A1A1A;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
}



/* フォント */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.en {
	font-family: 'Cormorant Garamond', serif;
	font-weight: 500;
}




/* flex */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.flex {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.flex-start {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}
.flex-end {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	 -ms-flex-direction: row-reverse;
		 flex-direction: row-reverse;
}
.flex-center {
	display: flex;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 100vh;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
}
    #header .logo {
        width: 75px;
    }


    #header .onlineshop-btn {
		display: none;
        width: 120px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
        #header .onlineshop-btn a {
            background: #BEA976;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80px;
            font-size: 1.4rem;
            font-weight: 600;
            color: #1A1A1A;
            line-height: 1.3em;
            text-align: center;
        }


    #header #menubtn {
        width: 120px;
        height: 120px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
        #header #menubtn .menu {
            display: block;
            position: relative;
            cursor: pointer;
            width: 120px;
            height: 120px;
        }
        #header #menubtn .menu:before {
            width: 100%;
            content: "menu";
            font-family: 'Cormorant Garamond', serif;
            font-size: 1.4rem;
            font-weight: 500;
            color: #BEA97B;
            letter-spacing: 0.2em;
            text-align: center;
            position: absolute;
            top: 50%;
            left: 0;
        }
            #header #menubtn .menu .openbtn-area {
                transition: all .4s;
            }
                #header #menubtn .menu span {
                    width: 50px;
                    display: inline-block;
                    transition: all .4s;
                    position: absolute;
                    top: 50%;	
                    left: 50%;
                    margin-left: -25px;
                    height: 1px;
                    background: #BEA976;
                }
                #header #menubtn .menu span:nth-of-type(1) {
                    margin-top: -16px;
                }
                #header #menubtn .menu span:nth-of-type(2) {
                    margin-top: -6px;
                }

            #header #menubtn .menu.active .openbtn-area {
                transform: rotateY(-360deg);
            }
                #header #menubtn .menu.active span:nth-of-type(1) {
                    transform: translateY(0) rotate(-155deg);
                    margin-top: -8px;
                }
                #header #menubtn .menu.active span:nth-of-type(2) {
                    transform: translateY(0) rotate(155deg);
                    margin-top: -8px;
                }




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	display: none;
	width: 100%;
	max-width: 300px;
	height: 100vh;
    border-left: solid 1px #BEA976;
	background: #fff;
	position: fixed;
	top: 0;
	left: 120px;
	z-index: 11;
}
	#menubox .menunav {
		display: block;
		width: 100%;
		height: 100%;
		padding: 40px 30px 40px 30px;
		overflow: hidden;
		overflow-y: scroll;
	}
        #menubox .menunav .set {
            margin-bottom: 40px;
        }
        #menubox .menunav .other {
			border-top: solid 1px #ddd;
			padding-top: 30px;
            margin-bottom: 40px;
        }
        #menubox .menunav .set:nth-last-child(1) {
            margin-bottom: 0;
        }
            #menubox .menunav .set .head {
                font-size: 1.8rem;
                line-height: 1;
                color: #BEA976;
            }

            #menubox .menunav .set ul li {
                margin-top: 15px;
            }
                #menubox .menunav .set ul li a {
                    display: block;
                    font-size: 1.3rem;
                    line-height: 1;
                }

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* fs-l-main
----------------- */
.fs-l-main {
	display: block;
    max-width: 100%;
	width: 100%;
    background: #F8F4EB;
    margin: 0;
	padding: 0;
    padding-left: 120px;
}
.fs-l-pageMain {
    max-width: 100%;
	width: 100%;
    margin: 0;
	padding: 0;
}


/* inner */
.inner {
	width: 100%;
    padding: 0 8%;
	position: relative;
}
.inner_max {
	width: 100%;
    padding: 0;
	position: relative;
}
.inner_800 {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
	position: relative;
}
.pb200 { padding-bottom: 200px; }


/* wrap */
.wrap-top {
    padding-top: 120px;
}
.wrap-bottom {
    padding-bottom: 120px;
}
.bg-black {
    background: #191718;
    overflow: hidden;
}


/* item-bnr */
.item-bnr {
    max-width: 450px;
    margin: 0 auto 50px auto;
}
	.item-bnr a {
        display: flex;
        justify-content: flex-start;
        align-items: center;
		padding: 15px;
		background: #fff;
		border-radius: 10px;
	}
		.item-bnr a .pht {
			width: 25%;
			border-radius: 6px;
			overflow: hidden;
		}
		.item-bnr a p {
			width: 75%;
			font-size: 1.8rem;
			line-height: 1.3em;
			padding-left: 20px;
			text-align: left;
		}
		.item-bnr a p span {
			font-size: 1.4rem;
			line-height: 1.3em;
			color: #BEA976;
		}


/* bnr_account */
.bnr_account {
    max-width: 86%;
	background: #BEA976;
    margin: 0 auto 50px auto;
}
	.bnr_account a {
        display: flex;
        justify-content: space-between;
        align-items: center;
		background: url("https://namamontblanc.itembox.design/item/img/common/icon_account.svg?d=20231115141259") no-repeat left 40px center;
		color: #fff;
		padding: 30px 40px 30px 120px;
	}
		.bnr_account a .text {
			width: -webkit-calc(100% - 100px);
			width: calc(100% - 100px);
		}
		.bnr_account a h2 {
			font-size: 2.2rem;
			font-weight: 700;
			line-height: 1;
			margin-bottom: 15px;
		}
		.bnr_account a p {
			font-size: 1.5rem;
			line-height: 1.5em;
			margin-top: 10px;
		}
			.bnr_account a p span {
				font-size: 1.2rem;
			}

		.bnr_account a .more {
			width: 100px;
			display: block;
			font-size: 1.6rem;
			font-weight: 500;
			line-height: 1;
			text-align: right;
		}


/* btn */
.btn {
    width: 230px;
    margin: 0 auto;
}
    .btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 50px;
        border: solid 1px #BEA976;
        font-size: 1.6rem;
        color: #BEA976;
        line-height: 1;
        letter-spacing: 0.1em;
    }
    .btn a:hover {
        background: #BEA976;
        color: #1A1A1A;
        opacity: 1;
    }

    .btn.white a {
        border: solid 1px #fff;
        color: #fff;
    }
    .btn.white a:hover {
        background: #fff;
        color: #191718;
    }


/* txt */
.txt {
	font-size: 1.6rem;
	line-height: 2em;
}


/* gold */
.gold {
	color: #BEA976;
}


/* column-list */
.column-list .set {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
    margin-bottom: 80px;
}
.column-list .set:nth-child(odd) {
    padding-left: 9%;
}
.column-list .set:nth-child(even) {
    padding-right: 9%;
}
    .column-list .set .text {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40%;
        color: #fff;
        padding: 50px 0;
    }
    .column-list .set:nth-child(odd) .text {
        order: 1;
        padding-right: 6%;
    }
    .column-list .set:nth-child(even) .text {
        padding-left: 6%;
    }
        .column-list .set .text .en-txt {
            font-size: 1.6rem;
            line-height: 1;
            color: #BEA976;
            margin-bottom: 12px;
        }
        .column-list .set .text h3 {
            font-size: 3.0rem;
            line-height: 1.5em;
            margin-bottom: 20px;
        }

    .column-list .set .pht {
        width: 60%;
        overflow: hidden;
    }
    .column-list .set:nth-child(odd) .pht {
        order: 2;
    }
        .column-list .set .pht img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }


/* column2-list */
.column2-list a.linkbox {
    width: 47%;
    margin-right: 6%;
    margin-bottom: 60px;
    color: #fff;
	pointer-events: none;
}
.column2-list a.linkbox:nth-child(2n) {
    margin-right: 0;
}
    .column2-list a.linkbox .items .headbox {
        width: 140px;
        position: relative;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    }
        .column2-list a.linkbox .items .headbox .en {
            font-size: 1.4rem;
            line-height: 1;
            position: absolute;
            top: 0;
            left: 0;
        }
        .column2-list a.linkbox .items .headbox h3 {
            font-size: 2.8rem;
            line-height: 1.3em;
            letter-spacing: 0.06em;
            position: absolute;
            top: 0;
            left: 30px;
        }

    .column2-list a.linkbox .items .pht {
        width: -webkit-calc(100% - 140px);
        width: calc(100% - 140px);
    }

    .column2-list a.linkbox .text {
        padding-top: 20px;
        position: relative;
    }
        .column2-list a.linkbox .text .txt {
            margin-bottom: 12px;
        }

        .column2-list a.linkbox .text .more {
			display: none;
            font-size: 1.6rem;
            line-height: 1;
            text-decoration: underline;
            position: absolute;
            bottom: 0;
            right: 0;
        }
        .column2-list a.linkbox:hover .text .more {
            text-decoration: none;
        }

        .column2-list a.linkbox .text .price {
            font-size: 1.2rem;
            line-height: 1;
        }
            .column2-list a.linkbox .text .price .en {
                font-size: 2.8rem;
                padding-right: 5px;
            }


/* shop */
#shop {
    width: 100%;
    padding: 80px 0 120px 0;
    background: url("https://namamontblanc.itembox.design/item/img/common/shop_pht_bg.jpg") no-repeat center / cover;
    overflow: hidden;
}
    #shop .title h2 {
        text-align: left;
    }

    #shop .title .txt {
        text-align: left;
        padding: 0;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
        padding-right: 6%;
    }

    #shop .btn {
        position: absolute;
        bottom: 5px;
        right: 9%;
    }


/* franchise */
#franchise {
    width: 100%;
    padding: 80px 0 120px 0;
    background: url("https://namamontblanc.itembox.design/item/img/common/franchise_pht_bg.jpg") no-repeat center / cover;
    overflow: hidden;
}
    #franchise .title h2 {
        text-align: left;
    }

    #franchise .title .txt {
        text-align: left;
        padding: 0;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
        padding-right: 6%;
    }

    #franchise .btn {
        position: absolute;
        bottom: 5px;
        right: 9%;
    }


/* onlineshop */
#onlineshop {
    width: 100%;
    padding: 80px 0 120px 0;
    background: url("https://namamontblanc.itembox.design/item/img/common/onlineshop_pht_bg.jpg") no-repeat center / cover;
    overflow: hidden;
}
    #onlineshop .title h2 {
        text-align: left;
    }

    #onlineshop .title .txt {
        text-align: left;
        padding: 0;
        width: -webkit-calc(100% - 230px);
        width: calc(100% - 230px);
        padding-right: 6%;
    }

    #onlineshop .btn {
        position: absolute;
        bottom: 5px;
        right: 9%;
    }


/* media-list */
.media-list {
	margin-bottom: 30px;
}
.media-list .box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
	background: #fff;
	padding: 25px;
}
.media-list .box:nth-child(3n) {
    margin-right: 0;
}
    .media-list .box .set {
       /* margin-bottom: 12px;*/
		margin-bottom: 0;
    }
        .media-list .box .set .pht {
			display: none;
            aspect-ratio: 1 / 1;
            width: 80px;
            height: 100%;
            overflow: hidden;
        }
            .media-list .box .set .pht img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .media-list .box .set .headbox {
            /*width: -webkit-calc(100% - 80px);
            width: calc(100% - 80px);
            padding-left: 20px;*/
			width: 100%;
        }
            .media-list .box .set .headbox ul {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 8px;
            }
                .media-list .box .set .headbox ul .time {
                    font-size: 1.4rem;
                    line-height: 1;
                    margin-right: 10px;
                }
                .media-list .box .set .headbox ul .cat span {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    height: 20px;
                    border: solid 1px #BEA976;
                    padding: 0 8px;
                    border-radius: 10px;
                    font-size: 1.2rem;
                    line-height: 1;
                }

            .media-list .box .set .headbox h3 {
                font-size: 1.8rem;
                line-height: 1.3em;
            }


    .media-list .box p {
        font-size: 1.4rem;
        line-height: 1.8em;
    }



/* contact-list
----------------- */
#contact-list .list {
    margin-top: 10px;
}
    #contact-list .list a.linkbox {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 30px 0;
        width: 48%;
        margin-right: 4%;
        margin-top: 4%;
        background: #fff;
        text-align: center;
    }
    #contact-list .list a.linkbox:nth-child(2n) {
        margin-right: 0;
    }
        #contact-list .list a.linkbox h2 {
            font-size: 2.2rem;
            font-weight: 600;
            line-height: 1.4em;
            margin-bottom: 15px;
        }

        #contact-list .list a.linkbox .more-btn {
            width: 150px;
            height: 34px;
            background: #BEA976;
            font-size: 1.5rem;
            line-height: 34px;
            margin: 0 auto;
        }



/* contact-detail
----------------- */
#contact-detail .txt {
    margin-bottom: 30px;
}


#contact-detail dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
}
    #contact-detail dl dt {
        width: 250px;
        font-size: 1.6rem;
        line-height: 1.4em;
        margin-bottom: 0;
    }
        #contact-detail dl dt .min-txt {
            font-size: 1.4rem;
        }
        #contact-detail dl dt .required {
            font-size: 1.2rem;
            padding-left: 10px;
            color: #BEA976;
        }

    #contact-detail dl dd {
        width: calc(100% - 250px);
    }
        #contact-detail dl dd .mb {
            margin-bottom: 10px;
        }

        #contact-detail dl dd input {
            background: #fff;
            border: none;
            padding: 20px;
            font-size: 1.6rem;
            border-radius: 6px;
        }
        #contact-detail dl dd.half input {
            width: 49%;
        }
        #contact-detail dl dd.half input:nth-child(1) {
            margin-right: 2%;
        }
        #contact-detail dl dd.tel input {
            width: 150px;
        }
        #contact-detail dl dd .access input {
            width: 100px;
        }

        #contact-detail dl dd textarea {
            background: #fff;
            border: none;
            height: 220px;
            padding: 20px;
            font-size: 1.6rem;
            border-radius: 6px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02 {
            overflow: hidden;
            width: 100%;
            text-align: center;
            position: relative;
            border: none;
            border-radius: 6px;
            background: #fff;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            position: absolute;
            top: 28px;
            right: 0.9em;
            width: 0;
            height: 0;
            padding: 0;
            content: "";
            border-left: 6px solid transparent;
            border-right: 6px solid transparent;
            border-top: 6px solid #191718;
            pointer-events: none;
            z-index: 2;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::after {
            content: "";
            width: 40px;
            height: 100%;
            background: #BEA976;
            position: absolute;
            pointer-events: none;
            top: 0;
            right: 0;
            z-index: 0;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                width: 100%;
                padding: 20px;
                cursor: pointer;
                font-size: 1.6rem;
                text-indent: 0.01px;
                text-overflow: ellipsis;
                border: none;
                outline: none;
                background: transparent;
                background-image: none;
                -webkit-box-shadow: none;
                box-shadow: none;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
            }
        #contact-detail dl dd .cell .cp_ipselect.cp_sl02 {
            width: 234px;
        }

            #contact-detail dl dd .cell {
                margin-bottom: 12px;
            }
            #contact-detail dl dd .cell:nth-last-child(1) {
                margin-bottom: 0;
            }


#contact-detail .text {
	text-align: center;
	padding: 15px 0;
	font-size: 1.4rem;
}
	#contact-detail .text a {
		text-decoration: underline;
	}
	#contact-detail .text a:hover {
		text-decoration: none;
	}


#contact-detail .btn {
    width: 230px;
    margin: 20px auto 0 auto;
}
    #contact-detail .btn input {
        width: 100%;
        height: 50px;
        background: #BEA976;
        border: none;
        font-size: 1.6rem;
        cursor: pointer;
        transition: 0.3s;
        -webkit-transition: 0.3s;
    }
    #contact-detail .btn input:hover {
        opacity: 0.7;
    }



/* contact-thanks
----------------- */
#contact-thanks .txt {
    margin-bottom: 25px;
}

#contact-thanks .btn {
    margin-top: 40px;
}



/* company-area
----------------- */
#company-area dl {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	background: #fff;
	padding: 20px 0;
	margin-bottom: 10px;
}
	#company-area dl dt {
		width: 200px;
		padding-right: 30px;
		padding-left: 30px;
		font-size: 1.6rem;
		line-height: 1.6em;
	}
	#company-area dl dd {
		width: -webkit-calc(100% - 200px);
		width: calc(100% - 200px);
		font-size: 1.6rem;
		line-height: 1.6em;
	}



/*detail-area
----------------- */
#detail-area .cell {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: dashed 1px #ddd;
}
#detail-area .cell:nth-last-child(1) {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
	#detail-area .cell h2 {
		font-size: 2.2rem;
		font-weight: 600;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

	#detail-area .cell p {
		font-size: 1.4rem;
		line-height: 1.8em;
	}
		#detail-area .cell p a {
			text-decoration: underline;
			opacity: 0.7;
		}
		#detail-area .cell p a:hover {
			text-decoration: none;
		}


#detail-area .step {
	max-width: 750px;
	margin: 0 auto 50px;
}
	#detail-area .step .pht {
		background: #fff;
		padding: 10px;
		border-radius: 20px;
	}
		#detail-area .step .pht img {
			border-radius: 15px;
		}

	#detail-area .step h2 {
		margin-top: 15px;
		font-size: 2.4rem;
		line-height: 1.3em;
		margin-bottom: 8px;
	}



/*items
----------------- */
#items .fs-c-productList {
	width: 100%;
    padding: 0 8%;
	position: relative;
	margin: 0;
}
	#items .fs-c-productList .fs-c-productList__controller {
		display: none;
	}


	#items .fs-c-productList .fs-c-productList__list {
		display: flex;
		-ms-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
		#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
			width: 30% !important;
			margin-right: 5%;
			margin-bottom: 50px;
			border-bottom: none;
			padding: 0;
		}
		#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
			margin-right: 0;
		}

.fs-c-productListItem__viewMoreImageButton {
	display: none;
}

.fs-c-productListItem__productName a {
	display: block;
	font-size: 2.2rem;
	line-height: 1.3em;
	color: #fff;
	padding-top: 13px;
	padding-bottom: 5px;
}

.fs-c-productListItem__productDescription {
	font-size: 1.4rem;
	line-height: 1.7em;
	color: #fff;
}

.fs-c-productPrice__main__label {
	display: none;
}

.fs-c-productPrice__main__price {
    color: #BEA976 !important;
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.6rem;
	font-weight: 500;
}

.fs-c-productPrice__addon, .fs-c-productPrice__main__addon {
    color: #BEA976;
	padding-left: 5px;
	font-size: 1.2rem;
}

.fs-c-productListItem__control {
	display: none;
}
#fs_MyWishList .fs-c-productListItem__productName a,
#fs_MyWishList .fs-c-productListItem__productDescription {
	color: #191718;
}



/*items
----------------- */
#fs_ProductDetails #fs_form {
	width: 100%;
    background: #191718;
    overflow: hidden;
}
	#fs_form .fs-l-productLayout {
		display: flex;
		display: -webkit-flex;
		justify-content: space-between;
		width: 100%;
		padding: 0 8% 120px 8%;
	}
		#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 {
			width: 47.5%;
		}
			.fs-c-slick .slick-slide img {
				display: block;
			}
			.fs-c-productCarouselMainImage__image > img {
				display: block;
				max-width: 62%;
				border: none;
				margin: auto;
				max-height: auto;
				margin-bottom: 20px;
			}

			.fs-c-productCarouselMainImage__expandButton{
				display: none;
			}

			.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList {
				display: flex;
				-ms-flex-wrap: wrap;
				flex-wrap: wrap;
				margin: 0;
				overflow-x: auto;
			}
				.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li {
					border: none;
					width: 19.0%;
					flex-basis: auto;
					cursor: pointer;
					margin: 0 1% 0 0;
				}
				.fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__thumbnailList li.slick-active {
					opacity: 0.4;
					border: none;
				}
					.slick-active .fs-c-productCarouselMainImage__thumbnail__img {
						border: none;
					}



		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 {
			width: 47.5%;
		}
			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNameHeading {
				font-size: 2.8rem;
				line-height: 1.4em;
				color: #fff;
				margin-bottom: 4px;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber {
				font-size: 1.2rem;
				line-height: 1;
				color: #fff;
				border: none;
				padding: 0;
				margin-bottom: 30px;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription {
				font-size: 1.5rem;
				line-height: 1.8em;
				color: #fff;
				margin-bottom: 20px;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productPrice__main__price {
				font-size: 3.0rem;
				margin-bottom: 10px;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-productQuantityAndWishlist__quantity .fs-c-quantity__select {
				background: #3D3D3D;
				border: none;
				color: #fff;
				padding: 8px 10px 8px 10px;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-button--particular {
				background: none;
				border: none;
				border-radius: 0;
				color: #262626;
				font-size: 1.4rem;
				padding: 0;
				box-shadow: 0 0 0 #fff;
				position: relative;
			}
			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-button--particular .fs-c-button__label {
				display: none;
			}
			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-button--particular:after {
				font-size: 3.0rem;
				color: #BEA976;
				position: absolute;
				top: -20px;
				right: 0;
			}
			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productQuantityAndWishlist .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
				color: #BEA976;
			}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton {
				margin-top: 20px;
			}
				#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
					width: 100%;
					height: 80px;
					background: #BEA976 url("https://namamontblanc.itembox.design/item/img/common/icon_cart.svg?d=20230914174956") no-repeat 95% center;
					border: none;
					font-size: 2.4rem;
					font-weight: 600;
					line-height: 1;
					color: #191718;
					transition: 0.3s;
					-webkit-transition: 0.3s;
				}

			#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .free-txt {
				color: #fff;
				font-size: 1.2rem;
				line-height: 1.6em;
				margin-top: 10px;
			}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle */
#pagetitle {
	width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
#pagetitle.black {
	background: #191718;
}
#fs_ProductDetails #pagetitle {
    padding-bottom: 40px;
}
    #pagetitle .fs-c-breadcrumb {
        padding-bottom: 60px;
    }
    #fs_ProductDetails #pagetitle .fs-c-breadcrumb {
        padding-bottom: 0;
    }
        #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list {
            padding: 0;
            margin: auto;
            overflow-x: auto;
            overflow-y: hidden;
            -webkit-overflow-scrolling: touch;
            overflow-scrolling: touch;
            overflow: auto;
            white-space: nowrap;
        }
            #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
                font-size: 1.2rem;
                letter-spacing: 0.1em;
                color: #BEA976;
            }
            #pagetitle .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
                content: "・";
                color: #191718;
                padding-right: 3px;
            }
            #pagetitle.black .fs-c-breadcrumb__listItem + .fs-c-breadcrumb__listItem::before {
                color: #fff;
            }
                #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
                    font-size: 1.2rem;
                    color: #191718;
                    letter-spacing: 0.1em;
                }
                #pagetitle.black .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
                    color: #fff;
                }

    #pagetitle .head .en {
        font-size: 10.0rem;
        font-weight: 500;
        line-height: 0.9em;
        text-transform: uppercase;
		padding-top: 10px;
		margin-bottom: 20px;
    }
    #pagetitle.black .head .en {
        color: #BEA976;
        opacity: 0.2;
    }

    #pagetitle .head h1 {
        font-size: 3.0rem;
        font-weight: 600;
        line-height: 1.3em;
        margin-top: -15px;
    }
    #pagetitle.black .head h1 {
        color: #BEA976;
    }

    #pagetitle .head-detail {
        max-width: 800px;
        margin: 0 auto;
    }
        #pagetitle .head-detail h1 {
            font-size: 3.0rem;
            font-weight: 600;
            line-height: 1.4em;
        }

        #pagetitle .head-detail .en {
            font-size: 1.6rem;
            color: #919191;
            line-height: 1;
        }



/* title */
.title {
    margin-bottom: 70px;
}
    .title .en {
        display: flex;
        width: 100%;
        height: auto;
        font-size: 20.0rem;
        line-height: 1;
        color: #BEA976;
        opacity: 0.1;
        white-space: nowrap;
    }
    .title.white .en {
        color: #fff;
        opacity: 0.2;
    }
        .title .en span {
            display: block;
            flex: 0 0 auto;
            white-space: nowrap;
            overflow: hidden;
        }
        .title .en span:nth-child(odd) {
            animation: loop 50s -25s linear infinite;
            padding-right: 50px;
        }
        .title .en span:nth-child(even) {
           animation: loop2 50s linear infinite;
        }

    .title h2 {
        font-size: 3.6rem;
        font-weight: 600;
        line-height: 1.3em;
        color: #BEA976;
        text-align: center;
        margin-top: -60px;
    }
    .title.white h2 {
        color: #fff;
    }

    .title .txt {
        margin-top: 30px;
        text-align: center;
        padding: 0 9%;
    }
    .title.white .txt {
        color: #fff;
    }

@keyframes loop {
    0% {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  @keyframes loop2 {
    0% {
      transform: translateX(0);
    }
    to {
      transform: translateX(-200%);
    }
  }






	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer {
	width: 100%;
    background: #191718;
    padding: 40px 0;
}
    #footer .f-nav li {
        margin-right: 20px;
    }
    #footer .f-nav li:nth-last-child(1) {
        margin-right: 0;
    }
        #footer .f-nav li a {
            display: block;
            font-size: 1.4rem;
            color: #fff;
        }

    #footer .copyright {
        font-size: 1.2rem;
        line-height: 1;
        text-align: center;
        margin-top: 25px;
    }



input[type="submit"] {
	-webkit-appearance: none;
	border-radius: 0;
}






	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* システム周り */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-body-cart .fs-c-cartTableContainer {
	background: #fff;
}
	
.fs-body-cart .fs-l-cart__sideColumn {
	background: #fff;
}

a.fs-c-button--primary {
	color: #fff;
	padding: 15px 10px;
}
button.fs-c-button--primary,
button.fs-c-button--standard {
	padding: 15px 10px;
}
a.fs-c-button--secondary,
a.fs-c-button--standard {
	padding: 15px 10px;
}

.fs-p-announcement .fs-p-announcement__title {
	font-size: 2.0rem;
	margin-bottom: 12px;
}
.fs-p-announcement .fs-p-announcement__body p {
	font-size: 1.4rem;
}

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
	padding-bottom: 10px;
}
.fs-body-cart-login .fs-c-inputInformation__field {
    padding: 16px 32px 30px 32px;
}
.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field {
    padding: 16px 32px 30px 32px;
}

#fs_ShoppingCartLogin .fs-c-inputInformation__link,
#fs_Login .fs-c-inputInformation__link,
#fs_WishListLogin .fs-c-inputInformation__link {
	text-align: center;
}
#fs_Login .fs-c-newUsers__message,
#fs_WishListLogin .fs-c-newUsers__message {
	padding-top: 15px;
	padding-bottom: 15px;
}

#fs_Checkout .fs-c-checkout-preview,
#fs_CheckoutWithAmazon .fs-c-checkout-preview {
	border: none;
}
#fs_Checkout .fs-c-returnedSpecialContract,
#fs_CheckoutWithAmazon .fs-c-returnedSpecialContract {
	display: none;
}
#fs_ShoppingCart .fs-c-wishlistProduct {
	display: none !important;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
	border: none;
	box-shadow: none;
}
.fs-c-accountService__page--accountDelete {
	display: none;
}
.fs-c-accountService__page--accountDelete {
	display: none;
}

.fs-p-accountInfo {
    background: #fff;
	padding: 15px;
}
.fs-p-accountInfo__body {
    background: #F4F4F4;
	padding: 10px;
}
.fs-p-accountInfo__header, .fs-p-accountInfo__currentPurchase {
    padding-bottom: 10px;
}

.btnout {
	width: 100%;
    max-width: 630px;
    margin: auto;
    padding-top: 50px;
}
	.btnout .btn {
		width: 48%;
	}

.btnout {
	width: 100%;
    max-width: 630px;
    margin: auto;
    padding-top: 50px;
}

#fs_MyPageTop .fs-l-additionalProduct {
	display: none;
}

.fs-c-buttonContainer--myPageTop .fs-c-button--plain {
	width: 100%;
	display: block;
	text-align: center;
}



/* flowting
----------------- */
.flowting {
	width: 100%;
	border-top: solid 1px #ddd;
	background: #fff;
    position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
}
	.flowting a.close {
		display: block;
		width: 30px;
		position: fixed;
		bottom: 120px;
		right: 0;
	}

	.flowting a.bnr {
		display: block;
		width: 100%;
		height: 150px;
		text-align: center;
	}
		.flowting a.bnr img {
			width: auto;
			height: 150px;
		}



/* max 1100px */
@media screen and (max-width: 1100px) {



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
    width: 100px;
}
    #header .logo {
        width: 65px;
    }


    #header .onlineshop-btn {
        width: 100px;
    }


    #header #menubtn {
        width: 100px;
        height: 100px;
    }
        #header #menubtn .menu {
            width: 100px;
            height: 100px;
        }
            #header #menubtn .menu span {
                width: 40px;
                margin-left: -20px;
            }




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	left: 100px;
}

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* fs-l-main
----------------- */
.fs-l-main {
    padding-left: 100px;
}


/* inner */
.inner {
	width: 100%;
	padding: 0 7%;
}
.inner_800 {
	max-width: 100%;
    padding: 0 7%;
}
.pb200 { padding-bottom: 100px; }


/* wrap */
.wrap-top {
    padding-top: 100px;
}
.wrap-bottom {
    padding-bottom: 100px;
}


/* btn */
.bnr_account a {
	background: url("https://namamontblanc.itembox.design/item/img/common/icon_account.svg?d=20231115141259") no-repeat left 30px center;
	padding: 30px 30px 30px 105px;
}
	.bnr_account a h2 {
		font-size: 2.2rem;
	}
	.bnr_account a p {
		font-size: 1.4rem;
	}
	.bnr_account a .more {
		width: 85px;
		font-size: 1.5rem;
	}


/* txt */
.txt {
	font-size: 1.5rem;
	line-height: 1.8em;
}


/* column-list */
.column-list .set {
    margin-bottom: 60px;
}
.column-list .set:nth-child(odd) {
    padding-left: 7%;
}
.column-list .set:nth-child(even) {
    padding-right: 7%;
}
    .column-list .set .text {
        padding: 30px 0;
    }
    .column-list .set:nth-child(odd) .text {
        padding-right: 5%;
    }
    .column-list .set:nth-child(even) .text {
        padding-left: 5%;
    }
        .column-list .set .text .en-txt {
            font-size: 1.4rem;
        }
        .column-list .set .text h3 {
            font-size: 2.6rem;
        }


/* column2-list */
.column2-list a.linkbox {
    margin-bottom: 50px;
}
    .column2-list a.linkbox .items .headbox {
        width: 110px;
    }
        .column2-list a.linkbox .items .headbox .en {
            font-size: 1.2rem;
        }
        .column2-list a.linkbox .items .headbox h3 {
            font-size: 2.2rem;
            left: 20px;
        }

    .column2-list a.linkbox .items .pht {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px);
    }

    .column2-list a.linkbox .text .more {
        font-size: 1.5rem;
    }

    .column2-list a.linkbox .text .price {
        font-size: 1.0rem;
    }
        .column2-list a.linkbox .text .price .en {
            font-size: 2.6rem;
        }


/* shop */
#shop {
    padding: 60px 0 100px 0;
}
    #shop .title {
        margin-bottom: 40px;
    }
        #shop .title h2 {
            text-align: center;
        }

        #shop .title .txt {
            width: 100%;
            text-align: center;
            padding: 0;
        }

    #shop .btn {
        position: static;
    }


/* franchise */
#franchise {
    padding: 60px 0 100px 0;
}
    #franchise .title {
        margin-bottom: 40px;
    }
        #franchise .title h2 {
            text-align: center;
        }

        #franchise .title .txt {
            width: 100%;
            text-align: center;
            padding: 0;
        }

    #franchise .btn {
        position: static;
    }


/* onlineshop */
#onlineshop {
    padding: 60px 0 100px 0;
}
    #onlineshop .title {
        margin-bottom: 40px;
    }
        #onlineshop .title h2 {
            text-align: center;
        }

        #onlineshop .title .txt {
            width: 100%;
            text-align: center;
            padding: 0;
        }

    #onlineshop .btn {
        position: static;
    }


/* media-list */
.media-list .box {
	width: 48%;
    margin-bottom: 2%;
}
.media-list .box:nth-child(3n) {
    margin-right: 2%;
}
.media-list .box:nth-child(2n) {
    margin-right: 0;
}
    .media-list .box .set .headbox ul .time {
        font-size: 1.2rem;
    }
    .media-list .box .set .headbox ul .cat span {
        height: 18px;
        border-radius: 9px;
        font-size: 1.0rem;
    }

    .media-list .box .set .headbox h3 {
        font-size: 1.6rem;
    }


    .media-list .box p {
        font-size: 1.3rem;
        line-height: 1.7em;
    }



/* contact-list
----------------- */
#contact-list .list a.linkbox {
    padding: 30px 0;
}
    #contact-list .list a.linkbox h2 {
        font-size: 2.0rem;
    }



/* contact-detail
----------------- */
#contact-detail .txt {
    margin-bottom: 20px;
}


#contact-detail dl {
    padding: 15px 0;
}
    #contact-detail dl dt {
        width: 220px;
        font-size: 1.4rem;
    }
        #contact-detail dl dt .min-txt {
            font-size: 1.2rem;
        }
        #contact-detail dl dt .required {
            font-size: 1.0rem;
        }

    #contact-detail dl dd {
        width: calc(100% - 220px);
    }
        #contact-detail dl dd input {
            padding: 15px;
        }
        #contact-detail dl dd.tel input {
            width: 100px;
        }

        #contact-detail dl dd textarea {
            height: 180px;
            padding: 15px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            top: 25px;
            right: 10px;
        }
        #contact-detail dl dd .cp_ipselect.cp_sl02::after {
            width: 30px;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                padding: 15px;
            }



/* detail-area
----------------- */
#detail-area .cell {
	margin-bottom: 30px;
	padding-bottom: 30px;
}
	#detail-area .cell h2 {
		font-size: 1.8rem;
		margin-bottom: 12px;
	}

	#detail-area .cell p {
		font-size: 1.3rem;
		line-height: 1.7em;
	}


#detail-area .step {
	margin: 0 auto 40px;
}
	#detail-area .step .pht {
		padding: 5px;
		border-radius: 15px;
	}
		#detail-area .step .pht img {
			border-radius: 10px;
		}

	#detail-area .step h2 {
		margin-top: 12px;
		font-size: 1.8rem;
		margin-bottom: 8px;
	}

	#detail-area .step p {
		font-size: 1.4rem;
		line-height: 1.7em;
	}



/*items
----------------- */
#items .fs-c-productList {
    padding: 0 7%;
}
	#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
		width: 47.5% !important;
		margin-right: 5%;
		margin-bottom: 40px;
	}
	#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
		margin-right: 5%;
	}
	#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item:nth-child(2n) {
		margin-right: 0;
	}


.fs-c-productListItem__productName a {
	font-size: 2.0rem;
}

.fs-c-productListItem__productDescription {
	font-size: 1.3rem;
}

.fs-c-productPrice__main__price {
	font-size: 2.2rem;
}

.fs-c-productPrice__addon, .fs-c-productPrice__main__addon {
	font-size: 1.0rem;
}



/*items
----------------- */
#fs_form .fs-l-productLayout {
	padding: 0 7% 100px 7%;
}
	#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 {
		width: 47%;
	}


	#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 {
		width: 47%;
	}
		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNameHeading {
			font-size: 2.6rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber {
			font-size: 1.1rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription {
			font-size: 1.4rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productPrice__main__price {
			font-size: 2.7rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
			width: 100%;
			height: 70px;
			background: #BEA976 url("https://namamontblanc.itembox.design/item/img/common/icon_cart.svg?d=20230914174956") no-repeat 95% center;
			border: none;
			font-size: 2.0rem;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle */
#pagetitle {
    padding-top: 25px;
    padding-bottom: 50px;
}
#fs_ProductDetails #pagetitle {
    padding-bottom: 25px;
}
    #pagetitle .fs-c-breadcrumb {
        padding-bottom: 40px;
    }
        #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
            font-size: 1.0rem;
        }
            #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
                font-size: 1.0rem;
            }

    #pagetitle .head .en {
        font-size: 8.0rem;
    }

    #pagetitle .head h1 {
        font-size: 2.4rem;
        margin-top: -10px;
    }

    #pagetitle .head-detail {
        max-width: 100%;
        padding: 0;
    }
        #pagetitle .head-detail h1 {
            font-size: 2.6rem;
        }

        #pagetitle .head-detail .en {
            font-size: 1.4rem;
        }
    
    
/* title */
.title {
    margin-bottom: 60px;
}
    .title .en {
        font-size: 17.0rem;
    }

    .title h2 {
        font-size: 3.2rem;
    }

    .title .txt {
        padding: 0 7%;
    }
	



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくず */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-breadcrumb {
	width: 100%;
}
.fs-c-breadcrumb .fs-c-breadcrumb__list {
	padding: 0 7%;
}






	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer .f-nav li {
    margin-right: 15px;
}
    #footer .f-nav li a {
        font-size: 1.2rem;
    }

#footer .copyright {
    font-size: 1.0rem;
}
    
    
    
}




/* max 959px */
@media screen and (max-width: 959px) {


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* システム周り */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-body-cart .fs-l-cart__sideColumn {
    background: #fff;
    padding: 16px;
}
	
.inner_sp {
	width: 100%;
	padding: 0 7%;
}




}





/* max 900px */
@media screen and (max-width: 900px) {
	
.pc {
	display: none;
}
	
.sp {
	display: block;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#header {
    width: 100%;
    height: 60px;
}
    #header .logo {
        width: 170px;
    }


    #header .onlineshop-btn {
        width: 60px;
        left: auto;
        right: 0;
    }
        #header .onlineshop-btn a {
            height: 60px;
            font-size: 1.0rem;
        }


    #header #menubtn {
        width: 60px;
        height: 60px;
    }
        #header #menubtn .menu {
            width: 60px;
            height: 60px;
        }
        #header #menubtn .menu:before {
            font-size: 1.0rem;
            left: 6px;
        }
            #header #menubtn .menu span {
                width: 30px;
                margin-left: -10px;
            }
            #header #menubtn .menu span:nth-of-type(1) {
                margin-top: -10px;
            }
            #header #menubtn .menu span:nth-of-type(2) {
                margin-top: -4px;
            }

            #header #menubtn .menu.active span:nth-of-type(1) {
                margin-top: -6px;
            }
            #header #menubtn .menu.active span:nth-of-type(2) {
                margin-top: -6px;
            }




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#menubox {
	max-width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: calc(100vh - 60px);
    border-left: none;
    border-top: solid 1px #BEA976;
	top: 60px;
	left: 0;
}
	#menubox .menunav {
		padding: 40px 30px 50px 30px;
	}
        #menubox .menunav .set ul li {
            margin-top: 15px;
        }
            #menubox .menunav .set ul li a {
                font-size: 1.4rem;
            }

	



	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


/* fs-l-main
----------------- */
.fs-l-main {
    padding-left: 0;
}
.inner_800 {
    max-width: 100%;
}
.pb200 { padding-bottom: 0; }


/* wrap */
.wrap-top {
    padding-top: 80px;
}
.wrap-bottom {
    padding-bottom: 80px;
}


/* item-bnr */
.item-bnr {
    margin: 0 auto 25px auto;
}
	.item-bnr a {
		padding: 10px;
	}
		.item-bnr a p {
			width: 75%;
			font-size: 1.5rem;
			padding-left: 12px;
		}
		.item-bnr a p span {
			font-size: 1.3rem;
		}


/* btn */
.bnr_account a {
	display: block;
	background: url("https://namamontblanc.itembox.design/item/img/common/icon_account.svg?d=20231115141259") no-repeat left 25px top 25px;
	padding: 25px 25px 25px 25px;
}
	.bnr_account a .text {
		width: 100%;
	}
	.bnr_account a h2 {
		font-size: 1.7rem;
		line-height: 1.3em;
		padding-left: 65px;
		margin-bottom: 18px;
		padding-top: 3px;
	}
	.bnr_account a p {
		font-size: 1.2rem;
	}
	.bnr_account a .more {
		width: 100%;
		font-size: 1.5rem;
		text-align: center;
		margin-top: 15px;
	}


/* btn */
.btn {
    width: 60%;
}


/* column-list */
.column-list .set {
    display: block;
    margin-bottom: 40px;
}
.column-list .set:nth-child(odd) {
    padding-left: 0;
}
.column-list .set:nth-child(even) {
    padding-right: 0;
}
    .column-list .set .text {
        width: 100%;
        padding: 30px 7% 0 7%;
    }
    .column-list .set:nth-child(odd) .text {
        padding-right: 7%;
    }
    .column-list .set:nth-child(even) .text {
        padding-left: 7%;
    }
        .column-list .set .text .en-txt {
            font-size: 1.2rem;
        }
        .column-list .set .text h3 {
            font-size: 2.2rem;
        }
    
    .column-list .set .pht {
        width: 93%;
    }
    .column-list .set:nth-child(even) .pht {
        margin-left: 7%;
    }


/* column2-list */
.column2-list a.linkbox {
    display: block;
}
    .column2-list a.linkbox {
        width: 100%;
        margin-right: 0;
        margin-bottom: 50px;
    }
        .column2-list a.linkbox .items .headbox {
            width: 90px;
        }
            .column2-list a.linkbox .items .headbox .en {
                font-size: 1.0rem;
            }
            .column2-list a.linkbox .items .headbox h3 {
                font-size: 2.0rem;
                letter-spacing: 0;
                left: 15px;
            }

        .column2-list a.linkbox .items .pht {
            width: -webkit-calc(100% - 90px);
            width: calc(100% - 90px);
        }


/* shop */
#shop {
    padding: 40px 0 80px 0;
}
    #shop .title {
        margin-bottom: 30px;
    }
        #shop .title .txt {
            text-align: left;
        }

    #shop .btn {
        position: static;
    }


/* franchise */
#franchise {
    padding: 40px 0 80px 0;
}
    #franchise .title {
        margin-bottom: 30px;
    }
        #franchise .title .txt {
            text-align: left;
        }

    #franchise .btn {
        position: static;
    }


/* onlineshop */
#onlineshop {
    padding: 40px 0 80px 0;
}
    #onlineshop .title {
        margin-bottom: 30px;
    }
        #onlineshop .title .txt {
            text-align: left;
        }

    #onlineshop .btn {
        position: static;
    }


/* media-list */
.media-list {
    display: block;
}
    .media-list .box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
		padding: 15px;
    }
        .media-list .box .set {
            /*margin-bottom: 8px;*/
        }
            .media-list .box .set .headbox {
                /*padding-left: 15px;*/
            }



/* contact-list
----------------- */
#contact-list .list {
    display: block;
    margin-top: 30px;
}
    #contact-list .list a.linkbox {
        padding: 25px 0;
        width: 100%;
        margin-right: 0;
        margin-top: 4%;
    }



/* contact-detail
----------------- */
#contact-detail .txt {
    margin-bottom: 20px;
}


#contact-detail dl {
    display: block;
    padding: 12px 0;
}
    #contact-detail dl dt {
        width: 100%;
        margin-bottom: 10px;
    }
        #contact-detail dl dt .min-txt {
            padding-left: 5px;
        }

    #contact-detail dl dd {
        width: 100%;
    }
        #contact-detail dl dd input {
            padding: 12px;
        }
        #contact-detail dl dd.tel input {
            width: 70px;
        }

        #contact-detail dl dd textarea {
            height: 150px;
            padding: 12px;
        }

        #contact-detail dl dd .cp_ipselect.cp_sl02::before {
            top: 23px;
        }
            #contact-detail dl dd .cp_ipselect.cp_sl02 select {
                padding: 12px;
            }


#contact-detail .text {
	padding: 15px 0 10px 0;
	font-size: 1.2rem;
}



/* company-area
----------------- */
#company-area dl {
	display: block;
	background: #fff;
	padding: 20px;
	margin-bottom: 10px;
}
	#company-area dl dt {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		font-size: 1.4rem;
		line-height: 1.3em;
		margin-bottom: 4px;
	}
	#company-area dl dd {
		width: 100%;
		font-size: 1.5rem;
		line-height: 1.6em;
	}



/*items
----------------- */
#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item {
	width: 100% !important;
	margin-right: 0;
	margin-bottom: 40px;
}
#items .fs-c-productList .fs-c-productList__list .fs-c-productList__list__item:nth-child(3n) {
	margin-right: 0;
}



/*items
----------------- */
#fs_form .fs-l-productLayout {
	display: block;
	padding: 0 7% 80px 7%;
}
	#fs_form .fs-l-productLayout .fs-l-productLayout__item--1 {
		width: 100%;
		margin-bottom: 30px;
	}
		.fs-c-productCarouselMainImage__image > img {
			max-width: 50% !important;
		}


	#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 {
		width: 100%;
	}
		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNameHeading {
			font-size: 2.4rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productNumber {
			font-size: 1.0rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-p-productDescription {
			font-size: 1.4rem;
			margin-bottom: 15px;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productPrice__main__price {
			font-size: 2.7rem;
		}

		#fs_form .fs-l-productLayout .fs-l-productLayout__item--2 .fs-c-productActionButton .fs-c-button--primary {
			height: 60px;
			font-size: 2.0rem;
		}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

/* pagetitle */
#pagetitle {
    padding-top: 75px;
    padding-bottom: 35px;
}
#fs_ProductDetails #pagetitle {
    padding-bottom: 18px;
}
    #pagetitle .fs-c-breadcrumb {
        padding-bottom: 20px;
    }
        #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
            font-size: 1.0rem;
        }
            #pagetitle .fs-c-breadcrumb .fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
                font-size: 1.0rem;
            }

    #pagetitle .head .en {
        font-size: 4.0rem;
		margin-bottom: 10px;
    }

    #pagetitle .head h1 {
        font-size: 1.8rem;
        margin-top: 0;
    }

    #pagetitle .head-detail h1 {
        font-size: 2.2rem;
    }
    

/* title */
.title {
    margin-bottom: 50px;
}
    .title .en {
        font-size: 10.0rem;
    }

    .title h2 {
        font-size: 2.8rem;
        margin-top: -37px;
    }

    .title .txt {
        margin-top: 22px;
        text-align: left;
    }






	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#footer .f-nav li {
    margin-right: 15px;
    margin-bottom: 8px;
}







	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* システム周り */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-p-announcement .fs-p-announcement__title {
	font-size: 1.6rem;
}
.fs-p-announcement .fs-p-announcement__body p {
	font-size: 1.2rem;
}

.btnout {
    display: block;
    width: 100%;
    padding-top: 30px;
}
	.btnout .btn {
		width: 100%;
		margin-bottom: 10px;
	}



/* flowting
----------------- */
.flowting a.close {
	width: 20px;
	bottom: 42px;
}

.flowting a.bnr {
	height: 70px;
}
	.flowting a.bnr img {
		height: 70px;
	}
	

}




/* max 599px */
@media screen and (max-width: 599px) {


	
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* システム周り */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.fs-c-cartTableContainer {
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    padding: 16px;
}



}


	
