@charset "utf-8";
/*
Theme Name: pajolis
Theme URI:
Description:
Version:
Author:
Author URI:
*/
/*------------ 基本＆共通部スタイル / base_pc.css ------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, ul, ol, li, dl, dt, dd, fieldset, form, label, legend, caption, tbody, tfoot, thead, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	list-style: none;
	box-sizing: border-box;
}
body {
	width: 100%;
	font-family: "Montserrat", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-feature-settings: "palt";
	line-height: 1.6;
	color: #202124;
	background-color: #FFF;
}

strong {
	font-weight: bold !important;
}
a {
	color: #202124;
	text-decoration: none;
}
a:hover {
	color: #4d5156;
	text-decoration: underline;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a img {
	border: 0;
}
hr {
	margin-bottom: 20px;
}
.clear:after {
	content: "";
	display: block;
	clear: both;
}
/*------------ 基本＆共通部スタイル / base_pc.css ------------*/
/***全体***/
.inner {
	width: 1400px;
	margin: 0 auto;
}
/*------------ ヘッダーNEW ------------*/
#header img {
	width: 100%;
}

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	background-color: #FFF;
}
#header .inner {
	padding-top: 20px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1.5fr ;
	place-content: center;
	place-items: center;
	gap: 10px;
}
/*商品をカテゴリから探すここから*/
.menu {
    /*position: relative;*/
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}
.menu > li {
    line-height: 50px;
}
.menu > li a {
    display: block;
}
.menu > li a:hover {
    color: #4d5156;
	text-decoration: underline;
	text-underline-offset: 8px;
}
ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}
ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}
ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}
.menu__second-level li {
    border-top: 1px solid #111;
}
.menu__third-level li {
    border-top: 1px solid #111;
}
/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 2px solid #222222;
    border-bottom: 2px solid #222222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.init-right::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}
.menu:after {
    clear: both;
}
.menu {
    *zoom: 1;
}
li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 89px;
    left: 0px;
    box-sizing: border-box;
    width: 100%;
    padding: 0 2em;
	border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
	background-color: #ffffff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__mega:hover ul.menu__second-level {
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    /*float: left;*/
    width: 32%;
    border: none;
}

li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0 1%;
}

.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 3em auto;
	padding: 0 0 3em 0;
	line-height: 40px;
	position: relative;
}
.cp_tab input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
display: block;
}
.cp_tab .cp_tabpanels {
	position: absolute;
	top:0;
	left: 15em;
	display: block;
	height: 280px;
}
.cp_tab > input + label {
	position: relative;
	z-index: 100;
	top: -15px;
	left: 1px;
	display: block;
	width: 15em;
	margin-bottom: -20px;
	margin-left: 5em;
	padding: 15px 30px 15px 0;
	text-align: right;
	cursor: pointer;
	/*border: 1px solid #cccccc;
	border-right: 0;
	border-radius: 6px 0 0 6px;*/
}
.cp_tab > input + label:last-of-type {
	margin-bottom: 20px;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	/*color: #0066cc;*/
	text-decoration: underline;
	text-underline-offset: 8px;
}
.cp_tab > input:checked + label {
	border-color: #cccccc;
	text-decoration: underline double;
	text-underline-offset: 8px;
}
.cp_tab .cp_tabpanel {
	padding: 0 2em 0.5em;
	margin-left: 5em;
	border-left: 1px solid #cccccc;
	min-height: 300px;
}
.cp_flex {
	max-width: 1400px;
	font-size: 1.5rem;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
.cp_flex .cp_text a{
	display: block;
}
.cp_text_end{
	line-height: 33px;
	font-size: 1.6rem;
}
/*
@media (max-width: 780px) {
	.cp_tab {
	width: 100%;
	}
	.cp_tab > input + label {
	font-size: 0.7em;
	}
	.cp_tab .cp_tabpanels {
	left: 7em;
	min-width: 7em;
	}
}*/
/*商品をカテゴリから探すここまで*/
/*検索窓cssここから*/
.search_container{
	box-sizing: border-box;
	position: relative;
	border: 1px solid #999;
	padding: 3px 10px;
	border-radius: 20px;
	height: 2.3em;
	overflow: hidden;
}
.search_container input[type="text"]{
	border: none;
	height: 2.0em;
}
.search_container input[type="text"]:focus {
	outline: 0;
}
.search_container input[type="submit"]{
	cursor: pointer;
	font-family: FontAwesome;
	font-size: 1.3em;
	border: none;
	background: none;
	color: #1f1f1f;
	position: absolute;
	width: 2.5em;
	height: 2.5em;
	right: 0;
	top: -7px;
	outline : none;
}
/*検索窓cssここまで*/
/*ログイン・ログアウト等のアイコン調節ここから*/
#header .gnav {
    transition:0.2s;
}
#header.add .gnav {/*アニメーション用*/
	margin-top:20px
}
#header .gnav {
	display: flex;
	column-gap: 10px;
	align-items: center;
	justify-content: flex-start;
}
/*ログイン・ログアウト等のアイコン調節ここまで*/
/*見出しのデザイン*/
.headline h2 {
	font-weight: bold;
	font-size: 26px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-bottom: 1px #222222 solid;
}
.headline h2 span {
	margin-left: 14px;
	font-size: 16px;
	color: #444444;
}
/*スライド*/
#slide {
	width: 100%;
	margin: 100px 0 60px;
}
/*ヘッダー調整*/
#wrapper {
	width: 1400px;
	margin: 0px auto 50px auto;
	overflow: hidden;
}
.ec_top_m {
  	width: 1400px;
	margin: 0px auto 50px auto;
	overflow: hidden;  
}
/*以下コンテンツ一覧*/
#all_contents .all_article {
	display: grid;
	grid-template-columns: repeat(6,150px);
	column-gap: 36px;
    place-content: center;
}
#all_contents .all_shopping {
	display: grid;
	grid-template-columns: repeat(6,150px);
	column-gap: 36px;
    place-content: center;
	padding: 60px 0 10px 0;
}
.inner-all_contents {
	margin: 0 auto;
}
/*------------ ヘッダーNEW ------------*/
/*------------ サイド ------------*/

