@charset "utf-8";
/* reset */
#article_page * {
	box-sizing: border-box;
}
div#addnav {
  display: none;
}

/* common */
.pc_cont {
  display: block !important;
}
.sp_cont {
  display: none !important;
}
.red {
  color: red !important;
}
.marker {
  background: linear-gradient(transparent 30%, rgba(237, 229, 218, .7) 30%);
  display: inline;
}
.bold {
	font-weight: bold !important;
}
.small {
  font-size: 1.2rem !important;
}
#article_page a {
	cursor: pointer;
}
#article_page a.link_ul {
	text-decoration: underline !important;
}
#article_page a.link_ul:hover {
  text-decoration: none !important;
}

/*
#article_page p a,
#article_page .check-box a,
#article_page .point-box a {
	text-decoration: underline !important;
}
#article_page p a:hover,
#article_page .check-box a:hover,
#article_page .point-box a:hover {
  text-decoration: none !important;
}*/

#article_page.article_wrap p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

#article_page {
	background-color: #f3f4f5;
	overflow: hidden;
	width: 100%;
}

.article_container {
	max-width: 1360px;
	background-color: #fff;
	margin: 0 auto;
	padding: 5rem 0;
}

#article_page .table_p2_wrap,
#article_page .a_inner {
	width: 800px;
	margin: 0 auto;
}

#article_page .article_head {
	width: 800px;
	margin: 0 auto 5rem;
}

#article_page figure {
  margin: 0;
  padding: 0;
  /*align-self: center;*/
}

#article_page h1 {
	font-size: 3rem;
	line-height: 1.6;
	margin-bottom: 1.6rem;
	font-family: Noto Sans Japanese, sans-serif;
	font-weight: 500;
}

#article_page .h2ttl {
    font-size: 2.6rem;
    line-height: 1.6;
    margin: 8rem 0 3rem;
    padding: 2.6rem 1% 2.6rem 3%;
    border-top: 2px solid #242429;
    border-left: 2px solid #242429;
	font-family: Noto Sans Japanese, sans-serif;
	font-weight: 600;
}

#article_page .h3ttl {
    font-size: 2.0rem;
    line-height: 1.6;
    margin: 7.5rem 0 2rem;
    padding: 1.8rem 2%;
    border-top: 2px solid #efeef3;
	font-family: Noto Sans Japanese, sans-serif;
	font-weight: 600;
}

#article_page .h3ttl.b_none {
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 3rem 0 0 !important;
    padding: 1.8rem 0;
    border-top: none;
	font-family: Noto Sans Japanese, sans-serif;
	font-weight: 600;
}

#article_page .h3ttl.i_square {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
	gap: 0.5rem;
}
#article_page .h3ttl.i_square:before {
    content: "■";
    font-size: 2.6rem;
    color: #242429;
    flex-shrink: 0;
	position: relative;
	top: -4px;
}

.article_title {
	text-align: center;
	margin-bottom: 3rem;
}
.article_title .ttl {
    font-family: Playfair Display, serif;
    font-size: 4rem;
    display: inline;
    vertical-align: middle;
}
.article_title .ttl .sub_ttl {
	font-family: Noto Sans Japanese;
	font-size: 1.4rem;
	font-weight: 200;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
.article_title .ttl .sub_ttl:before {
	content: "";
	display: inline-block;
	width: 41px;
	height: 1px;
	background: #242429;
	margin: 0 14px;
	position: relative;
	top: -5px;
}

@media screen and (max-width:751px) {
  /*#header, #headernavi {
    display: none;
  }*/
  .pc_cont {
    display: none !important;
  }
  .sp_cont {
    display: block !important;
  }
  #article_page {
    max-width: 100%;
  }
  #article_page h1 {
    font-size: 2.2rem;
    margin: 0 auto 1.4rem;
    text-align: left;
    line-height: 1.5;
    font-weight: 600;
  }
  #article_page .h2ttl {
    font-size: 2rem;
	line-height: 1.5;
    margin: 5rem 0 2rem;
    padding: 2rem 4%;
    text-align: left;
  }
  #article_page .h3ttl {
    font-size: 1.8rem;
    margin: 5rem 0 1.5rem;
    padding: 1.8rem 2% 1rem;
    text-align: left;
  }
	#article_page .h3ttl.b_none {
    	font-size: 1.8rem;
		margin: 0 !important;
	}
  #article_page p .marker,	
  #article_page p {
    font-size: 1.5rem;
  }
	#article_page .a_inner,
    #article_page .article_head {
        width: 100%;
		padding: 0 4%;
  }
	#article_page .article_head {
		margin: 0 auto 3.2rem;
	}
	.article_container {
		padding: 2rem 0;
	}

    #article_page .h3ttl.i_square:before {
        font-size: 2.4rem;
		top: -5px;
    }
	
    /*#article_page .table_p2_wrap {
        width: 100%;
	}
	#article_page .table_p2_wrap .table-container {
        margin-left: 4%;
    }*/
}

