/* タブレット */
@media (min-width: 768px) and (max-width: 1023px) {
	.brdLogo {
        width: 80%;
        margin: 0 0 10px 0;
    }
}

/* メニュー */
#menu {
    display: none;
}
.menuBox {
    position: fixed;
    width: 20%;
}

/* 商品ページ　メインコンテンツ */
#contents {
    width: 100%;
}
.ttlpage {
    padding: 50px 0 0;
}
.pdtBox {
    display: inherit;
    margin: 50px 0 0 0;
}
.pan {
    margin: 20px 5%;
    padding: 0;
    font-size: 80%;
}
.pan_pdt {
    margin: 70px 0 10px;
    padding: 0;
    font-size: 80%;
}
.pan_page {
    margin: 20px 5%;
    padding: 0;
    font-size: 80%;
}
.pdtLeft {
    margin: 0% 5% 5% 5%;
}
.pdtLeft h2 {
    font-size: 180%;
    margin: 0 0 0px;
    text-align: left;
    line-height: 1.4;
}
.pdtLeft ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pdtLeft li {
    margin: 0 0 10px;
    padding: 0;
}

/* slider */
.container {
  margin: 10px auto 0;
  width: 100%;
}
.container img {
  height: auto;
  width: 100%;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 3) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}         
.pdtLeft .slider {
    margin-bottom: 50px;
}
.slider img {
    background-color: #E6E6E6;
}
.pdtLeft .thumbnail-img {
    width: 18% !important;
    margin: 0 2% 2% 0;
}
.pdtLeft .thumbnail-img:nth-of-type(6) {
    width: 18%; 
	margin: 0;
}
.thumbnail-img img {
    background-color: #efefef;
}

.pdtRight {
    padding: 5%;
    background-color: #E6E6E6;
}
.pdtRight p {
    margin: 0 0 40px;
    padding: 0;
}
.pdtRight table {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
	border-top: 1px solid #333;
    border-spacing: 0;
}
.pdtRight th {
    margin: 0;
    padding: 6px 15px;
}
.pdtRight td {
    margin: 0;
    padding: 7px 15px;
    border-top: 1px solid #333;
}
.spec p {
    margin: 0;
    padding: 0;
}
.spec h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 140%;
}
.specBox {
    overflow-x: auto;
    margin: 0 0 40px;
}
.specBox table {
    font-size: 80%;
	/*min-width: 700px;*/
	white-space:nowrap;
	text-align:center;
}

/* JANコード */
.fancyArea_b {
  margin: 0 auto;  
}
.fancyArea_b a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4em 0.8em;
    text-decoration: none;
    border: 1px solid #222222;
    background-color: #fff;
    margin-bottom: 30px;
}
.modal {
  display: none;
}
.jan {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 130px;
}
.jan a:link {
	border-radius: 3px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #777;
	color: #111111;
	text-decoration: none;
}
.jan a:visited {
	border-radius: 3px;
	display: block;
	background-color: #E7E7E7;
	border: 1px solid #777;
	color: #111111;
	text-decoration: none;
}
.jan a:hover {
	border-radius: 3px;
	display: block;
	background-color: #B50003;
	border: 1px solid #777;
	color: #FFFFFF;
	text-decoration: none;
}
.modal table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
.modal td {
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	text-align: center;
}
.modal th {
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	text-align: center;
}

.otherImg {
    clear: both;
}
.otherImg img {
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 5px 0 0 0;
}
.otherImg ul {
    margin: 0;
    padding: 0;
}
.otherImg li {
	margin: 0;
	padding: 7px 0 7px 0;
}
.otherImg li:last-child {
	margin: 0 0 40px;
	padding: 7px 0 7px 0;
}
.online p {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.sall {
    background-color: #000;
    text-align: center;
    padding: 20px 0;
    width: 86%;
    margin: 0 auto;
}
.sall a:link {
    color: #fff;
    text-decoration: none;    
}
.sall a:visited {
    color: #fff;
    text-decoration: none;    
}
.sall a:hover {
    color: #9F9F9F;
    text-decoration: none;        
}

/* 関連アイテム */
.related {
    margin: 50px 0;
    padding: 0;
}
.related h3 {
    font-size: 140%;
    margin:  0 0 15px;
    padding: 0;
}
.related ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3列に均等配置 */
    gap: 5% 2%; /* 列と行の隙間 */
}
.related li {
    margin:  0;
    padding: 0;
}
.related li p {
    margin:  0;
    padding: 0;
}
.related img {
    background-color: #bbb;
}