/*▼以下左サイド▼*/
#leftside {
	width: 220px;
	float: left;
}
#leftside .search_leftside h3{
	position:relative;
	background: #0a1612;
	color: #FFF;
	margin-bottom: 10px;
	line-height:34px;
	overflow:hidden;
}
#leftside .search_leftside h3 img{
	float:left;
	width:30px;
	margin:2px 8px 2px 8px;
	}
#leftside .search_leftside form {
	position: relative;
	height: 40px;
	width: 218px;
	border: #444444 1px solid;
	overflow: hidden;
	margin-bottom: 20px;
}
#leftside .search_leftside form .search_text {
	width: 100%;
	height: 100%;
}
#leftside .search_leftside form .search_img {
	position: absolute;
	right: 0;
	top: 0;
	background: #222;
	width: 30px;
	padding: 0 5px;
	height: 100%;
}
#leftside .article_leftside {
	margin-bottom: 34px;
}
#leftside .article_leftside ul li {
	height: 50px;
	border-bottom: 1px solid #CCCCCC;
}
#leftside .article_leftside ul li a {
	display: block;
	line-height: 30px;
	padding: 10px;
}
#leftside .category_leftside {
	margin-bottom: 34px;
}
#leftside .company_leftside {
	margin-bottom: 34px;
}
#leftside .company_leftside ul {
	border-top: 1px solid #222222;
}
#leftside .company_leftside ul li {
	height: 50px;
	border-bottom: 1px solid #222222;
	padding-left: 25px;
	position: relative;
}
#leftside .company_leftside ul li a {
	display: block;
	line-height: 50px;
}
#leftside .company_leftside ul li::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #222222;
}
#leftside input {
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/*▼以下左サイトアコーディオン▼*/
#leftside .accordion {
	width: 220px;
}
#leftside .accordion h4 {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	position: relative;
	line-height: 30px;
}
#leftside .accordion h4:hover {
	cursor: pointer;
	text-decoration: underline;
}
#leftside .accordion ul {
	display: none;
}
#leftside .accordion ul li {
	border-bottom: 1px #ccc solid;
}
#leftside .accordion ul li a {
	display: block;
	line-height: 30px;
	padding: 10px 10px 10px 20px;
}
#leftside .accordion a:hover {
}
#leftside .accordion h4:after {
	content: "";
	width: 1px;
	height: 11px;
	background: #CCC;
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#leftside .accordion h4:before {
	content: "";
	width: 11px;
	height: 1px;
	background: #CCC;
	position: absolute;
	right: 11px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#leftside .accordion h4.open:after {
	transform: translateY(-10px);
	opacity: 0;
}
#leftside .menu {
	cursor: pointer;
}
#leftside .sns_leftside h3{
	background: #0a1612;
	color: #FFF;
	margin-bottom: 10px;
	padding:4px;
	}
