@charset "utf-8";
/* common */
.pc_cont {
  display: block !important;
}
.sp_cont {
  display: none !important;
}
.red {
  color: red;
}
.green {
  color: #48b5a5;
}
.marker_y {
  background: linear-gradient(transparent 30%, rgba(255, 243, 59, .7) 30%);
  display: inline;
}
.marker_b {
  background: linear-gradient(transparent 30%, rgba(119, 231, 215, .6) 30%);
  display: inline;
}
.marker_r {
  background: linear-gradient(transparent 30%, rgba(255, 131, 131, .4) 30%);
  display: inline;
}
.under {
  	border-bottom: solid 1px #3c3c3c;
  	display: inline;
	padding-bottom: 2px;
}
.small {
  font-size: 1.2rem;
}

#article_page a:active {
  color: #3c3c3c;
}

#maintxt_wrap p a, .check-box a, .point-box a {
  color: #ff4d00;
  text-decoration: underline;
}
#maintxt_wrap p a:hover, .check-box a:hover, .point-box a:hover {
  color: #3c3c3c;
  text-decoration: none;
}
#article_page figure {
  margin: 0;
  padding: 0;
  align-self: center;
}
#article_page .fs-c-breadcrumb {
  width: 100%;
}
#article_page .mainimg {
  width: 100%;
  margin: 12px 0;
  padding: 0;
}
#article_page .mainimg img {
  width: 100%;
}
#article_page .date {
  text-align: right;
  margin-right: 1rem;
  font-size: 1.3rem;
}
#maintxt_wrap > p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}
#maintxt_wrap {
  margin: 4rem 8%;
}
#article_page h1 {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 5rem;
}
#maintxt_wrap .h2ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  margin: 10rem 0 3rem;
  padding: 3rem 1%;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
}
#maintxt_wrap .first_ttl {
  margin-top: 8rem;
}
#maintxt_wrap .h3ttl {
  font-size: 2.0rem;
  line-height: 1.6;
  margin: 6rem 0 3rem;
  padding: 1.6rem 2%;
  border-left: 5px solid #333;
}

@media screen and (max-width:768px) {
  .pc_cont {
    display: none !important;
  }
  .sp_cont {
    display: block !important;
  }
  #article_page.fs-l-pageMain {
      padding: 0;
  }
  #maintxt_wrap {
    margin: 2.4rem 4%;
  }
  #article_page h1 {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  #maintxt_wrap .h2ttl {
    font-size: 1.8rem;
    margin: 7rem 0 1.5rem;
    padding: 2.4rem 2%;
  }
  #maintxt_wrap .first_ttl {
    margin-top: 5rem;
  }
  #maintxt_wrap .h3ttl {
    font-size: 1.8rem;
    margin: 5rem 0 1.5rem;
    padding: 1.4rem 2% 1.4rem 4%;
    border-left: 4px solid #333;
  }	
  #maintxt_wrap > p {
    font-size: 1.6rem;
  }
  .fs-c-breadcrumb ol {
      white-space: nowrap;
      overflow-x: scroll;
	  margin: 0 0 0 10px;
  }
}


/*----------------------
 #category-container
------------------------*/
.category-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  background-color: #f5f6f1;
  padding: 14px 3%;
  /*overflow-x: auto;
  white-space: nowrap;*/
}
.category-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: center;
  padding-top: 30px;
  width: 100px;
  font-weight: bold;
  font-size: 1.2rem;
  background-image: url('https://curpetmarche.itembox.design/item/side-icon-mark1.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 28px auto;
  margin-right: 2%;
  white-space: nowrap;
}
.category-buttons {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  gap: 7px;
}
.category-buttons .c_btn_ttl {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.3rem;
}
.category-buttons a {
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  /*flex-grow: 1;*/
  padding: 12px 26px 12px 12px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 6px;
  /*min-width: 150px;*/
  width: 19%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: relative;
  text-align: center;
}
.category-buttons a::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f054";
  font-weight: 900;
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
}
.category-buttons a:hover:after, .category-buttons a:hover .c_btn_ttl {
  color: #ff4d00;
}


.category-container.menu3 .category-buttons {
	  -webkit-box-pack: center;
	  justify-content: center;
}


@media screen and (max-width: 835px) {
  .category-container {
    overflow-x: auto;
    white-space: nowrap;
    padding-left: 4%;
  }
  .category-buttons {
    flex-wrap: nowrap;
  }
  .category-buttons {
    display: block;
  }
  .category-buttons a {
    width: auto;
    min-width: inherit;
    margin-right: 2px;
  }
  .category-buttons a:last-child {
    margin-right: 5%;
  }
  .category-title { 
		  margin-right: 3%;
  }	
}

/*----------------------
 #category-top
------------------------*/

.fs-l-pageMain .new_cate_mainTtl01 {
	padding: 0;
}
.fs-l-pageMain .new_cate_mainTtl01:before {
	display: none;
}
.fs-l-pageMain picture.new_cate_mainTtl01 {
	margin: 1rem 0;
	display: block;
}
.new_cate_leadtext_mt0,
.new_cate_leadtext {
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	line-height: 2;
	margin: 2rem 0;
}
.new_cate_leadtext_mt0 {
	margin: 0 0 2rem 0;
}

