.topContents {
  width: 100%;
  overflow: hidden;
}
.topContents .kv-section {
  margin-bottom: 50px;
  position: relative;
}
.topContents .kv-section .kv-swiper-prev,
.topContents .kv-section .kv-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 20px;
  height: 27px;
}
.topContents .kv-section .kv-swiper-prev {
  left: min(4.4444444444vw, 80px);
  transform: translate(-50%, -50%);
  background: url(../img/item-list/prev-button.png) no-repeat;
}
.topContents .kv-section .kv-swiper-next {
  right: min(4.4444444444vw, 80px);
  transform: translate(50%, -50%);
  background: url(../img/item-list/next-button.png) no-repeat;
}
.topContents .kv-swiper-container {
  width: 100%;
  font-family: "Josefin Sans";
  position: relative;
  overflow: hidden;
  text-align: center;
}
.topContents .kv-swiper-container .swiper-slide img {
  width: 100%;
}
.topContents .kv-swiper-container .swiper-slide a:hover {
  opacity: 1;
}
.topContents .kv-swiper-container .swiper-slide__txt {
  margin-top: 14px;
  font-size: 1.5rem;
  font-weight: 500;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 750px) {
  .topContents .kv-swiper-container .swiper-slide__txt {
    padding: 0 10px;
  }
}
@media (min-width: 751px) {
  .topContents .kv-swiper-container .swiper-slide__txt {
    margin-top: 28px;
    font-size: 2.6rem;
  }
}
.topContents .kv-swiper-container .kv-swiper-pagination {
  line-height: 1;
  width: fit-content;
  display: inline-flex;
}
@media (max-width: 750px) {
  .topContents .kv-swiper-container .kv-swiper-pagination {
    right: 10px;
  }
}
.topContents .kv-swiper-container .kv-swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  margin: 0;
  line-height: 1;
  width: 20px;
  height: 20px;
  display: grid;
  place-content: center;
  background: none;
  margin-top: 15px;
  border-color: #d6d6d6;
  background-color: #fff;
}
.topContents .kv-swiper-container .kv-swiper-pagination .swiper-pagination-bullet:before {
  width: 8px;
  height: 8px;
  content: "";
  background: #fff;
  border-radius: 50%;
  border: 1px solid #d6d6d6;
}
.topContents .kv-swiper-container .kv-swiper-pagination .swiper-pagination-bullet-active:before {
  background: #222222;
  border: 1px solid #222222;
}
.topContents .section {
  padding: 0;
}
.topContents .section__header {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: flex-end;
  font-family: "Josefin Sans";
  width: 100%;
  margin-bottom: 15px;
  padding: 0 10px;
}
@media (min-width: 751px) {
  .topContents .section__header {
    margin-bottom: 36px;
    padding: 0 min(4.4444444444vw, 80px);
  }
}
.topContents .section__ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 751px) {
  .topContents .section__ttl {
    font-size: 2.2rem;
  }
}
.topContents .section__more {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  border-bottom: solid 1px #323232;
}
.topContents .section .item-swiper-container {
  padding-left: 10px;
  position: relative;
}
@media (min-width: 751px) {
  .topContents .section .item-swiper-container {
    padding-left: min(4.4444444444vw, 80px);
  }
}
.topContents .section .item-swiper-container .swiper-wrapper {
  gap: 5px;
}
@media (min-width: 751px) {
  .topContents .section .item-swiper-container .swiper-wrapper {
    gap: 20px;
  }
}
.topContents .section .item-swiper-container .swiper-slide {
  width: 53.3333333333%;
}
@media (min-width: 751px) {
  .topContents .section .item-swiper-container .swiper-slide {
    width: 33.8888888889%;
  }
}
.topContents .section .item-swiper-container .swiper-slide img {
  width: 100%;
}
.topContents .section .item-swiper-container .item-swiper-prev,
.topContents .section .item-swiper-container .item-swiper-next {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 32px;
  height: 32px;
}
.topContents .section .item-swiper-container .item-swiper-prev {
  left: min(4.4444444444vw, 80px);
  transform: translate(-50%, -50%);
  background: url(../img/icon/slide-prev.svg) no-repeat;
}
.topContents .section .item-swiper-container .item-swiper-next {
  right: min(4.4444444444vw, 80px);
  transform: translate(50%, -50%);
  background: url(../img/icon/slide-next.svg) no-repeat;
}
.topContents .item-section {
  margin-bottom: 43px;
}
@media (min-width: 751px) {
  .topContents .item-section {
    margin-bottom: 136px;
  }
}
@media (max-width: 750px) {
  .topContents .item-section .goodsBottomWrapper {
    display: none !important;
  }
}
.topContents .rank-section {
  margin-bottom: 54px;
}
@media (min-width: 751px) {
  .topContents .rank-section {
    margin-bottom: 234px;
  }
}
.topContents .rank-section .section__content {
  padding: 0 10px;
}
@media (min-width: 751px) {
  .topContents .rank-section .section__content {
    padding: 0 min(4.4444444444vw, 80px);
  }
}
.topContents .rank-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 23px 1px;
}
@media (min-width: 751px) {
  .topContents .rank-section__list {
    gap: 36px 20px;
  }
}
.topContents .collection-section {
  background: #EFEFEF;
  padding-bottom: 190px;
  margin-bottom: 96px;
}
@media (max-width: 750px) {
  .topContents .collection-section {
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 40px;
    background: #EEEEE6;
  }
  .topContents .collection-section .item-swiper-container .swiper-slide {
    width: 41.3333333333vw;
  }
}
@media (max-width: 750px) {
  .topContents .collection-section .section__header {
    padding: 0 10px;
  }
}
@media (min-width: 751px) {
  .topContents .collection-section .section__header {
    position: absolute;
    top: min(4.4444444444vw, 80px);
  }
}
.topContents .collection-section__top {
  position: relative;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .topContents .collection-section__top {
    margin-bottom: 60px;
  }
}
.topContents .collection-section .section__content .pc-img {
  width: 100%;
}
.topContents .collection-section .section__content .sp-img {
  display: none;
}
@media (max-width: 750px) {
  .topContents .collection-section .section__content .pc-img {
    display:none;
  }
  .topContents .collection-section .section__content .sp-img {
    display: block;
  }
}
.topContents .collection-section .collection-info {
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .topContents .collection-section .collection-info {
    text-align: center;
    font-size: 1.4rem;
  }
}
@media (min-width: 751px) {
  .topContents .collection-section .collection-info {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: fit-content;
    max-width: 100%;
    margin: auto;
    font-size: 3.1rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .topContents .collection-section .collection-info {
    color: white;
  }
}
.topContents .journal-section {
  margin-bottom: 57px;
}
@media (min-width: 751px) {
  .topContents .journal-section {
    margin-bottom: 136px;
  }
}
.topContents .journal-section .section__header {
  margin-bottom: 17px;
}
@media (min-width: 751px) {
  .topContents .journal-section .section__header {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .topContents .journal-section .section__content {
    padding: 0 10px;
  }
}
@media (min-width: 751px) {
  .topContents .journal-section .section__content {
    padding: 0 min(4.4444444444vw, 80px);
    display: grid;
    grid-template-columns: 88fr 76fr;
  }
}
@media (max-width: 750px) {
  .topContents .journal-section .journal-pic {
    margin-bottom: 25px;
  }
}
.topContents .journal-section .journal-pic a:hover {
  opacity: 1;
}
.topContents .journal-section .journal-pic img {
  width: 100%;
}
@media (max-width: 750px) {
  .topContents .journal-section .journal-info {
    padding: 0 10px;
  }
}
@media (min-width: 751px) {
  .topContents .journal-section .journal-info {
    padding-left: min(6.6666666667vw, 120px);
    padding-right: min(7.7777777778vw, 140px);
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
  }
}
.topContents .journal-section .journal-info__ttl {
  margin-bottom: 20px;
  font-size: 1.5rem;
}
@media (min-width: 751px) {
  .topContents .journal-section .journal-info__ttl {
    font-size: 2.5rem;
    margin-bottom: 1em;
  }
}
.topContents .journal-section .journal-info__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
@media (max-width: 750px) {
  .topContents .canvas-section .section__content {
    overflow-x: auto;
  }
  .topContents .canvas-section .section__content::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 751px) {
  .topContents .canvas-section .section__content {
    padding: 0 min(4.4444444444vw, 80px);
  }
}
@media (max-width: 750px) {
  .topContents .canvas-section .canvas-list {
    display: flex;
    display: -webkit-flex;
    width: fit-content;
    padding: 0 10px;
    gap: 5px;
  }
  .topContents .canvas-section .canvas-list li {
    width: 84vw;
  }
}
@media (min-width: 751px) {
  .topContents .canvas-section .canvas-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: min(2.2222222222vw, 40px);
  }
}
.topContents .canvas-section .canvas-list img {
  margin-bottom: 33px;
  width: 100%;
}
.topContents .canvas-section .canvas-list .canvas-ttl {
  text-align: center;
}

.section__content .collection-img img{
	width: 1800px;
  height: 912px;
}

.color-list li .colorchip.WHITE,
.color-list li .colorchip.White,
.color-list li .colorchip.white {
	border: 1px solid #000;
}

.slide-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.swiper-slide-link__txt {
	position: absolute;
	bottom: 38px;
	text-align: center;
	font-size: 17px;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
  max-width: 250px;
	min-height: 20px;
	line-height: 1.4;
	padding-bottom: 10px;
	font-weight: bold;
	font-family: CochinLTPro-Bold, 游明朝, 游明朝体, 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 Pro', serif;
	border-bottom: 1px solid #222222;
}

.recomend-wrapper {
  margin-top: 50px;
}
.recomend-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 50px;
  font-size: 14px;
}
.recomend-list {
  margin-bottom: 50px;
}
.recomend-list .hidden {
  position: absolute;
  opacity: 0;
  transition: all 0.5s ease-out;
  top: 0;
  z-index: 1;
  display: block
}
.recomend-list .image-link:hover .hover-image {
  opacity: 1;
}
.recomend-list .goods_overlap_image {
  position: relative;
}
.recomend-list .favorite-btn {
  position: absolute;
  top: 87%;
  right: 12px;
  z-index: 2;
}
.recomend-list .add_favorite {
  background: url('/assets/front/cochi/img/top/dammy/favorite.png') no-repeat center/contain;
  display: block;
  width: 13px;
  height: 22px;
  z-index: 2;
}
.recomend-list .add_favorite.active {
  background: url('/assets/front/cochi/img/top/dammy/favorite_on.png') no-repeat center/contain;
}
.recomend-list .image-link div {
  margin-bottom: 20px;
}
.goodsCollection {
	font-size: 11px !important;
	margin-bottom: 5px;
	text-decoration: underline;
}
.goodsCollectionLink, .news-title, .journal-name a, .journal-content-preview, .collection-info p {
	font-weight: 500;
}
@media (min-width: 751px) {
	.goodsCollection {
		font-size: 14px !important;
	}

  .goodsNameWrapper {
    font-size: 16px !important;
  }

	.top .information-banner {
		font-size: 14px !important;
	}
}
.goodsNameWrapper {
  font-size: 11px;
  font-family: Abhaya Libre;
  margin-bottom: 6px;
}
.recomend-list .price {
  font-size: 11px;
}