#leftside .sns_leftside ul {
	display: flex;
	justify-content: space-around;
	align-items: center;

}
#leftside .sns_leftside ul li {
	float: left;
	vertical-align: middle;
	width: 20%;
	padding: 1%;
}
#leftside .sns_leftside ul li img{
max-width: 36px;
}
/*▼以下左サイド　ピックアップバナー▼*/
#banner_leftside h3{
	background: #0a1612;
	color: #FFF;
	margin: 40px 0 10px;
	padding: 4px;
}
#banner_leftside ul li{
	margin: 8px 0;
}

/*▼以下右サイド▼*/
#rightside {
	width: 200px;
	float: right;
}
#rightside .banner_rightside li {
	margin-bottom: 20px;
}
#rightside .ranking {
	margin-bottom: 50px;
}
#rightside .ranking h3 {
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #222222;
}
#rightside .ranking h3 i {
	margin-bottom: 5px;
}
#rightside .ranking h3 img {
	width: 30px;
}
/*▼CMS用▼*/
#rightside .wpp-list li {
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#rightside .wpp-list li img {
	width: 100%;
}
#rightside .wpp-list li:before {
	position: absolute;
	left: 5px;
	top: 0;
	z-index: 3;
	color: #FFF;
}
#rightside .wpp-list li:nth-of-type(1):before {
	content: "1";
}
#rightside .wpp-list li:nth-of-type(2):before {
	content: "2";
}
#rightside .wpp-list li:nth-of-type(3):before {
	content: "3";
}
#rightside .wpp-list li:after {
	content: "";
	position: absolute;
	left: -25px;
	top: -25px;
	width: 50px;
	height: 50px;
	background: #222;
	transform: rotate(45deg);
	z-index: 2;
}


/*------------ フッターNEW ------------*/
#footer .accordion {
	display: none;/*スマホ用*/
}
#footer {
	width: 100%;
	margin-top: 60px;
}
#footer .inner {
	padding: 45px 20px 30px;
	display: flex;
	justify-content: space-between;
}
#footer_01 {
	/*background: #F4F4F4;*/
}
.footer_member_sp_only {
	display: none;
}
#footer_01 .footer_contact {
	width: 600px;
}
#footer_01 h3 {
	width: 300px;
	border-radius: 30px;
	padding: 8px 0;
	background: #061f24;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
}
#footer_01 .footer_imgbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_01 .footer_contact p {
	margin-bottom: 15px;
}
#footer_01 .footer_contact img.footer_tell {
	margin-right: 15px;
}
#footer_01 .footer_member {
	width: 325px;
}
#footer_01 .footer_cal {
	width: 300px;
}
#footer_01 .footer_cal iframe {
	width: 300px;
	height: 210px;
}
#footer_02 {
	background: #061f24;
	color: #FFFFFF;
	min-width: 1400px;
}
#footer_02 img.footer_logo {
	width: 100%;
	margin-bottom: 20px;
}
#footer_02 a {
	color: #FFFFFF;
}
#footer_02 .f_navi_box {
	width: 20%;
}
#footer_02 .f_navi_box h3 {
	font-size: 18px;
	margin-bottom: 10px;
	color: #FFFFFF;
}
#footer_02 .sitemap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#footer_02 .f_navi_box ul {
	width: 220px;
	border-left: 1px solid #FFFFFF;
	margin-left: 5px;
	padding-left: 10px;
}
#footer_02 .f_navi_box ul li {
	line-height: 1.8;
}
#footer_02 .address_box {
	width: 350px;
}
#footer_02 address {
	font-style: normal;
	font-size: 13px;
	margin: 0 0 20px 30px;
	color: #FFFFFF;
}
#footer_02 .icon_sns h3 {
	display: none;
}
#footer_02 .icon_sns ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer_02 .icon_sns ul li {
	width: 16%;
    padding: 0 10px;
}
#footer_02 .icon_sns ul li img {
	width: 100%;
}
#footer small {
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #FFF;
}

