@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*-- sample --*/

/*----------------------------------------------*/

/*                   トップページ                 */

/*----------------------------------------------*/

/*--------------メイン--------------*/

main {
    margin: 0 0 20px;
}

@media screen and ( min-width: 767px) {
    main {
        margin: 20px 0;
    }
}

/*--------------EC ヒーロー部分--------------*/

#echero-carousel {
	width: 100%;
	margin-bottom: 60px;
}
.carousel img {
  display: block;
  height: 360px;
}
@media (min-width: 767px) {
    .carousel img {
        max-height: 360px;
    }
}


.carousel a {
  transition: 0;
}


/*--------------Magazine ヒーロー部分--------------*/
/*---カルーセル---*/
.hero .carousel {
    max-width: 767px;
    margin: 0;
}
.hero .carousel-indicators {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    left: auto;
}
.hero .carousel-indicators li {
    border-radius: 50%;
    margin: 1px 5px;
    height: 8px;
    width: 8px;
}
.carousel-inner .carousel-item img {
    width: 100%;
}
.hero-img {
    padding: 0;
}
.hero-text {
    margin-top: 20px;
}

@media (min-width: 767px) {
    .hero .carousel {
        max-width: 500px;
        margin: 0;
        height: 100%;
    }

    .carousel-inner .carousel-item img {
        max-height: 359px;
    }
}
/*---カルーセル右側---*/

.hero-title {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-weight: bold;
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 0.2em;
    color: #000000;
    padding-top: 1px;
    margin-bottom: 0;
}

.hero-desc {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #3E3A39;
    padding: 15px 0;
}

/*---ボタン---*/
.button {
    max-width: 360px;
    height: 60px;
    border: 1px solid #DC007F;
}
.button-link {
    height: 100%;
    font-size: 17px;
    letter-spacing: 0.85px;
    color: #DC007F;
    font-weight: 500;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    background-color: #fff;
    position: relative;
}
.button-link:hover {
    color: #DC007F;
}
.button-link img {
    height: 11px;
    position: absolute;
    right: 30px;
    width: auto;
    display: inline-block;
}

/*--------------EC バナー部分--------------*/
ul.mainbana {
 display:grid;
 grid-gap: 0.8rem;
 grid-template-columns: 1fr 1fr 1fr 1fr;
 margin-bottom: 60px;
}
.la_1 {grid-row: 1 / span 2;}
.la_1 {grid-column: 1 / span 2;}
.la_3 {grid-column: 3 / span 2;}
ul.mainbana li img {
  outline: 1px solid #000;
  outline-offset: 3px;
}
ul.mainbana li img.red {
  outline: 1px solid #b22222;
}

@media screen and (max-width: 767px) {
	ul.mainbana {
	display:grid;
	grid-gap: 0.8rem;
 	grid-template-columns: 1fr 1fr;
	}
	.la_1 {grid-row: auto;}
	.la_1 {grid-column: auto;}
	.la_3 {grid-column: 1 / span 2;}
	ul.mainbana li img {
	 	width: 100%;
	}	
}

/*--------------お知らせリスト--------------*/

ul.information {
    margin-bottom: 40px;
}
ul.information li {
    font-size: 12px;
    color: #000;
    padding: 10px;
    border-bottom: 1px solid #CCCCCC;
}

/*--------------ECバナー--------------*/
ul.ec-bana-box {
	width: 1066px;
}
@media screen and (max-width: 767px) {
	ul.ec-bana-box { width: 100%; }
}
ul.ec-bana-box li { display: inline-block; vertical-align: bottom; }
@media screen and (max-width: 767px) {
	ul.ec-bana-box li { display: block; margin-bottom: 30px;}
}
ul.ec-bana-box li.ec-box-01 {
	width: 210px;
}
@media screen and (max-width: 767px) {
	ul.ec-bana-box li.ec-box-01 { display: none;}
	ul.ec-bana-box li.ec-box-02 { display: none;}
	ul.ec-bana-box li.ec-box-03 { display: none;}
}
ul.ec-bana-box li.ec-box-02 {
	width: 220px;
}
ul.ec-bana-box li.ec-box-03 {
	width: 220px;
}

ul.ec-bana-box-lower li { display: block; margin-bottom: 10px; }
@media screen and (max-width: 767px) {
	ul.ec-bana-box-lower li { text-align: center; margin-bottom: 20px; }
}