@media screen and (max-width:768px) {
	.new_cate_leadtext_mt0,
	.new_cate_leadtext {
		text-align: left;
		padding: 0 4%;
		font-size: 14px;
	}
}






/*----------------------
 link_img
------------------------*/
.image-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 3rem !important;
}
.image-container img {
  width: 100%;
}
.image-container::before {
  content: "";
  background-image: url("https://curpetmarche.itembox.design/item/article/icon_bag.png");
  background-size: cover;
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 70px;
  height: 70px;
}
.image-normal {
  margin: 0 auto 3rem !important;
  text-align: center;
}
.image-normal img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
	.image-normal,
	.image-container {
		margin-bottom: 2rem !important;
	}
    .image-container::before {
        bottom: 6px;
        right: 8px;
        width: 46px;
        height: 46px;
    }
}



/*----------------------
toc-container
------------------------*/
.toc-container {
  width: 100%;
  margin: 6rem auto;
  background-color: #f5f5f2;
  border-top: 3px solid #404e4e;
  padding: 16px 20px;
}
.toc-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
  text-align: left;
  color: #404e4e;
}
.icon_toc {
  padding-left: 3rem;
  margin-left: 1rem;
  background-image: url("https://curpetmarche.itembox.design/item/article/icon_menu01.png?2");
  background-size: 22px auto;
  background-position: left center;
  background-repeat: no-repeat;
}
.toc-header .arrow {
  font-size: 1.8rem;
  transition: transform 0.6s ease;
  transform: rotate(0deg);
}
.toc-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.toc-content.show {
  max-height: 5000px;
}
.toc-content.show ~ .toc-header .arrow {
  transform: rotate(180deg);
}
.toc {
  padding: 0 3rem;
}
.toc ul {
  list-style: none;
  padding: 10px 0 0 0;
}
.toc ol li {
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.toc ol > li {
  list-style: decimal;
  font-weight: bold;
}
.toc ol > li > a {
  font-weight: bold;
}
.toc ol ul li {
  margin-bottom: 10px;
  font-size: 1.4rem;
  list-style: none;
  font-weight: normal;
}
.toc ol li::before {
  content: '';
  margin-right: 10px;
  color: #999;
}
.toc ul li::before {
  content: '•';
  margin-right: 10px;
  color: #999;
}
.toc li h3 {
  display: inline;
  font-size: 1.4rem;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
	.toc-container {
		margin: 5rem auto;
		padding: 1rem 4%;
	}
	.toc-header {
		font-size: 1.6rem;
		padding: 10px 4px 0 0;
	}
	.toc {
		padding: 0 3% 0 6%;
	}
}


/*----------------------
 #mame-chishiki
------------------------*/
.tip-wrap {
  background: #f5f5f2;
  padding: 3.2rem;
  margin: 5rem auto;
  border-radius: 10px;
}
.tip-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #404e4e;
  border-top: 1px solid #404e4e;
  border-bottom: 1px solid #404e4e;
  padding: .1rem 1rem;
  letter-spacing: 1px;
}
.icon_tip {
  background-image: url("https://curpetmarche.itembox.design/item/article/icon_mame.png");
  background-size: 20px auto;
  background-position: left center;
  background-repeat: no-repeat;
  padding: .5rem 0 .5rem 2.4rem;
  display: inline-block;
}
.tip-box {
  border-radius: 10px;
  padding: 1.6rem 2rem;
  background-color: #fff;
}
.tip-header {
  width: 100%;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.4rem;
  background-color: #fff;
  /*display: inline-block;
  font-size: 1.8rem;
  position: relative;*/
}
.tip-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 1%;
}
.tip-image {
  width: 200px;
  height: auto;
}
.tip-image img {
  display: block;
  max-width: 100%;
}
.tip-textbox {
  width: calc(100% - 200px);
  padding-left: 2.6rem;
}
.tip-textbox p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
	.tip-wrap {
		padding: 2rem;
		margin: 3.5rem auto;
	}
	.tip-box {
		padding: 1.4rem;
	}
	.tip-header {
 		margin-bottom: 1.2rem;		
	}
    .tip-content {
      	display: block;
    }
	#article_page .tip-image {
	    width: 240px;
        height: auto;
        margin: 0 auto;
	}
	.tip-textbox {
		width: 100%;
		padding-left: 0;
	}
	.tip-textbox p {
  		font-size: 1.4rem;
	}
}