/*----------------------
 Detail#mainimg
------------------------*/
#article_page .mainimg_box {
	width: 100%;
	text-align: center;
	background: #FFF;
}

#article_page .mainimg_box img {
	width: 1024px;
	margin: 0 auto;
}

#article_page .date {
	margin-left: .5rem;
	font-size: 1.3rem;
	font-weight: 400;
}

/*----------------------
 #img
------------------------*/
.image-yoko {
  width: 100%;
  text-align: center;
  margin:0 auto 3.4rem !important;
}
.image-tate {
  max-width: 500px;
  text-align: center;
  margin:0 auto 3.4rem !important;
}
.image-tate img,
.image-yoko img {
  width: 100%;
}
.image-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 1rem;
	padding: 0 2%;
	margin-bottom: 3.4rem;
}

.image-container > figure {
    width: calc(50% - 0.5rem);
    height: auto;
}
.image-container > figure img {
	max-width: 100%;
}
@media screen and (max-width:751px) {
    .image-tate {
      	max-width: 100%;
		width: 80%;
    }
	.image-container {
		padding: 0;
		
	}
}

/*----------------------
 #toc-container
------------------------*/
.fas.arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #242429;
}

.toc-container {
  width: 800px;
  margin: 6rem auto;
  background-color: #f3f4f5;
  padding: 1rem 3rem;
}
.toc-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-family: Playfair Display, serif;
  cursor: pointer;
  /*margin-bottom: 1rem;*/
  padding: 3rem 1rem;
  text-align: left;
}
.toc-header .icon_toc {
	font-size: 2.4rem;
	font-weight: 400;
}
	
.toc-header .arrow {
  /*font-size: 1.8rem;*/
  transition: transform 0.6s ease;
  transform: rotate(-180deg);
}
.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(0deg);
}
.toc {
  padding: 1rem 0 2rem;
}
.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: 400;
}
.toc ol > li > a {
  font-weight: 400;
}
.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;
}


@media screen and (max-width:751px) {
	.toc-container {
		margin: 4rem auto;
		width: 92%;
		padding: 1rem 2.4rem;
	}
	.toc-header {
		font-weight: 500;
		padding: 1.6rem 2%;
		margin: 0;
	}
    .toc ol >li::before {
      	margin-right: 4px;
	}
	.icon_toc {
		font-size: 1.8rem;
	}
    .toc {
      padding: 1.2rem 0 2rem 2.2rem;
    }

}

/*--------------------------------------
  coordinate
--------------------------------------*/
.clm2_block {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    align-items: flex-start;
    gap: 2rem;
}
.clm2-image {
    width: 50%; 
    height: auto;
    padding-right: 3% !important;
}
.clm2-image img {
    width: 100%; 
}
.clm2-text {
    width: 50%;
}

@media screen and (max-width:751px) {
  .clm2_block {
      display: block;
  }
  .clm2-image {
      width: 70%; 
      padding-right: 0 !important;
      margin: 0 auto !important;
  }
  .clm2-image img {
      max-width: 100%; 
  }
  .clm2-text {
      width: 100%;
      margin: 3rem 0;
  }
}

/*----------------------
 #mame-chishiki
------------------------*/
.tip-wrap {
  background: #f3f4f5;
  padding: 2rem;
  margin: 5rem auto;
}
.tip-header.article_title {
	text-align: left;
	margin-bottom: 2rem;
}
.tip-header.article_title .ttl {
	font-size: 2.4rem;
}
.tip-header.article_title .ttl .sub_ttl {
	font-size: 1.3rem;
}
.tip-header.article_title .ttl .sub_ttl::before {
	width: 28px;
	margin: 0 10px;
	top: -4px;
}

.tip-box {
  padding: 2rem 3rem;
  background-color: #fff;
}