/*ページトップに戻る*/
.pagetop {
	display: block;
	position: fixed;
	bottom: -100px;
	right: 20px;
	z-index: 1001;
}
.pagetop:after {
	content: '';
	width: 20px;
	height: 20px;
	border: 0px;
	border-top: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	position: absolute;
	top: 60%;
	left: 50%;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background: #777777;
	opacity:0.7;
}
.pagetop:hover {
	opacity: 0.4;
	cursor: pointer;
}
/*------------ フッターNEW ------------*/

/*------------ ECトップ  --------------*/
/******▼コンテンツボタンデザイン▼******/
.button {
	width: 260px;
	height: 40px;
	margin: 60px auto;
	position: relative;
	text-align: center;
}
.button:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background: #222222;
}
.button:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #222222;
}
.button a {
	position: absolute;
	display: block;
	right: 3px;
	bottom: 3px;
	width: 100%;
	height: 100%;
	border: 1px solid #222222;
	transition: 0.2s;
	text-decoration: none;
	line-height: 40px;
}
.button a:hover {
	background: #222222;
	color: #FFFFFF;
}
.button a:active {
	right: 0px;
	bottom: 0px;
}
/******▲コンテンツボタンデザインここまで▲******/
/******▼商品カテゴリーここから▼******/
#coverstory {
	padding: 60px 0;
}
.shop_cat__list {
	padding-top: 36px;
	display: grid;
	grid-template-columns: repeat(5,150px);
	column-gap: 36px;
	place-content: center;
}
/******▲商品カテゴリーここまで▲******/
/******▼お取り扱いメーカーここから▼******/
#product_cate {
	margin: 60px 0;
}

.new__list {
	margin-top: 36px;
}
.new__list__wrap{
	overflow-x: auto;
	touch-action: auto !important; /*これをつけないとスクロール領域でiPhoneなどでスクロールできなくなる！*/
}
// スクロールバーのボールの調整
.simplebar-scrollbar.simplebar-visible {
  top: 0px;
  background: #707070;
  border-radius: 10px;
  padding: 1px 0;
  overflow: hidden;
}
.simplebar-scrollbar::before {
  background: #707070;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

// スクロールバーの背景
.simplebar-track {
  border-radius: 10px;
   background: #e9e9e9;
}

// スクロールバーを常に表示
.simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}

// 横スクロールバーの調整
.simplebar-track.simplebar-horizontal {
  height: 6px;
  left: 3%;
  width: 94%;
}
.slideshow {
	display: flex;
	width: 90%;
	margin: 5px;
}
.content {
	width: 120px;
}
.slideshow li{
	margin: 4px;
	flex-shrink: 0;
	list-style: none;
}
.content img {
	width: auto;
	max-height: 72px;
	border:1px solid #c0c0c0;
	object-fit: cover;
}

.new__list__wrap::-webkit-scrollbar {
	height: 14px; /* スクロールバーの高さ */}

	.new__list__wrap::-webkit-scrollbar-thumb {
		background: #aaa; /* ツマミの色 */
		border-radius: 6px; /* ツマミ両端の丸み */
}

	.new__list__wrap::-webkit-scrollbar-track {
		background: #ddd; /* トラックの色 */
		border-radius: 6px; /* トラック両端の丸み */
}
/******▲お取り扱いメーカーここまで▲******/

/******▼ピックアップ商品ここから▼******/
#pickup_cate {
	padding: 60px 0;
}
.pickup__list {
	width: 95%;
	position: relative;
	margin: 0 auto;
	padding-top: 36px;
}
.swiper-pickup {
	width: 95%;
	height: 410px;
    margin: 0 auto;
}
/* 全スライド共通スタイル */
.swiper-slide {
    text-align: center;
    height: 50%;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}
