@charset "utf-8";


/*-------------------------------------------------------------------------
ハマナさんより修正分
-------------------------------------------------------------------------*/
.breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 20px;
    margin-top: -10px;
}
@media screen and (max-width: 1000px) {
	.breadcrumbs {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
	}
}

.breadcrumbs-list {
    display: flex;
    overflow-x: scroll;
    white-space: nowrap;
    scrollbar-width: none;
    list-style: none;
	padding-left: initial;
}




/*-------------------------------------------------------------------------
共通パーツ
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ヘッダー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
header .header_ttl {
	margin: 0;
	padding: 0;
}
header .header_ttl a {
	display: block
}
.header-heading .header_ttl {
	font-size: 12px;
	font-weight: normal;
	color: #707070;
	margin: 0 auto 0 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer .copyright a{
	color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■サイドメニュー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
aside .nav_ttl {
	padding: 14px 10px;
	font-weight: bold;
	color: #fff;
	background-color: #A5A5A5;
	margin: 0;
}
aside .nav_ttl.red {
	background-color: #FD4D4D;
}
aside .nav_ttl.green {
	background-color: #1C8B6A !important;
}
@media screen and (max-width: 1000px) {
	aside .nav_ttl.sp-toggle {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #A5A5A5;
	}
	aside .nav_ttl.open {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #A5A5A5;
	}
	aside .nav_ttl.sp-toggle + * {
		display: none;
	}
}

aside .categories dt h4{
	font-weight: normal;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■フッター
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
footer .global .footer_ttl {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
	footer .global .footer_ttl {
		line-height: 1.45;
		margin-bottom: 20px;
	}
}


footer .footer_ttl02 {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 30px 0;
}
@media only screen and (max-width: 767px) {
	footer .footer_ttl02 {
		font-size: 20px;
		margin-bottom: 15px;
	}
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■他
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.marker01{
	background-color:#FFCC00;
}

.notice dt .dt_ttl_notice{
	color: #FD4D4D;
	text-align: left;
	margin: 0;
	font-size: 100%;
}
.notice dt.green .dt_ttl_notice{
	color: #1C8B6A;
}
.notice dt .dt_ttl_notice.green {
	margin: 15px 0 20px 0;
	padding: 0;
	font-weight: bold;
	color: #1c8b6a;
	font-size: 20px;
	text-align: center;
}

ul.txt_link_list li a{
	font-size: 105%;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■見出し
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*---------------------------
ttl_border
---------------------------*/
article .ttl_border{
	font-size: 28px;
	font-weight: bold;
	color: #1C8B6A;
	margin: 0 0 30px 0;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #1C8B6A;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	article .ttl_border {
		font-size: 20px;
		margin-bottom: 30px;
	}
}

/*---------------------------
ttl_border02 - article h4.border
---------------------------*/
article .ttl_border02 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 35px 0 25px 0;
	margin: 0 0 25px 0;
	padding: 12px 0px 10px 10px;
	border-bottom: 2px solid #e6e6e6;
	background-color: #f6f6f6;
	line-height: 1.4;
}