/* 上層カテゴリー */
#content_bk {
    width: 100%;
    background-color: #191919;
}

/*
.conBrd_uwa {
    background-image: url(../img/category/900x900_uwamono.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40vh;
}
.conBrd_soko {
    background-image: url("../img/category/900x900_sokomono.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40vh;
}
.conBrd_teibo {
    background-image: url("../img/category/900x900_teibo.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 10%;
    background-size: 60vh;
}
.conBrd_tansui {
    background-image: url("../img/category/900x900_tansui.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 10%;
    background-size: 60vh;
}
*/

/* 上物 */
#uwa_bk {
    width: 100%;
    background-image: url("../img/category/stream_sp.jpg");
    background-size: cover;
	background-position: right bottom;
	height: auto;
}
.conBrd_uwa, .conBrd_soko, .conBrd_tansui, .conBrd_teibou {
	margin: 8%;
	color: #fff;
}
.conBrd_uwa h2, .conBrd_soko h2, .conBrd_tansui h2, .conBrd_teibou h2 {
	margin: 20% 0 0 0;
	padding: 0;
}
.conBrd_uwa p. .conBrd_soko p, .conBrd_tansui p, .conBrd_teibou p {
	margin: 20px 0 40px;
	padding: 0;
	line-height: 2.0;
}
.conBrd_uwa ul, .conBrd_soko ul {
    padding: 0;
    margin: 80px 0 0 0;
}
.conBrd_uwa li, .conBrd_soko li {
	margin: 0 auto;
	padding: 0;
	width: 60%;
}
.link_btn {
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	width: 200px;
	padding: 8px 10px;
	position: absolute;
	bottom: 10%;
}
.link_btn02 {
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	width: 200px;
	padding: 8px 10px;
	position: initial;
	bottom: 10%;
}

/* 底物 */
#soko_bk {
    width: 100%;
    background-image: url("../img/category/gravity_sp.jpg");
    background-size: cover;
	background-position: right bottom;
    height: 100vh;
}

/* 淡水 */
#tansui_bk {
    width: 100%;
    background-image: url("../img/category/trace_sp.jpg");
    background-size: cover;
	background-position: right bottom;
    height: 100vh;
}

/* 堤防 */
#teibou_bk {
    width: 100%;
    background-image: url("../img/category/overrock_sp.jpg");
    background-size: cover;
	background-position: right bottom;
    height: auto;
}


