@charset "utf-8";
/* CSS Document */

html { scroll-behavior: smooth;}

body {
  color:#000;
  font-family:'Yu Gothic','Yu Gothic UI','游ゴシック','ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  margin:0;
}

section { margin-bottom:30px;}

h1 { font: 30px; text-align:center; display: table; margin:20px auto; border-bottom:solid #000 3px;}

h2 { font: 26px; padding:0.25em auto; margin:0 0 10px 0; text-align:center;}

h3 { font: 20px; padding:0; margin: 10px auto 0; text-align:center; color:#999;}

p { font-size:11px; padding:0 10px; margin:0; line-height:1.5em; word-wrap: break-all;}

a { color:#333;	text-decoration: none;}

img { margin:0; padding:0; max-width:100%;}

ul,li {
  list-style: none;
  padding:0;
  margin:0;
  text-align:left;
}

th,td { vertical-align: middle;}

header {
  margin:0;
  padding:5px;
  background:#FFF;
}

footer {
  margin:0;
}

iframe {
	margin:0 auto;
	padding:0;
}


/*====================
　　　特集全体
====================*/

#contents {
	margin:0 auto;
	padding:0 auto;
	max-width:80%;
}

@media screen and (max-width: 480px) {
	#contents{
		max-width:100%;
	}
}

/*====================
　　　特集導入
====================*/

.intro {
	margin:0 auto;
	padding:0;
	text-align:center;
}

.intro img {
	margin:0 auto;
	padding:0;
	text-align:center;
}

.intro_text {
	margin:3em;
	padding:0;
	text-align:center;
}

.intro_text p {
	line-height:1.5em;
	margin:1em auto;
}

.meeco_prof{
    padding: 0.2em 0.5em;
    margin: 2em auto;
	padding:1em;
    background: #c5d9e0;
    box-shadow: 0px 0px 0px 10px #c5d9e0;
    border: dashed 2px white;
	width: 500px;
}

@media screen and (max-width: 480px) {
	.meeco_prof{
		max-width:70%;
	}
}

.meeco_prof .faceicon {
  margin: 0 auto 1em;
  width: 100px;
}

.meeco_prof .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}

.meeco_prof p {
    margin: 0; 
    padding: 0;
}

.meeco_name {
	font-size:2em;
	font-weight:bold;
	line-height:1.2em;
}

.text_spth {
	font-size:8px;
	color:#f1567a;
	line-height:1.2em;
	
}

.meeco_sns {
	position: relative;
	overflow: hidden; 
	margin:0.5em auto 0;
}

.meeco_sns ul {
	position: relative;
	left: 50%; 
	float: left;
	margin-left: -5px;
}

.meeco_sns ul li {
	position: relative;
	left: -50%;
	float: left;
	margin-left: 10px;
}

.collaboration {
	font-size:5em;
	color:#CCC;
	font-family:serif;
	font-weight:lighter;
}

/*====================
　　パンくずリスト
====================*/

.breadcrumbs {
	font-size:9px;
	line-height:1.2em;
	color:#999;
	margin: 0 0 0.5em 0;
	padding: 0;}

.breadcrumbs a {
	color:#999;
}