.swiper-slide p {
	font-size: 14px;
}
.swiper-button-prev1 {
    background-color: #000;
    width: 40px;
    height: 100px;
	top: 190px;
	left: -30px;
}
.swiper-button-prev1::after {
    content: '<';
    color: #fff;
    font-size: 1.5rem;
}
.swiper-button-next1 {
    background-color: #000;
    width: 40px;
    height: 100px;
	top: 190px;
	right: -30px;
}
.swiper-button-next1::after {
    content: '>';
    color: #fff;
    font-size: 1.5rem;
}
.swiper-pagination {
    bottom: 0px !important;
}
/******▲ピックアップ商品ここから▲******/

/******▼ピックアップカテゴリここから▼******/
#merchandise__cate {
	padding: 60px 0 0;
}
.merchandise__list {
	margin: 30px 0 60px;
}
.merchandise__cate__list{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	column-gap: 12px;
	row-gap:12px;
}
/******▲ピックアップカテゴリここまで▲******/

/******▼おしらせ情報▼******/
#news_banner {
	margin-bottom: 50px;
}
#news {
	padding: 60px 0;
}
.newscontents {
    margin-top: 45px;
}

#news .newscontents ul li {
	line-height: 2.4;
	padding-left: 20px;
}
#news .newscontents ul li time {
	width: 80px;
	margin-right: 5px;
}
#news .newscontents ul li {
	border-bottom: 1px solid #F4F4F4;
}
/******▼記事一覧ここから▼******/
#column-cate1 {
	padding: 60px 0;
}
.column1 {
    margin-top: 45px;
}
.column1-box{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 16px;
		grid-row-gap: 16px;
}
.column2-box{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	padding: 36px 0;
}
.column3-box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 16px;
	grid-row-gap: 16px;
	padding: 36px 0;
}

.column1-size {
    font-size: 14px;
}
.column-day {
    font-size: 10px;
    font-weight: bold;
    padding: 1px 8px;
    margin: 0px 4px 0 0;
    color: #331515;
    background: #fff;
    border: solid 1px #331515;
    border-radius: 4px;
    vertical-align: middle;
}
.display-non {
    display: none;
}
.swiper--article{
	position: relative;
    width: 95%;
    margin: 0 auto;
}
.swiper--article .swiper-button-prev2 {
    background-color: #000;
    width: 40px;
    height: 100px;
	top: 100px;
	left: -30px;
}
.swiper--article .swiper-button-prev2::after {
    content: '<';
    color: #fff;
    font-size: 1.5rem;
}
.swiper--article .swiper-button-next2 {
    background-color: #000;
    width: 40px;
    height: 100px;
	top: 100px;
	right: -30px;
}
.swiper--article .swiper-button-next2::after {
    content: '>';
    color: #fff;
    font-size: 1.5rem;
}
/******▲記事一覧ここまで▲******/

/*▼目的に合わせた提案パーツ▼*/
.proposal__list {
	display: grid;
	grid-column-gap: 16px;
	grid-row-gap: 30px;
	grid-template-columns: repeat(3,1fr);
	padding: 36px 0 60px;
}
.proposal__list_img img{
	min-width: 380px;
	min-height: 380px;
}
/*▲目的に合わせた提案パーツ▲*/

/*▼SNS関連のパーツ▼*/
#all-sns {
	margin: 0 auto;
	padding: 60px 0;
}
#instagram {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	gap: 10px;
	padding: 36px 0 0;
}
#instagram li {
	list-style: none;
}
#instagram a {
	display: block;
	width: 100%;
	max-width: 200px; /* デフォルトサイズ */
	aspect-ratio: 1 / 1; /* 正方形を維持 */
	overflow: hidden;
}
#instagram img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* アスペクト比を維持しつつトリミング */

}
.all-sns-list{
	display: grid;
	grid-template-columns: 2fr 1fr;
	column-gap: 40px;
}
.twitter-list {
	padding-top: 36px;
}
/*▲SNS関連のパーツ▲*/