/*----------------------
 #table
------------------------*/
#article_page table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width:768px) {
    #article_page table th, #article_page table td {
      font-size: 1.4rem;
      padding: 8px;
      line-height: 1.6;
    }
	#article_page table thead th {
		padding: 6px;
	}
}
/**** table_layout01 *****/
table.table_layout01 {
  margin: 5rem auto;
}
.table_layout01 th, .table_layout01 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.table_layout01 thead th {
  background-color: #666;
  font-weight: bold;
  color: #FFF;
}
.table_layout01 tbody th {
  background-color: #f5f5f2;
}
/**** table_layout02 *****/
table.table_layout02 {
  margin: 5rem auto;
}
.table_layout02 th, .table_layout02 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
}
.table_layout02 thead th {
  background-color: #666;
  font-weight: bold;
  border-color: #fff;
  color: #fff;
}
.table_layout02 tbody th {
  background-color: inherit;
}
.table_layout02 tbody tr:nth-child(odd) {
  background-color: #fff;
}
.table_layout02 tbody tr:nth-child(even) {
  background-color: #f5f5f2;
}
@media screen and (max-width: 768px) {
	table.table_layout01 {
		margin: 3rem auto;
	}
	
  .table-container {
      overflow-x: auto;
	  margin: 3rem auto;
	  padding-bottom: 1rem;
  }
  table.table_layout02 {
	  margin: 0 auto;
	  width: auto;
	  min-width: 600px;
  }
  .table_layout02 th, .table_layout02 td {
      padding: 8px;
  }
}
/*----------------------
 #point_box
------------------------*/
.point-box {
  border: 2px solid #6bbfb2;
  padding: 20px 4%;
  background: #fff;
  margin: 5rem auto;
  position: relative;
}
.point-header {
  background-color: #6bbfb2;
  color: #fff;
  font-weight: bold;
  padding: 4px 18px;
  display: inline-block;
  position: absolute;
  top: -15px;
  left: 20px;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.point-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.point-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  font-size: 1.5rem;
  line-height: 1.6;
}
.point-list li:last-child {
  border-bottom: none;
}
.number {
  color: #6bbfb2;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 0 10px 0 0;
}
@media screen and (max-width: 768px) {
	.point-box {
		margin: 3.5rem auto;
		padding: 1.6rem 4% 1.2rem;
	}
	.point-list li {
		font-size: 1.4rem;
	}
	
}


/*----------------------
 #check-box
------------------------*/
.check-box {
  border: 6px solid #eee;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin: 5rem auto;
  position: relative;
}
.check-header {
  background-color: #404e4e;
  color: white;
  font-weight: bold;
  padding: 4px 18px;
  display: inline-block;
  margin-bottom: 2rem;
  position: absolute;
  top: -15px;
  left: 20px;
  letter-spacing: 1px;
  font-size: 1.3rem;
}
.check-list {
  list-style: none;
  padding: 0;
}
.check-list li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 14px 1%;
  border-bottom: 1px dashed #ccc;
  font-size: 1.5rem;
  line-height: 1.6;
}
.check-box.none .check-list li {
  display: block;
}
.check-list li:last-child {
  border-bottom: none;
}
.check-list i {
  color: #404e4e;
  margin-right: 16px;
  font-size: 2.4rem;
  line-height: 1;
  width: 24px;
}
.check-list p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 0;
  width: calc(100% - 24px);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
	.check-box {
		border: 5px solid #eee;
		margin: 3.5rem auto;
		padding: 1.4rem 4%;
	}
	.check-list li {
        font-size: 1.4rem;
        padding: 12px 1%;
	}
	.check-list p {
		  font-size: 1.4rem;
		  line-height: 1.6;
	}
    .check-list i {
      	margin-right: 10px;
        font-size: 2rem;
        line-height: 1;
        width: 20px;
    }
	
}

/*----------------------
 #article-lineup
------------------------*/
.article-lineup {
	margin: 6rem 0;
}
.a-lineup_ttl {
  border-bottom: 1px dashed #666;
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}
.article-lineup .cm-pu-box h3 {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
.article-lineup .cm-top-pickupitems {
	  -webkit-box-pack: start;
	justify-content: flex-start;
}
.article-lineup .cm-pu-box {
	flex-basis: 25%;
	padding: 1%;
	margin: 0 0 1.6rem 0;
}

@media screen and (max-width: 768px) {
	.article-lineup .cm-top-pickupitems {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-around;*/
		padding: 0 3%;
		margin: 0;
	}
	.article-lineup .cm-pu-box {
		width: 50%;
		padding: 0 1%;
		flex-basis: inherit;
		margin: 0;
	}
	.article-lineup .cm-pu-box h3 {
		margin: 1rem 2% 2rem;
	}
	.article-lineup .a-lineup_ttl {
		margin: 2.4rem 0 1.6rem;
		padding: 0 0 2px 0;
	}
	
	.article-lineup .cm-pu-box img {
      	width: 100%;
        height: 140px;
        object-fit: cover;
        margin: 0;
      }
  
}

/*----------------------
 #new｜recommend
------------------------*/
.new-articles.detail_layout_1 {
  margin: 6rem 0;
}
.article-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.article-list .article {
  width: 25%;
  padding: 0 1%;
  margin-bottom: 2.4rem;
}
.article-list .article img {
  width: 100%;
  height: auto;
  display: block;
}
.article-info {
  margin-top: 10px;
}

.article_r_box h3,
.article h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: left;
}
.article_r_box h3 {
  font-size: 1.4rem;	
}

