@charset "UTF-8";

/* CSS Document */
.inner {
	padding-top: 0;
}
.news-wp {
	padding-top: 1em;
	padding-bottom: 1em;
}
h2 {
	font-family: "Roboto Slab", serif;
}
.fo {
	font-family: 'Prompt', 'Noto Sans JP', sans-serif;
}
.item-txt {
	margin: auto;
	/* width: 90%; */
	padding: 2rem 0;
}
.news-wp h3 {
	line-height: 1.2;
	padding-top: 1rem;
}
.aida {
	padding-top: 5rem;
}
.white {
	background: #fff;
	background: none;
	padding: 5rem 0;
}
.beige {
	background: #F2EDE4;
	background: none;
	background: #fff;
	padding: 5rem 0;
}
.pink {
	background: rgb(245, 195, 192, 0.3);
	background: none;
	padding: 5rem 0;
}
.blue {
	background: rgb(202, 216, 231, 0.3);
	background: none;
	background: #fff;
	padding: 5rem 0;
}
@media (min-width: 769px) {
	.news-wp {
		gap: calc(8% / 3);
		padding: 3em 0 2em;
	}
	.newsbox {
		width: 23%;
		padding: 0;
    margin-bottom: 4rem;
	}
	.item-txt {
		text-align: center;
		margin: auto;
		justify-content: center;
		/* width: 30%; */
		display: grid;
	}

	[data-page="item-detail"] .news-wp h3 {
    font-size: .9em;
	}
}



/*---------- 20250527 コンタクト修正 ----------*/
.new_color_list {
  width: 8em;
  position: absolute;
  top: -.5em;
  left: -.5em;
  transform: rotateZ(-8deg);
}
.new_color {
  width: 10em;
  position: absolute;
  top: -1.5em;
  left: -1.5em;
  transform: rotateZ(-8deg);
}
.item_comment {
  padding-bottom: 1rem;
}
.itemcolor {
  padding-top: 1rem;
}
.detail-img {
  position: relative;
}
.lens_sec {
  display: flex;
  justify-content: left;
	padding-top: .7em;
}
.lens_box {
  padding-right: .5rem;
}
.lens_on {
  font-size: 0.6rem;
  background: #ffc3c3;
  text-align: center;
  padding: 0.3rem .5rem;
}
.lens_off {
  font-size: 0.6rem;
  background: #ffe30c;
  text-align: center;
  padding: 0.3rem .5rem;
}
.lens_clear {
  font-size: 0.6rem;
  background: #88ffe5;
  text-align: center;
  padding: 0.3rem .5rem;
}


@media (min-width: 769px) {
  .item-txt {
    padding-top: 1rem;
    padding-bottom: 3rem;
    font-size: 1.1rem;
    color: #8b7867;
    color: #000;
    margin: auto;
  }
  .new_color_list {
    width: 10em;
  }
}


/* ITEM 個別ページ =================================== */
.detail {
  /* width: 90%; */
  margin: 5rem auto;
}
.detail-ttl {
  font-family: 'Prompt', 'Noto Sans JP', sans-serif;
  font-size: .8em;
  background: #D83646;
  color: #fff;
  padding: 2%;
  display: block;
  font-weight: bold;
  width: fit-content;
  text-align: center;
  margin: 2rem 0;
}
.detail-ttl2 {
  font-size: 1.8rem;
  font-family: 'Prompt', 'Noto Sans JP', sans-serif;
  padding-bottom: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.detail-flex {
  padding-bottom: 3em;
}
.detail-list {
  font-size: 1rem;
}
.itemcolor p {
  font-size: .85em;
}
@media (min-width: 960px) {
  .detail-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8%;
    padding-bottom: 5rem;
  }
  .detail-txt {
    /* padding-left: 8%; */
    width: 42%;
  }
  .detail-img {
    width: 50%;
  }
  .detail-ttl {
    margin-top: 0;
  }
  /* .inner {
		padding: 15rem 0 5rem;
	} */
}