.breadcrumbs ul.topnav {
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.breadcrumbs ul.topnav li {
	float: left;
	display: block;
	padding: 0.5em;
	text-align: center;
	text-decoration: none;
}

.breadcrumbs ul.topnav li:after {
	content: '>';
	padding: 0 0.5em;
	color: #CCC;
}

.breadcrumbs ul.topnav li:last-child:after {
	content: '';
}

@media screen and (max-width: 480px) {
	.breadcrumbs {
		font-size:6px;
	}
}

/*====================
　　横並びリスト
====================*/

/*　PC1列 SP1列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_1-1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_1-1 > div{
	width: 100%;
	padding: 5px;
}
.col_1-1 > div > div{
	position: relative;
	overflow: hidden
}


/*　PC2列 SP1列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2-1{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2-1 > div{
	width: 50%;
	padding: 10px;
}
.col_2-1 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_2-1 > div{
		width: 100%;
	}
}

/*　PC2列 SP2列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_2-2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2-2 > div{
	width: 50%;
	padding: 5px;
}
.col_2-2 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_2-2 > div{
		width: 48%;
	}
}

/*　PC6列 SP3列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_6{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_6 > div{
	width: 15%;
	padding: 5px;
	margin: 0.45em;
}
.col_6 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_6 > div{
		width: 29%;
	}
}



/*　PC7列 SP3列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_7{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_7 > div{
	width: 12%;
	padding: 5px;
	margin: 0.45em;
}
.col_7 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_7 > div{
		width: 29%;
	}
}


/*　PC8列 SP5列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_8{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_8 > div{
	width: 12.5%;
	padding: 10px;
}
.col_8 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_8 > div{
		width: 20%;
	}
}


/*　PC4列 SP2列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4{
	width: 70%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0 auto;
}
.col_4 > div{
	width: 21%;
	padding: 5px;
margin:0 auto;
}
.col_4 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_4 > div{
		width: 50%;
	}
}


/*　PC3列 SP2列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_3-2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0 auto;
}
.col_3-2 > div{
	width: 33.3%;
	padding: 5px;
margin:0 auto;
}
.col_3-2 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_3-2 > div{
		width: 50%;
	}
}


/*　PC4列 SP3列　*/

*, *:before, *:after {
	box-sizing: border-box;
}
.col_4-3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
	margin:0 auto;
}
.col_4-3 > div{
	width: 21%;
	padding: 5px;
margin:0 auto;
}
.col_4-3 > div > div{
	position: relative;
	overflow: hidden
}

@media screen and (max-width: 480px) {
	.col_4-3 > div{
		width: 29%;
	}
}


/*====================
　　メインカテゴリ
====================*/

.main {
	margin:5em auto;
	padding:0 auto;
	clear:both;
	text-align:center;
}

.main img {
  max-width:60%;
  margin:0 auto;
  padding:0 auto;
  text-align: center;
}

.color_nav {
  margin:5em auto;
  padding:0 auto;
  text-align: center;
  width:300px;
}

@media screen and (max-width: 480px) {
	.color_nav{
		max-width:70%;
	}
}

.which {
  position: relative;
  display: inline-block;
  margin: 1em 0;
  padding: 0.7em 10em;
  min-width: 300px;
  max-width: 100%;
  color: #555;
  font-size: 11.5px;
  background: #75a9bb;
}

.which:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #75a9bb;
}
.which h4 { margin: 0;  padding: 0; color:#ffffff; font-weight:bold;}

.personal {
  position: relative;
  display: inline-block;
  margin: 1em 0;

  min-width: 300px;
  max-width: 100%;
}


.cate_yb_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000;
  font:1em selif;
  font-weight:bold;
  margin:2em auto;
}

.cate_bb_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #000;
  font:1em selif;
  font-weight:bold;
  margin:2em auto;
}

.cate_yb_btn:before {
  position: absolute;
  content: '\002665\002665\002665';
  width: 100%;
  height: 3px;
  top:100%;
  left: 0;
  color:#f3b3d4;
  transition: .2s;
}

.cate_bb_btn:before {
  position: absolute;
  content: '\002665\002665\002665';
  width: 100%;
  height: 3px;
  top:100%;
  left: 0;
  color:#f3d4b3;
  transition: .2s;
}

.cate_yb_btn:hover:before,
.cate_bb_btn:hover:before {
  top: -webkit-calc(100% - 3px);
  top: calc(100% - 3px);
}

.comment {
  width: 100%;
  margin: 1.5em 0;
  overflow: hidden;
}

.comment .faceicon {
  float: left;
  margin-right: -100px;
  width: 100px;
}

.comment .faceicon img{
  width: 100%;
  height: auto;
  border: solid 3px #fcd5c0;
  border-radius: 50%;
}

.comment .chatting {
  width: 100%;
}