#article_page .article_r_box .date,
#article_page .article .date {
  display: block;
  margin: 5px 4px;
  color: #999;
  text-align: right;
}

@media screen and (max-width: 768px) {
	.new-articles {
		margin: 5rem 0;
	}
	.article-list {
		display: block;
		padding: 0 4%;
	}
	.article-list .article {
		width: 100%;
	}
	.article-recommend .article-rcm_wrap {
		padding: 0 4%;		
	}
	.new-articles .more-btn {
		margin: 4rem auto 5rem;
	}
}


/*----------------------
 #related-article
------------------------*/
.related-article {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 14px;
  background-color: #fafbf5;
  margin: 6rem auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition-duration: .3s;
}
.related-article:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0);
}
.article-image {
  width: 170px;
}
.article-image img {
  display: block;
}
.article-content {
  padding-left: 2rem;
  width: calc(100% - 170px);
}
.article-title {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
	.related-article {
		padding: 10px;
		margin: 3rem auto;
	}
    .article-image {
	    width: 110px;
    }
	.article-content {
        padding-left: 1.4rem;
        width: calc(100% - 110px);
	}
	.article-title {
		font-size: 1.4rem;
		margin: .5rem 0;
	}
}

/*----------------------
 #bnr_wrap
------------------------*/
.bnr_wrap {
	text-align: center;
	margin: 6rem 0;
}
.bnr_wrap > li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
    #article_page .bnr_wrap {
          margin: 4rem auto 6rem;
    }
	/* インスタ */
	.ecbn-selection-page-wrapper .ecbn-selection-title {
		margin: 5rem 0 3rem !important;
	}
}

/*----------------------
 #article-navigation
------------------------*/
.article-navigation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin: 4rem 0;
  background-color: #f5f5f2;
  padding: 3rem;
}
.article-navigation a {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 48%;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
}
.arrow-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
.prev-article .arrow-container {
  -webkit-box-pack: start;
  justify-content: flex-start;
}
.next-article .arrow-container {
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.prev-article span, .next-article span {
  color: #333;
  font-size: 1.2rem;
  font-weight: normal;
}
.prev-article p, .next-article p {
  font-size: 1.5rem;
  text-align: left;
  margin: 0 0 2rem;
}
.prev-article {
  text-align: left;
}
.next-article {
  text-align: right;
}
.next-article .arrow, .prev-article .arrow {
  padding: 0 1.6rem;
  position: relative;
}
.prev-article .arrow::before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #48b5a5;
}
.next-article .arrow::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2rem;
  color: #48b5a5;
}
.article-navigation.one_n {
	justify-content: center;
	-webkit-box-pack: center;
}
.article-navigation.one_n a {
	width: 55%;
}

@media screen and (max-width:768px) {
	.article-navigation {
		display: block;
		padding: 2rem 5%;
	}
	.article-navigation a {
		display: block;
		width: 100%;
		padding: 1.4rem 5%;
		margin-bottom: 1rem;
	}
    .prev-article p, .next-article p {
      	font-size: 1.4rem;
     	margin: 0 0 1rem;
    }
    .article-navigation.one_n a {
        width: 100%;
    }
}

/*----------------------
  hosoku
------------------------*/
.sup_box {
  background-color: #f5f5f2;
  padding: 2rem 3rem;
  border-radius: 8px;
  margin: 4rem auto;
}
.sup_title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.sup_box .list_dot {
  padding-left: 2rem;
}
.sup_box .list_dot li {
  list-style-type: disc;
  margin-top: 10px;
}
.sup_box .list_normal li {
  margin-top: 10px;
}
@media screen and (max-width:768px) {
	.sup_box {
		padding: 2rem 7% 1rem;
		margin: 3rem auto;
	}
    .sup_title {
        padding-bottom: 1rem;
    }
}

/*--------------------------------------
  bottom
--------------------------------------*/
.bottom_wrap {
  margin: 10rem auto 6rem;
}
.item_specs {
  margin: 7rem auto;
}
#article_page .function_ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding: 10px;
    border-top: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
    text-align: center;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
}
#article_page .function_ttl.icon01 {
  font-size: 1.6rem;
  padding: 6px 10px;
}
#article_page .function_ttl.icon01::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://curpetmarche.itembox.design/item/cm-logo-mark.svg);
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
#article_page .function_ttl.g_line {
  border-top: 2px solid #c6e2e1;
  border-bottom: 2px solid #c6e2e1;
}
/**** table_layout03 *****/
table.table_layout03 {
  border-spacing: 0;
}
#article_page .table_layout03 th, #article_page .table_layout03 td {
  padding: 10px;
  text-align: left;
  border: 2px solid #fff;
}
.table_layout03 th {
  font-weight: bold;
}
.table_layout03 tr:nth-child(odd) th, .table_layout03 tr:nth-child(odd) td {
  background-color: #f5f5f2;
}
.table_layout03 tr:nth-child(even) th, .table_layout03 tr:nth-child(even) td {
  background-color: #fff;
}
@media screen and (max-width:768px) {
	.bottom_wrap {
		margin: 5rem auto 4rem;
	}
    .item_specs {
      margin: 5rem auto;
    }	
  	#article_page .function_ttl {
    	margin: 5rem 0 1.8rem 0;
    	border-top: 1px solid #3c3c3c;
    	border-bottom: 1px solid #3c3c3c;
		padding: 8px;		
  	}
}