.tip-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: top;
  align-items: top;
}
.tip-image {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.tip-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.tip-textbox {
  width: calc(100% - 200px);
  padding-left: 2.6rem;
}
#article_page .tip-textbox p {
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
	margin-bottom: 2rem;
}

@media screen and (max-width:751px) {
	.tip-wrap {
		padding: 1.6rem;
		margin: 4rem auto;
	}
	.tip-box {
		padding: 1.5rem 6%;
	}

    .tip-content {
      	display: block;
    }
	#article_page .tip-image {
        margin: 0 auto;
	}
	.tip-textbox {
		width: 100%;
		padding-left: 0;
		margin: 2rem 0 0 0;
	}
}

/*----------------------
 #check-box
------------------------*/
.check-box {
  border: 1px solid #242429;
  padding: 1rem 3rem;
  background-color: #fff;
  width: 100%;
  margin: 5rem auto;
  position: relative;
}
.check-header {
	min-width: 120px;
    background-color: #242429;
    color: white;
    font-weight: 400;
    padding: 6px 20px;
	text-align: center;
    display: inline-block;
    margin-bottom: 2rem;
    position: absolute;
    top: -15px;
    left: -1px;
    letter-spacing: 1px;
    font-size: 1.6rem;
    font-family: Playfair Display, serif;
}
.check-list li {
    border-bottom: 1px solid #ccc;
    font-size: 1.5rem;
    line-height: 1.6;
	font-weight: 400;
	padding: 2rem 0;
}
.check-list li:last-child {
  border-bottom: none;
}


@media screen and (max-width: 751px) {
	.check-box {
		margin: 4rem auto 3rem;
		padding: 1.4rem 4%;
	}
	.check-list li {
        font-size: 1.4rem;
        padding: 12px 1%;
	}
	.check-list li:last-child {
		padding-bottom: 6px;
	}
	.check-header {
        font-size: 1.4rem;		
	}
	
}


/*----------------------
  hosoku
------------------------*/
.sup_box,.point_box {
  background-color: #f3f4f5;
  padding: 2rem 3rem;
  margin: 4rem auto;
}
.sup_box {
	padding: 3.4rem 3rem 2rem;
}

.point_title {
    text-align: center;
    font-weight: bold;
    padding: 5px 14px;
    font-size: 1.5rem;
    background: #242429;
    display: inline-block;
    color: #FFF;
	margin-bottom: 2rem;
}
.point_dot li {
	margin-bottom: 1.6rem;
}
.point_dot li:last-child {
	margin-bottom: .8rem;
}
.point_dot li:before {
  content: "■";
  font-size: 1.4rem;
  color: #242429;
  position: relative;
}

.sup_title {
  font-weight: bold;
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
}
.sup_box > p {
	font-size: 1.4rem !important;
	margin: 2rem 0 !important;
}
.sup_box > ul {
	margin-bottom: 1.6rem;
}
.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:751px) {
	.point_title {
    	padding: 5px 10px;
	}
	.sup_box {
		padding: 2.6rem 7% 1rem;
		margin: 4rem auto;
	}
	.sup_box > p {
  		margin: 1.6rem 0 !important;
	}

    .sup_title {
		margin: 0 0 1rem 0;
		font-size: 1.6rem;
    }
}

/*----------------------
 #new｜kanren-shintyaku
------------------------*/
.new-articles {
  	margin: 8rem auto 6rem;
	max-width: 1200px;
	padding: 0 4rem;
}
.info-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	margin-right: auto !important;
	margin-left: auto !important;
}
.info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.article-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

.article-list .article {
	flex: 0 1 calc(91% / 4);
	margin-bottom: 1rem;
}

.article-info {
  margin-top: 1.4rem;
}
.article .a_ttl,
.article_r_box h3,
.article h3 {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  margin-bottom: 0 !important;
  font-weight: 500;
  text-align: left;
}
.article_r_box h3 {
  font-size: 1.4rem;	
}

#article_page .article-info .date {
	display: block;
	margin: 1.4rem 2px;
	color: #9f9f9f;
	font-weight: 400;
}


@media screen and (max-width: 951px) {
	.article-list .article {
		flex: 0 1 calc(94% / 3);
	}
}