ul.ec-bana-box-lower li img {
  outline: 1px solid #666;
  outline-offset: 3px;
}
ul.ec-bana-box-lower li img.fb { outline: 1px solid #305097;}
/*--------------記事リスト--------------*/

.article-list {
    padding-top: 34px;
}

.article-list li {
    padding: 0;
}

article {
    padding: 10px 0;
}

.article-thumb img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.article-text {
    padding: 10px 8px 15px;
}

.article-text * {
    font-weight: 300;
    line-height: 1.75;
    letter-spacing: 0.05em;
}

.article-title {
    font-size: 14px;
    color: #000000;
}

.article-desc {
    font-size: 10px;
    color: #727171;
}
.article-price {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}


@media screen and ( min-width: 767px) {

    .article-list li {
        padding: 0 12px;
    }

    .article-text {
        padding: 20px 0;
    }


    .article-list li:nth-child(4n-3) {
        padding-left: 15px
    }

    .article-list li:nth-child(4n) {
        padding-right: 15px
    }
}


/*--------------ページネーション--------------*/

.pagenation {
    text-align: center;
}

.page {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
    font-weight: bold;
    font-size: 16px;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.page.current {
    border-radius: 12px;
    background-color: #DC007F;
    color: #fff;
}

.page a {
    color: #DC007F;
}



/*---プロダクト---*/

.products-title {
    margin: 100px 0;
}

.products-title img {
    width: 100%;
}

/*----------------------------------------------*/

/*                   記事ページ                   */

/*----------------------------------------------*/

/*--------------パンくず--------------*/

.breadlist {
    height: 26px;
    margin-bottom: 10px;
}

.breadlist {
    overflow-x: auto;
    white-space: nowrap;
}

.breadlist li {
    font-size: 12px;
    margin-right: 10px;
    display: inline-block;
}

.breadlist li:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(https://walldecorationstore.jp/contents/image/icon_prev.png);
    background-size: contain;
    vertical-align: baseline;
}

.breadlist li a {
    margin-left: 10px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.1em;
}


/*--------------メイン--------------*/

.article-wrapper {
}


/*---トップ画像---*/

.top-img img {
}

/*---EC メイン部分---*/


/* ECトップタイトル */
h2.main-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 30px;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}
h2.main-title:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: black;
	border-radius: 1px;
}


h2.contents-title {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 30px;
	position: relative;
	display: inline-block;
}
h2.contents-title:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: black;
	border-radius: 1px;
}

/*---コンテンツエリア---*/

dl.contents-dl{}
dl.contents-dl dt{
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
dl.contents-dl dt:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 120px;
	height: 1px;
	background-color: black;
	border-radius: 1px;
}

dl.contents-dl dd {
    margin-bottom:  30px;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1em;	
} 


/*---記事メイン部分---*/

.article-main {
}

.article-main h1 {
    margin-top: 25px;
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.75;
}

.article-main p {
    padding-bottom: 30px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.75;
    color: #595757;
    display: block;
}

.article-main ul, .article-main ol {
  padding: 0.5em 0.5em 0.5em 2em;/*ボックス内の余白*/
  border-left: solid 5px gray;/*線の種類 太さ 色*/
  margin-bottom: 30px;
}

.article-main ul li, .article-main ol li {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.75;
    color: #595757;
}

.article-main .point {
    width: 95%;
    margin: 0 auto;
    padding: 30px;
    background: #f5f5f5;
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.article-main .point p {
    padding-bottom: 0;
}

.article-main h2,
.article-list h2 {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.75;
    padding-bottom: 15px;
    border-bottom: 1px solid #231815;
    margin-bottom: 30px;
}

.article-main img {
    max-width: 100%;
    height: auto;
}

.article-contents-img {
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.article-contents-img figcaption {
    color: #CDCDCD;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.75;  
}

.article-main strong {
    font-weight: 600;
}

@media screen and (max-width: 767px) {

    .article-main h2 {
        padding-top: 40px;
    }

    .top-img {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw;
    }

}


@media screen and (min-width: 767px) {
    .hero-img {
        padding: 0 15px;
    }

    .hero-text {
        margin-top: 0px;
    }

}


/*---ペイント紹介部分---*/

.article-paint {
    height: 115px;
    background: #fffafa;
    border: 1px solid #ffc0cb;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.article-paint-img {
    height: 100%;
    display: inline;
}

.article-paint img {
    height: 100%;
    display: inline;
    float: left;
}


.article-paint-text {
    margin-left: 75px;
    padding: 0 0 0 18px;
}

.article-paint-text h3 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-bottom: 0;
}


.article-paint-text span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.75;
}



@media screen and (max-width: 767px) {

    .article-paint {
        width: 100%;
	margin: 0 auto;
    }

}



@media screen and (min-width: 767px) {

    .article-paint {
        margin: 20px 0;
    }
    .article-paint-text {
        padding: 0 26px;
    }
}



/*---関連記事部分---*/

.article-related {
    background-color: rgba(214, 215, 215, 0.1);
    padding: 20px;
}

.article-related-img {
    height: 100%;
    float: left;
}

.article-related-img:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 99px;
    background-image: url(https://walldecorationstore.jp/contents/image/article_related_ttl.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: baseline;
}