/*----------------------
 #SHEAR
------------------------*/
.share-wrap {
  margin: 8rem auto;
}
.share-buttons {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 1.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 8px;
  position: relative;
}
.share-buttons::before, .share-buttons::after {
  content: '';
  flex: 1;
  border-bottom: 2px solid #333;
}
.share-buttons p {
  font-size: 1.6rem;
  padding: 0 10px;
  font-weight: bold;
}
.share-wrap .buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0;
  margin-top: 10px;
}

@media screen and (max-width:768px) {
	.share-wrap {
		margin: 3rem auto;
	}
    .share-buttons p {
          font-size: 1.5rem;
          padding: 0 4px 0 10px;
    }
	.share-buttons {
		max-width: 250px;
		margin: 0 auto;
	}
}


/*--------------------------------------
  form
--------------------------------------*/
.setitem_form_title {
  background: #e6f7f6;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 1.6rem;
}
.c_item_name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 1rem;
}
.c_item_detail {
  margin: 0;
}
.setitem_form_box {
  overflow: hidden;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px dashed #666;
}
.setitem_form_img {
  width: 34%;
  padding-right: 4% !important;
  float: left;
}
.setitem_form_databox {
  width: 66%;
  float: right;
}
.form_quantity02 {
  width: 66%;
}
.form_quantity02 td {
  padding: 0;
}
.form_quantity02 .t_name {
  text-align: left;
}
.text_input input {
  height: 52px;
  max-width: 120px;
  font-size: 1.8rem;
  margin-right: 1rem;
  padding: 0 10px;
}
.setitem_form_wrap .title_option01 {
  margin: 2.4rem 0 .8rem 0;
  font-size: 1.4rem;
  font-weight: bold;
}
.form_option01 th, .form_option01 td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
  font-size: 1.3rem;
}
.form_option01 th {
  font-weight: bold;
  background-color: #eee;
  padding: 6px 10px;
}
.form_option01 td input {
  cursor: pointer;
  transform: scale(1.5);
}
.fs-c-button--addToCart--variation.fs-c-button--primary {
  border-radius: 4px;
  background: #48b5a5;
  border: 1px solid #48b5a5;
  font-weight: bold;
  padding: 1.6rem 1rem;
  box-shadow: 0 3px 6px 0px #cecece;
  width: 100%;
  max-width: 520px;
  margin: 2.2rem auto 0;
  display: block;
  font-size: 1.5rem;
  min-width: auto;
}
@media screen and (max-width: 768px) {
	.setitem_form_title {
		font-size: 1.3rem;
	}
  	.setitem_form_wrap .setitem_form_img {
    	width: 200px;
    	float: none;
	  	margin: 0 auto !important;
	  	padding-right: 0 !important;
  }
	.setitem_form_databox {
		width: 100%;
		float: none;
		margin: 1rem 0;
	}
	.c_item_name {
		margin-bottom: .5rem;
	}
	.setitem_form_wrap .title_option01 {
		margin: 1rem 0;
		font-size: 1.3rem;
	}
	#article_page .form_option01 th {
		padding: 4px 10px !important;
	}

}
/*----------------------
　PICK UP ITEMS
------------------------*/
.article-pu_wrap {
  padding: 0 3.2rem;
}
.article-pu_wrap h3 {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 1rem;
  line-height: 1.5;
}

.article-pickup {
	margin: 7rem auto 7.4rem;
}

@media screen and (max-width: 768px) {
    .article-pu_wrap {
      padding: 0;		
    }	
	.article-pickup {
		margin: 4.5rem auto 6.5rem;
	}
	#article_page .article-pickup .function_ttl {
		margin: 4rem 0 1.6rem;
	}
}

/*----------------------
　Slider
------------------------*/
.rcm_slider .slick-prev::before,
.pu_slider .slick-prev::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://curpetmarche.itembox.design/item/cm-arrow-left.svg);
  background-size: contain;
}
.rcm_slider .slick-next::before,
.pu_slider .slick-next::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(https://curpetmarche.itembox.design/item/cm-arrow-right.svg);
  background-size: contain;
  vertical-align: middle;
}
.rcm_slider .slick-dots li button:before,
.pu_slider .slick-dots li button:before {
  font-size: 8px;
}
.rcm_slider .slick-prev,
.pu_slider .slick-prev {
  left: 0;
}
.rcm_slider .slick-next {
	right: 12px;
}
.pu_slider .slick-next {
	right: 5px;
  	top: 80px;
}
.pu_slider .slick-prev {
	left: -4px;
  	top: 80px;
}
.rcm_slider .slick-slide img,
.pu_slider .slick-slide img {
  width: 100%;
}
.article-rcm_wrap .slick-dots,
.article-pu_wrap .slick-dots {
	position: relative;
	bottom: -10px;
}
.cm-ranking-box4 {
  flex-basis: 210px;
  margin: 0 6px;
}
.slick-prev, .slick-next {
	z-index: 998;
}
.slick-slider {
  touch-action: pan-y;
}