/* 上物　釣武者 */
.tsurimusha_uwa, .new_tsuri, .rod_tsuri_uwa, .uki_tsuri_uwa, .shikake_tsuri_uwa, .kuwase_tsuri_uwa, .suport_tsuri_uwa, .bakkan_tsuri_uwa, .tackle_tsuri_uwa, .acs_tsuri_uwa {
    border-bottom: 5px solid #bf0083;
	background-image: url(../../assets/img/category/cat_ttl_tsurimusha_uwa.png);
    background-size: cover;
}
/* 上物　MST */
.mst_uwa, .new_mst, .uki_mst_uwa, .gear_mst_uwa, .support_mst_uwa, .case_mst_uwa, .acs_mst_uwa {
    border-bottom: 5px solid #bf0083;
	background-image: url(../../assets/img/category/cat_ttl_mst_uwa.png);
    background-size: cover;
}
/* 上物　紀州釣り */
.kisyu_uwa, .new_kisyu, .rod_kisyu_uwa, .uki_kisyu_uwa, .support_kisyu_uwa, .bakkan_kisyu_uwa {
    border-bottom: 5px solid #bf0083;
	background-image: url(../../assets/img/category/cat_ttl_kisyu_uwa.png);
    background-size: cover;
}
/* 上物　SFG */
.sfg_uwa, .new_sfg, .rod_sfg_uwa, .uki_sfg_uwa, .shikake_sfg_uwa, .kuwase_sfg_uwa, .support_sfg_uwa, .bakan_sfg_uwa, .tackle_sfg_uwa, .acs_sfg_uwa {
    border-bottom: 5px solid #bf0083;
	background-image: url(../../assets/img/category/cat_ttl_sfg_uwa.png);
    background-size: cover;
}
.uwaBox li.current-cat a {
	background-color: #bf0083 !important; /* 現在位置 */
	color: #fff  !important;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
}
.uwaBox li a:link {
	background-color: #fff;
    color: #000;
    text-decoration: none;
	display: block; 
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.uwaBox li a:visited {
	background-color: #fff;
    color: #000;
    text-decoration: underline;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.uwaBox li a:hover {
    color: #fff;
	background-color: #bf0083;
    text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}

/* 底物　CAMEX */
.camex_soko, .new_camex, .rod_camex_soko, .saouke_camex_soko, .shikake_camex_soko, .support_camex_soko, .rodcase_camex_soko, .apparel_camex_soko {
    border-bottom: 5px solid #D10404;
	background-image: url(../../assets/img/category/cat_ttl_camex_soko.png);
    background-size: cover;
}
/* 底物　釣武者 */
.tsurimusha_soko, .new_tsurimusha, .rod_tsur_soko, .saouke_tsur_soko, .shikake_tsur_soko, .support_tsur_soko, .custom_tsur_soko, .bakan_tsur_soko, .tackle_tsur_soko, .acs_tsur_soko {
    border-bottom: 5px solid #D10404;
	background-image: url(../../assets/img/category/cat_ttl_tsurimusha_soko.png);
    background-size: cover;
}
/* 底物　木村商 */
.kimurasyo_soko, .new_kimurasyo, .rod_kimurasyo_soko, .saouke_kimurasyo_soko, .shikake_kimurasyo_soko, .support_kimurasyo_soko, .acs_kimurasyo_soko {
    border-bottom: 5px solid #D10404;
	background-image: url(../../assets/img/category/cat_ttl_kimurasyo_soko.png);
    background-size: cover;
}
.sokoBox li.current-cat a {
	background-color: #D10404 !important; /* 現在位置 */
	color: #fff  !important;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
}
.sokoBox li a:link {
	background-color: #fff;
    color: #000;
    text-decoration: none;
	display: block; 
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.sokoBox li a:visited {
	background-color: #fff;
    color: #000;
    text-decoration: underline;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.sokoBox li a:hover {
    color: #fff;
	background-color: #D10404;
    text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}

/* 堤防 */
.teibou, .teibou_teibou, .new_teibou, .rod_teibou_teibou, .uki_teibou_teibou, .support_teibou_teibou, .bakkan_teibou_teibou, .tackle_teibou_teibou {
    border-bottom: 5px solid #049AD1;
	background-image: url(../../assets/img/category/cat_ttl_teibou.png);
    background-size: cover;
}
.teibouBox li.current-cat a {
	background-color: #049ad1 !important; /* 現在位置 */
	color: #fff  !important;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
}
.teibouBox li a:link {
	background-color: #fff;
    color: #000;
    text-decoration: none;
	display: block; 
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.teibouBox li a:visited {
	background-color: #fff;
    color: #000;
    text-decoration: underline;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.teibouBox li a:hover {
    color: #fff;
	background-color: #049ad1;
    text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}

/* 淡水 */
.tansui, .tansui_tansui, .new_tansui, .cooler_tansui_tansui, .support_tansui_tansui, .shikake_tansui_tansui, .case_tansui_tansui, .wear_tansui_tansui {
    border-bottom: 5px solid #036703;
	background-image: url(../../assets/img/category/cat_ttl_tansui.png);
    background-size: cover;
}
.tansuiBox li.current-cat a {
	background-color: #036703 !important; /* 現在位置 */
	color: #fff  !important;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
}
.tansuiBox li a:link {
	background-color: #fff;
    color: #000;
    text-decoration: none;
	display: block; 
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.tansuiBox li a:visited {
	background-color: #fff;
    color: #000;
    text-decoration: underline;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.tansuiBox li a:hover {
    color: #fff;
	background-color: #036703;
    text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}

/* アパレル */
.apparel, .apparel_apparel, .new_apparel, .jkt_apparel_apparel, .outer_apparel_apparel, .inner_apparel_apparel, .shirt_apparel_apparel, .hat_apparel_apparel, .glove_apparel_apparel, .other_apparel_apparel {
    border-bottom: 5px solid #8D8C8C;
	background-image: url(../../assets/img/category/cat_ttl_apparel.png);
    background-size: cover;
}
.apparelBox li.current-cat a {
	background-color: #8D8C8C !important; /* 現在位置 */
	color: #fff  !important;
	text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
}
.apparelBox li a:link {
	background-color: #fff;
    color: #000;
    text-decoration: none;
	display: block; 
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.apparelBox li a:visited {
	background-color: #fff;
    color: #000;
    text-decoration: underline;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}
.apparelBox li a:hover {
    color: #fff;
	background-color: #8D8C8C;
    text-decoration: none;
	display: block;
	border-radius: 50px;
	padding: 2px 15px !important;
	}

/* 固定ページ */
.pagettl {
    border-bottom: 5px solid #8D8C8C;
	background-image: url(../../assets/img/category/cat_ttl_apparel.png);
    background-size: cover;
}
.cate_ttl {
    color: #fff;
    font-size: 4em;
    font-weight: 700;
	font-family: Zen Kaku Gothic New;
    margin: 0 10px 0 0;
    min-width: 200px;
    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 1.0));
}
@media (max-width: 767px) {
	.cate_ttl {
		font-size: 3em;
	}
}

.cate_ttl span {
    font-size: 60%;
	margin-left: 20px;
}




#content_bk .conBrd_uwa ul {
    margin: 10vh 0 5vh;
    display: flex;
    flex-wrap: wrap;
}
#content_bk .conBrd_uwa li {
    text-align: center;
}
#content_bk .conBrd_uwa li:nth-of-type(1) {
	order: 2;
}
#content_bk .conBrd_uwa li:nth-of-type(2) {
	order: 3;
}
#content_bk .conBrd_uwa li:nth-of-type(3) {
	order: 4;
}
#content_bk .conBrd_uwa li:nth-of-type(4) {
	order: 1;
}
#content_bk .conBrd_uwa li img {
    width: 50%;
}
#content_bk ul {
	margin: 10vh 0 5vh;
    display: flex;
    flex-wrap: wrap;
}
#content_bk li {
	text-align: center;
}
#content_bk .conBrd_soko li:nth-of-type(1) {
	order: 2;
}
#content_bk .conBrd_soko li:nth-of-type(2) {
	order: 1;
}
#content_bk .conBrd_soko li:nth-of-type(3) {
	order: 3;
}
#content_bk li img {
    width: 50%;
}