/*パジョリスについてのパーツ*/
#pajolis-about-section{
	background-color: #f4f4f4;
	min-width: 1400px;
}
#pajolis-about{
	padding: 60px 0;
}
.pajolis-about__list {
	max-width: 1200px;
	margin: 0 auto;
}
.pajolis-about__cate {
	display: grid;
	grid-template-columns: 1.1fr 1fr;

}
.pajolis-about__title {
	font-size: 26px;
	text-align: center;
	padding: 36px 0;
}
.pajolis-about__title h2{
	font-size: 26px;
	font-weight: bolder;
}
.pajolis-about__subtitle{
	display: block;
	margin-top: 16px;
	padding-top: 10px;
	font-size: 26px;
	border-top: 1px solid #111;
}
.pajolis-about__text_sub h3 {
	font-size: 22px;
	font-weight: bold;
	padding: 0 0 10px;
	line-height: 1.5;
}
.pajolis-about__text_cate {
	display: block;
	padding-left: 28px;
}
.pajolis-about__text {
	display: block;
	padding: 18px 0;
	font-size: 15px;
	line-height: 1.5;
}
.br_span {
	display: block;
}
.br__text {
	padding-bottom: 12px;
}
.button-about {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    margin: 0 auto;
    padding: .12em 4em;
    border: 1px solid #ff4e00;
    border-radius: 25px;
    background-color: #ff4e00;
    color: #fff;
    font-size: 1em;
}
.button-about:hover {
	opacity: 0.75;
}
.button-about a:visited {
    text-decoration: none;
    background-color: #ff4e00;
    color: #fff;
}
.button-about a:hover {
    border: none;
    background-color: #ff4e00;
    color: #fff;
	text-decoration: none!important;

}
/*パジョリスについてのパーツ*/

/*▼以下新着記事と新商品▼*/
#column2 {
	margin-bottom: 55px;
	display: flex;
	justify-content: space-between;
}
.column2_left {
	width: 350px;
}
.article_cover article {
	margin-bottom: 20px;
}
.article_cover article time {
	font-size: 10px;
}
.column2_left img {
	float: left;
	margin-right: 10px;
	max-width: 150px;
}
.column2_left .article_box {
	width: 190px;
	float: right;
}
.column2_right {
	width: 350px;
}
.column2_right .item_cover article {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.column2_right .item_cover img {
	width: 100px;
	margin-right: 10px;
}
.column2_right .item_box {
	width: 240px;
}
.coverstory {
	padding: 60px 0;
}
.column3 {
    margin-top: 45px;
}
.coverstory .column3 img {
	width: 230px;
}
.coverstory .column3 ul {
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.coverstory .column3 ul li {
	width: 230px;
	margin: 0 5px;
}
.coverstory .column3 ul li span {
	display: block;
	/*text-align: center;*/
}
/*▼以下おすすめ商品▼*/

#recommend ul li {
	margin-bottom: 24px;
}
.recommend-cat {
    margin-top: 45px;
}

/*------------ youtube項目 ------------*/
#yt-video {
    padding-bottom: 60px;
}

#yt-video .fs-pt-column__heading {
    font-size: 15px;
}

#yt-video .fs-pt-column__description {
    font-size: 14px;
}
.original-column--3 {
	padding-top: 36px;
}
/*------------ 読みものトップ ------------*/

/*コンテンツ部*/
#contents_top {
	width: 720px;
	margin: 0 30px;
	float: left;
}
.new_entry_title {
	font-size: 14px;
}
.home_area {
	margin-bottom: 40px;
}
.home_area section {
	width: 720px;
}
.home_area section .thumb_box {
}
.home_area section .thumb_box img {
	width: 720px;
	height: auto;
	margin-bottom: 5px;
}
.block-list {
	margin-right: -20px;
	overflow: hidden;
	font-size: 0;
}
.block-list .bunki, .block-list .bunki2 {
	margin-bottom: 40px;
	width: 350px;
	display: inline-block;
	margin-right: 20px;
	padding: 0;
	vertical-align: top;
}
.block-list .bunki .thumb_box img, .block-list .bunki2 .thumb_box img {
	width: 350px;
	height: auto;
	margin-bottom: 5px;
}
.pager {
	margin-top: 50px;
	text-align: center;
}
.pager a {
	display: inline-block;
}
.pager .page-numbers {
	border: 1px #CEC1C1 solid;
	padding: 5px 10px;
}
.pager .current {
	background-color: #F9F4F4;
}
.entry_box .meta-time, .bunki .meta-time, .bunki2 .meta-time {
	font-size: 12px;
	color: #998A8A;
}
/*------------ 読みもの記事ページ ------------*/