@media screen and (max-width: 480px) {
      .pu_slider .cm-ranking-box5 {
        margin: 0 4px;
      }
      .pu_slider .cm-ranking-box5 img {
        height: 190px;
        object-fit: cover;
      }	
}
/*----------------------
 tag
------------------------*/
.tag-l {
  border-radius: 4px;
  display: inline-block;
  letter-spacing: .5px;
}
.tag-article {
  background-color: #404e4e;
  color: #fff;
  font-size: 1.2rem;
  padding: 4px 12px;
}
.tag-new {
  background-color: #6ec3af;
  color: #fff;
  padding: 2px 12px;
  font-size: 1.1rem;
  margin-bottom: .5rem;
}

.tag_01 {
    border-radius: 4px;
    display: inline-block;
    letter-spacing: .5px;
	background: #eae7e1;
    /*background: #dedad3;*/
    font-size: 1.1rem;
    padding: 2px 10px;
	color: #5f5f5f;
	font-weight: bold;
}

@media screen and (max-width: 768px) {
    .tag-article {
      font-size: 1.1rem;
      padding: 2px 10px;
    }
}



/*----------------------
LIST：flow_nav
------------------------*/
 #fl_menu button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
}
#fl_menu .menu-button {
    writing-mode: vertical-lr;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 12px;
    border-radius: 0 8px 8px 0;
    position: absolute;
    top: 0;
    left: 100%;
    height: max-content;
    background-color: #f5f5f2;
    font-size: 1.2rem;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    margin: 0;
	border-bottom: 1px solid #dfdfdf;
}
.menu-button > span {
	background-image: url('https://curpetmarche.itembox.design/item/article/icon_article-1.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 16px auto;
	padding: 24px 4px 0;
	font-weight: bold;
	color: #666;
	writing-mode: vertical-lr;
}

.fl_menu_tit {
  font-size: 1.8rem;
  padding: 1rem .6rem;
  margin: 0 0 .6rem 0;
  color: #6e6e6e;
	position: relative;
}

.fl_menu_tit:after {	
position: absolute;
  top: calc(50% - 1px);
right: 0;
  width: 50%;
  height: 2px;
  content: '';
  background: #6e6e6e;
}
	
#menu-content li {
  position: relative;
  cursor: pointer;
  font-size: 1.3rem;
}
#menu-content li a {
    display: block;
    padding: 1rem .8rem 1rem 1.6rem;
    border-bottom: 1px dashed #c8c9c4;
}
#menu-content li:last-child a {
    border-bottom: none;		
}

#menu-content li a::before {
font-family: 'Font Awesome 5 Free';
content: "\f054";
font-weight: 600;
font-size: 1rem;
position: absolute;
left: 3px;
top: 50%;
transform: translateY(-50%);
  color: #666;
}

#menu-content li a:hover::after {
color: #ff4d00;
}

#fl_menu {
    position: fixed;
    z-index: 999;
    top: 100px;
    left: 0;
    background: #f5f5f2;
    width: fit-content;
    transform: translateX(-100%);
    transition: .3s;
    opacity: 0;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

#fl_menu .fl_inner {
    overflow-y: auto;
    height: 100%;
    padding: 2.5rem 2.5rem 3rem;
}
#fl_menu .show {
    opacity: 1;
}
#fl_menu.is-active {
    transform: translateX(0);
}
#fl_menu.show {
    transform: translateX(0);
}
#fl_menu.show .menu-button {
    box-shadow: none !important;
}

@media screen and (max-width: 768px) {
   #fl_menu .menu-button {
      	white-space: pre;
    }
}



/*----------------------
LIST：mainimg
------------------------*/
.list-Mimg {
    text-align: center;
    padding: 8rem 5%;
    background-image: url('https://curpetmarche.itembox.design/product/033/000000003314/000000003314-01-l.jpg?t=20241002112707');
    background-size: cover;
    background-position: center;
	margin: 1rem 0;
	position: relative;
}
/* sample */
.list-Mimg.bg_rug {
	background-image: url('https://curpetmarche.itembox.design/product/037/000000003796/000000003796-21-l.jpg?t=20241002112707');
}