/* youtube */
#youtube {
    margin: 0 20%;
    padding: 0;
}
#youtube .toppv {
    margin: 0 auto;
    padding: 8% 5%;
    max-width: 1200px;
    }
.resp {
    position: relative;
    padding-top: 56.25%;
}
.resp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 商品カテゴリー */
#contents_cat {
    background: #ffffff;
    padding: 0;
    min-height: 100vh;
	margin-bottom: 70px;
}
#contents_cat h2 {
	font-size: 150%;
	margin: 0 5% 20px;
	padding: 0 0 3px;
    }
#contents_cat ul {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between;
    margin: 0 5%;
}
#contents_cat ul p {
    margin: 0;
    padding: 0;
}
#contents_cat li {
    margin: 0 0 10%;
}
.wp-pagenavi {
    margin: 2% 5% 0 5%;
}

.pdtimg {
    position: relative;
    padding: 0;
    margin: 0;
    /* background-color: #efefef; */
    line-height: 0;
}
.pdtimg span {
    position: absolute;
    bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 3px 15px;
    z-index: 100;
    line-height: 1.6;
}
#blog {
    margin: 50px 5%;
    padding: 5%;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
}

/* 商品一覧 */
.ttlbk_cat {
	margin: 0 0 30px;
	padding: 2%;
	background-color: #ccc;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 300px;
    }
.ttlbk_cat ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin: 0 !important;
}
.ttlbk_cat li {
    margin: 0 15px 8px 0 !important;
	/*
    padding: 2px 15px !important;
    background-color: #fff;
    border-radius: 50px;
	*/
}
.item-list li img {
    background-color: #efefef;
    padding: 0px 0;
	width: 100%;
}