/*パンくず*/
.pankuzu {
	font-size: 12px;
	text-align: left;
	padding:5px;
}
.pankuzu a {
	text-decoration: none;
}
.pankuzu a:hover {
	text-decoration: underline;
}
div#breadcrumb {
	clear: both;
}
div#breadcrumb div {
	display: inline;
	font-size: 12px;
}
cite {
}
cite:before {
	content: "出典："
}
#contents_page {
	width: 720px;
	margin-left: 30px;
	float: left;
}
#contents_page a {
	color: #703939;
	text-decoration: none;
}
#contents_page a:hover {
	color: #705E5D;
	text-decoration: underline;
}
#contents_page img {
	text-align: center;
}
#contents_page h1 {
	font-size: 22px;
	font-weight: bold;
}
#contents_page h2 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0 10px;
}
#contents_page h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0 0 0;
}
#contents_page h2.headline_search {
	margin: 0 0 20px 0;
}
/*-------------記事内表示設定-------------*/

.meta_box {
	border-top: 1px #F9F4F4 solid;
	border-bottom: 1px #F9F4F4 solid;
	overflow: hidden;
	margin: 30px 0;
	padding: 10px;
}
.meta_box span {
	margin-left: 10px;
	float: right;
	text-align: right;
	color: #331515 !important;
}
.meta_box a {
	text-decoration: none !important;
	color: #331515 !important;
}
.meta-time:before {
	content: "\f303";
	font: normal 16px Genericons;
	top: 3px;
	margin-right: 5px;
	position: relative;
}
.meta-cate:before {
	content: "\f302";
	font: normal 16px Genericons;
	top: 3px;
	margin-right: 5px;
	position: relative;
}
.meta-author:before {
	content: "\f304";
	font: normal 16px Genericons;
	top: 3px;
	margin-right: 5px;
	position: relative;
}
.button_sns {
	margin: 0;
	padding: 0;
	line-height: 1.0;
}
.button_sns div, .button_sns a {
	vertical-align: top;
}
div.edit {
	font-size: 12px;
	text-align: right;
	margin: 0;
	padding: 0;
}
#relations {
	margin-top: 50px;
}
#relations h3 {
	font-size: 26px;
	margin-bottom: 8px;
}
#relations .headline_border {
	height: 6px;
	margin-bottom: 20px;
	-webkit-background-size: 6px 6px;
	-moz-background-size: 6px 6px;
	background-size: 6px 6px;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.25, #f4f4f4), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, #f4f4f4), color-stop(.75, #f4f4f4), color-stop(.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
	background-image: linear-gradient(-45deg, #f4f4f4 25%, transparent 25%, transparent 50%, #f4f4f4 50%, #f4f4f4 75%, transparent 75%, transparent);
}
#relations .related_post_title {
	display: none;
	margin: 0;
	padding: 0;
}
#relations ul {
	margin-top: 0 !important;
	margin-right: -15px !important;
	padding: 0 !important;
	overflow: hidden !important;
}
#relations ul li {
	width: 230px !important;
	display: inline-block !important;
	margin-top: 0 !important;
	margin-right: 15px !important;
	padding: 0 !important;
	vertical-align: top !important;
}
#relations ul li img {
	width: 230px !important;
	height: auto !important;
	margin-bottom: 10px !important;
}
#contents_page .like-box {
	padding: 30px 10px;
	border: 1px solid #969696;
	margin-bottom: 10px;
	border-radius: 5px;
}
#contents_page .like-box img {
	width: 240px;
	height: auto;
	margin-right: 20px;
	float: left;
}
#contents_page .like-box .title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contents_page .sns-box {
}
#contents_page .sns-box a {
	display: inline-block;
	margin: 30px 10px;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px #CEC1C1 dotted;
	margin-bottom: 30px;
}
/*-------画像----------------------*/

