@charset "utf-8";


/*----------------------------------------------
	common_pcから引用
------------------------------------------------*/
.inner {
    width: 992px;
    margin: 0 auto;
}

/*----------------------------------------------
	メインビジュアル
------------------------------------------------*/
#mainvisual {
	width: 100%;
	height: 300px;
	text-align: center;
    background: url("../images/bg-main.jpg") no-repeat top center / 100%;
    padding-top: 120px;
}
#mainvisual .title {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    background-color: #fff;
    padding: 20px 40px;
    border-radius: 15px;
}

/*------------------------------------------------
導入
--------------------------------------------------*/
#lead {
    padding: 50px 0;
}
#lead h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#lead h2 span {
    font-size: 36px;
    line-height: 1.5em;
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}
#lead .shop-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 50px;
}
#lead .shop-box img {
    width: 540px;
	margin-right: 30px;
}
#lead .shop-box p {
}
#lead .shop-box .sns {
    color: #d65d6b;
    font-weight: bold;
}
#lead .link-online {
    width: 100%;
    background-color: #bdd414;
    padding: 5px;
}
#lead .link-online a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
#lead .link-online p {
    width: 100%;
    padding: 0 20px;
    font-weight: bold;
}
#lead .link-online img {
    width: 550px;
}

/*------------------------------------------------
商品紹介
--------------------------------------------------*/
#item {
    padding: 70px 0;
    background-color: #edf7ff;
}
#item h2 {
    text-align: center;
    font-size: 24px;
    line-height: 1.6em;
    font-weight: bold;
    margin-bottom: 30px;
}
#item .item-list {
}
#item .item-list li {
    margin-bottom: 7vw
}
#item .item-list li img {
    width: 100%;
    margin-bottom: 2vw;
}
#item .item-list li h3 {
    font-size: 4.8vw;
    font-weight: bold;
    color: #71a0cb;
    margin-bottom: 1vw;
}
#item .item-list li p {
    font-size: 3.4vw;
    line-height: 1.5em;
}
#item .item-text {
    background-color: #fff;
    padding: 2vw;
    border: solid 1px #adcfe9;
}


/*------------------------------------------------
おすすめ商品
--------------------------------------------------*/
#reco-item {
    background: #d4f5ea url("../images/reco-item-bg-pc.png") no-repeat top center;
    padding: 110px 0 70px;
}
#reco-item h2 {
    text-align: center;
    margin-bottom: 30px;
}
#reco-item .text {
    width: 830px;
    margin: 0 auto 40px;
    font-size: 16px;
    line-height: 1.6em;
}
#reco-item .item-list {
    background-color: #fff;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}
#reco-item .item-list li {
    width: 17%;
}
#reco-item .item-list li img {
    width: 100%;
    vertical-align: bottom;
    margin-bottom: 10px;
}
#reco-item .item-list li h3 {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: bold;
    margin-bottom: 5px;
}
#reco-item .item-list li p {
    font-size: 14px;
    line-height: 1.4em;
}

/*------------------------------------------------
取り扱いブランド
--------------------------------------------------*/
#brand {
    background-color: #fbf5ee;
    padding: 70px 0;
}
#brand h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}
#brand h2 span {
    font-size: 40px;
    line-height: 1.5em;
    font-family: 'Futura-Bold','Open Sans', sans-serif;
    display: block;
    margin-bottom: 10px;
}
#brand .brand-list {
    display: flex;
    flex-wrap: wrap;    
}
#brand .brand-list li {
    width: 180px;
    background-color: #fff;
    margin-right: 23px;
    margin-bottom: 23px;
    padding: 10px;
}
#brand .brand-list li:nth-child(5n) {
    margin-right: 0;
}
#brand .brand-list li img {
    width: 100%;
    margin-bottom: 15px;
}
#brand .brand-list li p {
    text-align: center;
	font-weight: normal;
	font-size: 1em;
}