@charset "utf-8";
body,#wrapcontents{
	transition: background-color 1.2s ease, color 1.2s ease;
}
.mainvisual{
	width: var(--INNER_WIDTH);
	margin: 0 auto 100px;
	padding-top: 50px;
}
.mainvisual_contentsarea{
	display: flex;
	justify-content: center;
	min-height: 85vh;
	flex-direction: column;
	padding: 40px 0;
}
.mainvisual_catch{
	margin-bottom: 60px;
	font-size: clamp(40px, calc(4.48vw + 3vh), 131px);
}
@media screen and (max-width:960px) {
  .mainvisual_catch{
  	font-size: clamp(40px, calc(4.48vw + 2.1vh), 131px);
  }
}
.mainvisual h2{
	font-family: kinto-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
	line-height: 1.2;
}
.mainvisual h2 span{
	display: block;
}
.mainvisual h2 .line {
  overflow: hidden;
  height: 1.2em;
}
.mainvisual h2 .line span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.mainvisual h2 .line span.active {
  transform: translateY(0);
  opacity: 1;
}
.mainvisual_catch_en{
	direction: rtl;
	font-size:0.311em;
	font-family: tt-commons-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-top: 6px;
}
.mainvisual_catch_en {
  position: relative;
  display: inline-block;
  transform: translateX(-100%) rotate(180deg);
  opacity: 0;
  transition: transform 1.4s ease, opacity 0.8s ease;
  text-align: left; 
}
.mainvisual_catch_en.active {
  transform: translateX(0) rotate(180deg);
  opacity: 1;
}
.mainvisual_catch {
  line-height: 0; 
}
.mainvisual__title {
  display: inline-block;
  padding: 0 50px;
  font-size: 18px;
}
h3.mainvisual__title span{
	color: var(--RED);
}
.mainvisual__note{
	margin-bottom: 16px;
}
.mainvisual__btn a{
	font-family: roboto-mono, monospace;
	font-weight: 500;
	font-style: normal;
	position: relative;
	display: inline-block;
}
.mainvisual__btn a:after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"%3E%3Cpath d="M328 96c13.3 0 24 10.7 24 24l0 240c0 13.3-10.7 24-24 24s-24-10.7-24-24l0-182.1L73 409c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l231-231L88 144c-13.3 0-24-10.7-24-24s10.7-24 24-24l240 0z"/%3E%3C/svg%3E');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 4px;
    right: -19px;
}
@media (hover: hover){
  .mainvisual__btn a:hover span {
    transform: translateX(8px);
  }
}
@media screen and (max-width:767px) {
	.mainvisual{
		margin-bottom: 80px;
	}
  .mainvisual__note{
	  font-size:12.6px;
  }
  .mainvisual_catch{
	  margin-bottom: 75px;
  }
}
.mainvisual_imgarea{
	padding-top: 35px;
	position: relative;
}
.mainvisual_imgarea::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--BLACK);
  transition: width 4.8s ease;
}
.mainvisual_imgarea.active::before {
  width: 100%;
}
.mainvisual__mainimg {
  display: flex;
  height: 450px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.mainvisual__mainimg li {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mainvisual__mainimg li:first-child {
  flex: 6;
}
.mainvisual__mainimg li:nth-child(2){
  flex: 4;
}
@media screen and (max-width:960px) {
	.mainvisual__mainimg li:first-child {
    flex: 55;
  }
  .mainvisual__mainimg li:nth-child(2){
    flex: 45;
  }
}
.mainvisual__mainimg li.mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.12);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 0;
}
.mainvisual__mainimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainvisual__mainimg li .tag{
	position: absolute;
	top:10px;
	left:10px;
	background: var(--RIGHTBLACK);
	color: var(--WHITE);
	padding:8px;
	font-size:0.8em;
	z-index:2;
}
.mainvisual__mainimg li p{
	position: absolute;
	z-index:2;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	width:90%;
	font-size:20px;
	font-weight: 600;
	text-align: center;
	color: var(--WHITE);
	font-family: kinto-sans, sans-serif;
	font-weight: 900;
	font-style: normal;
}
@media (hover: hover){
  .mainvisual__mainimg li:hover img {
    transform: scale(1.1);
  }
  .mainvisual__mainimg li	a:hover{
    opacity: 1;
  }
  .mainvisual__mainimg li	a:hover img{
    opacity:1;
  }
}
@media screen and (max-width:767px) {
	.mainvisual{
  	width: var(--SP_INNER_WIDTH);
  }
	.mainvisual_catch {
    font-size: clamp(27px, calc(2.15vw + 3vh), 131px);
  }
  .mainvisual_contentsarea{
  	min-height: 68vh;
  }
  .mainvisual_imgarea{
	  padding-top: 20px;
  }
  .mainvisual__mainimg{
	  flex-direction: column;
  }
  .mainvisual__mainimg li:first-child {
    flex: 1;
  }
  .mainvisual__mainimg li:nth-child(2){
    flex: 1;
  }
}
@media screen and (min-width:401px) and (max-width:767px) {
	.mainvisual__mainimg {
    height:76vw;
  }
}
@media screen and (max-width:400px) {
	.mainvisual__mainimg {
    height: 415px;
  }
}
.plus-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s ease;
}
.plus-icon::before {
  content: "+";
  transition: opacity 0.5s ease;
}
.plus-icon.expand {
  width: 105px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.7);
  justify-content: flex-start;
  padding-left: 15px;
}
.plus-icon.expand::before {
  content: "";
  opacity: 0;
}
.shopping-text{
	font-size:11px;
	color: #fff;
}
.shopping-text {
  font-size:11px;
	color: var(--WHITE);
  font-weight: bold;
  line-height: 1.2;
}
.ticker {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.ticker__content {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  animation: none;
  font-family: tt-commons-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media screen and (max-width:767px) {
  .ticker{
	  padding-bottom: 20px;
  }
}
/* ランキング */
.custom_list.ranklist .splide__list{
	display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px 1.5%;
}
.custom_list.ranklist {
  visibility: visible;
}
/* 768px から 1000px の間だけスライダー表示に切り替え */
@media (min-width: 768px) and (max-width: 1000px) {
  .custom_list.ranklist .splide__list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap:0;
  }
}
.splide__arrow{
	background: var(--WHITE);
	opacity:0.9;
	width:2.7em;
	height: 2.7em;
	border:1px solid var(--BLACK);
}
.splide__arrow--next,.splide__arrow--prev{
	top:37%;
}
.splide__arrow--next{
	right: -15px;
}
.splide__arrow--prev{
	left: -15px;
}
/* カスタマイズリスト */
.custom_list.customizeexample {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 1.8%;
}
@media (min-width: 768px) and (max-width: 1000px) {
	.custom_list.customizeexample{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width:1001px) {
  .custom_list.customizeexample .custom_list_item:last-child{
	  display: none;
  }
}
.custom_list_item_img {
  position: relative;
  width: 100%;
  padding-top: calc(5.8 / 5 * 100%);
  background-color: #f9f9f9;
  margin-bottom: 7px;
  overflow: hidden;
  border-radius: 4px;
  border:1px solid var(--GRAY04);
}
.custom_list_item_img img {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  height: 96%;
  object-fit: cover;
  transition: all 0.5s ease;
  border-radius: 3px;
}
@media (hover: hover){
  .custom_list_item_img:hover img {
    transform: scale(1.1);
  }
}
.productMarks{
	margin:10px 0;
}
.productMark{
	display: flex;
	gap:5px;
}
.productMark li{
	font-size: 11px;
}
.productMark li span{
	display: block;
	border:1px solid #2c2c2c;
	padding:3px 8px;
	border-radius: 5px;
}
h3.custom_list_item_title{
	font-size:1.05em;
	margin-bottom: 5px;
}
.custom_list_item_contents p.custom_list_item_text{
	font-size:0.85em;
	line-height: 1.36;
}
.rankno{
	position: absolute;
	top: 5px;
	left:7px;
	z-index:2;
	background: var(--GRAY03);
	padding: 8px 5px;
	font-family: tt-commons-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	color: var(--WHITE);
	font-size:15px;
}
button.button--addToWishList--icon{
	background: none;
	border:none;
}
.Wishlist-btn{
	opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
	position: absolute;
	bottom: 1px;
	right:6px;
}
.custom_list_item_img:hover .Wishlist-btn {
  opacity: 1;
}
button.button--addToWishList--icon {
  position: relative;
  display: inline-block;
  width: 3em;
  height: 3em;
  background-color: #101010;
  border-radius: 50%;
  text-align: center;
}
.button--addToWishList--icon::before {
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M427.3 44.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l12.1 12.1c-4.4 3.2-8.4 6.8-12 10.8L382 81.2C353.6 69.8 323.4 64 292.9 64L224 64C118 64 32 150 32 256l0 8s0 0 0 0l0 19.1c0 25.4-8.7 50.1-24.5 70L3.5 358C-2 364.9-.9 375 6 380.5s17 4.4 22.5-2.5l3.9-4.9c20.4-25.5 31.6-57.3 31.6-90L64 264s0 0 0 0l0-8c0-88.4 71.6-160 160-160l68.9 0c26.5 0 52.7 5 77.2 14.9l18.2 7.3c-2.8 8.1-4.3 16.8-4.3 25.9l0 5c0 9.5-4.5 18.4-10.8 25.6C360 190.1 352 210.1 352 232c0 45.9 35.1 83.6 80 87.6l0 16.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16 88 0c2.7 0 5.4-.1 8-.4l0 16.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-25.6c28.5-14.6 48-44.2 48-78.4c0-30.8-15.8-57.8-39.7-73.6c-4.9-3.2-8.3-8.5-8.3-14.4c0-22.4-9.2-42.7-24.1-57.3l11.4-11.4c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L540.2 69.1C531.5 65.8 521.9 64 512 64l-48 0c-5.4 0-10.7 .5-15.8 1.6L427.3 44.7zM448 288l-8 0c-30.9 0-56-25.1-56-56c0-14 5.1-26.7 13.5-36.5c9.2-10.7 18.5-26.7 18.5-46.5l0-5c0-26.5 21.5-48 48-48l48 0c26.5 0 48 21.5 48 48c0 13.4 5.5 24.7 13.2 33c-25.7 5.1-45.2 27.7-45.2 55c0 8.8 7.2 16 16 16s16-7.2 16-16c0-13.3 10.7-24 24-24s24 10.7 24 24c0 30.9-25.1 56-56 56l-104 0zm-32 83.8l0 52.2c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-60.1c0-5.1-2.4-9.9-6.5-12.9s-9.4-3.9-14.3-2.4l-11.3 3.6c-31.2 9.8-64.6 9.8-95.8 0l-11.3-3.6c-4.9-1.5-10.2-.6-14.3 2.4s-6.5 7.8-6.5 12.9l0 60.1c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-72c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 72c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56l0-38.6c31.5 8.1 64.5 8.1 96 0l0 38.6c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56l0-40c-12.3 0-23.5-4.6-32-12.2z"/></svg>') no-repeat;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 512"><path d="M427.3 44.7c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6l12.1 12.1c-4.4 3.2-8.4 6.8-12 10.8L382 81.2C353.6 69.8 323.4 64 292.9 64L224 64C118 64 32 150 32 256l0 8s0 0 0 0l0 19.1c0 25.4-8.7 50.1-24.5 70L3.5 358C-2 364.9-.9 375 6 380.5s17 4.4 22.5-2.5l3.9-4.9c20.4-25.5 31.6-57.3 31.6-90L64 264s0 0 0 0l0-8c0-88.4 71.6-160 160-160l68.9 0c26.5 0 52.7 5 77.2 14.9l18.2 7.3c-2.8 8.1-4.3 16.8-4.3 25.9l0 5c0 9.5-4.5 18.4-10.8 25.6C360 190.1 352 210.1 352 232c0 45.9 35.1 83.6 80 87.6l0 16.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-16 88 0c2.7 0 5.4-.1 8-.4l0 16.4c0 8.8 7.2 16 16 16s16-7.2 16-16l0-25.6c28.5-14.6 48-44.2 48-78.4c0-30.8-15.8-57.8-39.7-73.6c-4.9-3.2-8.3-8.5-8.3-14.4c0-22.4-9.2-42.7-24.1-57.3l11.4-11.4c6.2-6.2 6.2-16.4 0-22.6s-16.4-6.2-22.6 0L540.2 69.1C531.5 65.8 521.9 64 512 64l-48 0c-5.4 0-10.7 .5-15.8 1.6L427.3 44.7zM448 288l-8 0c-30.9 0-56-25.1-56-56c0-14 5.1-26.7 13.5-36.5c9.2-10.7 18.5-26.7 18.5-46.5l0-5c0-26.5 21.5-48 48-48l48 0c26.5 0 48 21.5 48 48c0 13.4 5.5 24.7 13.2 33c-25.7 5.1-45.2 27.7-45.2 55c0 8.8 7.2 16 16 16s16-7.2 16-16c0-13.3 10.7-24 24-24s24 10.7 24 24c0 30.9-25.1 56-56 56l-104 0zm-32 83.8l0 52.2c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-60.1c0-5.1-2.4-9.9-6.5-12.9s-9.4-3.9-14.3-2.4l-11.3 3.6c-31.2 9.8-64.6 9.8-95.8 0l-11.3-3.6c-4.9-1.5-10.2-.6-14.3 2.4s-6.5 7.8-6.5 12.9l0 60.1c0 13.3-10.7 24-24 24l-32 0c-13.3 0-24-10.7-24-24l0-72c0-8.8-7.2-16-16-16s-16 7.2-16 16l0 72c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56l0-38.6c31.5 8.1 64.5 8.1 96 0l0 38.6c0 30.9 25.1 56 56 56l32 0c30.9 0 56-25.1 56-56l0-40c-12.3 0-23.5-4.6-32-12.2z"/></svg>') no-repeat;
  mask-size: contain;
  background-color: #fff;
}
.customizeexample .button--addToWishList--icon::before{
  content: "";
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M104%2016c-48.6%200-88%2039.4-88%2088l0%20272c0%2066.3%2053.7%20120%20120%20120l40%200%200-65c0-97.8%2061-184.5%20151.8-218c-10.2-13.1-17.6-28.5-21.2-45.3C278.2%20165%20256%20141.1%20256%20112c0-30.9%2025.1-56%2056-56l7%200c19.4-33.5%2055.6-56%2097-56s77.7%2022.5%2097%2056l7%200c30.9%200%2056%2025.1%2056%2056c0%2029.1-22.2%2053-50.5%2055.7C514.6%20218.2%20469.7%20256%20416%20256c-29.6%200-56.5-11.5-76.5-30.2C251.6%20255.3%20192%20337.8%20192%20431l0%2065%20288%200c8.8%200%2016-7.2%2016-16s-7.2-16-16-16l-40%200c-4.2%200-7.6-3.2-8-7.3l-.7-8c-3.8-45.6-41.9-80.7-87.7-80.7L328%20368c-4.4%200-8-3.6-8-8s3.6-8%208-8l15.7%200c37.1%200%2069.9%2019.5%2088.3%2049.1L432%20296c0-3.3%202-6.2%205-7.4s6.5-.4%208.8%202l93.2%2099c23.7%2025.2%2037%2058.6%2037%2093.2l0%2021.2c0%204.4-3.6%208-8%208s-8-3.6-8-8l0-21.2c0-30.6-11.7-60-32.6-82.2L448%20316.2%20448%20448l32%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032l-344%200C60.9%20512%200%20451.1%200%20376L0%20104C0%2046.6%2046.6%200%20104%200l32%200c48.6%200%2088%2039.4%2088%2088s-39.4%2088-88%2088l-32%200c-4.4%200-8-3.6-8-8s3.6-8%208-8l32%200c39.8%200%2072-32.2%2072-72s-32.2-72-72-72l-32%200zM512%20144l0-32c0-53-43-96-96-96s-96%2043-96%2096l0%2032c0%2053%2043%2096%2096%2096s96-43%2096-96zM311.4%2072c-21.8%20.3-39.4%2018.1-39.4%2040c0%2019.4%2013.9%2035.6%2032.2%2039.2c-.2-2.4-.2-4.8-.2-7.2l0-32c0-14.1%202.6-27.6%207.4-40zM528%20112l0%2032c0%202.4-.1%204.9-.2%207.2c18.4-3.6%2032.2-19.8%2032.2-39.2c0-21.9-17.6-39.6-39.4-40c4.7%2012.4%207.4%2025.9%207.4%2040zm-160%200a16%2016%200%201%201%2032%200%2016%2016%200%201%201-32%200zm80-16a16%2016%200%201%201%200%2032%2016%2016%200%201%201%200-32zm-96%2016c0%2017.4%2011.1%2032.2%2026.7%2037.7c3.2%201.1%205.3%204.2%205.3%207.5l0%2010.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-10.7c0-3.4%202.1-6.4%205.3-7.5c15.5-5.5%2026.7-20.3%2026.7-37.7c0-22.1-17.9-40-40-40l-48%200c-22.1%200-40%2017.9-40%2040zm40-56l48%200c30.9%200%2056%2025.1%2056%2056c0%2022.3-13.1%2041.6-32%2050.6l0%205.4c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48l0-5.4c-18.9-9-32-28.3-32-50.6c0-30.9%2025.1-56%2056-56z%22/%3E%3C/svg%3E') no-repeat;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20d%3D%22M104%2016c-48.6%200-88%2039.4-88%2088l0%20272c0%2066.3%2053.7%20120%20120%20120l40%200%200-65c0-97.8%2061-184.5%20151.8-218c-10.2-13.1-17.6-28.5-21.2-45.3C278.2%20165%20256%20141.1%20256%20112c0-30.9%2025.1-56%2056-56l7%200c19.4-33.5%2055.6-56%2097-56s77.7%2022.5%2097%2056l7%200c30.9%200%2056%2025.1%2056%2056c0%2029.1-22.2%2053-50.5%2055.7C514.6%20218.2%20469.7%20256%20416%20256c-29.6%200-56.5-11.5-76.5-30.2C251.6%20255.3%20192%20337.8%20192%20431l0%2065%20288%200c8.8%200%2016-7.2%2016-16s-7.2-16-16-16l-40%200c-4.2%200-7.6-3.2-8-7.3l-.7-8c-3.8-45.6-41.9-80.7-87.7-80.7L328%20368c-4.4%200-8-3.6-8-8s3.6-8%208-8l15.7%200c37.1%200%2069.9%2019.5%2088.3%2049.1L432%20296c0-3.3%202-6.2%205-7.4s6.5-.4%208.8%202l93.2%2099c23.7%2025.2%2037%2058.6%2037%2093.2l0%2021.2c0%204.4-3.6%208-8%208s-8-3.6-8-8l0-21.2c0-30.6-11.7-60-32.6-82.2L448%20316.2%20448%20448l32%200c17.7%200%2032%2014.3%2032%2032s-14.3%2032-32%2032l-344%200C60.9%20512%200%20451.1%200%20376L0%20104C0%2046.6%2046.6%200%20104%200l32%200c48.6%200%2088%2039.4%2088%2088s-39.4%2088-88%2088l-32%200c-4.4%200-8-3.6-8-8s3.6-8%208-8l32%200c39.8%200%2072-32.2%2072-72s-32.2-72-72-72l-32%200zM512%20144l0-32c0-53-43-96-96-96s-96%2043-96%2096l0%2032c0%2053%2043%2096%2096%2096s96-43%2096-96zM311.4%2072c-21.8%20.3-39.4%2018.1-39.4%2040c0%2019.4%2013.9%2035.6%2032.2%2039.2c-.2-2.4-.2-4.8-.2-7.2l0-32c0-14.1%202.6-27.6%207.4-40zM528%20112l0%2032c0%202.4-.1%204.9-.2%207.2c18.4-3.6%2032.2-19.8%2032.2-39.2c0-21.9-17.6-39.6-39.4-40c4.7%2012.4%207.4%2025.9%207.4%2040zm-160%200a16%2016%200%201%201%2032%200%2016%2016%200%201%201-32%200zm80-16a16%2016%200%201%201%200%2032%2016%2016%200%201%201%200-32zm-96%2016c0%2017.4%2011.1%2032.2%2026.7%2037.7c3.2%201.1%205.3%204.2%205.3%207.5l0%2010.7c0%2017.7%2014.3%2032%2032%2032s32-14.3%2032-32l0-10.7c0-3.4%202.1-6.4%205.3-7.5c15.5-5.5%2026.7-20.3%2026.7-37.7c0-22.1-17.9-40-40-40l-48%200c-22.1%200-40%2017.9-40%2040zm40-56l48%200c30.9%200%2056%2025.1%2056%2056c0%2022.3-13.1%2041.6-32%2050.6l0%205.4c0%2026.5-21.5%2048-48%2048s-48-21.5-48-48l0-5.4c-18.9-9-32-28.3-32-50.6c0-30.9%2025.1-56%2056-56z%22/%3E%3C/svg%3E') no-repeat;
  mask-size: contain;
  background-color: #fff;
}
.button__label{
	display: none;
}

@media screen and (max-width:767px) {
	.Wishlist-btn{
  	bottom: 3px;
  	right:3px;
  }
  button.button--addToWishList--icon {
    width: 2.5em;
    height: 2.5em;
  }
  .button--addToWishList--icon::before {
    width: 1.4em;
    height: 1.4em;
  }
  .customizeexample .button--addToWishList--icon::before{
    content: "";
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
  }
}

.custom_list_item_contents p.reviewlist__reviewstar{
	color: var(--PINK);
	font-size: 1em;
	margin-bottom: 5px;
}
.custom_list_item_contents p.reviewlist__reviewstar span{
	color: #6b6b6b;
	font-size:0.85em;
	padding-left:7px;
	letter-spacing:0.05em;
}
.color-chip{
	margin:10px 0;
}
.color-chip_list{
	display:flex;
	gap:0 12px;
}
.color-chip_list li{
}
.color-chip_list li span{
	display: block;
	border-radius:50%;
	width:17px;
	height: 17px;
}
.color-chip_list li .colormark_01{
	background: #9f5cb5;
}
.color-chip_list li .colormark_02{
	background: #b5785c;
}
.color-chip_list li .colormark_03{
	background: #b5e584;
}
.color-chip_list li .colormark_04{
	background: #f07bcd;
}
.colormark_05{
	background: #303030;
}
@media screen and (max-width:767px) {
	.ranking.g-inner{
		width:95%;
		margin-right:0;
		margin-left:auto;
	}
	.custom_list.ranklist .splide__list{
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 30px;
		margin-bottom: 20px;
	}
	.custom_list.ranklist .custom_list_item{
		min-width: 178px;
		margin-right: 7px;
	}
	.custom_list_item_contents p.custom_list_item_text{
		font-size:0.9em;
	}
	.custom_list.customizeexample {
    grid-template-columns: repeat(2, 1fr);
    gap: var(--SP_LIST_GAP);
  }
  .custom_list.customizeexample .custom_list_item:last-child{
	  display:none;
  }
  .price{
	  margin-top: 6px;
  }
}	

/* ソレプロオリジナルシステム */
.deveropment_contents{
	display: flex;
	gap:0 25px;
	padding-top: 40px;
	position: relative;
  margin-bottom: 100px;
  z-index: 1;
  background: var(--BACKGROUND_GRAY);
  padding: 30px;
  border-radius:8px;
  transition: background-color 1.2s ease, color 1.2s ease;
}
.deveropment_contents:first-of-type {
  border-top: none;
}
.deveropment_contents_img{
	flex:1;
	overflow:hidden;
}
.deveropment_contents_img img{
	border-radius:4px;
	transition: all 0.5s ease;
}
@media (hover: hover){
  .deveropment_contents_img:hover img {
    transform: scale(1.1);
  }
}
.deveropment_contents_content{
	flex:1;
	position: relative;
}
.deveropment_contents_content .morelink{
	position: absolute;
	bottom: 30px;
	left:0;
}
.deveropment_contents_content .morelink a{
	margin-bottom: 0;
}
.deveropment_contents_content .morelink a::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20d='M32%2048l0-16L0%2032%200%2048%200%20288l0%2016%2016%200%20441.4%200L356.7%20404.7%20345.4%20416%20368%20438.6l11.3-11.3%20128-128L518.6%20288l-11.3-11.3-128-128L368%20137.4%20345.4%20160l11.3%2011.3L457.4%20272%2032%20272%2032%2048z'%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle; 
  padding-right: 7px;
}  
.deveropment {
  position: relative;
}
.deveropment_contents.sticky {
  position: sticky;
  top: 40px;
  z-index: 100;
}
h3.deveropment_title{
	font-size:1.4em;
	margin-bottom: 15px;
}
.deveropment_text{
	margin-bottom: 20px;
}
@media screen and (max-width:767px) {
	.deveropment h2{
		font-size: clamp(33px, 5.5vw, 68px);
	}
  .deveropment_contents{
	  flex-direction: column;
	  padding:17px 13px 25px;
	  margin-bottom: 20px;
  }
  .deveropment_contents.sticky{
	  position:static;
  }
  h3.deveropment_title{
	  margin-top:15px;
  }
  .deveropment_text{
	  line-height: 1.36;
  }
  .deveropment_contents_content .morelink{
	  position: static;
  }
}
/* ソレプロが生まれた日 */
.countup_timesec{
	display:flex;
	align-items: center;
	justify-content: center;
}
.countup_timesec__contents{
	width:80%;
	margin-right:auto;
	margin-left:auto;
}
.countup_timesec__contents_note{
	line-height: 1.25;
	margin-bottom: 15px;
}
#counter{
	display:flex;
	font-family: roboto-mono, monospace;
	font-weight: 500;
	font-style: normal;
	line-height: 1.2;
	gap:0 15px;
}
.counter_content {
  font-size: 36px;
}
.counter_text {
  font-size: 10px;
  color: var(--PINK);
}
.counter_colon {
  font-size: 20px;
  margin-top: 6px;
}
.countup{
	display: flex;
	margin-bottom: 100px;
}
.countup__img{
	flex:65;
	position: relative;
	background: url(../images/top/countbanner.jpg);
	background-size: cover;
	width:100%;
	height: clamp(0px, 35vw, 550px);
}
.countup__catch{
	position: absolute;
	top: 50%;
	transform: translateY(-50%) ;
	-webkit-transform: translateY(-50%);
	margin: auto;
	left:5%;
	font-size: clamp(33px, 5.5vw, 68px);
	color: var(--WHITE);
	font-family: tt-commons-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 1;
	letter-spacing: var(--LETTERSPACE_TTCOMMON);
}
.countup_timesec{
	flex:35;
	background:var(--BLACK);
	color: var(--WHITE);
}
@media screen and (min-width:768px) and (max-width:1050px) {
	.countup__img{
		flex:57;
	}
	.countup_timesec{
		flex:43;
	}
	.counter_content{
		font-size: 30px;
	}
}
@media screen and (max-width:767px) {
	.countup{
		display:block;
	}
	.countup_timesec{
		padding:40px 40px;
	}
	.countup_timesec__contents{
		width:100%;
	}
	.countup__catch{
		line-height: 1.2;
		left:9%;
	}
}
@media screen and (min-width:401px) and (max-width:767px) {
	.countup__img {
    height:33vw;
  }
}
@media screen and (max-width:400px) {
	.countup__img{
		height: 180px;
	}
}
/* テンプレギャラリー */
.gallery{
  background-color: #111111;
  color: var(--WHITE);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  transition: width 1.3s ease;
  border-radius: 10px;
  padding:5% 5% 120px;
}
.gallery_titlesec{
	text-align: center;
	position: sticky;
	top:30%;
	margin-bottom: 18vh;
	transition: color 1.5s ease;
}
.gallery_titlesec h2.sec_title{
	margin-bottom: 20px;
}
.gallery_titlesec.sticky {
  color: rgba(255, 255, 255, 0.2);
}
.gallery_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 2.5%;
}
@media (min-width: 768px) and (max-width: 1000px) {
	.gallery_list{
		grid-template-columns: repeat(3, 1fr);
	}
	.gallery_list_contents:nth-last-of-type(-n+2){
		display:none;
	}
	.gallery_titlesec{
		margin-bottom: 12vh;
	}
}
.gallery_list_contents_img{
	position: relative;
	overflow:hidden;
	margin-bottom: 7px;
}
@media (hover: hover){
  .gallery_list_contents_img:hover img {
    transform: scale(1.1);
  }
}
.gallery_list_contents_img img{
	border:3px solid var(--RIGHTBLACK);
	border-radius:8px;
}
.gallery_list_contents_sp{
	position: absolute;
	bottom:-20px;
	right:7%;
	width:47%;
}
.gallery_list_contents_sp img{
	border:3px solid var(--RIGHTBLACK);
	border-radius:8px;
}
.gallery_list_contents_content{
	font-family: "roboto-mono", monospace;
  font-weight: 500;
  font-style: normal;
}
.gallery_list_contents_title:before{
  content:"genre";
  color: var(--PINK);
  font-weight: 300;
  font-size:0.85em;
  letter-spacing:-0.035em;
  padding-right: 7px;
}
@media screen and (max-width:767px) {
  .gallery_list{
  	grid-template-columns: repeat(2, 1fr);
  	gap: var(--SP_LIST_GAP);
  }
  .gallery{
	  padding-bottom: 80px;
  }
}