@media screen and (max-width:751px) {
	.new-articles {
		width: 100%;
		margin: 5rem 0;
		padding: 0 6%;
	}
	.new-articles .article_title {
		text-align: left;
	}
	.new-articles .article_title .ttl {
		font-size: 3rem;
	}
	#article_page.styleguide_wrap .category-container .ttl .sub_ttl {
		font-size: 1.2rem;		
	}
	#article_page.styleguide_wrap .category-container .ttl .sub_ttl::before {
		width: 28px;
		margin: 0 8px;	
	}
	.article_title .ttl .sub_ttl {
		font-size: 1.3rem;
	}
	.article_title .ttl .sub_ttl::before {
		width: 30px;
		margin: 0 8px;
	}
	.article-list {
		gap: 4%;
	}
    .article-list .article {
      flex: 0 1 calc(96% / 2);
    }
}

/*----------------------
 #kanren_link
------------------------*/
.related-article {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  padding: 1rem;
  background-color: #f3f4f5;
  margin: 6rem auto;
  transition-duration: .3s;
}
.article-image {
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.article-content {
  padding-left: 2rem;
  width: calc(100% - 170px);
}
#article_page .article-title {
	font-size: 1.5rem !important;
	font-weight: 500;
	line-height: 1.6 !important;
	margin-bottom: 0;
}
@media screen and (max-width:751px) {
	.related-article {
		padding: 16px 10px;
		margin: 4rem auto;
	}
    .article-image {
      width: 120px;
      height: 120px;
      overflow: hidden;
    }
	.article-content {
        padding-left: 1.4rem;
        width: calc(100% - 120px);
	}
	#article_page .article-title {
		font-size: 1.4rem !important;
		line-height: 1.5 !important;
	}
}


/*----------------------
 #paging
------------------------*/
.pagination_wrap {
	    padding: 0 3%;
}
.article-pagination {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 4rem auto 6rem;
    border-top: 2px solid #dedfe6;
    border-bottom: 2px solid #dedfe6;	
    padding: 5rem 1rem;
    max-width: 1080px;
}
.article-pagination a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    width: 49%;
    padding: 0 10px;
    text-decoration: none;
    position: relative;
}
.arrow-container {
	display: block;
}
.article-pagination .paging_img {
    width: 130px;
    height: 130px;
    overflow: hidden;
}
.article-pagination .paging_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;	
}
.article-pagination .paging_textbox {
	text-align: left;
	width: calc(100% - 130px);
	padding-left: 2rem;
	padding-bottom: 2rem;
}

#article_page .article-pagination .arrow-container {
  font-size: 1.3rem;
  font-weight: 400;
	display: block;
	position: absolute;
	bottom: 0;
}
#article_page .article-pagination .date {
	margin-bottom: 1rem;
	margin-left: 0;
	display: inline-block;
}
#article_page .article-pagination .page-ttl {
	font-size: 1.4rem;
  	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 1rem;
}
#article_page .prev-article p,
#article_page .next-article p {
  font-size: 1.5rem;
  text-align: left;
  margin: 0 0 2rem;
}

.next-article .arrow-container {
  text-align: right;
	right: 10px;
}

/* 1_ */
.article-pagination.one_n {
	justify-content: center;
	-webkit-box-pack: center;
}
.article-pagination.one_n a {
	width: 55%;
}


@media screen and (max-width:751px) {
    .pagination_wrap {
            padding: 0;
    }	
    .article-pagination {
        border-top: 3px solid #dedfe6;
        border-bottom: 3px solid #dedfe6;
		margin: 4rem auto;
    }
	.article-pagination {
		width: 92%;
		display: block;
		padding: 3.4rem 0;
	}
	.article-pagination a {
		width: 100%;
		padding: 0 2%;
		border: none;
	}
	.article-pagination .paging_img {
		width: 100px;
		height: 100px;
	}
	.article-pagination .prev-article {
		flex-direction: row-reverse;
	}
	.article-pagination .next-article {
		padding-top: 2.6rem;
		margin: 0;
	}	
	.article-pagination .next-article .paging_textbox {
		width: calc(100% - 100px);
		padding: 0 0 0 1.4rem;
	}
	.article-pagination .next-article .arrow-container {
		text-align: right;
	}
	#article_page .article-pagination .arrow-container {
		position: static;
	}
	.article-pagination .prev-article {
		border-bottom: 1px solid #dedfe6;
		padding-bottom: 2.6rem;
		margin: 0;
	}
    .article-pagination .prev-article .paging_textbox {
      width: calc(100% - 100px);
      padding: 0 1.4rem 0 0;
    }
    .article-pagination.one_n a {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
	.article-pagination.one_n .prev-article {
		border-bottom: none;
	}
}

