/*--------------------------------------------------
    TOPページフィーチャー 
----------------------------------------------------*/

#top-feature {
          display: flex;
          flex-wrap: wrap;
          margin: 10px auto 20px auto;
          text-align: center;
}
.topics-column {
            flex: 1;
            min-width: 200px; /* カラムの最小幅を設定 */
            padding: 0px;
            border: 1px solid #fff;
            border-radius: 5px;
            background-color: #f9f9f9;
}

#top-feature img {
          margin: 20px auto 0px auto;
          width:90%;
}

#top-feature div.ft-title {
          width: 90%;
	color: #333;
	margin:10px auto;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-decoration: none;
	letter-spacing: 0px;/* 字間 */
	font-feature-settings : "pwid" 1;/* 自動カーニング */
}
#top-feature p {
          width: 90%;
	color: #333;
	margin:10px auto 20px auto;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.7em;
	text-decoration: none;
          text-align: left;
	text-align: justify;/* 両端揃え */
}

/*- フィーチャーボタンリンク -*/
.feature_link {
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', 'YuGothic Medium', meiryo, sans-serif;
	font-size: 12px;
	font-weight:  600;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	line-height: 1em;
	outline: none;
	padding: 10px 16px 9px 16px;
	margin: 0px 5px 40px 5px;
	background-color: #000;
	border-radius: 20px;
}
.feature_link::before,
.feature_link::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.feature_link,
.feature_link::before,
.feature_link::after {
	color: #fff !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.feature_link:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #666;
}

/* TOPバナー */
.toppage-bnr {
          margin: 8px auto 24px auto;
          width: 100%;
}

/*--------------------------------------------------
    TOPページ一言ニュース
----------------------------------------------------*/

.info-sticker {
          width: 100%;
	margin: 0px auto 60px auto;
	padding: 20px 0px 18px 0px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', 'YuGothic Medium', meiryo, sans-serif;
	font-size: 14px;
          color: #000;
	font-weight:  600;
	text-decoration: none;
          text-align: center;
          vertical-align: middle;
	outline: none;
	background-color: #ffdf01;
}

.info-sticker a {
          color:#000;
}

.dli-arrow-right {
          display: inline-block;
          vertical-align: middle;
          color: #000;
          line-height: 1;
          position: relative;
          width: 1.5em;
          height: 0.1em;
          background: currentColor;
          padding-bottom: 2px;
          margin-bottom: 2px;
}

.dli-arrow-right::before {
          content: '';
          width: 1em;
          height: 1em;
          border: 0.1em solid currentColor;
          border-left: 0;
          border-bottom: 0;
          transform: rotate(45deg);
          transform-origin: top right;
          position: absolute;
          top: 50%;
          right: -0.05em;
          box-sizing: border-box;
          margin-bottom: 2px;
}

/*--------------------------------------------------
    TOPページ クレジットカードのご利用について
----------------------------------------------------*/
.shop-notice {
          width: 680px;
	margin: 0px auto 60px auto;
	padding: 20px 40px;
	font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic Medium', 'YuGothic Medium', meiryo, sans-serif;
	text-decoration: none;
          vertical-align: middle;
	outline: none;
	background-color: #f9f9f9;
          border-solid: 1px #eee;
}

.notice-title {
	margin: 0px auto 16px auto;
	font-size: 16px;
         color:  #a40000;
	font-weight: 600;
          text-align: center;
}

.shop-notice p {
	font-size: 12px;
          color:  #333;
	font-weight:  300;
          line-height: 1.8em;
          text-align: left;
}