/* 商品ページ */ 
.slider2 {
	max-width: 1200px;
	text-align: center;
}
#mainImage {
	width: 100%;
	margin: auto;
	transition: opacity 0.5s ease;
	opacity: 1;
}
#mainImage.fade-out {
	opacity: 0;
}
#mainImage img {
	width: 100%;
	height: auto;
	display: block;
	background-color: #e6e6e6;
}
#mainCaption {
	margin-top: 10px;
	color: #333;
	text-align: left;
	font-weight: normal;
}
.thumbnails {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 1.2%;
	margin-top: 10px;
	width: 100%;
}
.thumb {
	width: 32%;
	cursor: pointer;
	transition: border-color 0.3s;
	background-color: #e6e6e6;
	margin: 0 0 10px;
}
@media screen and (min-width: 768px){
	.thumb {
		width: 19%;
		cursor: pointer;
		transition: border-color 0.3s;
		background-color: #e6e6e6;
		margin: 0 0 10px;
	}
}
.thumb:hover {
	border-color: #007bff;
}
.thumb img {
	width: 100%;
	height: auto;
	display: block;
}
.thumb p {
	display: none;
}

.image-container {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
}
.image-container img {
	width: 100%;
	height: auto;
	cursor: pointer;
	transition: transform 0.2s;
}
.image-container img:hover {
	opacity: 0.6;
}
#modal {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
#modal.show {
	visibility: visible;
	opacity: 1;
}
#modal img {
	width: auto;
	height: auto;
	max-width: 90vw;
	max-height: 90vh;
	transform: scale(0.95);
	opacity: 0;
	transition: transform 0.4s ease, opacity 0.4s ease;
	object-fit: contain;
}
#modal.show img {
	transform: scale(1);
	opacity: 1;
}



/* 固定ページ */
#content {
    margin: 0;
    padding: 0;
}
.pageBox {
    margin: 0 5%;
}
.page h2 {
	font-size: 200%;
	margin: 0 4% 20px;
	padding: 0 0 3px;
	border-bottom: 3px solid #000;
    }

/* 取扱店 */
#linkweb {
    margin: 0 5% 50px;
    overflow-x: scroll;
}
#linkweb table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
	min-width: 600px;
	white-space: nowrap;
}
#linkweb th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #eeeeee;
}
#linkweb td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

/* 会社概要 */
#company {
    margin: 0 5%;
}
#company table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 80%;
}
#company th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #eeeeee;
}
#company td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

@media screen and (max-width: 768px){
	/* お問い合わせ */
	#contact {
		margin: 0 5% 50px;
	}
	#contact table {
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;

	}
	#contact th {
		padding: 5px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		background-color: #eeeeee;
		display: block;
	}
	#contact td {
		padding: 5px;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		display: block;
		text-align: center;
	}
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    padding: 5px;
	width: 80%;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    padding: 5px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 5px 20px;
}
	
/* 新製品ご予約案内 */
#arrival {
    margin: 0 5% 50px;
}
.arrival h2 {
	font-size: 200%;
	margin: 0 4% 20px;
	padding: 0 0 3px;
	border-bottom: 3px solid #000;
    }
#arrival ul {
    display: flex !important;
    flex-wrap: wrap;
	justify-content: space-between;
    margin: 0 !important;
    padding: 0;
}
#arrival ul li {
    width: 100%;
    margin: 0 0 20px !important;
    padding: 0;
}
#arrival ul li ul {
	display: initial !important;
}
#arrival ul li ul li {
    width: 100%;
    border-bottom: 0;
    margin: 0 0 10px !important;
}
#arrival ul li ul li img {
	width: 100%;
	background-color: #e6e6e6;
}
#arrival h3 {
    margin: 50px 0 30px;
    font-weight: 400;
    font-size: 100%;
}
#arrival p {
    margin: 0 0 50px;
    padding: 20px;
    background-color: #e6e6e6;
}
#arrival strong {
    font-weight: normal;
    }
.yotei_red {
    background-color: red;
    padding: 3px 12px;
    margin: 5px 0 10px;
    border-radius: 30px;
    color: #fff;
    width: 60%;
}
.yotei_blue {
    background-color: blue;
    padding: 3px 12px;
    margin: 5px 0 10px;
    border-radius: 30px;
    color: #fff;
    width: 60%;
}
.yotei_green {
    background-color: green;
    padding: 3px 12px;
    margin: 5px 0 10px;
    border-radius: 30px;
    color: #fff;
    width: 80%;
}
.yotei_ttl {
    font-weight: bold;
    margin: 0 0 10px;
}