.says {
  display: inline-block;
  position: relative; 
  margin: 5px 0 0 105px;
  padding: 17px 13px;
  border-radius: 8px;
  background: #fcd5c0;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 18px; 
  left: -24px;
  border: 12px solid transparent;
  border-right: 12px solid #fcd5c0;
}

.says p {
  margin: 0;
  padding: 0;
}


.card-main {
  width: 9em;
  margin: 0 auto;
  cursor: pointer;
  border: 0.5px solid #e9eaea;
  border-radius: 3px;
  transition: 0.3s;
}

.card-main img {
  max-width: 80%;
}

@media screen and (max-width: 480px) {
	.card-main img{
		max-width: 100%;
	}
}

.card-main:hover {
  opacity: 0.6;
}

.card-main .content-img {
  padding: 0.2em 0;
  text-align: center;
}

.card-main .item_name,
.card-main .item_price {
  position: relative;
  padding: 0.6em 0.3em;
  margin: 0;
  font-size: 0.6em;
  text-align:left;
}

.card-main .item_price {
  font-size: 0.7em;
}

.card-main .item_price::after {
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 15px;
  height: 1.5px;
  content: '';
  background: #666;
}


/*====================
　　　商品一覧
====================*/

.card-1 {
  width: 9em;
  margin: 0 auto;
  cursor: pointer;

  transition: 0.3s;
}

.card-1 img {
  max-width: 100%;
}


.card-1:hover {
  opacity: 0.6;
}

.content-img {
  padding: 0.2em 0;
  text-align: center;
}

.card-1 .item_name,
.card-1 .item_price {
  position: relative;
  padding: 0.6em 0.3em;
  margin: 0;
  font-size: 0.6em;
  text-align:left;
}

.card-1 .item_price {
  font-size: 0.7em;
}

.card-1 .item_price::after {
  position: absolute;
  top: 0;
  left: 0.4em;
  width: 15px;
  height: 1.5px;
  content: '';
  background: #666;
}

/*====================
　こちらもおすすめ
====================*/

.yb_moreitem {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5em 10em;
  min-width: 400px;
  max-width: 100%;
  color: #555;
  font-size: 10px;
  background: #f1f588;
}

.yb_moreitem:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #f1f588;
}

.bb_moreitem {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5em 10em;
  min-width: 400px;
  max-width: 100%;
  color: #555;
  font-size: 10px;
  background: #abbff1;
}

.bb_moreitem:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 15px solid #abbff1;
}

.yb_moreitem h4 { margin: 0;  padding: 0; color:#666666; font-weight:bold;}
.bb_moreitem h4 { margin: 0;  padding: 0; color:#ffffff; font-weight:bold;}

/*====================
　　BUYボタン
====================*/

.buy_btn {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #c5d9e0;
  border: solid 1px #c5d9e0;
  border-radius: 3px;
  transition: .4s;
}

.buy_btn:hover {
  background: #c5d9e0;
  color: white;
}



/*====================
　　アニメーション
====================*/

/*　フェードイン　*/
.fadein {
    opacity : 0;
    transform : translate(0, 0px);
    transition:all 2.5s;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*　下からフェードイン　*/
.slide-bottom {
   opacity: 0;
   transform: translateY(20px);
   transition: all 1.3s 0s ease-out;
 }
 
/*　回転登場　*/
.kurukuru {
  opacity: 0;
}
.kurukuru.is-animated {
  animation: kurukuru 3.4s ease-out;
  opacity: 1;
}

@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
  }
}

/*　一生回転　*/
.rotate-anime {
  animation: rotate-anime 3s ease-out 1;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}

/*====================
　　細かい設定
====================*/

.right {
    text-align: right;
	padding:0;
}

.left {
    text-align: left;
	padding:0;
}

.center {
    text-align: center;
	padding:0;
}

.bold {
	font-weight:bold;
}

.yb_text01 {
	color:#ab445a;
}

.yb_text02 {
	color:#cf9e49;
}


.bb_text01 {
	color:#977e9e;
}

.bb_text02 {
	color:#314465;
}

.ft_text01 {
	color:#cab5b1;
}

.ft_text02 {
	color:#323c4e;
}

.ft_text03 {
	color:#26211f;
}

.ft_text04 {
	color:#a59576;
}

.ft_text05 {
	color:#9297b0;
}

.ft_text06 {
	color:#000000;
}

.ft_text07 {
	color:#2a3854;
}

.ft_text08 {
	color:#65a0b4;
}






/*====================
　　　もっと探す
====================*/

.more_search {
	margin:7em auto;
	padding:0;
	text-align:center;
}
.more_search .att {
	line-height:2em;
	color:#df849c;
}

.more_search .goto {
	margin:0.5em auto;
	font-size:1.5em;
	font-weight:bold;
}

.more_search .goto:hover {
	color:#ebaebe;
	margin:0.5em auto;
	font-size:1.5em;
}

.more_search .goto:before {
	margin-left:5px;
	content: "≫";
}

.more_search .goto:after {
	margin-right:5px;
	content:"≪";
}

/*====================
　　　　注意
====================*/

.caution {
	text-align:center;
	font-size:8px;
	color:#999;
	line-height:1.2em;
	margin:1em auto;
}

@media screen and (max-width: 480px) {
	.caution{
		font-size:6px;
		line-height:1.5;
		margin:2em auto;
	}
}

/*====================
　　　PAGETOP
====================*/

#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fae1e8;
    color: #ebaebe;
    padding: 10px;
    border: solid 2px;
    border-radius: 10%;
}