/* コンテンツ */
.contents_list{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px 1.8%;
	padding-top: 40px;
}
@media (min-width: 768px) and (max-width: 1000px) {
	.contents_list{
		grid-template-columns: repeat(3, 1fr);
	}
	.contents_list_contents:nth-last-of-type(-n+2){
		display:none;
	}
}
.contents_list {
  border-top: 1px solid transparent;
  position: relative;
}
.contents_list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--RIGHTBLACK);
  transition: width 4.8s ease;
}
.contents_list.active::before {
  width: 100%;
}
.contents_list_contents h3{
  font-weight: 400;
  margin-bottom:11px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  max-height: calc(1.6em * 2);
  min-height: calc(1.6em * 2);
}
.contents_list_contents_text{
	display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  max-height: calc(1.36em * 3);
  min-height: calc(1.36em * 3);
  font-size: 0.85em;
  line-height: 1.36;
  margin-bottom: 18px;
  color: #535353;
}
.contents_list_contents_img {
  position: relative;
  width: 100%;
  padding-top: calc(5.8 / 5 * 100%);
  background-color: #f9f9f9;
  margin-bottom: 7px;
  overflow: hidden;
}
.contents_list_contents_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  transition: all 0.5s ease;
}
@media (hover: hover){
  .contents_list_contents_img:hover img {
    transform: scale(1.1);
  }
}
.contents_list_contents_img_days{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	margin: auto;
	background: var(--HOVERBLUE);
	color: var(--WHITE);
	font-family: "roboto-mono", monospace;
	font-weight: 400;
	font-style: normal;
	font-size:11px;
	padding:1px 3px;
	opacity: 0;
  transition: opacity 0.8s ease;
}
.contents_list_contents_img:hover .contents_list_contents_img_days {
  opacity: 1;
}
@media screen and (max-width:767px) {
	.contents_list{
		grid-template-columns: repeat(2, 1fr);
		gap: var(--SP_LIST_GAP);
	}
	.contents_list_contents {
    display: flex;
    flex-direction: column;
  }
  .contents_list_contents h3 {
    order: 1;
  }
  .contents_list_contents .contents_list_contents_img {
    order: 2;
    margin-bottom: 12px;
  }
  .contents_list_contents .contents_list_contents_text {
    order: 3;
    margin-bottom: 0;
  }
}

/* イメージギャラリー */
.imggallery_sec{
}
.imggallery_wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-top: 1px solid var(--RIGHTBLACK);
  padding:80px 0;
}
.imggallery_ticke {
  display: flex;
  gap: 130px;
  animation: scroll 60s linear infinite;
  will-change: transform;
}
.imggallery_ticke li {
  list-style: none;
  flex-shrink: 0;
}
.imggallery_ticke img {
  display: block;
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 5px;
}

@media screen and (max-width:767px) {
  .imggallery_ticke{
	  gap:3.5%;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