/*----------------------
 #table
------------------------*/
#article_page table {
  width: 100%;
  border-collapse: collapse;
}
#article_page table p {
	font-size: 1.3rem;
	margin: 5px 0;
}


@media screen and (max-width:751px) {
    #article_page table th, #article_page table td {
      font-size: 1.3rem;
      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: #53505a;
  font-weight: bold;
  color: #FFF;
}
.table_layout01 tbody th {
  background-color: #f3f4f5;
}
/**** 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: #53505a;
  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: #f3f4f5;
}

/**** 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: #f3f4f5;
}
.table_layout03 tr:nth-child(even) th, .table_layout03 tr:nth-child(even) td {
  background-color: #fff;
}

@media screen and (max-width:751px) {
	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;
  }
}

/*----------------------
　PICK UP ITEMS
------------------------*/
#article_page .article-pickup .article_title {
	margin-bottom: 2rem;
}
#article_page .article-pickup .article_title .ttl {
  font-size: 3.2rem;
  font-weight: 400;
}

.article-pickup {
	margin: 4rem auto 7.4rem;
}
.pu_itemtext {
	margin-top: 1.4rem;
}

#article_page .pu_itemtext .p_price,
#article_page .pu_itemtext .p_brand {
	font-size: 1.3rem;
	margin-bottom: 0;
	font-weight: 500;
}

#article_page .pu_itemtext .p_name {
	font-size: 1.3rem ;
	margin-bottom: 1rem;
	line-height: 1.8rem;
}
#article_page .pu_itemtext .p_price {
	font-size: 1.4rem;
}
#article_page .p_price .small {
	font-size: 1.1rem !important;
}
	
@media screen and (max-width:751px) {
  #article_page .article-pickup .article_title .ttl {
    font-size: 2.8rem;
    font-weight: 500;
  }
	.article-pickup {
		margin: 4.5rem auto 6.5rem;
		padding: 0 0 0 2%;
	}
	#article_page .article-pickup .article_title {		
		padding: 0 0 0 2%;
	}
	#article_page .article-pickup .article_title {
		text-align: left;
		margin-bottom: 1.6rem;
	}
}

/*----------------------
　Slider
------------------------*/
/* pickup item */
.ranking_slider .slick-arrow,
.pickup_slider .slick-arrow {
	position: absolute;
	width: 39px;
	height: 39px;
	border: none;
	background-color: transparent;
	color: transparent;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
    overflow: hidden;
	z-index: 0;
	top: 35%;
}
.ranking_slider .slick-arrow.slick-prev,
.pickup_slider .slick-arrow.slick-prev {
	background-image: url("https://online.taka-q.jp/images/arrow/arrow_prev.png");
	left: 0;
}
.ranking_slider .slick-arrow.slick-next,
.pickup_slider .slick-arrow.slick-next {
	background-image: url("https://online.taka-q.jp/images/arrow/arrow_next.png");
	right: 0;
}
.pickup_slider {
	width: 900px;
	margin: 0 auto;
	padding: 0 50px;
	position: relative;
}

.ranking_slider .slick-track,
.pickup_slider .slick-track {
	display: -webkit-box;
    display: flex;
    gap: 18px;
}
.ranking_slider .slick-slide,
.pickup_slider .slick-slide {
  margin: 0;
}

.slick-next.slick-arrow.slick-arrow.slick-disabled,
.slick-prev.slick-arrow.slick-arrow.slick-disabled {
  opacity: 0.6;
}

/* LIST:ranking */
.rcm_article .pickup_slider {
	width: 1130px;
}
.ranking_slider {
	width: 1130px;
	margin: 0 auto;
	padding: 0 46px;
	position: relative;
}


@media screen and (max-width:751px) {
	.ranking_slider,
	.rcm_article .pickup_slider,
	.pickup_slider {
		width: 120%;
		padding: 0;
	}
	.ranking_slider .slick-track,
    .pickup_slider .slick-track {
        gap: 16px;
    }
}