@media (min-width: 751px) {
  .recomend-list .price {
    font-size: 1.2rem;
  }

}

@media (max-width: 1024px) {

  .recomend-contents {
    grid-template-columns: repeat(2, 1fr);
  }
  .goodsCollection {
    font-size: 1.6rem;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  .goodsNameWrapper {
    margin-bottom: 10px;
  }
  .goodsBottomWrapper {
    padding-left: 10px;
    font-size: 1.1rem;
  }

}

@media (max-width: 767px) {

  .recomend-contents {
    gap: 5px;
    margin-top: 0;
    font-size: 14px;
  }
  .recomend-list .image-link div {
    margin-bottom: 0;
  }

}

.news-wrapper {
  margin-top: 50px;
}
.news-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.news-list .image {
  margin-bottom: 18px;
}
.news-list .news-name {
  font-size: 16px;
  line-height: 1.5em;
  color: #707070
}
.news-list .news-text {
  padding: 6px 0;
  font-size: 13px;
}

.news__lead {
  width: 291px;
  min-height: 55px;
  font-family: YuMincho, 'Yu Mincho', 'CochinLTPro', '秀英角ゴシック銀 L', 游明朝, 游明朝体, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
  font-size: 12px;
  line-height: 1.5;
  color: #707070;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.news-contents .news-title, .news-contents .news__lead, .news-list .news-name, .news-list .news-text, .news-list .read-more {
  font-family: YuMincho, 'Yu Mincho', 'CochinLTPro', '秀英角ゴシック銀 L', 游明朝, 游明朝体, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}

@media (max-width: 767px) {

  .news-contents {
    display: inline-block;
    margin: 0;
  }
  .news-list {
    width: 100%;
    padding: 0 30px 30px;
    box-sizing: border-box;
  }
  .news-list .image {
    margin-bottom: 16px;
  }
  .news-list .news-name {
    font-size: 13px;
  }
  .news-list .news-text {
    font-size: 10px;
  }

}

.journal-wrapper {
  margin-top: 50px;
}
.journal-contents {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}


.journal-list .image, .news-contents .news-list img {
  margin-bottom: 18px;
}
.journal-list .journal-name a {
  font-size: 16px;
  line-height: 1.5em;
  font-family: YuMincho, '秀英角ゴシック銀 L', 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}
.journal-list .journal-text {
  font-family: CochinLTPro, 游明朝, 游明朝体, 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 Pro', serif;
  padding: 6px 0;
  font-size: 13px;
}
.journal-content-preview {
  font-family: YuMincho, '秀英角ゴシック銀 L', 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666;
}

@media (max-width: 767px) {
	#journal-swiper-container {
		padding-right: 20px;
		padding-left: 20px;
	}
	.journal-contents {
		gap: 0;
		list-style: none;
		margin: 0 auto 30px;
	}
  .journal-list {
    flex-shrink: 0;
    width: 100%;
    overflow: hidden;
    margin-right: 10px;
  }
  .journal-list:last-child {
    margin-right: 0;
  }
  .journal-list .image {
    width: 100%;
    display: block;
    max-width: none;
  }
  .journal-body {
    text-align: left;
  }

}