/*====================
　　PC/SP　切り替え
====================*/

/* パソコンで見たときは"pc"のclassがついた内容が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた内容が表示される */
@media only screen and (max-width: 750px) {
.pc { display: none !important; }
.sp { display: block !important; }
}


/*====================
　　目次
====================*/

#box {
  width: 300px;
  height: 170px;
  padding: 20px;
  border: 1px solid gray;
  background-color: rgb(210, 232, 247);
  box-sizing: border-box;
}
#box li {
  margin-top: 2px;
  margin-left: 50px;
}


.pcft-page {
  color: #222;
  font-family: 'Yu Mincho','游明朝','ヒラギノ明朝 ProN','Hiragino Mincho ProN','MS PMincho',serif;
  line-height: 1.8;
  background: #fff;
}

.pcft-page img {
  max-width: 100%;
  vertical-align: bottom;
}

.pcft-page a {
  text-decoration: none;
  color: inherit;
}

.pcft-inner {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ファーストビュー */
.pcft-fv {
  position: relative;
  margin-bottom: 60px;
}

.pcft-fv-image img {
  width: 100%;
  display: block;
}

.pcft-fv-text {
  position: absolute;
  right: 6%;
  bottom: 10%;
  text-align: right;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.pcft-fv-en {
  margin: 0 0 10px;
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: 0.08em;
}

.pcft-fv-ja {
  margin: 0;
  font-size: 14px;
  letter-spacing: 0.08em;
}

/* 導入 */
.pcft-intro {
  margin-bottom: 50px;
}

.pcft-intro p {
  margin: 0;
  text-align: center;
  font-size: 14px;
}

/* 上部導線 */
.pcft-topnav {
  margin-bottom: 70px;
}

.pcft-topnav-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.pcft-topnav-btns a {
  display: inline-block;
  min-width: 230px;
  padding: 14px 20px;
  border: 1px solid #d8c8bb;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.08em;
  background: #fff;
  transition: 0.3s;
}

.pcft-topnav-btns a:hover {
  background: #f7f2ee;
}

/* カテゴリ見出し */
.pcft-category {
  margin-bottom: 60px;
}

.pcft-heading {
  text-align: center;
  margin-bottom: 28px;
}

.pcft-heading h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: normal;
  letter-spacing: 0.08em;
}

.pcft-heading p {
  margin: 0;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.08em;
}

/* タイプナビ */
.pcft-type-nav {
  display: grid;
  gap: 16px;
}

.pcft-type-nav-4 {
  grid-template-columns: repeat(4, 1fr);
}

.pcft-type-nav-8 {
  grid-template-columns: repeat(4, 1fr);
}

.pcft-type-nav a {
  display: block;
  padding: 18px 12px;
  border: 1px solid #e3ddd8;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
  background: #fff;
  transition: 0.3s;
}

.pcft-type-nav a:hover {
  background: #faf7f4;
}

/* 各タイプ */
.pcft-type-section {
  padding: 70px 0;
  border-top: 1px solid #eee;
}

.pcft-type-header {
  text-align: center;
  margin-bottom: 40px;
}

.pcft-type-header h3 {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

.pcft-type-copy {
  margin: 0 0 14px;
  font-size: 16px;
  color: #555;
}

.pcft-type-text {
  margin: 0;
  font-size: 13px;
  color: #666;
}

/* ブロック */
.pcft-block {
  margin-top: 50px;
}

.pcft-block-title {
  margin: 0 0 24px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0.06em;
}

/* おすすめ4体 */
.pcft-pickup-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* その他一覧 */
.pcft-more-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

/* 商品 */
.pcft-item {
  text-align: center;
}

.pcft-item img {
  width: 100%;
  display: block;
  margin-bottom: 10px;
}

.pcft-item-name {
  margin: 0 0 4px;
  font-size: 13px;
  line-height: 1.5;
}

.pcft-item-price {
  margin: 0 0 10px;
  font-size: 12px;
  color: #777;
}

.pcft-item a {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #d8c8bb;
  font-size: 11px;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

.pcft-item a:hover {
  background: #f7f2ee;
}

.pcft-item-small .pcft-item-name {
  font-size: 12px;
}

/* レスポンシブ */
@media screen and (max-width: 768px) {
  .pcft-fv-text {
    right: 5%;
    bottom: 8%;
  }

  .pcft-fv-en {
    font-size: 24px;
  }

  .pcft-fv-ja {
    font-size: 12px;
  }

  .pcft-heading h2 {
    font-size: 24px;
  }

  .pcft-type-header h3 {
    font-size: 26px;
  }

  .pcft-type-nav-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pcft-type-nav-8 {
    grid-template-columns: repeat(2, 1fr);
  }

  .pcft-pickup-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .pcft-more-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .pcft-intro p,
  .pcft-type-text {
    font-size: 12px;
  }

.personal-color-table {
  width: 72%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.personal-color-table td {
  width: 50%;
  padding: 10px;
  vertical-align: top;
}

.personal-color-table img {
  width: 100%;
  display: block;
}

.pc-space-row td {
  height: 28px;
  padding: 0 !important;
  font-size: 0;
  line-height: 0;
}

.card-1 p {
  border: none !important;
  text-decoration: none !important;
}

.card-1 hr,
.card-1 .line,
.card-1 .border {
  display:none !important;
}


/* 商品名・金額の見え方修正 */
.card-1 {
  text-align: center;
}

.simple-card-image {
  display: block;
  text-decoration: none;
}

.simple-card-image img {
  width: 100%;
  display: block;
}

.simple-card-name {
  margin: 10px 0 4px;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.simple-card-price {
  margin: 0;
  padding: 0;
  font-size: 10px;
  line-height: 1.6;
  color: #333;
  font-weight: normal;
}

/* 古い装飾線を完全停止 */
.simple-card-name::before,
.simple-card-name::after,
.simple-card-price::before,
.simple-card-price::after,
.item_name::before,
.item_name::after,
.item_price::before,
.item_price::after {
  content: none !important;
  display: none !important;
}

.pickup-table-4 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.pickup-table-4 td {
  width: 25%;
  vertical-align: top;
  padding: 0 10px;
}

.pickup-table-4 .card-1 {
  width: 100%;
  margin: 0;
}

.pickup-table-4 .simple-card-image {
  display: block;
}

.pickup-table-4 .simple-card-image img {
  width: 100%;
  display: block;
}

.simple-card-name,
.simple-card-price {
  padding: 0;
}

.simple-card-name::before,
.simple-card-name::after,
.simple-card-price::before,
.simple-card-price::after {
  content: none !important;
  display: none !important;
}

.pickup-table-4 {
  width: calc(100% + 24px);
  margin: 0 -12px;
  table-layout: fixed;
  border-collapse: collapse;
}

.pickup-table-4 td {
  width: 25%;
  vertical-align: top;
  padding: 0 12px;
}

.pickup-table-4 .card-1 {
  width: 100% !important;
  margin: 0 !important;
}

.pickup-table-4 img,
.pickup-table-4 .card-1 img,
.pickup-table-4 .simple-card-image img {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  display: block !important;
}



/*==================================
  2026 PC / FACE TYPE 特集 追加調整
==================================*/

/* 全体 */
.pcft-inner {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}

.type-section {
  margin: 5em auto 7em;
}

.type-head {
  text-align: center;
  margin-bottom: 2.5em;
}

.type-head h2 {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 0.3em;
}

.type-sub {
  font-size: 13px;
  color: #777;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}

.type-head p {
  font-size: 12px;
  line-height: 1.9;
}

/* 上部導線 */
.pcft-topnav {
  margin: 3em auto 5em;
  text-align: center;
}

.pcft-topnav-btns {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.pcft-topnav-btns a {
  display: inline-block;
  min-width: 240px;
  padding: 14px 22px;
  border: 1px solid #d8c8bb;
  background: #fff;
  font-size: 14px;
  letter-spacing: 0.08em;
  transition: 0.3s;
}

.pcft-topnav-btns a:hover {
  background: #f7f2ee;
}

/* PERSONAL COLOR / FACE TYPE 見出し */
.pcft-category {
  margin: 0 auto 5em;
}

.pcft-heading {
  text-align: center;
  margin-bottom: 2em;
}

.pcft-heading h2 {
  margin: 0 0 8px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.pcft-heading p {
  margin: 0;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.08em;
}

/* パーソナルカラー 2×2 */
.personal-color-table {
  width: 72%;
  margin: 0 auto;
  table-layout: fixed;
  border-collapse: collapse;
}

.personal-color-table td {
  width: 50%;
  padding: 10px;
  vertical-align: top;
}

.personal-color-table a {
  display: block;
}

.personal-color-table img {
  width: 100%;
  max-width: 100%;
  display: block;
  transition: 0.3s;
}

.personal-color-table a:hover img {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* 商品画像リンク */
.content-img a {
  display: block;
  transition: 0.3s;
}

.content-img a:hover {
  opacity: 0.88;
}

/* BUYボタンを使わない前提で余白調整 */
.card-1 .item_name,
.card-1 .item_price {
  text-align: left;
}

.card-1 .item_price {
  margin-bottom: 0.3em;
}

/* col_4 のおすすめ4件を少し見やすく */
.col_4 {
  width: 84%;
}

.col_4 > div {
  width: 22%;
}

/* 商品一覧全体 */
.type-pickup,
.type-more {
  margin-top: 2.8em;
}

.type-pickup h3,
.type-more h3 {
  margin-bottom: 1.2em;
}

/* 顔タイプ一覧の余白 */
#face-type .col_4 {
  width: 76%;
}

/* 監修者ブロック少し下に */
.meeco_wrapper {
  margin: 6em auto 0;
}

/*====================
  SP
====================*/
@media screen and (max-width: 768px) {
  .pcft-topnav {
    margin: 2em auto 4em;
  }

  .pcft-topnav-btns {
    gap: 12px;
  }

  .pcft-topnav-btns a {
    min-width: 180px;
    padding: 12px 16px;
    font-size: 12px;
  }

  .pcft-heading h2 {
    font-size: 24px;
  }

  .pcft-heading p {
    font-size: 12px;
  }

  .type-head h2 {
    font-size: 26px;
  }

  .type-sub {
    font-size: 11px;
  }

  .type-head p {
    font-size: 11px;
    line-height: 1.8;
  }

  .personal-color-table {
    width: 100%;
  }

  .personal-color-table td {
    padding: 6px;
  }

  .col_4 {
    width: 100%;
  }

  .col_4 > div {
    width: 48%;
  }

  #face-type .col_4 {
    width: 100%;
  }
  

}