/* カスタマイズ用CSS */
/* カスタマイズ用CSS */
html {
    font-size: 62.5%;
}

.global_menu {
	/* メニュー全体のスタイル */
	width: 100%;
	position: relative;
	/* 文字色 */
	/* 背景色 */
	text-align: center;
	z-index: 99999;
	font-size: 1.4rem;
}

.global_menu > ul {
    justify-content: center; 
    height: 120px;
    font-weight: 700;   
    line-height: 1.8;   
}


.global_menu ul {
    margin-bottom: 0;
    padding: 0; 
    display: flex;  
    transition: all .3s;   
}

.global_menu li {
	display: table;   
    width: 100%;
}

.global_menu li span {
    display: block;
    font-size: 1.2rem;
    line-height: 1;
    width: 100%;
}

.global_menu li i {
    font-size: 2rem;
    display: block;
    margin-bottom: 0.3em;
}

.global_menu .parent > a {
    display: table-cell;
    vertical-align: bottom;
    width: 210px;
    height: 120px;
    text-align: center;
    padding-bottom: 20px;
    color: rgba(166,126,183,1);
}

.global_menu .logo.parent a {
    vertical-align: middle;
}

.global_menu .logo.parent:hover {
    background: none;
}

.global_menu .parent:hover {
    background: rgba(166,126,183,.1);
}

.global_menu a img {
    max-width: 90%;
}

.global_menu > ul >li {
    width: 226px;
}

.global_menu li.logo a {
    padding: 0;
}

.global_menu a {
	/* 各項目のスタイル */
	display: block;
	color: #525263;
}

.child_menu > li > a {
	/* 子項目のスタイル */
	display: block;  
}

.global_menu .child_menu {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 50%;
	color: #333;
	background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;/*表示の変化を0.3秒に指定*/
    display: flex;  
    justify-content: flex-start;
    width: 1130px; 
    max-width: 100%; 
    margin: 0 auto; 
    transform: translate(0px, -5050px);
    transform:translateX(-50%);
    margin-top: 1px;
}

.global_menu .child_menu >li {
    width: 21%;
    text-align: left;   
    font-weight: 500;  
    margin: 2%; 
}

.global_menu .child_menu > li a {
    border-bottom: 1px solid #A67EB7;
    padding: 7px 0;
    width: 100%;
    display: block;
}

.menu:hover .child_menu {
	visibility: visible;/*Gナビメニューにホバーしたら表示*/
    opacity: 1;/*不透明度1*/
}

.child_menu a:hover {
	color: #333;
}

#RelatedProduct-product_area::before{
    content:'関連商品';
    font-weight: bold;
    font-size: 2rem;
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    padding:.5em;
    margin: 2em 0 1em;
    display: block;
}

.ec-headerTitle img {
    max-width: 220px;
}

.ec-headerNaviRole {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15.5px;
    padding-bottom: 15.5px;
    border-bottom: 1px solid #A67EB7;
    font-size: 1.2rem;
}

.p-header__info-emphasis {
    color: #c73e3a;
    font-size: inherit;
    font-style: normal;
}

.ec-headerNav .ec-headerNav__item {
    font-size: 1.2rem;
}

.ec-headerNav .ec-headerNav__itemLink {
    font-size: 1.2rem;
    line-height: 18px;
    letter-spacing: .07em;
}

.ec-headerNav .ec-headerNav__itemIcon {
    font-size: 1.5rem;
    color: #A67EB7;
}

.ec-cartNavi {
    margin-left: 10px;
}

/* メインコンテンツ外枠の横幅固定を外す */
.ec-layoutRole .ec-layoutRole__contents, .ec-headerNaviRole, .ec-footerRole, .ec-headerRole {
    max-width: none; /* 1150px; */
}

/* スライドショーの横幅固定を外す */
.ec-sliderRole{
   max-width: none; /* 1130px; */
   padding-left: 0; /* 20px; */
   padding-right: 0; /* 20px; */
}

.u-list-sanitize {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

.u-list-sanitize li {
    list-style: none
}

.u-dl-sanitize {
    margin-top: 0;
    margin-bottom: 0
}

.u-dl-sanitize dd {
    margin-left: 0
}

.p-privacy {
    margin-top: 3.2em;
    margin-bottom: 4.8em
}

.p-privacy__heading {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.p-privacy__contents {
    width: 100%;
    max-width: 1090px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 2.4em;
    margin-bottom: 1.6em
}

.p-privacy__description {
    margin-top: 1.6em
}

.p-privacy__content-inner {
    width: 100%;
    max-width: 1090px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.4em;
    margin-bottom: 1.6em
}

.p-privacy__parts {
    padding: 10px 0
}

.p-privacy__parts-label-text {
    font-size: 1.9rem;
    line-height: 1.54;
    margin-top: 1.54em;
    margin-bottom: 1.54em
}

.p-privacy__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px
}

.p-privacy__box-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 10px 0;
    margin: 0 10px
}

.p-privacy__notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.p-privacy__notes:before {
    content: "※"
}

.p-privacy__actions {
    margin-top: 2.4em;
    margin-bottom: 1.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.p-privacy__actions-item {
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* Instagram */
#insta ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 100px 100px;
    justify-content: center;
}
#insta li {
    list-style: none;
    width: 20%;
    padding-right: 1px;
    padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
    #insta {
        margin-bottom: 50px;
    }
    #insta ul {
        padding: 0;
    }
    #insta li {
        list-style: none;
        width: 33%;
    }
    #insta li:nth-child(n+10){   /* スマホ時の表示件数指定 */
        display:none;
    }
}

#insta img {
    max-width: 100%;
    height: auto;
    display: block;
}
#insta li a {
    position: relative;
    display: block;
}
#insta li a .like {
    display: none !important;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6em;
    color: #fff;
    opacity: 0.9;
    text-shadow: 0 0 7px #000;
}
#insta li a .like i {
    font-size: 0.8em;
}
#insta li a .like i:before {
    margin-right: 0.2em;
}
#insta h1 {
    text-align: center;
    font-size: 30px;
    font-weight:bold;
    padding: 30px;
    color:#333;
}