.cochi-time-wrapper {
  margin-top: 50px;
}
.cochi-time-wrapper h2 {
  margin: 45px 0 10px;
}
.subtitle {
  width: 291px;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
  padding: 6px 0;
  font-size: 13px;
}
.cochi-time-contents .image {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-size: 0;
}

@media (max-width: 767px) {

  .cochi-time-wrapper h2 {
    font-size: 20px;
    margin: 75px 0 10px;
  }

}

.collection-title {
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.05em;
	font-family: CochinLTPro-Bold, 游明朝, 游明朝体, "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN", "ヒラギノ明朝 Pro", serif;
	margin: 75px 0px 33px;
}
@media (max-width: 767px) {
	.collection-title {
		font-size: 20px;
		margin: 85px 0 23px 0;
	}
}
.collection {
  margin: auto;
}
.collection .collection_grid {
  display: inline-block;
  width: 33%;
  vertical-align: top;
  margin-right: -0.25em;
  margin-bottom: 50px;
  box-sizing: border-box;
  padding: 0 10px;
}
.collection div img {
  width: 100%;
  aspect-ratio: 443 / 222;
  object-fit: cover;
  margin-bottom: 8px;

}
.collection div p {
  padding-top: 4px;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.collection .collection_grid .collection-name {
  font-size: 1.9rem;
  font-family: cochin;
}
.collection .collection_grid .collection-description {
  font-size: 1.2rem;
  font-family: YuMin;
}

@media (max-width: 1023px) {

  .collection {
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .collection .collection_grid {
    width: unset;
    padding: 0;
    margin-bottom: 0;
  }
  .collection .collection-name {
    /* padding: 0 10px; */
    font-size: 1.3rem;
  }
  .collection div p {
    /* padding: 0 10px; */
    font-size: 1.1rem;
  }
  .collection .collection_grid .collection-name {
    font-size: 1.3rem;
  }
  .collection .collection_grid .collection-description {
    font-size: 1.1rem;
  }

}

.about-wrapper {
  margin-top: 50px;
}
.about-contents {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  max-width: 1920px;
  margin: auto;
}
.about-text {
  color: #fff;
  font-size: 17px;
  line-height: 2em;
  font-family: CochinLTPro, 游明朝, 游明朝体, 'Yu Mincho', YuMincho, 'ヒラギノ明朝 ProN', 'ヒラギノ明朝 Pro', serif;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  max-width: 489px;
}
.about-text p {
  padding: 6px 0;
  font-size: 16px;
  letter-spacing: 1.12px;
  color: #fff;
  font-family: 'Zen Old Mincho', YuMincho, 'Yu Mincho', 'CochinLTPro', '秀英角ゴシック銀 L', 游明朝, 游明朝体, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}
.about-more {
  color: #fff;
  display: block;
  min-width: 130px;
  margin: 20px auto 0;
  border: 1px solid;
  font-size: 12px;
  font-family: 'Yu Mincho', YuMincho;
  height: 40px;
}

@media (max-width: 767px) {

  .about-contents img {
    min-height: 365px;
    max-width: 1920px;
    margin: auto;
  }
  .about-text p {
    font-size: 12px;
    line-height: 2.5em;
  }

}

.category-wrapper {
  margin-top: 50px;
}
.category-contents {
  display: grid;
  grid-template-columns: repeat(3, 2fr);
  gap: 20px;
  margin-top: 50px;
}
.category-list .image, .modal-inner>img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 8px;
}
.category-list .category-name {
  font-size: 16px;
  display: block;
  font-family: cochin;
}

@media (max-width: 767px) {

  .category-contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 5px;
    margin-top: 0;
  }
  .category-name {
    margin-left: 10px;
    font-size: 13px !important;
  }

  .category-contents .modal-content h2 {
    font-size: 13px !important;
  }

}