.article-related-img img {
    height: 100%;
    margin-left: 10px;
    vertical-align: top;
}


.article-related-text {
    float: left;
    padding: 0;
}


.article-related-text h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    margin-bottom: 0;
}


.article-related-text span {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.05em;
    line-height: 1.75;
}



@media screen and (max-width: 767px) {

    .article-related {
        overflow: hidden;
    }

    .article-related-img {
        width: 100%;
    }


    .article-related-img img {
        max-height: 150px;
    }

    .article-related-text h3 {
        margin-top: 10px;
    }
}



@media screen and (min-width: 767px) {
    .article-related {
        height: 115px;
    }

    .article-related-text {
        padding: 0 26px;
    }

    .article-related-img:before {
        width: 23px;
        height: 66px;
    }
}


/*---関連記事部分---*/

.article-matome {
    background: #f5f5f5;
    padding: 30px;
    margin-bottom: 30px;
   border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.article-archive p {
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2em;
    line-height: 1.75;
    display: block;
}


/*--------------サイド--------------*/

.side-wrapper h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.75;
    position: relative;
    display: inline-block;
    padding-left: 110px;
}

.side-wrapper h4:before {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: black;
    left: 0;
}

/*---サイド紹介部分---*/

.side-about p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.75;
    color: #DE007F;
    margin-bottom: 20px;
}

.side-about img {
    width: 100%;
    margin-bottom: 20px;
}

.side-sns {
    height: 27px;
}

.side-sns a {
    float: left;
    margin-left: 7px;
}

.side-sns img {
    width: 25px;
}

.side-sns:after {
    clear: both;
}


/*---サイド記事一覧部分---*/

.side-article-list li a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.75;
    margin-left: 10px;
}



.side-article-list li:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 6px;
    background-image: url(https://walldecorationstore.jp/contents/image/article_side_listicon.png);
    background-size: contain;
    vertical-align: middle;
}

/*---ランキング---*/

.side-ranking .article-thumb {
    position: relative;
}


.ranking-num {
    border-radius: 12px;
    background-color: #DC007F;
    color: #fff;
    width: 24px;
    height: 24px;
    font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic";
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 5px;
    left: 5px;
}


@media screen and (max-width: 767px) {

    .side-wrapper h4:before {
        width: 150px;
    }


    .side-wrapper h4 {
        padding-left: 160px;
        font-size: 14px;
    }

    .side-article-list li a {
        font-size: 12px;
    }

    .side-article-list {
        margin-bottom: 30px;
    }
}



/*--------------通販紹介部分--------------*/

.article-bottom {
    margin-top: 200px;
    padding: 20px;
    width: 780px;
    height: 178px;
    border: 1px solid #DE007F;
}

.article-bottom-img,
.article-bottom-content {
    float: left;
}

.article-bottom-content {
    margin-left: 20px;
}

.article-bottom-img,
.article-bottom-img img {
    height: 100%;

}

.article-bottom-content h3 {
    margin-bottom: 4px;
    line-height: 0;
}

.article-bottom-content h3 img {
    width: 452px;
}


.article-bottom-content p {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.1em;
    color: #AFAFB0;
    margin-bottom: 4px;
}

.article-bottom-content img {
    width: 235px;
}


.article-bottom-content div img:nth-of-type(2) {
    margin-left: 10px;
}


@media screen and (max-width: 767px) {
    .article-bottom {
        margin-top: 50px;
        width: 100%;
        padding: 5px;
        height: 154px;
    }

    .article-bottom-content {
        margin: 0;
    }


    .article-bottom-content p {
        font-size: 8px;
    }


    .article-bottom-content h3 img {
        padding-top: 5px;
        width: 100%;
    }


    .article-bottom-content div img {
        width: 49%;
        height: 70px;
        object-fit: cover;
    }

    .article-bottom-content div img:nth-of-type(2) {
        margin-left: 0;
    }


}


/*--------------ページャ--------------*/

.pager {
    font-size: 16px;
    letter-spacing: 0.2em;
    font-weight: bold;
    color: #DE007F;
    position: relative;
}


.pager-next {
    position: absolute;
    right: 0;
}

.pager-prev:before {
    margin-right: 7px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(https://walldecorationstore.jp/contents/image/icon_prev.png);
    background-size: contain;
    vertical-align: baseline;
}

.pager-next:after {
    margin-left: 5px;
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-image: url(https://walldecorationstore.jp/contents/image/icon_next.png);
    background-size: contain;
    vertical-align: baseline;
}
* {
    margin: 0px;
    padding: 0px;
}

a {
    color: #000;
}

a:link {
    text-decoration: none;

}

p {
    margin-bottom:  30px;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: 0.1em;
}


ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

th.marks { background: none;}