/*---------------------------
ttl_band
---------------------------*/
article .ttl_band {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 0 0 20px 0 !important;
	padding: 15px;
	background: #1C8B6A;
	justify-content: flex-start;
}
article .ttl_band b.pc {
	margin-right: 20px;
}
article .ttl_band .small_txt {
	font-size: 15px;
	color: #fff;
	width: 100%;
	padding-top: 5px;
	margin-bottom: 0;
	line-height: 1.3;
}
@media only screen and (max-width: 767px) {
	article .ttl_band {
		font-size: 18px;
	}
	article .ttl_band .small_txt {
		font-size: 11.5px;
		padding-top: 3px;
	}
	article .ttl_band.sp-toggle {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_band.open {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_band.sp-toggle + div {
		display: none;
	}
}
/*灰色*/
article .ttl_band.c_gray{
	background: #A5A5A5;
}

/*アコーディオン形式*/
article .ttl_band.toggle_bar {
	position: relative;
	margin-bottom: 5px;
}
article .ttl_band.toggle_bar:before, article .ttl_band.toggle_bar:after {
	content: '';
	display: block;
	position: absolute;
	background-color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}
article .ttl_band.toggle_bar:before {
	height: 3px;
	width: 15px;
	top: 27px;
	top: calc(50% - 1px);
	right: 20px;
}
article .ttl_band.toggle_bar:after {
	height: 15px;
	width: 3px;
	top: 21px;
	top: calc(50% - 7px);
	right: 26px;
}
article .ttl_band.toggle_bar.open:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
article .ttl_band.toggle_bar:hover {
	cursor: pointer;
	opacity: 0.8;
}



/*---------------------------
ttl_section - article h3
---------------------------*/
article .ttl_section {
	font-size: 18px;
	font-weight: bold;
	line-height: 1.45;
	margin: 0 0 10px 0 ;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
article .ttl_section small {
	font-size: 15px;
	font-weight: normal;
	color: #FD4D4D;
	margin: 0 auto 0 25px;
}
article .ttl_section span {
	font-size: 20px;
	font-weight: bold;
	color: #FD4D4D;
}
article .ttl_section a {
	font-size: 15px;
	font-weight: normal;
	color: #000;
	background: url(https://www.inkart.jp/assets/img/article_icon_arrow-right_red.png) no-repeat left center;
	padding-left: 15px;
}
article .ttl_section.space-between {
	justify-content: space-between;
}
article .ttl_section select {
	margin-left: 90px;
}
article .ttl_section.green {
	color: #1C8B6A;
}
article .ttl_section.band {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	margin: 0 0 20px 0 !important;
	padding: 15px;
	background: #1C8B6A;
	justify-content: flex-start;
}
article .ttl_section.band b.pc {
	margin-right: 20px;
}
@media only screen and (max-width: 767px) {
	article .ttl_section {
		font-size: 18px;
		margin-bottom: 20px;
	}
	article .ttl_section.band {
		font-size: 18px;
	}
	article .ttl_section.band.sp-toggle {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_plus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_section.band.open {
		background: url(https://www.inkart.jp/assets/img/sidebar_icon_minus.png) no-repeat right 12px center #1C8B6A;
	}
	article .ttl_section.band.sp-toggle + div {
		display: none;
	}
	article .ttl_section small {
		width: 100%;
		font-size: 13px;
		margin: 0;
	}
}

/*---------------------------
ttl01 - article h4
---------------------------*/
article .ttl01 {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
}
article .ttl01.green {
	color: #1C8B6A;
	line-height: 1.4;
}
article .ttl01.red {
	color: #FD4D4D;
}
@media only screen and (max-width: 767px) {
	article .ttl01 {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

/*---------------------------
app_ttl
---------------------------*/
article .app_ttl {
	min-height: 58px;
	box-sizing: border-box;
	background: #eee;
	padding: 8px;
	display: flex;
	align-items: center;
	line-height: 1.2;
	margin: 0 0 20px;
}
article .app_ttl .ico {
}
article .app_ttl .ico img {
	width: auto;
	height: 42px;
}
article .app_ttl .ico + .txt{
	width: calc(100% - 42px);
}
article .ttl_office .ico + .txt{
	width: calc(100% - 137px);
}
article .app_ttl .txt {
	padding-left: 15px;
	box-sizing: border-box;
	color: #686868;
	font-size: 26px;
	font-weight: normal;
}
@media only screen and (max-width: 767px) {
	article .app_ttl {
		min-height: 44px;
		padding: 5px;
	}
	article .app_ttl .ico img{
		height: 34px;
	}
	article .app_ttl .ico + .txt{
		width: calc(100% - 34px);
	}
	article .ttl_office .ico + .txt{
		width: calc(100% - 112px);
		padding-left: 10px;
	}
	article .app_ttl .txt {
		font-size: 22px;
	}
}

/*---------------------------
hd_parent
---------------------------*/
article .hd_parent{
	font-weight: bold;
	font-size: 125%;
	margin-bottom: 10px;
}


/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■ボタン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.submit.tar{
	justify-content: flex-end;
}



/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■バナー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.bnr_lineup *,
ul.bnr_novelty *{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
ul.bnr_lineup a,
ul.bnr_novelty a{
	transition: .5s;
}
ul.bnr_lineup a:hover,
ul.bnr_novelty a:hover{
	opacity: 0.75;
	text-decoration: none;
	img{
		opacity: 1;
	}
}
ul.bnr_lineup,
ul.bnr_novelty{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}
ul.bnr_lineup .bnr_wrap,
ul.bnr_novelty .bnr_wrap{
	color: #000;
	line-height: 1;
}
ul.bnr_lineup img,
ul.bnr_novelty img{
	max-width: 100%;
	height: auto;
}

/*---------------------------
商品一覧
---------------------------*/
ul.bnr_lineup{
	margin-bottom: -20px;
}
ul.bnr_lineup:after{
	content: "";
	display: block;
	width: 32.6%;
}
ul.bnr_lineup li{
	width: 32.6%;
	margin-bottom: 20px;
	border: 2px solid #E2E2E2;
	background: #f6f6f6;
}
@media only screen and (max-width: 767px) {
	ul.bnr_lineup li{
		width: 100%;
		background: #fff;
	}
}

@media only screen and (max-width: 767px) {
	ul.bnr_lineup:after{
		content: none;
	}
	ul.bnr_lineup .bnr_wrap{
		display: flex;
	}
	ul.bnr_lineup a{
		background: url(../img/article_icon_arrow-right_red.png) no-repeat right 8px center;
	}
}

ul.bnr_lineup .ttl.pc{
	background: #000;
	text-align: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
	ul.bnr_lineup .ttl.pc{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_lineup .ttl.sp{
		font-weight: 700;
		color: #1C8B6A;
		font-size: 18px;
		line-height: 1.2;
		margin-bottom: 4px;
	}
}

ul.bnr_lineup .img_area{
	position: relative;
	.sub{
		position: absolute;
		left: 10px;
		bottom: 10px;
		span{
			display: inline-block;
			line-height: 1.1;
			background: #fc4e4d;
			color: #fff;
			font-weight: 700;
			font-size: 15px;
			padding: 5px 10px;
			border-radius: 50px;
		}
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_lineup .img_area{
		width: 35.4%;
		.sub{
			left: 0;
			text-align: center;
			width: 100%;
			padding: 0 5px;
			bottom: 5px;
		}
	}
}

ul.bnr_lineup .txt_area{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 10px 5px 10px;
	.txt {
		font-size: 13px;
		line-height: 1.4;
		padding-right: 5px;
	}
	.price {
		white-space: nowrap;
		color: #fc4e4d;
		font-weight: 700;
		font-size: 18px; 
		line-height: 1;
		span {
			font-size: 38px; 
			padding: 0 3px;
		}
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_lineup .txt_area{
		width: 64.6%;
		flex-direction: column;
		justify-content: center;
		align-items: flex-start;
		padding: 8px 15px 8px 10px;
		.txt {
			padding-right: 0;
			margin-bottom: 5px;
			br{
				display: none;
			}
		}
	}
}



/*---------------------------
ノベルティ
---------------------------*/
ul.bnr_novelty li{
	width: calc(50% - 10px);
	margin-bottom: 20px;
	min-height: 130px;
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty li{
		width: 100%;
		min-height: inherit;
	}
}
ul.bnr_novelty .bnr_wrap{
	display: flex;
	align-items: center;
	border: 4px solid #000;
	font-weight: 700;
	position: relative;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .bnr_wrap{
		border-width: 3px;
		height: auto;
	}
}

ul.bnr_novelty .bnr_wrap .arrow{
	position: absolute;
	left: -4px;
	top: -4px;
	width: 30px;
	height: 30px;
	background: #000;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .bnr_wrap .arrow{
		width: 26px;
		height: 26px;
		left: -3px;
		top: -3px;
	}
}

ul.bnr_novelty .txt_area{
	width: 53.5%;
	padding: 5px 5px 5px 18px;
	.txt{
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 8px;
	}
	.ttl{
		font-size: 27px;
		line-height: 1.1;
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .txt_area{
		width: 100%;
		padding-left: 15px;
		.txt{
			font-size: 14px;
		}
		.ttl{
			font-size: 25px;
		}
	}
}
ul.bnr_novelty .img_area{
	width: 46.5%;
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	height: 100%;
	.sub{
		display: inline-block;
		min-width: 160px;
		padding: 5px 8px;
		border-radius: 50px;
		font-size: 15px;
		color: #fff;
		background: #000;
		position: absolute;
		bottom: 5px;
		right: 2px;
		span{
			color: #fee502;
		}
	}
}
@media only screen and (max-width: 767px) {
	ul.bnr_novelty .img_area{
		width: 100%;
		.sub{
			min-width: 130px;
			font-size: 13px;
		}
	}
}



/*-------------------------------------------------------------------------
商品詳細
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■kv
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.kv .kv_catch {
	margin: 0 0 10px 0;
	padding: 0 0 5px;
	font-size: 20px;
}
.kv ul.icon_list{
	clear: both;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.kv ul.icon_list li{
	margin: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
	.kv ul.icon_list{
		margin-bottom: 50px;
	}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article #order .ttl_band{
	background-color: #FD4D4D;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■order
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
article .how_to .ttl01{
	margin-bottom: -10px;
}
@media only screen and (max-width: 767px) {
	article .how_to .ttl01{
		margin-top: 5px;
		margin-bottom: 3px;
	}
}



/*-------------------------------------------------------------------------
ブログ
-------------------------------------------------------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■一覧
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bloglist li .title{
	margin: 0;
	padding: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■詳細
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.entry .ttl_article01{
	font-size: 180%;
	line-height: 1.4;
}
.entry .ttl_article02{
	font-size: 20px;
	font-weight: bold;
	color: #FD4D4D;
}



/*-------------------------------------------------------------------------
よくある質問
-------------------------------------------------------------------------*/
.faq_box .ttl_band{
	line-height: 1.4;
	margin-bottom: 10px !important;
}