.section__content {
  max-width: 914px;
  margin: 0 auto;
}
.section-title {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin: 35px 0 33px;
  letter-spacing: 0.05em;
  font-family: cochin;
  color: #222;
}
.news-tag {
  display: block;
  margin-bottom: 4px;
  font-family: 'Work Sans', 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック, 'Yu Gothic', sans-serif;
  font-size: 12px;
  letter-spacing: 0.06em;
  color: #707070;
}
.more-wrap {
  text-align: right;
  margin-top: 13px;
  font-family: CochinLTPro, DNPShueiGoGinStd-L, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 游ゴシック体, YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', 游ゴシック, 'Yu Gothic', sans-serif;
  font-size: 13px;
}
a.read-more  {
  font-size: 12px;
  text-decoration: underline;
  font-family: YuMincho, '秀英角ゴシック銀 L', 游明朝, 游明朝体, Yu Mincho, YuMincho, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}
.read-all {
  text-align: center;
  padding-bottom: 44px;
  padding-top: 10px;
}
.read-all a {
  font-size: 16px;
  padding: 0 14px 13px;
  border-bottom: 1px solid;
}

@media (max-width: 767px) {

  .section-title {
    font-size: 20px;
    margin: 35px 0 31px;
  }
  .news-tag {
    font-size: 10px;
  }
  .more-wrap {
    margin-top: 0;
  }
  .read-all a {
    font-size: 13px;
  }
  a.read-more {
    font-size: 10px;
  }

}