/*----------------------
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: -webkit-box;
    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: #212e51;
    font-size: 1.2rem;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
    margin: 0;
}
.menu-button > span {
	padding: 20px 4px 0;
	font-weight: 600;
	color: #fff;
	writing-mode: vertical-lr;
	letter-spacing: 1px;
	background: url("../../img/article/list/icon_menu_01.png") no-repeat top center;
	background-size: 16px auto;
}

.fl_menu_tit {
	font-family: Playfair Display, serif;
    font-size: 2rem;
    padding: 1rem .4rem;
    margin: 0 0 .6rem 0;
    color: #fff;
	position: relative;
	opacity: .6;
}

.fl_menu_tit:after {	
    position: absolute;
    top: 50%;
    right: 0;
    width: 45%;
    height: 1px;
    content: '';
    background: #fff;
	opacity: .6;
}
#menu-content li {
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
}
#menu-content li a {
	color: #FFF;
    display: block;
    padding: 1rem .6rem;
}
#menu-content li:last-child a {
    border-bottom: none;		
}
#fl_menu {
    position: fixed;
    z-index: 999;
    top: 100px;
    left: 0;
    background: #212e51;
    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;
}
#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:751px) {
    #fl_menu {
        top: 80px;
    }
   #fl_menu .menu-button {
      	white-space: pre;
    }
	.menu-button > span {
		font-size: 1.2rem;
		font-weight: 500;
	}
	#fl_menu .fl_inner {
		padding: 2.5rem 2rem 3rem;
	}
	#article_page.styleguide_wrap .fl_menu_tit {
		font-size: 1.8rem;
		margin: 0;
	}
}

/*----------------------
LIST：mainimg
------------------------*/
.list-Mimg {
    text-align: center;
	position: relative;
	overflow: hidden;
}
/*
.list-Mimg .pc_img {
    display: block;
}
.list-Mimg .sp_img {
    display: none;
}*/
.background-Mimg {
  margin: 0 auto;
  z-index: 1;
}
.background-Mimg img {
  max-width: 100%;	
}
#article_page.styleguide_wrap h1 {
	position: absolute;
    font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 4px;
	line-height: 1.4;
	margin: 0;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#article_page.styleguide_wrap h1 > span {
	font-family: Playfair Display, serif;
	font-size: clamp(5rem, 4vw, 6.8rem);
	display: block;
    margin-bottom: 5px;
	letter-spacing: 0;
}
#article_page.styleguide_wrap .list_lead_wrap {
	margin: 3rem auto;
	max-width: 800px;
	padding: 0 5%;
	text-align: center;
}
#article_page.styleguide_wrap .list_lead_wrap p {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2;
}
/*
@media screen and (min-width:1700px) {
    #article_page.styleguide_wrap h1 > span {
        font-size: 6.8rem;
    }
    #article_page.styleguide_wrap h1 {
        top: calc(50% - 49px);
        left: calc(50% - 130px);
    }	
}*/

@media screen and (max-width:751px) {
	#article_page.styleguide_wrap h1 {
		font-size: 1.3rem;
		text-align: center;
		width: 80%;
		top: 48%;
	}
	#article_page.styleguide_wrap h1 > span {
		font-size: clamp(3.2rem, 7vw, 8rem);
		
	}
	#article_page.styleguide_wrap .list_lead_wrap p {
		font-size: 1.3rem;
	}
}



/*----------------------
LIST：
------------------------*/
.White_box,
.insta_wrap {
  margin: 20px auto 50px;
  max-width: 1360px;
  background: #fff;
  position: relative;
}
.White_box {
  padding: 20px 0 10px;
}
.insta_wrap {
  padding: 50px 0 10px;
}

.White_box .new-articles {
	margin: 3rem auto;
}

@media screen and (max-width:751px) {
      .White_box,
      .insta_wrap {
        margin: 3rem auto 4rem;
      }
      .White_box {
        padding: 3rem 0 4%;
      }
      .insta_wrap {
        padding: 50px 0 4%;
      }
      .White_box .new-articles {
          margin: 0 auto;
      }
}


/*----------------------
LIST：article_all | NEW
------------------------*/
#new_a {
	margin: 6rem auto 5rem;
}
.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: 751px) {
    #new_a {
        margin: 3.6rem auto 3rem;
    }
	.article-list2 {
		margin: 5rem 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;
    }
	
	#article_page.styleguide_wrap .new-articles {
		padding: 0 4%;
	}
}

/*----------------------
 LIST｜ranking
------------------------*/
#a_ranking {
	margin: 5rem auto 4rem;
	padding: 5rem 0;
}

