@charset "utf-8";
/* hd-container */
.hd-container{
	position: relative;
}
.hd-container::before,
.hd-container::after{
	content: "";
	display: inline-block;
	background: no-repeat center center / 100%;
	position: absolute;
}
@media screen and (min-width: 768px){
	.hd-container{
		max-width: 1440px;
		margin-inline: auto;
    margin-bottom: 20px;
	}
	.hd-container::before,
	.hd-container::after{
		background-image: url(/asset2024/images/common/navi_flag.png);
		aspect-ratio: 832/58;
		top: 10px;
		--X_POSITION: 15px;
		width: 28%;
	}
	.hd-container::before{
		left: var(--X_POSITION);
	}
	.hd-container::after{
		right: var(--X_POSITION);
	}
}
@media screen and (max-width: 767px){
	.hd-container{
		overflow: hidden;
	}
	.hd-container::before,
	.hd-container::after{
		background-image: url(/asset2024/images/common/flag_mini.png);
		aspect-ratio: 253/233;
		top: -5px;
		--X_POSITION: -10px;
		width: 80px;
	}
	.hd-container::before{
		left: var(--X_POSITION);
	}
	.hd-container::after{
		transform: scale(-1, 1);
		right: var(--X_POSITION);
	}
}
/* hd-container__inner */
@media (hover: hover){
  .hd-realshop li a{
    transition: .3s;
  }
  .hd-realshop li a:hover{
    opacity: 1;
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1161px){
	.hd-container__inner{
		padding-top: 54px;
	}
	.hd-catch br{
		display: none;
	}
	.hd-logo{
		width: 90%;
	}
}
@media screen and (min-width: 1001px){
  .hd-searchForm.formReset{
    display: block;
	}
  .hd-adsearchTrigger{
    margin-left: unset;
  }
}
@media screen and (min-width: 951px) and (max-width: 1160px){
	.hd-container__inner{
		padding-top: 50px;
	}
	.hd-logo{
		width: 80%;
	}
}
@media screen and (min-width: 768px) and (max-width: 1000px){
	.hd-searchForm{
		display: none;
	}
}
@media screen and (min-width: 768px) and (max-width: 950px){
	.hd-container__inner{
		padding-top: 40px;
	}
	.hd-logo{
		width: 60%;
	}
}
@media screen and (min-width: 768px){
	.hd-container__inner{
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
		position: relative;
	}
	.hd-left{
		width: fit-content;
		display: flex;
		align-items: flex-end;
		gap: var(--GAP_10);
	}
	.hd-messageAboutColor{
		width: clamp( 100px, 13vw, 148px);
		margin: 0 0 -18px -5px;
	}
	.hd-realshop{
		display: flex;
		gap: 6px;
	}
	.hd-realshop li{
		width: clamp( 35px, 4vw, 48px);
	}
	.hd-realshop li a{
		display: flex;
		justify-content: center;
		align-items: center;
		text-align: center;
		aspect-ratio: 1/1;
		border-radius: 50%;
		color: var(--WHITE);
		font-size: clamp( 8px, 0.9vw, 12px);
		line-height: 1.2;
		letter-spacing: 0.03em;
	}
	.hd-center{
		width: fit-content;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.hd-catch{
		display: block;
		font-weight: 800;
		font-size: var(--FZ_13);
		letter-spacing: 0.05em;
		margin-bottom: 10px;
		text-align: center;
	}
	.hd-catch strong{
		font-size: var(--FZ_20);
		line-height: 1;
	}
	.hd-logo{
		display: block;
		margin-inline: auto;
	}
	.hd-right{
		margin-left: auto;
		width: fit-content;
		display: flex;
		align-items: center;
		gap: 8px;
	}
	.hd-pickupAtRealshop{
		width: fit-content;
		border: 1px solid var(--TXT_COLOR_BASE);
		padding: 4px;
	}
	.hd-pickupAtRealshop span{
		display: block;
		color: var(--BLUE01);
		font-size: clamp( 7px, 0.8vw, 10px);
		letter-spacing: 0.02em;
		line-height: 1.5;
	}
	.hd-pickupAtRealshop strong{
		color: var(--PURPLE01);
		display: block;
		font-size: clamp( 9px, 1vw, 12px);
		letter-spacing: 0.01em;
		font-weight: 700;
	}
	.hd-nextDayDelivery strong{
		display: block;
		font-size: clamp( 9px, 1vw, 13px);
		font-weight: 800;
		letter-spacing: 0.02em;
    line-height: 1.4;
	}
	.hd-nextDayDelivery strong span{
		color: var(--PINK01);
	}
	.hd-nextDayDelivery small{
		display: block;
		font-size: var(--FZ_9);
		letter-spacing: 0.02em;
	}
  .hd-nav__cat{
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    row-gap: 7px;
    padding: var(--GAP_30) var(--GAP_20);
  }
  .hd-nav__cat li a{
    font-size: var(--FZ_15);
    padding-left: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px){
  .hd-center{
    padding-top: 10px;
  }
  .hd-catch{
    display: block;
    font-weight: 800;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.05em;
  }
  .hd-catch strong{
    font-size: 20px;
    line-height: 1;
  }
  .hd-logo{
    display: block;
    width: 336px;
    margin-inline: auto;
  }
}
/* hd-nav */
@media screen and (min-width: 768px){
  #headerarea{
    padding-bottom: var(--NAV_HEIGHT);
    position: relative;
  }
  .hd-navContainer{
    width: var(--INNER_WIDTH);
    margin-inline: auto;
    max-width: 1150px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body.toppage-nav-fixed .hd-navContainer{
    position: fixed;
    top: calc(var(--HEADER_NEWS_HEIGHT) + 10px);
    bottom: unset;
  }
}
/* -------------------t-upper-------------------- */
@media screen and (min-width: 768px){
  .t-upper{
    width: var(--INNER_WIDTH);
    max-width: 1100px;
    margin-inline: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 15px 0;
    gap: var(--GAP_30);
  }
  .t-news{
    flex: 1;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    max-height: 23px;
    overflow: hidden;
  }
  .t-news__heading{
    font-family: var(--FF_NOTO);
    color: var(--PINK01);
    border-right: 1px solid var(--GRAY02);
    padding-right: 10px;
    margin-right: 10px;
    line-height: 1;
  }
  .t-news__list .fs-pt-list__item,
  .t-news__list .fs-pt-list__link{
    display: grid !important;
    grid-template-columns: auto 1fr;
    font-size: var(--FZ_12);
    font-family: var(--FF_NOTO);
  }
  .t-news__list time{
    font-family: var(--FF_NOTO);
    margin-right: 10px;
  }
  .t-guideLink{
    width: fit-content;
    display: flex;
    gap: 15px;
  }
  .t-guideLink li{
    width: fit-content;
  }
  .t-guideLink li a{
    display: flex;
    gap: 5px;
    font-family: var(--FF_NOTO);
    font-weight: 400;
    font-size: var(--FZ_11);
  }
  .t-guideLink li a::before{
    content: '';
    display: inline-block;
    --ICON: url(/asset2024/images/common/link-arrow.svg);
    --MASK: var(--ICON) no-repeat center center / 100%;
    mask: var(--MASK);
    -webkit-mask: var(--MASK);
    background-color: var(--PINK01);
    aspect-ratio: 1/1;
    width: 6px;
  }
}

/* ------------------- -------------------- */
.t-fv__slide{
  opacity: 0;
	transition: opacity .3s linear;
	line-height: 1;
}
.t-fv__slide:has(.fs-pt-carousel__track.slick-initialized){
  opacity: 1;
}
.t-fv__slide .slick-slide{
  min-width: var(--WIDTH);
  max-width: var(--WIDTH);
}
.t-fv__slide .fs-pt-carousel__slide img{
  height: auto;
  width: 100%;
  box-sizing: unset;
  line-height: 1rem;
  display: block;
  aspect-ratio: 36/48;
  object-fit: cover;
}
[class*="t-fv__slide__arrow"]{
  top: 45%;
}
.t-fv__slide__arrow--prev{
  left: calc(0px - var(--ARROW_POSITION));
}
.t-fv__slide__arrow--next{
  right: calc(0px - var(--ARROW_POSITION));
}
@media (hover: hover){
  .t-fv__slide .fs-pt-carousel__slide a{
    display: block;
    overflow: hidden;
    border-radius: var(--BDRS);
  }
  .t-fv__slide .fs-pt-carousel__slide a:hover{
    opacity: 1;
  }
  .t-fv__slide .fs-pt-carousel__slide img{
    transition: .4s;
  }
  .t-fv__slide .fs-pt-carousel__slide a:hover img{
    transform: scale(1.1);
    opacity: 1 !important;
  }
}
@media screen and (min-width: 1201px){
  .t-fv__slide{
    --ARROW_POSITION: 30px;
  }
}
@media screen and (max-width: 1200px){
  .t-fv__slide{
    --ARROW_POSITION: 0px;
  }
}
@media screen and (min-width: 768px){
  .t-fv__slide{
    overflow: hidden;
    --BDRS: 10px;
  }
  .t-fv__slide .fs-pt-carousel__track{
    width: var(--INNER_WIDTH);
    max-width: 1100px;
    margin-inline: auto;
  }
  .t-fv__slide .slick-list{
    overflow: visible;
  }
  .t-fv__slide .slick-slide{
    --WIDTH: 360px;
    margin-inline: 5px;
  }
  .fs-pt-carousel__slide img{
    border-radius: var(--BDRS);
  }
}
@media screen and (max-width: 767px){
  .t-fv__slide{
    margin-top: 10px;
  }
  .t-fv__slide .slick-slide{
    --WIDTH: 297px;
    margin-inline: 4px;
  }
  .fs-pt-carousel__slide img{
    border-radius: 10px;
  }
}

/* -------------------t-fvBnr-------------------- */
.t-fvBnr article img{
  aspect-ratio: 435/150;
  object-fit: cover;
}
@media screen and (min-width: 768px){
  .t-fvBnr{
    display: flex;
    justify-content: center;
    --GAP: var(--GAP_30);
    gap: var(--GAP);
    width: var(--INNER_WIDTH);
    max-width: 900px;
    margin-inline: auto;
  }
  .t-fvBnr article{
    width: calc((100% - var(--GAP)) / 2);
  }
}
@media screen and (max-width: 767px){
  .t-fvBnr{
    line-height: 1;
  }
  .t-fvBnr .slick-list{
    padding-inline: calc((100% - var(--INNER_WIDTH)) / 2);
  }
  [class*="t-fvBnr__arrow"]{
    top: 35%;
  }
  .t-fvBnr__arrow--prev{
    left: 0;
  }
  .t-fvBnr__arrow--next{
    right: 0;
  }
}

/* ---------------- top -第二弾 ------------------ */
/* --- お知らせ --- */

.t-news__list2Wrap{
  width: var(--INNER_WIDTH);
  margin-inline: auto;
  position: relative;
}
.t-news__list2Wrap__bg{
  position: absolute;
  width: 100%;
  left: 0;
}
.t-news__list2Wrap__bg--top{
  top: 0;
}
.t-news__list2Wrap__bg--under{
  bottom: 0;
}
@media screen and (min-width: 768px){
  .t-news__list2Wrap{
    max-width: 950px;
    padding: 60px var(--GAP_30) 70px;
    margin-top: 15px;
  }
  .t-news__list2Wrap__bg{
    background: url(/upload/700Dotline.png) no-repeat center center / 100%;
    aspect-ratio: 25/1;
  }
}
@media screen and (max-width: 767px){
  .t-news__list2Wrap{
    padding-block: 40px;
  }
  .t-news__list2Wrap__bg{
    background: url(/upload/700Dotline.png) no-repeat center center / cover;
    aspect-ratio: 25/2;
  }
}
/* 一覧 */
.t-news__list2Wrap:before{
  content: "";
  display: block;
  background: url(../images/top/t-news__list2-deco.svg) no-repeat center center / 95%;
  aspect-ratio: 89/75;
}
.t-news__list2{
  overflow-y:auto;
  overflow-x:hidden;
  scrollbar-gutter: stable;
}

.t-news__list2 .fs-pt-list__link{
  color: var(--DARK01);
  font-weight: 400;
}
.t-news__list2 .fs-pt-list__item:not(:last-child){
  border-bottom: 1.5px dashed var(--BROWN02);
}
.t-news__list2 .fs-pt-list__link time{
  display: block;
}
@media screen and (min-width: 768px){
  .t-news__list2Wrap{
    display: grid;
    grid-template-columns: 220fr 664fr;
    align-items: center;
    gap: var(--GAP_50);
  }
  .t-news__list2{
    height: 170px;
  }
  .t-news__list2 .fs-pt-list__link{
    display: flex;
    align-items: center;
    padding-block: 10px;
    font-size: 12px;
    gap: 20px;
  }
  .t-news__list2 .fs-pt-list__link time{
    width: fit-content;
  }
  .t-news__list2 .fs-pt-list__link p{
    flex: 1;
  }
}
@media screen and (max-width: 767px){
  .t-news__list2Wrap:before{
    width: 100px;
    margin: 0 auto 15px;
  }
  .t-news__list2{
    height: 250px;
  }
  .t-news__list2 .fs-pt-list__link{
    display: block;
    padding-block: 5px;
    font-size: 11px;
  }
  .t-news__list2 .fs-pt-list__link time{
    margin-bottom: 10px;
  }
}

/* --- ギャラリー --- */
.t-gallery{
  position: relative;
  background: var(--PINK03);
}
.t-gallery::before,.t-gallery::after{
  content: "";
  display: inline-block;
  aspect-ratio: 1440/241;
  position: absolute;
  width: 100%;
  left: 0;
}
.t-gallery::before{
  background: url(../images/top/t-gallery-deco-top.png) no-repeat center center / 100%;
}
.t-gallery::after{
  background: url(../images/top/t-gallery-deco-under.png) no-repeat center center / 100%;
}
.t-gallery::before{
  top: 0;
}
.t-gallery::after{
  bottom: 0;
}
/* 見出し */
.t-galleryHeding{
  display: grid;
  justify-content: center;
  gap: 15px;
}
.t-galleryHeding::before{
  content: "";
  display: inline-block;
  background: url(../images/top/g-heart.svg) no-repeat center center / 100%;
  aspect-ratio: 24/25;
}
/* リード */
.t-gallery__lead{
  background: var(--WHITE);
  border-radius: 30px;
  margin: 0 auto var(--GAP_40);
  font-family: var(--FF_NOTO);
  position: relative;
}
.t-gallery__lead__text{
  display: block;
  line-height: 3;
}
.t-gallery__lead::before{
  content: "";
  display: inline-block;
  background: url(../images/top/t-gallery__lead__camera.svg) no-repeat center center / 100%;
  aspect-ratio: 21/25;
  position: absolute;
}
@media screen and (min-width: 768px){
  .t-gallery.g-pd{
    padding-block: calc(var(--GENERALSEC) * 1.8) calc(var(--GENERALSEC) * 1.5);
  }
  /* 見出し */
  .t-galleryHeding{
    grid-template-columns: 46px 400px;
    margin-bottom: 20px;
  }
  /* リード */
  .t-gallery__lead{
    width: var(--INNER_WIDTH);
    max-width: 730px;
    padding: 20px 30px 20px;
    font-size: 14px;
  }
  .t-gallery__lead::before{
    width: 115px;
    top: 15%;
    right: 8%;
  }
  .t-gallery__lead span:not(.t-gallery__lead__text.pc){
    border-bottom: 1px dashed var(--BROWN02);
  }
}
@media screen and (max-width: 767px){
  /* 見出し */
  .t-galleryHeding{
    grid-template-columns: 25px 255px;
    margin-bottom: 15px;
  }
  /* リード */
  .t-gallery__lead{
    width: var(--INNER_WIDTH);
    max-width: 730px;
    padding: 10px 15px 10px;
    font-size: 12px;
    letter-spacing: 0.01em;
  }
  .t-gallery__lead::before{
    width: 75px;
    top: 5%;
    right: 5%;
  }
  .t-gallery__lead span:not(:last-child){
    border-bottom: 1px dashed var(--BROWN02);
}
}

/* --- 特集・ブログ共通 --- */
/* 見出し */
.t-blog-feature__hading{
  text-align: center;
  margin-bottom: var(--GAP_20);
}
.t-blog-feature__hading::before{
  content: "";
  display: block;
  background: url(../images/top/g-heart.svg) no-repeat center center / 100%;
  aspect-ratio: 24 / 25;
  margin-inline: auto;
}
.t-blog-feature__hading__en{
  display: block;
  font-weight: bold;
}
/* リード */
.t-blog-feature__lead{
  font-size: var(--FZ_16);
  margin-bottom: var(--GAP_30);
  text-align: center;
  font-family: var(--FF_NOTO);
}
@media screen and (min-width: 768px){
  /* 見出し */
  .t-blog-feature__hading::before{
    width: 60px;
  }
  .t-blog-feature__hading__en{
    font-size: clamp( 20px, 2.533vw, 38px);
  }
}
@media screen and (max-width: 767px){
  /* 見出し */
  .t-blog-feature__hading::before{
    width: 40px;
  }
  .t-blog-feature__hading__en{
    font-size: 25px;
  }
}


/* --- 特集 --- */
.t-feature{
  position: relative;
}
.t-feature::before,.t-feature::after{
  content: "";
  display: inline-block;
  aspect-ratio: 225/4;
  position: absolute;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.t-feature::before{
  background: url(../images/top/t-feature-upper.png) no-repeat center center / 100%;
  top: 10px;
}
.t-feature::after{
  background: url(../images/top/t-feature-under.png) no-repeat center center / 100%;
  bottom: 10px;
}
@media screen and (min-width: 768px){
  .t-feature::before,.t-feature::after{
    aspect-ratio: 225/4;
  }
.t-feature::before{
  background: url(../images/top/t-feature-upper.png) no-repeat center center / 100%;
  top: 15px;
}
.t-feature::after{
  background: url(../images/top/t-feature-under.png) no-repeat center center / 100%;
  bottom: 15px;
}
}
@media screen and (max-width: 767px){
.t-feature{
  margin-block: 20px;
  padding-bottom: 60px;
}
.t-feature::before,.t-feature::after{
  aspect-ratio: 225/10;
}
.t-feature::before{
  background: url(../images/top/t-feature-upper.png) no-repeat center center / cover;
  top: 10px;
}
.t-feature::after{
  background: url(../images/top/t-feature-under.png) no-repeat center center / cover;
  bottom: 10px;
}
}

/* --- ブロぐ --- */
.t-blog{
  background: url(../images/top/t-blog-bg.jpg) no-repeat center center / cover;
  position: relative;
  padding-bottom: calc((var(--GENERALSEC) * 0.8));
}
.t-blog::before,.t-blog::after{
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  left: 0;
}

.t-blog .t-blog-feature__hading__en{
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.t-blog .t-blog-feature__hading__en::before,
.t-blog .t-blog-feature__hading__en::after{
  content: "";
  display: inline-block;
  position: absolute;
  aspect-ratio: 35/36;
  width: var(--GAP_30);
}
.t-blog .t-blog-feature__hading__en::before{
  background: url(../images/top/t-blog-deco1.svg) no-repeat center center / 100%;
}
.t-blog .t-blog-feature__hading__en::after{
  background: url(../images/top/t-blog-deco2.svg) no-repeat center center / 100%;
}
@media screen and (min-width: 768px){
  .t-blog::before,.t-blog::after{
    aspect-ratio: 800/13;
  }
  .t-blog::before{
    background: url(../images/top/t-blog-upper.png) no-repeat center center / 100%;
    top: 10px;
  }
  .t-blog::after{
    background: url(../images/top/t-blog-under.png) no-repeat center center / 100%;
    bottom: 10px;
  }
  .t-blog .t-blog-feature__hading__en::before{
    bottom: 0;
    right: 100%;
  }
  .t-blog .t-blog-feature__hading__en::after{
    top: 0;
    left: 100%;
  }
}
@media screen and (max-width: 767px){
  .t-blog{
    padding-bottom: 60px;
  }
  .t-blog::before, .t-blog::after{
    aspect-ratio: 800/40;
  }
  .t-blog .t-blog-feature__hading__en::before,
  .t-blog .t-blog-feature__hading__en::after{
    width: 30px;
  }
  .t-blog::before{
    background: url(../images/top/t-blog-upper.png) no-repeat center center / cover;
    top: 3px;
  }
  .t-blog::after{
    background: url(../images/top/t-blog-under.png) no-repeat center center / cover;
    bottom: 3px;
  }
  .t-blog .t-blog-feature__hading__en::before{
    bottom: 0;
    right: 100%;
  }
  .t-blog .t-blog-feature__hading__en::after{
    top: 0;
    left: 100%;
  }
}

/* --- ギャラリー --- */

/* 画像 */
.t-gallery .fs-c-productListItem__image__image{
  transform: scale(1.1);
  
}
@media (hover: hover){
  .t-gallery .sg-item__link:hover .fs-c-productListItem__image__image{
    transform: scale(1.2);
  }
}


.t-gallery .sg-item__link{
	position: relative;
}

.t-gallery .sg-item__link .postage_area{
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 10px;
	background: var(--PINK05);
	color: var(--WHITE);
	padding: 4px 10px;
	font-size: var(--FZ_12);
	z-index: 2;
}
.t-gallery .sg-item__link .postage_area.postage_plus{
	background: var(--PURPLE01);
}

/* 商品詳細 - 送料 */
.t-gallery .price_postage_area--product{
	display: flex;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
}
.t-gallery .price_postage_area--product .postage_area{
	display: inline-block;
	background: var(--PINK05);
	color: var(--WHITE);
	padding: 2px 5px;
	font-size: var(--FZ_11);
}
.t-gallery .price_postage_area--product .postage_area.postage_plus{
	background: var(--PURPLE01);
}
@media screen and (min-width: 768px){
	.t-gallery .price_postage_area--product{
		gap: 10px;
	}
}
@media screen and (max-width: 767px){
	.t-gallery .price_postage_area--product{
		gap: 5px;
	}
}

/* No. */
.t-gallery .number_area{
	margin: 10px 0 5px 0;
	font-weight: bold;
	padding: 3px 5px;
	border: 1px solid;
	width: fit-content;
}
.t-gallery .number_area .number{
	letter-spacing: 0.02em !important;
}

@media screen and (min-width: 768px){
	.t-gallery .number_area{
		font-size: 12px;
	}
}

@media screen and (max-width: 767px){
  .t-gallery{
    padding-bottom: 60px;
  }
	.t-gallery .number_area{
		font-size: 11px;
	}
}

.t-gallery .item_title{
	font-weight: bold;
	font-size: 1.4rem;
	padding: 5px;
	background: var(--PINK03);
}

.t-gallery .item_description{
	font-size: 1.2rem;
	padding: 5px 0;
}


@media screen and (max-width: 767px){
  /* ドット画像 */
  .fs-c-productList__list--gallery{
    --dot: 4px;      /* 直径 */
    --gap: 12px;     /* 丸と丸の間隔 */
    --color: var(--PINK05);/* 丸の色 */
    overflow: hidden;
  }
  .fs-c-productList__list--gallery .fs-c-productList__list__item{
    position: relative;
  }
  .fs-c-productList__list--gallery article:nth-of-type(2n)::after{
    content:"";
    display: block;
    height: var(--dot);
    background:
      radial-gradient(circle closest-side,
        var(--color) 99%, #0000 100%)
      left center / calc(var(--dot) + var(--gap)) 100% repeat-x;
    pointer-events:none;
    position: absolute;
    bottom: -11px;
    width: 81vw;
    left: -98%;
  }
  .fs-c-productList__list--gallery article:last-child:after{
    display: none !important;
  }
}

/* 削除 */
.t-gallery .number_area ~ *{
  display: none;
}
.t-gallery .fs-c-productListItem__control .fs-c-button--addToWishList--icon{
  display: none;
}

/* --------------------  ブログ・特集 -------------------- */

.wp-postContainer{
	margin: 0 auto;
}
@media screen and (min-width: 951px){
	.wp-postContainer{
		padding: 60px 0 100px;
	}
	.wp-postContainer:has(aside){
		display: grid;
		grid-template-columns: 1fr 220px;
		align-items: flex-start;
		gap: 50px;
	}
}
@media screen and (max-width: 950px){
	.wp-postContainer{
		padding: 35px 0 80px;
	}
	.wp-postContainer main{
		margin-bottom: var(--GENERALSEC);
	}
}


/* --------------------一覧・シングルのカテゴリ・タグ共通-------------------- */

/* カテゴリー */
.wp-post__cats{
	display: flex;
	flex-wrap: wrap;
	gap: var(--GAP_10);
	margin-top: 10px;
}
.wp-post__cats li a{
	font-weight: 400;
	background-color: var(--FS_MARK_BG);
	display: inline-block;
	padding: 3px 8px 4px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.wp-post__cats{
		margin-top: 10px;
	}
	.wp-post__cats.wp-post__cats--single li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px){
	.wp-post__cats{
		margin-top: 5px;
	}
	.wp-post__cats.wp-post__cats--single li a{
		font-size: 15px;
	}
}
/* タグ */
.wp-post__tags{
	display: flex;
	flex-wrap: wrap;
}
.wp-post__tags li a{
	display: block;
	text-align: center;
	padding: 3px 5px;
	background: var(--FS_MARK_BG);
}
.wp-post__tags li a:before{
	content: "#";
	margin-right: 1px;
}
.wp-single__tags li::before{
	display: none;
}
.wp-single__tags li a{
	color: var(--TXT_COLOR_BASE) !important;
	text-decoration: none !important;
}
@media screen and (min-width: 768px){
	.wp-post__cats li a{
		font-size: 11px;
    padding: 4px 8px 4px;
	}
	.wp-post__tags{
		gap: 8px 10px;
	}
	.wp-post__tags li a{
		font-size: 12px;
	}
}
@media (hover: hover){
	.wp-post__tags li a:hover{
		color: var(--PINK01);
	}
}
@media (hover: hover){
	.wp-post__cats li a:hover{
		opacity: 1;
		color: var(--PINK01);
		transition: 0.3s;
	}
}
@media screen and (max-width: 767px){
	.wp-post__cats li a{
		font-size: 9px;
    padding: 3px 6px 3px;
	}
	.wp-post__tags{
		gap: 6px 10px;
	}
	.wp-post__tags li a{
		font-size: 12px;
	}
}

/* -------------------- ブログ一覧・特集一覧 - 共通 ------------------- */

/* --------------------一覧・シングルのカテゴリ・タグ共通-------------------- */

/* カテゴリー */
.wp-post__cats{
	display: flex;
	flex-wrap: wrap;
	gap: var(--GAP_10);
	margin-top: 10px;
}
.wp-post__cats li a{
	font-weight: 400;
	background-color: var(--FS_MARK_BG);
	display: inline-block;
	padding: 3px 8px 4px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.wp-post__cats{
		margin-top: 10px;
	}
	.wp-post__cats.wp-post__cats--single li a{
		font-size: 15px;
	}
}
@media screen and (max-width: 767px){
	.wp-post__cats{
		margin-top: 5px;
	}
	.wp-post__cats.wp-post__cats--single li a{
		font-size: 15px;
	}
}
/* タグ */
.wp-post__tags{
	display: flex;
	flex-wrap: wrap;
}
.wp-post__tags li a{
	display: block;
	text-align: center;
	padding: 3px 5px;
	background: var(--FS_MARK_BG);
}
.wp-post__tags li a:before{
	content: "#";
	margin-right: 1px;
}
.wp-single__tags li::before{
	display: none;
}
.wp-single__tags li a{
	color: var(--TXT_COLOR_BASE) !important;
	text-decoration: none !important;
}
@media screen and (min-width: 768px){
	.wp-post__cats li a{
		font-size: 11px;
    padding: 4px 8px 4px;
	}
	.wp-post__tags{
		gap: 8px 10px;
	}
	.wp-post__tags li a{
		font-size: 12px;
	}
}
@media (hover: hover){
	.wp-post__tags li a:hover{
		color: var(--PINK01);
	}
}
@media (hover: hover){
	.wp-post__cats li a:hover{
		opacity: 1;
		color: var(--PINK01);
		transition: 0.3s;
	}
}
@media screen and (max-width: 767px){
	.wp-post__cats li a{
		font-size: 9px;
    padding: 3px 6px 3px;
	}
	.wp-post__tags{
		gap: 6px 10px;
	}
	.wp-post__tags li a{
		font-size: 12px;
	}
}



/* 記事の詳細 */
.wp-archive__time{
  text-align: right;
}
.wp-archive__time time{
	display: block;
}
.wp-archive__ttl{
	line-height: 1.5;
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: bold;
}
.wp-archive__content{
	overflow: hidden;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-weight: bold;
}
.wp-archive__article .wp-archive__content{
	font-weight: 400;
}
@media screen and (min-width: 768px){
	.wp-archive__list{
		grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
		gap: 50px clamp( 20px, 3.5vw, 40px);
	}
	.wp-archive__time time{
		font-size: 12px;
		margin-block: 10px 5px;
	}
	.wp-archive__ttl{
		margin: 8px 0 10px;
		-webkit-line-clamp: 3;
	}
	.wp-archive__content{
		font-size: 12px;
		-webkit-line-clamp: 3;
	}
}
@media screen and (max-width: 767px){
	.wp-archive__list{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 20px 15px;
	}
	.wp-archive__time time{
		font-size: 11px;
		margin-block: 8px 5px;
	}
	.wp-archive__ttl{
		margin: 5px 0 7px;
		-webkit-line-clamp: 2;
		font-size: 13px;
	}
	.wp-archive__content{
		font-size: 12px;
		-webkit-line-clamp: 2;
	}
}

/* タグ */
.wp-post__tags--activeFeature{
	width: var(--INNER_WIDTH);
	max-width: 650px;
	margin-inline: auto;
	margin-top: var(--GAP_20);
}
@media screen and (max-width: 767px){
	.wp-post__tags--activeFeature{
		margin-bottom: 20px;
	}
}

/* 画像 */
.wp-archive__thumb img{
  border-radius: 10px;
}