.collection-top-section {
	max-width: 914px;
	margin: 0 auto;
	margin-top: 40px;
}

.collection-top-section h2.title {
	padding: 0 0 30px;
	text-align: center;
	font-weight: 600;
}

.collection-top-section h2.title .title-small {
	font-size: 14px;
}

@media screen and (min-width: 751px) {
	.collection-top-section h2.title {
		padding: 0 0 40px;
	}
}

@media screen and (min-width: 751px) {
	.collection-top-section .collection-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 24px 18px
	}
}

@media screen and (min-width: 1200px) {
	.collection-top-section .collection-list {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 40px 18px
	}
}

.collection-top-section .collection-list .collection {
	margin: 0 0 0;
  padding-bottom: 20px;
}

@media screen and (min-width: 1200px) {
	.collection-top-section .collection-list .collection {
		margin: 0
	}
	.collection div img {
		width: 291px;
		height: 147px;
	}

	.category-list .category-nam {
		font-size: 16px;
	}

	.collection-top-section .collection-list .collection .collection-info p {
		width: 291px;
		height: 72px;
	}

	.recomend-list .goods_overlap_image img {
		width: 217px;
		height: 233px;
	}
}

.collection-top-section .collection-list .collection .collection-pic {
	margin: 0 0 8px
}