#a_ranking .article_title {
	margin-bottom: 3rem;
}
#a_ranking .article {
	position: relative;
	padding-top: 10px;
}
.num {
	position: absolute;
    top: 0;
    z-index: 10;
    background-image: none;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background-color: #000;
    padding: 0;
    font-weight: 400;
	text-shadow: 0 -1px 2px #fff;
	font-size: 1.3rem;
}

@media screen and (max-width:751px) {
	#a_ranking {
		margin: 3rem auto;
		padding: 3rem 0;
	}

	#a_ranking .article_title .ttl {
		font-size: 3rem;
		line-height: 1.2;
	}
}

/*----------------------
 LIST｜Pick Up
------------------------*/
#a_recommend {
	margin: 4rem auto;
	padding: 6rem 0;
}
#a_recommend .article_title {
	margin-bottom: 5rem;
}

#a_all.new-articles {
  margin: 7rem auto 5rem;
}

@media screen and (max-width:751px) {
	#a_all.new-articles {
		margin: 3rem auto;
	}
	#a_recommend {
		margin: 3rem auto;
		padding: 3rem 0;
	}
	#a_recommend .article_title .ttl {
		font-size: 3rem;
		line-height: 1.2;
	}
}


/*----------------------
 LIST｜ShopSearch
------------------------*/
.shopsearch_wrap {
    margin: 4rem auto;
    max-width: 1200px;
    padding: 5rem 4rem 6rem;
	border-bottom: 2px solid #242429;
	border-top: 2px solid #242429;
	text-align: center;
}
.shopsearch_wrap .ttl {
	font-family: Noto Sans Japanese, sans-serif;
	font-size: 2.8rem;
	text-align: center;
	margin-bottom: 4rem;
}
.shopsearch_wrap .ttl span {
	padding-left: 44px;
  	background: url("../../images/header/search.svg") no-repeat left center;
	background-size: 32px auto;
}
.shopsearch-imgbox img,
.shopsearch-imgbox {
	max-width: 710px;
	width: 100%;
}

@media screen and (max-width:751px) {
      .shopsearch_wrap {
		  width: 92%;
          margin: 5rem auto;
          padding: 1rem 0 4rem;
          border-bottom: 2px solid #242429;
          border-top: 2px solid #242429;
      }
    .shopsearch_wrap .ttl {
        font-family: Noto Sans Japanese, sans-serif;
        text-align: left;
        margin: 0 0 3rem;
    }
    .shopsearch_wrap .ttl span {
        font-size: 1.8rem;
        padding-left: 26px;
        margin-left: 6px;
        background-size: 18px auto;
    }	
}

/*----------------------
 LIST｜insta
------------------------*/
.insta_wrap {
    margin: 8rem auto 10rem;
    max-width: 1200px;
	text-align: center;	
}

@media screen and (max-width:751px) {
  .insta_wrap {
	  margin: 4rem auto;

  }
}

/*----------------------
 #category-container
------------------------*/
.category-container {
	margin: 3rem auto;
	max-width: 850px;
	padding: 0 1rem;
}
.category-container .ttl {
	font-size: 2.8rem;
}
.category-buttons {
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.category-buttons li {
  width: 23%;
}
.category-buttons a {
    font-size: 1.4rem;
    padding: 2rem 1rem;
    background-color: #fff;
    border: 1px solid #888;
    text-align: center;
    display: block;
	color: #242429;
	font-weight: 500;
}
/* menu4 */
.category-container.menu4 {
  white-space: nowrap;
}
.category-container.menu4 .category-buttons li {
  width: 30%;
}

@media screen and (max-width:751px) {
    .category-container {
      	padding: 0 4%;
		margin: 2rem auto 3rem;
    }
	.category-container .article_title {
		margin-bottom: 1.4rem;
	}
	#article_page.styleguide_wrap .category-container .ttl {
		font-size: 2rem;
	}
	
    .category-buttons li {
      width: 48%;
      max-height: 70px;
    }
    .category-buttons a {
      font-size: 1.3rem;
      padding: 1.6rem 1rem;
      height: 100%;
      display: -webkit-box;
      display: flex;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
    }

    /* menu4 */
    .category-container.menu4 {
      padding: 0;
    }
    .category-container.menu4 .category-buttons {
      overflow-x: auto;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      justify-content: flex-start;
      -webkit-overflow-scrolling: touch;
      padding-bottom: 10px;
      gap: 8px;
      margin: 0 0 0 4%;
    }
    .category-container.menu4 .category-buttons li {
      flex: 0 0 auto;
      width: 154px;
    }	
    .category-container.menu4 .category-buttons li:last-child {
        margin-right: 3rem;
    }
    /* menu3 */
    .category-container.menu3 .category-buttons {
    	gap: 6px;
    }
    .category-container.menu3 .category-buttons li {
    	width: 32%;
    }		
    .category-container.menu3 .category-buttons a {
    	padding: 1.2rem 1rem;
		line-height: 1.4;
    }		
}

