@charset "UTF-8";
/* **********************************************
    ツキネコオンラインショップ 個別エリア
    
    デスクトップ（ベース）
    タブレット（max-width: 1030px）
    スマホ（max-width: 767px）
    ★デスクトップ限定も追加
    
 ********************************************** */
/* ===== desktop ===== */
@media screen and (min-width: 1031px) {
}
/* ===== PC wide ===== */
@media screen and (min-width: 1280px) {
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
}
/* ===== mobile ===== */
@media screen and (max-width: 767px) {
}
/* ---------------------------------------------------------
    トップページ マージン
---------------------------------------------------------- */
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.l-main {
	        margin-top: -40px !important;
	}
}
/* ---------------------------------------------------------
    トップページ スライダー切替アニメ
---------------------------------------------------------- */
#slider > div:not(.bx-caption) {
  overflow: hidden;
}
#slider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	transform: scale(1.08);
	transition:
		opacity 2s ease,
		transform 6s cubic-bezier(0.22, 1, 0.36, 1);
}
/* 表示中 */
#slider > div.is-active img {
	opacity: 1;
}
/* ズームアニメ */
#slider > div.animate img {
	transform: scale(1);
}
/* SP */
@media screen and (max-width: 768px) {
	#slider > div:not(.bx-caption) {
		aspect-ratio: auto;
	}
}
/* FirefoxのPictureタグ対策 */
.pc-only{
  display:block!important;
}
.sp-only{
  display:none!important;
}
@media screen and (max-width: 768px) {
  .pc-only{
    display:none!important;
  }
  .sp-only{
    display:block!important;
  }
}
/* ---------------------------------------------------------
    トップページ スライダーマージン
---------------------------------------------------------- */
.bx-wrapper {
	margin-top: 40px!important;
}
/* ---------------------------------------------------------
    トップページ スライダーのキャプション
---------------------------------------------------------- */
.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 30px;
	left: 0px;
	width: auto;
	max-width: 55%!important;
	background: transparent;
}
.bx-wrapper .bx-caption span {
	display: inline-block;
	color: #fff;
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.5;
	padding: 13px 16px;
	background: rgba(0, 0, 0, 0.25);
	backdrop-filter: blur(6px);
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.bx-wrapper .bx-caption {
		bottom: 20px;
		max-width: 90%!important;
	}
	.bx-wrapper .bx-caption span {
		font-size: 14px;
		font-weight: 600;
		line-height: 1.5;
	}
}
/* ---------------------------------------------------------
    トップページ インフォメーション 重要なお知らせ
---------------------------------------------------------- */
.u-contents {
    padding-top: 25px;
}
.p-information__body {
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}
.p-important-info {
  margin: 10px 0 35px 0;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-important-info {
	  margin: 0;
	}
	.p-information {
	    padding-bottom: 0px;
	    padding-top: 0px;
	    margin: 60px 0px -20px;
	}
}
/* 枠 */
.p-important-info__item {
  border: 1px solid #e5e5e5;
  border-left: 4px solid #999;
  background: #fff;
  padding: 20px;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-important-info__item {
	  padding: 10px 10px 0px 10px;
	}
}
/* リコール色 */
.p-important-info__item.is-recall {
  border-left-color: #d60000;
}
/* メタ */
.p-important-info__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
}
.p-important-info__date {
  font-size: 13px;
  color: #666;
}
.p-important-info__label {
  font-size: 12px;
  padding: 3px 10px;
  border-radius: 999px;
  background: #f5f5f5;
  color: #333;
}
/* 本文 */
.p-important-info__body {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.p-important-info__body p {
  margin-bottom: 5px;
}
.p-important-info__body a {
  color: #d60000;
  text-decoration: underline;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	/* 本文 */
	.p-important-info__body {
	  font-size: 13px;
	  line-height: 1.5;
	  color: #333;
	}
	.p-important-info__body p {
	  margin-bottom: 7px;
	}
}
/* ---------------------------------------------------------
    トップページ 商品を探す
---------------------------------------------------------- */
/* ===== desktop ===== */
@media screen and (min-width: 1031px) {
	.top-group-links h2.p-product__ttl,
	.p-recommend h2.p-product__ttl,
	.p-new-item h2.p-product__ttl {
	    margin: 0 0 10px;
	    padding: 5px 0 0;
	    font-size: 27px;
	    font-weight: 500;
	}
	.top-group-links h2 .p-product__ttl-en::after,
	.p-recommend h2 .p-product__ttl-en::after,
	.p-new-item h2 .p-product__ttl-en::after {
	    content: '';
        position: absolute;
        width: 45px;
        height: 1px;
        background: #5c9cb9;
        right: -10px;
        top: 10%;
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: right center;
	}
	.top-group-links h2 .p-product__ttl__ja,
	.p-recommend h2 .p-product__ttl__ja,
	.p-new-item h2 .p-product__ttl__ja {
	    margin: 0px;
	    font-size: 20px;
	    font-weight: normal;
	    color: #707070;
	    letter-spacing: -0.03em;
	}
}
/* 共通 */
.top-group-links {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 50px auto 40px;
}
h3.group-name,
h3.group-name a {
	margin: 7px 0px 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: #333;
    text-align: left;	
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	h3.group-name,
	h3.group-name a {
		margin: -5px 0px 10px;
	    font-size: 17px;
	    font-weight: 600;
	    letter-spacing: 0.05em;
	    color: #333;
	    text-align: left;	
	}
	.p-product__ttl {
		width: 90%;
		margin: 0px auto;
	}
	.p-line-informaiton .p-product__ttl,
	.p-checked .p-product__ttl {
		width: 100%;
		margin: 0px auto;
	}
	.p-product__ttl__ja {
        display: inline-block;
    }
}
/* シリーズ名 */
.group-series {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 10px auto 0px;
    padding: 20px;
	box-sizing: border-box;
    background: #eef2f2;
    border-radius: 10px;
}
.group-series ul.links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap:7px;
}
.group-series ul.links li {
    display: flex;
	width: calc(100% / 3.1);
}
.group-series ul.links li a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding: 18px 0px 20px;
    height: 120px;
    background: #fafafa;
    border: none;
    border-radius: 7px;
    transition: all .2s ease;
    position: relative;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	/* シリーズ名 */
	.group-series {
		width: 100%;
		max-width: initial;
		display: block;
		margin: 0px auto 0px;
	    padding: 20px;
		box-sizing: border-box;
	    background: #eef2f2;
	    border-radius: 0px;
	}
	.group-series ul.links {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.group-series ul.links li {
	    display: flex;
		width: calc(100% / 3.2);
	}
	.group-series ul.links li a {
	    width: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    gap: 0px;
	    padding: 0px;
	    height: 120px;
	    background: #fafafa;
	    border: none;
	    border-radius: 7px;
	    transition: all .2s ease;
	    position: relative;
	}
}
/* 商品画像（上） */
.group-series ul.links li a img.thumb {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}
/* ロゴ（下） */
.group-series ul.links li a img.logo {
    max-width: 80%;
    max-height: 50px;
    object-fit: contain;
    opacity: 0.9;
}
.group-series ul.links li a:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.06);
}
.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
/* 素材と色ボックス */
.flex-group {
	width: 100%;
	max-width: 1280px;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	gap:20px;
	margin: 15px auto 0px;
	padding: 0px;
}
/* 素材別リンク */
.group-material {
	width: 78%;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
    position: relative;
    padding: 20px;
	box-sizing: border-box;
    background: #e9eeee;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.04),
                inset 0 -1px 0 rgba(0,0,0,0.04);
}
.group-material ul.links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 7px;
}
.group-material ul.links li {
    flex: 0 0 auto;
    white-space: nowrap;
}
.group-material ul.links li a {
	position: relative;
    width: 100%;
	height: auto;
    display: block;
    margin: 0 auto;
    padding: 25px 20px 25px 0px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 5px;
    transition: all .2s ease;
}
.group-material ul.links li.is-narrow {
    flex: 0 1 calc(100% / 5.18);
}
.group-material ul.links li.is-wide {
    flex: 0 1 calc(100% / 3.85);
    /* 2カラム */
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	/* 素材と色ボックス */
	.flex-group {
		width: 100%;
		max-width: initial;
		display: flex;
		justify-content: center;
		align-items: stretch;
		flex-wrap: wrap;
		gap: 10px;
		margin: 10px auto 0px;
		padding: 0px;
	}
	/* 素材別リンク */
	.group-material {
		width: 95%;
		display: block;
		margin: 0px auto 0px;
		padding: 0px;
	    position: relative;
	    padding: 20px;
		box-sizing: border-box;
	    background: #e9eeee;
	    border-radius: 10px;
	    box-shadow: inset 0 1px 0 rgba(0,0,0,0.04),
	                inset 0 -1px 0 rgba(0,0,0,0.04);
	}
	.group-material ul.links {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.group-material ul.links li {
	    flex: 0 0 auto;
	    white-space: wrap;
	}
	.group-material ul.links li a {
		position: relative;
	    width: 100%;
		height: auto;
	    display: block;
	    margin: 0 auto;
	    padding: 15px 20px;
	    box-sizing: border-box;
	    font-size: 15px;
	    font-weight: 500;
	    line-height: 1.4;
	    color: #333;
	    text-align: center;
	    background: #fff;
	    border: none;
	    border-radius: 5px;
	    transition: all .2s ease;
	}
  .group-material ul.links li.is-narrow {
    flex: 0 1 calc(50% - 5px);
  }

  .group-material ul.links li.is-wide {
    flex: 0 1 100%; /* ワイドは1列 */
  }
}

/* 色別リンク */
.group-color {
	width: 20%;
	display: block;
	margin: 0px auto 0px;
	padding: 0px;
    padding: 20px;
	box-sizing: border-box;
    background: #e9eeee;
    border-radius: 10px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.04),
                inset 0 -1px 0 rgba(0,0,0,0.04);
}
.group-color .color-list {
    gap: 5px 14px;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	/* 色別リンク */
	.group-color {
		width: 95%;
		display: block;
		margin: 0px auto 0px;
		padding: 0px;
	    padding: 20px;
		box-sizing: border-box;
	    background: #e9eeee;
	    border-radius: 10px;
	    box-shadow: inset 0 1px 0 rgba(0,0,0,0.04),
	                inset 0 -1px 0 rgba(0,0,0,0.04);
	}
	.group-color .color-list {
	    gap: 7px;
	}
}
/* その他リンク */
.group-other {
	width: 100%;
	max-width: 1280px;
	display: block;
	margin: 15px auto 40px;
	padding: 0px 0px 30px;
	box-sizing: border-box;
    background: #eef2f2;
    padding: 20px;
    border-radius: 10px;
}
.group-other ul.links {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap:7px;
}
.group-other ul.links li {
	width: calc(100% / 3.1);
}
.group-other ul.links li a {
	position: relative;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding: 25px 20px 23px 0px;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #333;
    text-align: center;
    background: #fff;
    border: none;
    border-radius: 7px;
    transition: all .2s ease;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	/* その他リンク */
	.group-other {
		width: 100%;
		max-width: initial;
		display: block;
		margin: 10px auto 50px;
		padding: 0px 0px 30px;
		box-sizing: border-box;
	    background: #eef2f2;
	    padding: 20px;
	    border-radius: 0px;
	}
	.group-other ul.links {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap:7px;
	}
	.group-other ul.links li {
		width: 100%;
	}
	.group-other ul.links li a {
		position: relative;
	    width: 100%;
	    height: auto;
	    display: block;
	    margin: 0 auto;
	    padding: 20px 20px 20px 0px;
	    box-sizing: border-box;
	    font-size: 17px;
	    font-weight: 500;
	    line-height: 1.4;
	    color: #333;
	    text-align: center;
	    background: #fff;
	    border: none;
	    border-radius: 7px;
	    transition: all .2s ease;
	}
}
/* hover */
.top-group-links ul.links li a:hover {
    background: #f7f7f7;
    border-color: #999;
    text-decoration: none;
    transform: translateY(2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}
/* 矢印 */
.top-group-links ul.links li a::after {
    content: "›";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: #999;
    transition: all .2s ease;
}
.group-series ul.links li a::after {
    content: none;
}
/* 矢印がスッと動く */
.top-group-links ul.links li a:hover::after {
    right: 12px;
    color: #333;
    transform: translateY(-50%) translateX(3px);
}
/* ---------------------------------------------------------
    トップページ ニュース
---------------------------------------------------------- */
.p-line-informaiton {
    gap: 40px;
}
.p-line-informaiton li {
	margin: 7px auto 15px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 2.2;
	color: #777;
	border-bottom: 1px dotted #ccc;
}
.p-line-informaiton li a {
	color: #444;
}
.p-line-informaiton li .date {
	margin-right: 3px;
	padding: 1px 0px 1px 6px;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	color: #fff;
	background-color: rgba(111, 115, 144,0.75);
	background-image: repeating-linear-gradient(
	45deg,
	rgba(255,255,255,0.10) 0,
	rgba(255,255,255,0.10) 1px,
	transparent 1px,
	transparent 7px
	);
	border-radius: 3px;
}
.p-line-informaiton {
    margin-top: 0px;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-line-informaiton {
	    margin-top: 10px;
	}
	.p-line-informaiton li {
		line-height: 1.75;
	}
}
/* ---------------------------------------------------------
    トップページ ランキング
---------------------------------------------------------- */
/* ===== desktop ===== */
@media screen and (min-width: 1031px) {
	.slick-slider .slick-list {
	    padding: 10px 0px 0px;
	}
	.p-ranking h2.p-product__ttl {
	    margin: 0 0 10px;
	    padding: 5px 0 0;
	    font-size: 47px;
	    font-weight: 500;
	}
	.p-ranking h2.p-product__ttl-en {
	    position: relative;
	    display: inline-block;
	    padding-right: 10px;
	}
	.p-ranking h2 .p-product__ttl-en::after {
	    content: '';
        position: absolute;
        width: 70px;
        height: 1px;
        background: #5c9cb9;
        right: -15px;
        top: 18%;
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: right center;
	}
	.p-ranking h2 .p-product__ttl__ja {
	    margin: 0px;
	    font-size: 20px;
	    font-weight: normal;
	    color: #707070;
	    letter-spacing: -0.03em;
	}
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.slick-slider {
	    padding: 0px 20px!important;
	}
	.p-ranking h2.p-product__ttl {
	    padding: 0px 0 12px;
	    font-size: 34px;
	    font-weight: 500;
	    text-align: center;
	}
	.p-ranking h2 .p-product__ttl-en {
	    position: relative;
	    display: inline-block;
	    padding-right: 0px;
	}
	.p-ranking h2 .p-product__ttl-en::after {
	    content: '';
        position: absolute;
        width: 55px;
        height: 1px;
        background: #5c9cb9;
        right: -20px;
        top: 11%;
        transform: translateY(-50%) rotate(-45deg);
        transform-origin: right center;
	}
	.p-ranking h2 .p-product__ttl__ja {
	    margin: 0px;
	    font-size: 16px;
	    font-weight: normal;
	    color: #707070;
	    letter-spacing: -0.03em;
	}
}
.p-ranking {
	position: relative;
	z-index: 0;
	margin: 0px auto 20px;
	padding: 20px 0 50px;
}
.p-ranking::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100dvw;
    width: 100cqw;
    height: 94%;
    margin-left: -50dvw;
	background: rgba(255,255,255,0.5);
    z-index: -2;
}
.p-ranking::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100dvw;
    width: 100cqw;
    height: 94%;
    margin-left: -50dvw;
    background:
        repeating-linear-gradient(
            45deg,
            rgba(0,0,0,0.03) 0px,
            rgba(0,0,0,0.03) 2px,
            transparent 2px,
            transparent 8px
        );
    z-index: -1;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-ranking {
		position: relative;
		z-index: 0;
		margin: 0px auto 0px;
		padding: 30px 0 50px;
	}
}
.p-ranking-list__img {
    margin-bottom: 10px;
}
.seller_name {
	margin: 0px 0px 5px;
}
.p-ranking-list__price {
    margin-top: 0px;
}
.p-ranking-list__num {
    /* デフォルト打ち消し */
    background: none;
    color: transparent;
    line-height: 1;
    text-align: left;

    /* 新デザイン */
    position: absolute;
    top: -14px;
    left: -6px;
    width: 64px;
    height: 64px;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 2;
    transition: transform .25s ease;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.slick-slider .slick-list {
	    padding: 10px 0px 0px;
	}
	.p-ranking-list__num {
	    /* 新デザイン */
	    position: absolute;
	    top: -14px;
	    left: -2px;
	    width: 54px;
	    height: 54px;
	}
}
/* hover animation */
.p-ranking-list__item:hover .p-ranking-list__num {
    transform: rotate(-8deg) scale(1.08);
}
/* ランキング画像 */
.p-ranking-list__num.is-1 {
    background-image: url(https://tsukineko.co.jp/ols/_img/icon_ranking_1.png);
}
.p-ranking-list__num.is-2 {
    background-image: url(https://tsukineko.co.jp/ols/_img/icon_ranking_2.png);
}
.p-ranking-list__num.is-3 {
    background-image: url(https://tsukineko.co.jp/ols/_img/icon_ranking_3.png);
}
.p-ranking-list__num.is-4 {
    background-image: url(https://tsukineko.co.jp/ols/_img/icon_ranking_4.png);
}
.p-ranking-list__num.is-5 {
    background-image: url(https://tsukineko.co.jp/ols/_img/icon_ranking_5.png);
}
.p-ranking .badge {
	display: none;
}

/* ---------------------------------------------------------
    トップページ おすすめ/新着タブ切り替え
---------------------------------------------------------- */
/* ===== desktop ===== */
@media screen and (min-width: 1031px) {
	.p-recommend.u-container,
	.p-new-item.u-container {
	    padding: 40px 0px 20px;
	}
}
.tab_contents {
    width: 100%;
    margin: 60px auto 40px;
    padding: 20px 0 10px;
    display: block;
    background:
        radial-gradient(rgba(255,255,255,0.4) 1px, transparent 1px),
        #e2e7e7;
    background-size: 12px 12px;
	position: relative;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.tab_contents {
	    margin: 60px auto 0px;
	    padding: 10px 0 0;
	}
}

.tab_contents input[type="radio"] {
  display: none;
}
.tab-nav {
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: center;
	gap: 20px;
	position: absolute;
	top: -23px;
}
.tab-nav label {
  cursor: pointer;
  padding: 10px 20px;
  border: 1px solid #ccc;
  background: #c8c8c6;
}
.tab-panel {
  display: none;
}
#tab-recommend:checked ~ .recommend-panel {
  display: block;
}
#tab-new:checked ~ .new-panel {
  display: block;
}
#tab-recommend:checked ~ .tab-nav label[for="tab-recommend"],
#tab-new:checked ~ .tab-nav label[for="tab-new"] {
  background: #000;
  color: #fff;
}
/* 商品カードまわり */
.new_item_name,
.recommend_name {
	min-height: 2.8em;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 1.4em;
    color: #555;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* 2行まで表示 */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* MOREボタン */
.c-more {
	padding: 0 0 30px;
}
.c-btn {
    transition: 
        background 0.3s,
        border-color 0.3s;
	min-width: 100%;
	padding: 10px 45px 10px 25px;
	text-align: center;
}
.c-btn.is-more:hover {
    background: #fff;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.c-btn.is-more::before,
.c-btn.is-more::after {
    width: 8px;
    top: 50%;
    right: 40%;
}

.c-btn.is-more::before {
    right: calc(40% + 3px);
    transform: rotate(45deg);
}

.c-btn.is-more::after {
    right: calc(40% - 3px);
    transform: rotate(-45deg);
}
/* ---------------------------------------------------------
    トップページ top-pickupbnr（ボトムバナー）3つ
---------------------------------------------------------- */
.p-bnr {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 50px 0 70px;
    box-sizing: border-box;
}
.p-bnr-text {
	margin: 5px auto;
	padding: 0;
	font-size: 13px;
	color: #333;
	text-align: center;	
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-bnr {
	    width: 100%;
	    max-width: 90%;
	    margin: 0px auto;
	    padding: 30px 0 20px;
	    box-sizing: border-box;
	}
}
/* ---------------------------------------------------------
    トップページ top-pickupbnr（特集バナー）3つ
---------------------------------------------------------- */
.p-bnr.feature {
    width: 100%;
    max-width: 1280px;
    margin: 0px auto;
    padding: 40px 0 0px;
    box-sizing: border-box;
}
/* ===== tablet ===== */
@media screen and (max-width: 1030px) {
	.p-bnr.feature {
	    width: 100%;
	    max-width: 90%;
	    margin: 0px auto;
	    padding: 30px 0 10px;
	    box-sizing: border-box;
	}
}
