@charset "utf-8";

/* LP上部用 ヘッダー以外
------------------------------------------ */
#wrapper {
	min-width: auto;
    width: 100%;
    overflow: hidden;
}
.lp-Part-Area {
    margin-top: 0;
}
#infobar.is_SP.backlash_banner{
	display: none;
}
.fs-c-breadcrumb__list {
    width: calc(100% - 80px);
}
@media screen and (max-width: 480px) {
.lp-Part-Area {
    margin-top: 0;
}
#infobar.is_PC.backlash_banner{
	display: none;
}
#infobar.is_SP.backlash_banner{
	display: block;
}
/*.fs-c-breadcrumb{
	display: none;
}*/
.unitArea.cover20200520.type-upperLP+.fs-c-breadcrumb {
    display: block;
}
.fs-c-breadcrumb__list {
    width: 100%;
	line-height: 1.8;
}
}

/* LP上部用 ヘッダー
------------------------------------------ */
header#pc.type-upperLP{
	position: absolute;
    top: 40px;
    left: 0;
	z-index: 9999;
	width: 100%;
}
header#pc.type-upperLP .header_inner {
	width: calc(100% - 80px);
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
header#pc.type-upperLP h1 {
	padding-top: 40px;
}
header#pc.type-upperLP h1 a img {
	width: 130px;
}
header#pc.type-upperLP h1 a {
	display: inline-block;
}
header#pc.type-upperLP nav {
	display: flex;
	justify-content: space-between;
}
header#sp {
	display: none;
}
header#pc.type-upperLP nav a {
	color: #202020;
}
header#pc.type-upperLP .nav_left {
	font-size: 13px;
	margin-right: 30px;
	padding-top: 37px;
}
header#pc.type-upperLP .nav_left > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc.type-upperLP .nav_left > li > a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	line-height: 1em;
	position: relative;
	color: #ffffff;
}
header#pc.type-upperLP .nav_left > li:first-child > a {
	padding: 0 20px 0 0;
	color: #ffffff;
}
header#pc.type-upperLP .nav_left > li:nth-last-of-type(1) > a {
	letter-spacing: 0em;
}
header#pc.type-upperLP .nav_left > li:nth-last-of-type(2) > a {
	padding: 0 20px 0 20px;
}
header#pc.type-upperLP .nav_left > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
header#pc.type-upperLP .nav_itemarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -900px;
	background: #333333;
	float: left;
	width: 1160px;
	padding: 40px 20px;
	z-index: 999;
}
header#pc.type-upperLP .nav_itemarea:hover {
	display: block;
}
header#pc.type-upperLP .itemlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: center;
	padding: 0 15px
}
header#pc.type-upperLP .nav_left > li .nav_item::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: white transparent transparent transparent;
	z-index: 2;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