.list-Mimg.a-pattern {
	background: none;
}
.background-Mimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.white-line {
    border: none;
    border-top: 2px solid #fff;
    width: 60%;
    margin: 1rem auto;
}
#article_page.article_list .list-Mimg h1:before {
	display: none;
}
#article_page.article_list .list-Mimg h1 {
    font-size: 3.5rem;
	letter-spacing: 4px;
	line-height: 1.4;
    color: #fff;
	margin: 0;
	padding: 0;
	font-family: Hiragino Mincho ProN, "ヒラギノ明朝 ProN","游明朝", YuMincho, "ＭＳ 明朝", serif;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.list-Mimg .logo {
	max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.list_lead_wrap {
	margin: 3rem 0;
	padding: 0 5%;
}
.list_lead_wrap p {
	font-size: 1.5rem;
	line-height: 1.8;
}
.new-articles.list_layout_1 {
	margin-top: 5rem;
}


@media screen and (max-width: 768px) {
      .list-Mimg {
          padding: 4rem 0;
      }
      .white-line {
          width: 75%;
		  margin: .8rem auto;
      }
      #article_page.article_list .list-Mimg h1 {
          font-size: 2.6rem;
          letter-spacing: 2px;
          line-height: 1.3;
      }
      #article_page.article_list .list-Mimg h1 > span {
          font-size: 2.4rem;		  
     }
      .list-Mimg .logo {
          max-width: 180px;
      }
      .list_lead_wrap {
          margin: 2.4rem 0;
          padding: 0 4%;
      }
      #article_page .new-articles.list_layout_2 .function_ttl,
      .new-articles.list_layout_2 {
          margin-top: 3rem;
      }
      /*#article_page.article_list .new-articles,
      #article_page.article_list .new-articles .function_ttl {
      		margin-top: 4rem;
      }*/
}

/*----------------------
LIST：article_all
------------------------*/
.a-list2_wrap {
	display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
	-webkit-box-pack: justify;
    justify-content: space-between;
}

.a-list2-item {
	display: -webkit-box;
    display: flex;
    width: 48%;
    margin-bottom: 1.4rem;
    padding-bottom: 1.4rem;
	border-bottom: 1px solid #eee;
}

#article_page .a-list2-image {
    width: 40%;
	padding-right: 4%;
}

.a-list2-image img {
    width: 100%;
    height: auto;
	display: block;
}

.a-list2-detail {
    width: 60%;
}

.a-list2-detail h3 {
    margin: 0 0 1rem 0;
    font-size: 1.6rem;
	line-height: 1.5;
	font-weight: normal;
}
.a-list2-tag > li {
	display: inline-block;
	margin-right: .2rem;
}
@media (max-width: 768px) {
	.article-list2 {
		margin: 5rem 0;
	}
	#article_page .article-list2 .function_ttl {
		margin: 3rem 0 .4rem 0;
	}
    .a-list2_wrap {
        display: block;
    }
    .a-list2-item {
        width: 100%;
		padding: 1.4rem 3%;
		margin-bottom: 0;
    }

    .a-list2-detail h3 {
        font-size: 1.4rem;
        line-height: 1.4;
    }
}

/*----------------------
 LIST｜ranking
------------------------*/
.article-ranking {
  margin: 4rem auto;
}
.article-ranking .article_r_box h3 {
	margin: .5rem 2% .8rem 0;
}
.article-ranking .cm-ranking-box5 a:hover {
	text-decoration: none;
	color: #ff4d00;
}
.article-ranking .cm-ranking-ctgry {
	padding: 0;
}

.article-ranking .article_r_box  {
	flex-basis: 20%;
	padding: 0 6px;
	margin: 2rem 0 2.4rem 0;
}
.ranking_img img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (max-width: 768px) {
    #article_page .article-recommend .function_ttl {
        margin-top: 4rem;
    }
	.article-ranking {
	    margin: 2.5rem auto 4rem;
    }
    .article-ranking .article_r_box h3 {
        margin: .5rem 0 .8rem;
		font-weight: normal;
    }
    .article-ranking .article_r_box {
        flex-basis: unset;
        padding: 0;
        margin: 0;
    }
	.article-ranking .cm-ranking-ctgry {
		display: block;
		margin: 0 3%;
	}

    .article-ranking .article_r_box a {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
		padding: 1.8rem 0 1rem 0;
		border-bottom: 1px dashed #ddd;
    }	
    .ranking_img {
      	width: 40%;
      	padding-right: 4%;
		position: relative;
    }
	.article-ranking .article-info {
	    width: 64%;
		margin-top: 0;
	}
    .article-ranking .cm-ranking-ctgry .rank_num {
		top: -12px;
		left: 5%;
    }
	#article_page .article_r_box .date {
		text-align: left;
	}
	#article_page .article-ranking .function_ttl {
		margin-bottom: .6rem;
	}
}


/*----------------------
 LIST｜SHOWROOM
------------------------*/
#showroom {
	background: #fafbf5;
	border-radius: 14px;
	padding: 5rem 5%;
	margin: 5rem auto;
}
#showroom .blue {
	color: #105986;
}
.showroom-title {
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-size: 3rem;
	color: #3f4e4e;
	text-align: center;
	font-weight: bold;
}
.showroom-title > span {
	background-image: url('https://curpetmarche.itembox.design/item/article/icon_showroom.png');
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 28px auto;
	padding-left: 4rem;
}
.locations-wrap,
.marche-about {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
/* about */
.marche-about {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
	-webkit-box-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
	margin: 3rem auto 1.4rem;
	padding: 1.2rem 3%;
	border-top: 4px solid #c8c9c4;
	border-bottom: 4px solid #c8c9c4;
}
#showroom .marche-logo {
	width: 28%;
}
#showroom .marche-logo img {
    min-width: 180px;
	mix-blend-mode: multiply;		
}
.about-text {
    padding-left: 2%;
	width: 70%;
}
.about-text p {
	line-height: 1.6;
}