/* TMアンバサダー */
#ambassador {
    margin: 5%;
}
.ambassador h2 {
	font-size: 200%;
	margin: 0 4% 20px;
	padding: 0 0 3px;
	border-bottom: 3px solid #000;
    }
.abdBox {
    width: 100%;
}
.abdmsg {
    margin: 0px 0 15px 0;
}
@media screen and (min-width: 768px){
.abdmsg {
    margin: 0 0 40px;
}
}
.abd_name {
    font-size: 140%;
    font-weight: bold;
}
.abdBox ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
	padding-bottom:100px;
}
@media screen and (min-width: 768px){
.abdBox ul {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
}
}
.abdBox ul p {
    margin: 0px 0 20px 0 !important;
}
@media screen and (min-width: 768px){
.abdBox ul p {
    margin: 10px 0 20px !important;
}
}
.abdBox li {
    width: 100% !important;
    margin: 0 0 0px !important;
}
@media screen and (min-width: 768px){
.abdBox li {
    width: 100% !important;
    margin: 0 0 50px !important;
}
}
@media screen and (min-width: 768px){
.abdBox li {
    width: 48% !important;
    margin: 0 0 50px !important;
}
}
.abdBox li:first-child img {
    width: 100%;
}
.aria {
    background-color: #eee;
    padding: 15px;
    margin: 0 0 10px;
}

/* トピックス */
.topics {
    width: 100%;
}
.topics dl {
    margin: 0 5%;
}
.topics h2 {
    margin: 0 5% 20px !important;
}
.topics dt {
    margin: 0;
    padding: 0;
}
.topics dd {
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #ccc;
}
.cattopsps {
    margin: 70px 0 0 0;
	width: 100%;
}

/************PC***************/
@media screen and (min-width: 768px){

/* 商品ページ　メインコンテンツ */
#contents {
    width: 80%;
    background: linear-gradient(90deg, #ffffff 0%, #ffffff 50%, #E6E6E6 50%, #E6E6E6 100%);
}
.pdtBox {
    display: flex;
    flex-wrap: nowrap;
}
.ttlpage {
	padding: 0;
    margin-bottom: -80px;
}
.pan {
	margin: 30px 0 20px;
    padding: 0;
    font-size: 80%;
}
.pan_pdt {
	margin: 30px 0 20px;
    padding: 0;
    font-size: 80%;
}
.pan_page {
	margin: 100px 0 20px;
    padding: 0;
    font-size: 80%;
}
.pdtLeft {
    width: 40%;
}
.pdtLeft h2 {
    font-size: 180%;
    margin: 0 0 0px;
    text-align: left;
    line-height: 1.4;
}
.pdtLeft ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.pdtLeft li {
    margin: 0 0 10px;
    padding: 0;
}

/* slider */
.container {
  margin: 10px auto 0;
  width: 100%;
}
.container img {
  height: auto;
  width: 100%;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 3) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}         
.pdtLeft .slider {
    margin-bottom: 50px;
}
.slider img {
    background-color: #E6E6E6;
}
.pdtLeft .thumbnail-img {
    width: 18% !important;
    margin: 0 2% 2% 0;
}
.pdtLeft .thumbnail-img:nth-of-type(6) {
    width: 18%; 
	margin: 0;
}
.thumbnail-img img {
    background-color: #efefef;
}

.pdtRight {
    width: 40%;
    margin: 0;
    padding: 5%;
	padding-top: 6%;
}
.pdtRight p {
    margin: 0 0 40px;
    padding: 0;
}
.pdtRight table {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #333;
	border-top: 1px solid #333;
    border-spacing: 0;
}
.pdtRight th {
    margin: 0;
        padding: 8px 10px;
        text-align: center;
	white-space: nowrap;
}
.pdtRight td {
     margin: 0;
        padding: 8px 10px;
        border-top: 1px solid #333;
        text-align: center;
        width: auto;	
        white-space: nowrap;
}
.spec p {
    margin: 0;
    padding: 0;
}
.spec h3 {
    margin: 0 0 10px;
    padding: 0;
    font-size: 140%;
}
.specBox {
    overflow-x: auto;
    margin: 0 0 20px;
}
.specBox table {
    min-width: auto;
    font-size: 95%;
	white-space: nowrap;
}