header#pc.type-upperLP .nav_left > li .nav_item:hover + .nav_itemarea {
	display: block;
}
header#pc.type-upperLP .nav_itemtype ul {
	text-align: center;
	font-size: 0;
}
header#pc.type-upperLP .nav_itemtype ul li {
	display: inline-block;
	width: 272px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	margin: 0 12px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header#pc.type-upperLP .nav_itemtype li.current {
	/*background: #484848!important;*/
	background: #565656!important;
	color: #fff;
}
header#pc.type-upperLP .nav_itemtype ul li:hover {
	color: #999;
}
header#pc.type-upperLP .nav_itemtype li.current:hover {
	color: #fff;
}
header#pc.type-upperLP .nav_itemlistarea .off {
	display: none
}
header#pc.type-upperLP .nav_itemlistarea {
	margin-top: 30px
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu {
	font-size: 0
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu li {
	display: inline-block;
	width: 23.5%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu li:nth-child(4n) {
	margin-right: 0;
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu li a {
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc.type-upperLP .nav_itemlistarea .nav_itemlist .itemlist_menu li a:hover {
	color: #888;
}
header#pc.type-upperLP .nav_right > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc.type-upperLP .nav_right > li:first-child {
    background: none;
}
header#pc.type-upperLP .nav_right > li:nth-last-of-type(3) > a {
	padding: 0 20px 0 32px;
}
header#pc.type-upperLP .nav_right > li:nth-last-of-type(1) > a {
	padding: 0 0 0 20px;
}
header#pc.type-upperLP .nav_right > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
header#pc.type-upperLP .nav_memberarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -62px;
	background: #333333;
	float: left;
	width: 210px;
	padding: 20px 20px 15px;
}
header#pc.type-upperLP .nav_memberarea:hover {
	display: block;
}
header#pc.type-upperLP .nav_right > li .nav_member:hover + .nav_memberarea {
	display: block;
}
.FS2_repeater {
	display: none;
	color:#fff;
	border-bottom: 1px dotted #484848;
	padding: 0 8px 16px;
}
.FS2_repeater dt{
	font-size:14px;
	margin-bottom: 10px;
}
.FS2_repeater dd{
	font-size:13px;
	color:#ccc;
}
.FS2_repeater dd div{
	font-size:10px;
	margin-bottom:5px;
}
.FS2_repeater dd span{
	font-size:10px;
	margin-left:5px;
}
header#pc.type-upperLP .member_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 0 15px;
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc.type-upperLP .member_menu li:nth-last-of-type(1) a {
	border: 0;
}
header#pc.type-upperLP .nav_memberarea .member_menu li a:hover {
	color: #888;
}
header#pc.type-upperLP .nav_memberarea .member_menu li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc.type-upperLP .nav_memberarea .member_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc.type-upperLP .nav_right > li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
header#pc.type-upperLP .nav_right > li:first-child {
    background-image: url(https://madrigal.itembox.design/item/img/common/icon_search_w.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
    padding: 0 0 0 30px;
    background-position: 0;
}
header#pc.type-upperLP input#searchText{
	background: transparent;
}
header#pc.type-upperLP input#searchText:focus{
	border: none;
}
header#pc.type-upperLP .nav_right input[type="text"] {
	border: none;
	width: 143px;
	box-sizing: border-box;
	border-bottom: 1px solid #d9d9d9;
	font-size: 13px;
	color: #000;
}
header#pc.type-upperLP .nav_right{
	padding-top: 37px;
}
header#pc.type-upperLP .nav_right > li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
header#pc.type-upperLP .nav_right > li > a {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	line-height: 1em;
	position: relative;
}
header#pc.type-upperLP .nav_right > li > a img{
	height: 22px;
}
header#pc.type-upperLP .nav_right > li:nth-last-of-type(3) > a {
	padding: 0 20px 0 20px;
}
header#pc.type-upperLP .nav_right > li:nth-last-of-type(3) > a {
	padding: 0 20px 0 20px;
}
header#pc.type-upperLP .nav_right > li:nth-last-of-type(1) > a {
	padding: 0 0 0 20px;
}
header#pc.type-upperLP .nav_right > li:hover > a {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
header#pc.type-upperLP .nav_memberarea {
	display: none;
	position: absolute;
	top: 40px;
	left: -62px;
	background: #333333;
	float: left;
	width: 210px;
	padding: 25px 20px 15px;
	z-index: 999;
}
header#pc.type-upperLP .nav_memberarea:hover {
	display: block;
}
header#pc.type-upperLP .nav_right > li .nav_member:hover + .nav_memberarea {
	display: block;
}
header#pc.type-upperLP .member_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 50px;
	display: block;
	line-height: 50px;
	text-align: left;
	padding: 0 15px;
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 10px 0 10px 8px;
	border-bottom: 1px dotted #484848;
}
header#pc.type-upperLP .member_menu li:nth-last-of-type(1) a {
	border: 0;
}
header#pc.type-upperLP .nav_memberarea .member_menu li a:hover {
	color: #888;
}
header#pc.type-upperLP .nav_memberarea .member_menu li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#pc.type-upperLP .nav_memberarea .member_menu li::after {
	position: absolute;
	top: 40%;
	right: 10px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#pc.type-upperLP .member_menu li a span{
	display: block;
	font-size: 10px;
	color: #ccc;
	margin-left: -6px;
}
header#pc.type-upperLP .nav_right input[type="text"] {
	/*border: none;*/
	width: 143px;
	box-sizing: border-box;
	/*border-bottom: 1px solid #d9d9d9;*/
	font-size: 13px;
	color: #000;
	border: none!important;
	border-bottom: 1px solid #d9d9d9!important;
	height: auto!important;
	line-height: 1.4!important;
	padding: 0!important;
	border-radius: 0;
}