/*----------------------
 LIST:Title
------------------------*/
@media screen and (max-width:751px) {
	#a_all .article_title, 
    #a_ranking .article_title,
    #new_a .article_title {
      margin-bottom: 1.6rem;
	  text-align: center;
	  padding: 0 4%;
  }
	#a_recommend .article_title {
      margin-bottom: 2.2rem;
	  text-align: center;
	  padding: 0 4%;
  }

}


/*----------------------
 btn
------------------------*/
/* more */
.more_btn {
  display: block;
  width: 80%;
  max-width: 420px;
  margin: 3rem auto 4rem;
  padding: 14px 10px;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.more_btn:hover {
	opacity: .7;
	cursor: pointer;
}
.display_n {
	display: none;
}

/* btn2 */
.btn_wrap_1 .btn_itemlist {
    display: block;
    margin: 4rem auto;
    max-width: 320px;
    background: #000;
    text-align: center;
    height: 56px;
    position: relative;
    color: #fff;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 28px;
	color: #FFF !important;
	font-weight: 500;
}

/* btn1 */
.lineup_btn,
.btn_01 {
	margin: 4rem auto;
}

.btn_01 a:hover,
.btn_wrap_1 .btn_itemlist:hover {
	opacity: .7;
}
.btn_01 a {
    display: inline-block;
    width: 100%;
    padding: 2rem 1.5rem;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    background-color: #000;
    transition: background-color 0.3s ease;
}

/* btn2 */
.lineup_btn a {
  display: block;
  width: 80%;
  max-width: 420px;
  margin: 4% auto 0;
  padding: 15px 10px;
  text-align: center;
  background: transparent;
  border: 1px solid #000;
  transition: all 0.5s ease;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.lineup_btn a:hover {
  background: #000;
  color: #fff;
}

@media screen and (max-width:751px) {
	.more_btn {
		margin: 1rem auto 2.6rem;
		width: 90%;
	}
	.btn_01 {
		max-width: 320px;
	}
	.btn_01,
	.btn_wrap_1 .btn_itemlist {
		margin: 3rem auto;
	}
	.btn_itemlist {
		font-weight: 500;
	}
}

/*----------------------
 #SHEAR
------------------------*/
.share-wrap {
  margin: 8rem auto;
}
.share_btn {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  gap: 0;
}
.share_btn a {
  display: block;
  padding: 18px 20px;
  color: white;
  text-decoration: none;
  text-align: center;
  width: 140px;
}
.share-x {
    background: url("../../img/article/i_x.png") no-repeat;
	background-color: #0F1419;
    background-size: 18px auto;
    background-position: center;
}

.share-facebook {
    background: url("../../img/article/i_facebook.png") no-repeat;
	background-color: #4267B2;
    background-size: 20px auto;
    background-position: center;
}

.share-line {
    background: url("../../img/article/i_line.png") no-repeat;
	background-color: #06c755;
    background-size: 32px auto;
    background-position: center;
}

@media screen and (max-width:751px) {
	.share-wrap {
		margin: 6rem auto 5rem;
		padding: 0 4%;
	}
    .share-buttons p {
          font-size: 1.5rem;
          padding: 0 4px 0 10px;
    }
	.share-buttons {
		max-width: 250px;
		margin: 0 auto;
	}
}


/*----------------------
 tag
------------------------*/
.tag-l {
  display: inline-block;
  letter-spacing: .5px;
  background-color: #242429;
  color: #fff;
  padding: 1px 12px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: .5rem;
}
.tag-article {
  display: inline-block;
  letter-spacing: .5px;
  background-color: #857d52;
  color: #fff;
  padding: 1px 12px;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: .5rem;
}


@media screen and (max-width:751px) {
    .tag-article {
      font-size: 1.1rem;
      padding: 2px 10px;
    }
}