.collection-top-section .collection-list .collection .collection-info {
	text-align: left;
	padding: 0 13px
}

@media screen and (min-width: 751px) {
	.collection-top-section .collection-list .collection .collection-info {
		padding: 0
	}
}

.collection-top-section .collection-list .collection .collection-info .collection-name {
	font-size: 13px;
	margin: 0 0 5px;
	color: #222222;
}

@media screen and (min-width: 751px) {
	.collection-top-section .collection-list .collection .collection-info .collection-name {
		font-size: 19px;
		text-align: left
	}
}

.collection-top-section .collection-list .collection .collection-info p {
	font-size: 11px;
	line-height: 1.8rem;
	margin: 0;
	color: #222222;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

@media screen and (min-width: 751px) {
	.collection-top-section .collection-list .collection .collection-info p {
		text-align: left;
		font-size: 12px;
	}
}
@media (max-width: 750px) {
	.collection-top-section .collection-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px 10px;
	}
}

.modal-overlay {
	position: fixed;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1000;
}

.modal {
  background: #fff;
  max-width: 421px;
  width: 90%;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  animation: fadeIn 0.4s ease;
}

@media (max-width: 767px) {
  .modal {
    position: relative;
    display: flex;
  }
}
@media screen and (max-height: 730px) {
  .modal {
    width: calc(70vh * 3 / 4);
  }
  .modal-overlay .modal-inner .modal-content p{
    font-size: clamp(10px, 1.8vmin, 16px);
  }
  .modal-overlay .modal-inner .modal-content h2{
    margin: 0;
    font-size: clamp(10px, 1.8vmin, 16px);
    padding-bottom: 5px;
  }
  .modal-overlay .modal .modal-inner {
    padding: 15px;
  }
}
@media screen and (max-height: 630px) {
  .modal {
    width: calc(60vh * 3 / 4);
  }
  .modal-overlay .modal-inner {
    padding: 15px 15px;
  }
  .modal-overlay .modal .modal-close {
    position: absolute;
    top: -22px;
    right: 0;
    font-weight: bold;
    cursor: pointer;
    width: 16px;
    height: 16px;
    line-height: 28px;
    text-align: center;
  }
}

.modal-inner {
	flex: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: block;
}

.modal-overlay .modal-inner {
	padding: 30px 25px;
	overflow: auto;
	max-height: inherit;
}