@media screen and (max-width: 480px) {
header#pc {
	display: none;
}
header#sp {
	display: block;
	height: 55px;
	width: 100%;
	position: relative;
	z-index: 3;
}
header#sp h1 img{
	height: 27px;
}
header#sp h1{
	text-align: center;
}
header#sp h1 a{
	display: inline-block;
}
header#sp .wrapper_h1-drawer-btn_cart_sp{
	height: 55px;
	padding-top: 15px;
	background: #fff;
}
header#sp .btn_cart {
	position: absolute;
	top: 18px;
	right: 22px;
}
.FS2_repeater {
	display: none;
	color:#fff;
	background: #484848;
	padding: 14px 0 11px 20px;
}
.FS2_repeater dt{
	font-size:15px;
	margin-bottom: 10px;
}
.FS2_repeater dd{
	font-size:13px;
	color:#ccc;
}
.FS2_repeater dd div{
	font-size:10px;
	margin-bottom:5px;
}
.FS2_repeater dd span{
	font-size:10px;
	margin-left:5px;
}
#container .FS2_breadcrumbs {
	font-size: 11px;
    margin: 0 !important;
    background: #f7f7f7;
    padding: 13px 15px !important;
	 position:static;
}
#container .FS2_breadcrumbs a {
    color: #000 !important;
}
header#sp nav.gnav {
	display: none;
}
header#sp ul.sp_nav {
	overflow: hidden;
}
header#sp ul.sp_nav > li {
	float: left;
	width: 20%;
	text-align: center;
	display: block;
	background: #191919;
	height: 50px;
}
header#sp ul.sp_nav li a {
	color: #fff;
	line-height: 50px;
	display: block;
}
header#sp ul li.select {
	background: #333;
}
header#sp .nav_itemarea {
	position: absolute;
	left: 0px;
	background: #333333;
	float: left;
	width: 100%;
	padding: 20px 0 0;
}
header#sp .nav_itemarea:hover {
	display: block;
}
header#sp .itemlist_menu li a {
	text-decoration: none;
	font-size: 13px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	padding: 0 15px
}
header#sp .nav_left > li .nav_item::after {
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3px 0 3px;
	border-color: black transparent transparent transparent;
	z-index: 2;
	margin-left: 6px;
	position: relative;
	top: -2px;
}
header#sp .nav_left > li .nav_item:hover + .nav_itemarea {
	display: block;
}
header#sp .nav_itemtype ul {
	text-align: center;
	font-size: 0;
}
header#sp .nav_itemtype ul li {
	display: inline-block;
	width: 27%;
	text-align: center;
	height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	color: #fff;
	font-size: 13px;
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header#sp .nav_itemtype li.current {
	background: #484848!important;
	color: #fff;
}
header#sp .nav_itemtype ul li:hover {
	color: #999;
}
header#sp .nav_itemtype li.current:hover {
	color: #fff;
}
header#sp .nav_itemlistarea .off {
	display: none
}
header#sp .nav_itemlistarea {
	margin-top: 20px
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu {
	font-size: 0
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li {
	width: 100%;
	font-size: 13px;
	margin-right: 2%;
	position: relative;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li:nth-child(4n) {
	margin-right: 0;

}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li::after {
	position: absolute;
	top: 40%;
	right: 20px;
	content: '';
	display: inline-block;
	cursor: pointer;
	width: 0;
	height: 0;
	border-width: 3px 3px 3px 3px;
	border-color: transparent transparent transparent #666;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a {
	text-align: left;
	height: inherit;
	line-height: inherit;
	color: #fff;
	padding: 12px 0 12px 20px;
	border-bottom: 1px dotted #484848;
}
header#sp .nav_itemlistarea .nav_itemlist .itemlist_menu li a:hover {
	color: #888;
}
header#sp .sp_nav_contents .hide {
	display: none;
}
header#sp input:focus::-webkit-input-placeholder {
color:transparent;
}
 header#sp input:focus:-moz-placeholder {
color:transparent;
}
 header#sp input:focus::-moz-placeholder {