/* JANコード */
.fancyArea_b {
  margin: 0 auto;  
}
.fancyArea_b a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.4em 0.8em;
    text-decoration: none;
    border: 1px solid #222222;
    background-color: #fff;
	margin-bottom: 30px;
}
.modal {
  display: none;
}
.jan {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 130px;
}
.jan a:link {
	border-radius: 3px;
	display: block;
	background-color: #ffffff;
	border: 1px solid #777;
	color: #111111;
	text-decoration: none;
}
.jan a:visited {
	border-radius: 3px;
	display: block;
	background-color: #E7E7E7;
	border: 1px solid #777;
	color: #111111;
	text-decoration: none;
}
.jan a:hover {
	border-radius: 3px;
	display: block;
	background-color: #B50003;
	border: 1px solid #777;
	color: #FFFFFF;
	text-decoration: none;
}
.modal table {
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
.modal td {
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	text-align: center;
}
.modal th {
	padding: 3px 10px;
	margin: 0;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	background-color: #f6f6f6;
	text-align: center;
}

.otherImg {
    clear: both;
}
.otherImg img {
	width: 100%;
	background-color: #fff;
	padding: 0;
	margin: 5px 0 0 0;
}
.otherImg ul {
    margin: 0;
    padding: 0;
}
.otherImg li {
	margin: 0;
	padding: 7px 0 7px 0;
}
.otherImg li:last-child {
	margin: 0 0 40px;
	padding: 7px 0 7px 0;
}
.online p {
    margin: 0 0 10px;
    padding: 0;
    text-align: center;
}
.sall {
    background-color: #000;
    text-align: center;
    padding: 20px 0;
    width: 86%;
    margin: 0 auto;
}
.sall a:link {
    color: #fff;
    text-decoration: none;    
}
.sall a:visited {
    color: #fff;
    text-decoration: none;    
}
.sall a:hover {
    color: #9F9F9F;
    text-decoration: none;        
}

/* 上層カテゴリー */
#content_bk {
    width: 80%;
    background-color: #191919;
    height: 70vh
}
	
/*
.conBrd_uwa {
	background-image: url(../img/category/900x900_uwamono.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50vh;
	height: 70vh;
	position: relative;
    }
.conBrd_soko {
    background-image: url("../img/category/900x900_sokomono.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 10%;
    background-size: 50vh;
}
.conBrd_teibo {
    background-image: url("../img/category/900x900_teibo.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 10%;
    background-size: 50vh;
}
.conBrd_tansui {
    background-image: url("../img/category/900x900_tansui.png");
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0 10%;
    background-size: 60vh;
}
*/
	
/* 上物 */
#uwa_bk {
    width: 80%;
    background-image: url("../img/category/stream_1920x1080.jpg");
    background-size: auto 100%;
	background-position: 0;
	height: 100vh;
}
.conBrd_uwa, .conBrd_soko, .conBrd_tansui, .conBrd_teibou {
	margin: 8%;
	color: #fff;
}
.conBrd_uwa h2, .conBrd_soko h2, .conBrd_tansui h2, .conBrd_teibou h2 {
	font-size: 500%;
	margin: 0;
	padding: 0;
}
.conBrd_uwa p. .conBrd_soko p, .conBrd_tansui p, .conBrd_teibou p {
	margin: 20px 0 40px;
	padding: 0;
	line-height: 2.0;
}
.conBrd_uwa ul, .conBrd_soko ul {
	padding: 0;
	margin: 0;
	position: absolute;
	right: 15%;
	bottom:15%;
}
.conBrd_uwa li, .conBrd_soko li {
	margin: 0;
	padding: 0;
	width: 290px;
}
.link_btn {
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	width: 200px;
	padding: 8px 10px;
	position: absolute;
	bottom: 10%;
}
.link_btn02 {
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	width: 200px;
	padding: 8px 10px;
	position: absolute;
	bottom: 10%;
}
	
/* 底物 */
#soko_bk {
    width: 80%;
    background-image: url("../img/category/gravity_1920x1080.jpg");
    background-size: auto 100%;
	background-position: 0;
	height: 100vh;
}

/* 淡水 */
#tansui_bk {
    width: 80%;
    background-image: url("../img/category/trace_1920x1080.jpg");
    background-size: auto 100%;
	background-position: 0;
	height: 100vh;
}