.modal img {
	width: 100%;
	display: block;
	object-fit: contain;
}
.modal-inner h2 {
	padding-bottom: 10px;
}

.modal-content {
	font-size: 14px;
	color: #333;
}

.modal-content h2 {
	margin: 0 0 20px;
	border-bottom: 1px solid #707070;
	color: #222222;
	font-size: 17px;
  font-family: Yu Mincho, YuMincho;
}

.category-contents .modal-content h2 {
  border: unset;
  font-size: 16px;
  font-weight: normal;
  font-family: 'cochin';
	font-weight: 300;
}

.modal-content p {
	margin: 0 0 10px;
	line-height: 1.6;
	color: #222222;
	font-size: 12px;
	letter-spacing: 0.12px;
}
.modal-close {
	position: absolute;
	top: -30px;
	right: 0px;
	font-size: 26px;
	font-weight: bold;
	cursor: pointer;
	width: 20px;
	height: 20px;
	line-height: 28px;
	text-align: center;
}

@supports not (height: 1svh) {
	.modal { max-height: 90vh; }
}

@supports (-webkit-touch-callout: none) {
	.modal { max-height: -webkit-fill-available; }
}

@keyframes fadeIn {
	from {opacity: 0; transform: scale(0.95);}
	to {opacity: 1; transform: scale(1);}
}

@media (max-width: 767px) {
	.read-all {
		padding-bottom: 30px;
	}
	.collection-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
.category-list .category-name {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.category-list .category-name a {
	font-family: cochin;
	font-weight: 300;
}

.collection-title {
	font-weight: bold;
	text-align: center;
	margin: 75px 0 33px;
	letter-spacing: 0.05em;
	font-family: CochinLTPro-Bold, serif;
	color: #222;
}

.top #wrapper {
  padding-top: 0;
}
.top #wrapper:has(.information-banner) {
  padding-top: 60px;
}

.item-page-header {
  margin: 0 auto -62px 30px;
}

@media (max-width: 750px) {
  .goodsCollectionLink, .goodsDetailLink {
    font-size: 11px;
  }

  .top .topContents .kv-swiper-container .swiper-slide img {
    height: 572px;
    object-fit: cover;
  }

  .top .header__logo img {
    margin-top: 30px;
  }

  .recomend-list .add_favorite {
    width: 11px;
    height: 19px;
  }
}

.top .header__logo img {
  width: 310px !important;
}

@media (min-width: 751px) {
	.journal-list .image, .news-contents .news-list img {
		width: 291px;
		height: 212px;
	}
	.img-journal {
		width: 291px !important;
		height: 363px !important;
	}
	.news-list .news-name p {
		font-size: 12px;
	}
	.news-list .news-title {
		font-size: 16px;
	}
  .about-contents img {
    width: 913px;
    height: 364px;
  }
}

.top .information-banner {
	font-size: 12px;
	font-family: 'Zen Old Mincho', YuMincho, 'Yu Mincho', 'CochinLTPro', '秀英角ゴシック銀 L', 游明朝, 游明朝体, ヒラギノ明朝 ProN, ヒラギノ明朝 Pro, serif;
}

.news-list .news-name p {
	font-family: Work Sans, sans-serif;
	color: #707070;
	font-size: 12px;
}

.information-banner--close {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 11px;
  line-height: 1;
  font-size: 1rem;
  overflow: hidden;
  z-index: 1000;
}

.information-banner-section:has(.information-banner) {
  background: #4e4d4d;
  width: 100%;
  height: 40px;
  color: white;
  display: grid;
  place-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
}

.information-banner-section.information-banner-hide:has(.information-banner) {
  display: none;
}

@media (max-width: 1023px) {
  .information-banner-section:has(.information-banner) {
    background: #F5F5F5;
    height: 30px;
  }
  .top .information-banner {
    font-family: "aktiv-grotesk", sans-serif;
    color: #323232;
    font-weight: 500;
    padding-left: 30px;
    padding-right: 30px;
  }
}