#article_body p {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
}
#article_body p img {
	display: block;
	max-width: 100% !important;
	height: auto;
	margin: 0;
}
#article_body p.single-i img {
	width: 720px;
	height: auto;
	margin: 20px 0;
	padding: 0;
}
#article_body p {
	margin-top: 5px;
	margin-bottom: 15px;
	padding: 0;
}
#article_body .alignright {
	float: right;
	margin: 5px 0 5px 20px;
}
#article_body .alignleft {
	float: left;
	margin: 5px 20px 5px 0;
}
#article_body .aligncenter {
	display: block;
	margin: 5px auto 5px;
}
#article_body img.float-left {
	float: left;
	margin: 5px 20px 5px 0;
}
#article_body img.float-right {
	float: right;
	margin: 5px 0 5px 20px;
}
#contents_page .wp-caption-text {
	margin: 0;
}
/*--------------ブログカードのスタイル--------------*/

.blog-card {
	padding: 20px;
	margin: 10px 0;
	border: 1px solid #CEC1C1;
	word-wrap: break-word;
	max-width: 100%;
	/*width:474px;*/
	border-radius: 5px;
}
.blog-card-thumbnail {
	float: left;
}
.blog-card-content {
	margin-left: 130px;
	line-height: 120%;
}
.blog-card-title {
	margin-bottom: 20px;
}
.blog-card-title a {
	font-weight: bold;
	text-decoration: none;
}
.blog-card-excerpt {
	font-size: 90%;
}
.blog-card-footer {
	font-size: 70%;
}
.clear {
	clear: both;
}
iframe.wp-embedded-content {
	width: 100%;
	height: 183px;
}
blockquote.wp-embedded-content {
	display: none;
}
/*--------------記事内関連商品--------------*/
iframe.itemcard {
	width: 350px;
	height: 122px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#related-item {
	/*margin-top:40px;*/
	font-size: 0;
}
#related-item .title {
	width: 265px !important;
	height: auto !important;
	margin-top: 40px;
}
#related-item img {
	margin-bottom: 10px !important;
}
#related-item p {
	margin: 0 !important;
	padding: 0 !important;
}
#related-item iframe.itemcard {
	margin-bottom: 10px;
}
#related-item iframe.itemcard:nth-of-type(even) {
	margin-left: 15px;
}
/*iframe.itemcard:last-of-type {
	margin-bottom:40px;
}*/

/*記事内引用*/
blockquote {
	background-color: #eee;
	padding: 2em 3em 1em;
	position: relative;
	margin: 5px 0 15px;
}
blockquote:before {
	content: "“";
	font-size: 600%;
	line-height: 1em;
	font-family: Times New Roman, "ＭＳ Ｐゴシック", sans-serif;
	color: #ccc;
	position: absolute;
	left: 0;
	top: 0;
}
blockquote:after {
	content: "”";
	font-size: 600%;
	line-height: 0em;
	font-family: Times New Roman, "ＭＳ Ｐゴシック", sans-serif;
	color: #ccc;
	position: absolute;
	right: 0;
	bottom: 0;
}
/*リンクボタン*/
.link-button {
	text-align: center;
}
#article_body p.link-button a {
	background-color: #ff9933;
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	padding: 10px 30px 10px;
	text-decoration: none;
	color: #fff;
}
#article_body p.link-button a:hover {
	background-color: #FC0;
	color: #333;
}
.link-button a {
	color: #333;
}
/*記事内カート*/
/*.wp-fs-cart img {
	width: 150px;
	float: left;
	margin-right: 20px;
	padding: 5px;
	border: solid 3px #cec1c1;
}
#article_body div.wp-fs-cart p {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.wp-fs-cart span.FS2_special_price, .wp-fs-cart span.FS2_itemPrice_addition {
	font-size: 12px;
}
.wp-fs-cart span.itemPrice {
	color: #701418;
	font-weight: bold;
	padding: 0 5px 0;
}
.wp-fs-button input {
	width: 220px;
	height: 40px;
	background-image: url(https://www.pajolis.com/shop/item/paintshop/design/template03/btn/InCartButton.gif);
	border: none;
	margin-bottom: 20px;
}
.wp-fs-cart {
	display: block;
	min-height: 166px;
}*/
/*ウィジェット用*/
.widget_add img {
	width: 100%;
}
.widget_add ul li {
	margin-bottom: 20px;
}
.widget_add_single img {
	width: 100%;
}

/*インスタグラム用*/

.insta-imges {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 60px;
}
.insta {
    padding-bottom: 60px;
}


/*フッターSNS用*/
.sns-cate {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sns-tag {
    width: 33.333%;
    padding: 2px;
}