color:transparent;
}
header#sp #sp-M_searchBox {
	margin: 0px 0px 0 0;
	background: #333;
	padding: 10px;
}
header#sp input[type=text] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 16px;
}
header#sp input[type=text] {
	background: #fff url(https://secure2.future-shop.jp/~madrigal/img/common/icon_search.svg) no-repeat 8px 10px;
	background-size: 21px;
	border: none;
	padding: 0px 20px 0px 38px;
	box-sizing: border-box;
	width: 100%;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	height: 40px;
}
header#sp input {
	color: #333;
	font-weight: normal;
}
header#sp input::-webkit-input-placeholder {
color: #333;
font-weight: normal;
}
header#sp input:-ms-input-placeholder {
color: #333;
font-weight: normal;
}
header#sp input::-moz-placeholder {
color: #000;
font-weight: normal;
}
 header#sp input::-webkit-search-decoration, input::-webkit-search-cancel-button {
display: none;
}	
}

/* =======================================

	メインイメージ画像
	
========================================== */
.mainImageArea_ct {
	height: 640px;
    position: relative;
    margin-bottom: 80px;
}
.mainImageInner_ct {
    width: 100%;
	height: 100%;
    overflow: hidden;
}
.mainImageArea_ct .image_item,.mainImageArea_ct .image_item_sp {
	width: 100%;
	height: 100%;
    position: relative;
    z-index: 1;
}
.mainImageArea_ct .mainImageInner_ct .text {
    position: absolute;
    z-index: 2;
    top: 50%;
	left: 50%;
    transform: translateY(-50%) translateX(-50%);
	color: rgba(255,255,255,0.85);
	text-align: center;
}
.mainImageArea_ct .mainImageInner_ct .text h2{
    font-size: 3rem;
    margin-bottom: 20px;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	letter-spacing: 0.2em;
}
.mainImageArea_ct .mainImageInner_ct .text h2 span{
    font-size: 2rem;
    margin-bottom: 20px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    letter-spacing: 0.2em;
}
.mainImageArea_ct .mainImageInner_ct .text p{
    font-size: 1.6rem;
	line-height: 2.2;
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
	white-space: nowrap;
}
.mainImageArea_ct .image_item img,.mainImageArea_ct .image_item_sp img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainImageArea_ct p.image_item_sp {
	display: none;
}
.mainImageArea_ct .wrapper {
    position: absolute;
    background: rgba(0,0,0,0.2);
    width: 100%;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
}
.mainImageArea_ct .mainImageInner_ct .text h2 img.logo{
    height: 25px;
	opacity: 0.75;
}
/* soutiencollarページ */
.mainImageArea_ct .mainImageInner_ct .text h2.type-soutiencollar{
	line-height: 1;
	margin-bottom: 0;
}
/* ページストック（季節別） */
.mainImageArea_ct.titleWaku .mainImageInner_ct .text {
    background: rgba(255,255,255,0.9);
	color: #000000;
	padding: 50px 80px 50px 80px;
}
/* メインイメージ画像（※Swiperで自動切替） */
.mainImageArea_ct .swiper .imageArea {
	width: 100%;
	height: 100%;
    position: relative;
    z-index: 1;
}
.mainImageArea_ct .swiper {
    width: 100%;
    height: 100%;
}
.mainImageArea_ct .swiper .swiperContent{
    width: 100%;
    height: 100%;
}
.mainImageArea_ct .swiper .imageArea img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainImageArea_ct .swiper .imageArea.is_SP {
	display: none;
}
@media screen and (max-width: 750px) {
.mainImageArea_ct {
	height: 390px;
    position: relative;
    margin-bottom: 50px;
}
.mainImageArea_ct p.image_item {
	display: none;
}
.mainImageArea_ct p.image_item_sp {
	display: block;
}
.mainImageArea_ct .mainImageInner_ct .text h2{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
.mainImageArea_ct .mainImageInner_ct .text h2 span{
    font-size: 1.3rem;
}
.mainImageArea_ct .mainImageInner_ct .text p{
    font-size: 1.1rem;
	line-height: 2;
}
/* ページストック（季節別） */
.mainImageArea_ct.titleWaku .mainImageInner_ct .text {
	padding: 30px 40px 30px 40px;
}
/* メインイメージ画像（※Swiperで自動切替） */
.mainImageArea_ct .swiper .imageArea.is_PC {
	display: none;
}
.mainImageArea_ct .swiper .imageArea.is_SP {
	display: block;
}
}