/* 堤防 */
#teibou_bk {
    width: 80%;
    background-image: url("../img/category/overrock_1920x1080.jpg");
    background-size: auto 100%;
	background-position: right bottom;
	height: 100vh;
}
	
	
#content_bk .conBrd_uwa ul {
	display: flex;
	flex-flow: wrap;
	flex-wrap: wrap-reverse;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	height: auto;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
    }
#content_bk .conBrd_uwa li {
    width: 28%;
	padding-top: 0;
	order: 0 !important;
}

#content_bk .conBrd_uwa li img {
    width: 85%;
}
#content_bk ul {
    display: flex;
    flex-flow: nowrap;
    justify-content: space-around;
    align-items: center;
    height: 70vh;
	margin: 0;
}
#content_bk li {
    width: 28%;
	padding-top:9%;
	order: 0 !important;
}
#content_bk li img {
    width: 85%;
}

/* youtube */
#youtube {
    margin: 0 20%;
    padding: 0;
}
#youtube .toppv {
    margin: 0 auto;
    padding: 8% 5%;
    max-width: 1200px;
    }
.resp {
    position: relative;
    padding-top: 56.25%;
}
.resp iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* 商品カテゴリー */
#contents_cat {
    width: 75%;
    background: #ffffff;
    padding: 0 0 5% 5%;
    min-height: 100vh;
}
#contents_cat h2 {
	font-size: 200%;
	margin: 0 4% 20px 0;
	padding: 0 0 3px;
    }
#contents_cat ul {
	display: grid;
	grid-template-columns: 24% 24% 24% 24%;
	justify-content: space-between;
	margin: 0 4% 0 0;
}
#contents_cat ul p {
    margin: 0;
    padding: 0;
}
#contents_cat li {
    margin: 0 0 10%;
}	
#contents_cat dl {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
#contents_cat dt {
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
    width: 20%;
}
#contents_cat dd {
    width: 80%;
    margin: 0 0 15px;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
}
.wp-pagenavi {
    margin: 5% 0 0 0;
}
	
.pdtimg {
    position: relative;
    padding: 0;
    margin: 0;
    /* background-color: #efefef; */
    line-height: 0;
}
.pdtimg span {
    position: absolute;
    bottom: 0;
    background-color: #000;
    color: #fff;
    padding: 3px 15px;
    z-index: 100;
    line-height: 1.2;
	font-size:0.8em;
}

#blog {
    margin: 0 20% 100px;
    padding: 5%;
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
}
	
/* 商品一覧 */
.ttlbk_cat {
	margin: 0 0 30px;
	padding: 2%;
	background-color: #ccc;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	height: 300px;
    }
.ttlbk_cat ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-start !important;
    margin: 0 !important;
}
.ttlbk_cat li {
    margin: 0 15px 8px 0 !important;
	/*
    padding: 2px 15px !important;
    background-color: #fff;
    border-radius: 50px;
	*/
}
.item-list li img {
    background-color: #efefef;
    padding: 0px 0;
	width: 100%;
}
	
/* 取扱店 */
#linkweb {
    margin: 0 4% 0 0;
    overflow-x: unset;
}
#linkweb table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
	min-width: auto;
	white-space: wrap;
}
#linkweb th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #eeeeee;
}
#linkweb td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

/* 会社概要 */
#company {
    margin: 0 4% 0 0;
}
#company table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 80%;
}
#company th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #eeeeee;
}
#company td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
	
/* お問い合わせ */
#contact {
    margin: 0 4% 0 0;
}
#contact table {
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    width: 100%;
	min-width: 600px;
	white-space: nowrap;
}
#contact th {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	background-color: #eeeeee;
}
#contact td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
	
/* 新製品ご予約案内 */
#arrival {
    margin: 0 4% 0 0;
}
#arrival ul li {
    width: 100%;
    margin: 0 0 40px !important;
    padding: 0;
}
#arrival ul {
	display: grid !important;
	grid-template-columns: 31% 31% 31%;
	justify-content: space-between;
	margin: 0 4% 0 0;
}
	
/* TMアンバサダー */
#ambassador {
    margin: 5% 9% 5% 5%;
}
.abdBox ul {
	display: flex !important;
	flex-wrap: wrap;
    width: 100%;
}
	
/* トピックス */
.topics h2 {
        margin: 0 4% 20px 0 !important;
    }
.cattopsps {
    margin: 0;
	width: 100%;
}
	
}