/* point */
.showroom-points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2%;
    margin-bottom: 5rem;
}
.showroom-points .point_box {
    margin: 1rem 4% 0;
    text-align: center;
}
.showroom-points .point_box h3 {
    font-size: 1.6rem;
    font-weight: bold;
	line-height: 1.3;
	margin-bottom: 1rem;
	letter-spacing: .3px;
}
.showroom-points .point_box img {
    width: 100%;
    height: auto;
	border-radius: 6px;
}
.point_box > .small {
	display: block;
	text-align: right;
}
.point_txt {
	font-size: 1.1rem;
	letter-spacing: 1px;
	margin-bottom: .4rem;
  	display: inline-block;
	font-weight: bold;
	position: relative;
}

.point_txt::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 0.5rem;
    height: 1.4rem;
    border-left: 1px solid #3c3c3c;
    transform: rotate(-30deg);
}

.point_txt::after {
    content: "";
    position: absolute;
    right: -13px;
    top: 3px;
    width: 0.5rem;
    height: 1.4rem;
    border-left: 1px solid #3c3c3c;
    transform: rotate(30deg);
}

/* location */
.showroom-locations {
	border-top: 1px dashed #3c3c3c;
	margin-top: 3rem;
}
.locations-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3%;
}
.locations-tit {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 3rem;
	padding-top: 1rem;
}
#showroom .showroom_name {
	font-size: 1.6rem;
	text-align: left;
	margin: 1.4rem 0;
}
.location_box dl {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.location_box dt,
.location_box dd {
  margin: 0;
  padding: 5px;
  float: left;
}

.location_box dt {
  width: 80px;
  font-weight: bold;
}

.location_box dd {
  width: calc(100% - 80px);	
}

.showroom-button {
    display: block;
    padding: 10px 1%;
	max-width: 320px;
    background-color: #4fb2a6;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius: 4px;
	font-weight: bold;
	text-align: center;
	transition: .3s;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
	margin: 3rem auto 0;
	color: #FFF !important;
}
.showroom-button:hover {
    opacity: .8;
}

@media screen and (max-width: 768px) {
    #showroom {
        border-radius: 10px;
        padding: 6.5rem 3% 4rem;
        margin: 4rem auto;
    }
    .showroom-title {
        font-size: 2.6rem;
    }
    .showroom-title > span {
        background-size: 26px auto;
		background-position: center top;
        padding: 3.4rem 0 0 0;
     }
	.marche-about,
	.locations-wrap {
		display: block;
	}

    /* about */
    .marche-about {
        display: block;
        margin: 1.8rem 3% 1.4rem;
        padding: 1rem 5% 1.8rem;
        border-top: 3px solid #c8c9c4;
        border-bottom: 3px solid #c8c9c4;
    }
    #showroom .marche-logo,
	.about-text {
        width: 100%;
    }
	#showroom .marche-logo {
		min-width: inherit;
		max-width: 160px;
		margin: 0 auto;
	}
	#showroom .marche-logo img {
		width: 100%;
		min-width: inherit;
	}
    .about-text {
        padding-left: 0;
    }

    /* point */
    .showroom-points {
        grid-template-columns: repeat(2, 1fr);
        gap: 3%;
		margin-bottom: 7rem;
    }
    .showroom-points .point_box {
        margin: 0 3%;
    }
    .showroom-points .point_box h3 {
        font-size: 90%;
    }
	
    /* location */
    .locations-wrap {
        padding: 0 5%;
    }
	.location_box {
		margin-bottom: 2rem;
	}
    .locations-tit {
		font-size: 1.6rem;
        margin-bottom: 2rem;
        padding-top: .6rem;
    }
	.showroom-button {
		font-size: 1.5rem;
		max-width: 280px;
	}
}

/*----------------------
 more-btn
------------------------*/
.more-btn {
  background: #fff;
  border: 1px solid #333;
  border-radius: 4px;
  color: #333;
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  height: auto;
  line-height: 1;
  margin: 1rem auto 4.6rem;
  padding: 12px 0;
  text-align: center;
  text-decoration: none;
  width: 225px;
  transition: .3s;
}
@media screen and (max-width: 768px) {
	.more-btn {
		margin: 1rem auto 2rem;
	}
}


/*----------------------
 space
------------------------*/
.cont_space8 {
  margin: 8rem 0;
}
.cont_space6 {
  margin: 6rem 0;
}

@media screen and (max-width: 768px) {
    .cont_space8 {
      margin: 5rem 0;
    }
    .cont_space6 {
      margin: 4rem 0;
    }
}


/*----------------------
reset
------------------------*/
.fs-l-pageMain #maintxt_wrap h1 {
  padding: 0;
}
.fs-l-pageMain #maintxt_wrap h1::before {
  display: none;
}

