@charset "UTF-8";
/* スマホ非表示 */
@media screen and (max-width: 767px){
	.spsearch.sp {
    display: none;
	}
	nav.hd-nav {
    display: none;
	}
}
.paperitem{
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif
}
.mincho{
	font-family: "Yu Mincho Light", YuMincho, "Yu Mincho", 游明朝体, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", sans-serif;
}
.sabon{
	font-family: "linotype-sabon", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.mina{
	font-family: "mina", serif;
	font-weight: 400;
	font-style: normal;
}
.futura{
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
}
/* トップ画像エリア */
.pi-top-img-area{
	background-size: cover;
	position: relative;
}
.pi-top-img-area .inner {
  position: relative;
  height: 100%;
}
.pi-fadeimg-wrap {
  display: flex;
  justify-content: space-between;
}
/* スライダー */
.pi-fadeimg-1,
.pi-fadeimg-2 {
    width: 49%;
}
.pi-fadeimg-1 img,
.pi-fadeimg-2 img {
    width: 100%;
}
.pi-fadeimg-1,
.pi-fadeimg-2 {
  opacity: 0;
  transition: opacity .3s linear;
}
.pi-fadeimg-1.slick-initialized,
.pi-fadeimg-2.slick-initialized {
 opacity: 1;
}
/* タイトル */
.pi-main-title {
  position: absolute;
  z-index: 3;
}
/* トップテキストエリア */
section.pi-top-text-area {
  background: #a08180;
}
.pi-top-title {
  z-index: 10;
  position: relative;
}
.pi-top-title-farbe {
  width: 35%;
  margin: 0 auto 10px;
}
.pi-top-title-1 {
  color: #fff;
  text-align: center;
  letter-spacing: .3em;
  margin: 0 auto 20px;
}
.pi-top-title-collection {
  width: 45%;
  max-width: 280px;
  margin: 0 auto 20px;
}
h1.pi-top-title-2 {
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin: 0 auto 30px;
}
.pi-top-catch {
  color: #d8c8c0;
}
@media screen and (min-width: 1201px){
	.pi-fadeimg-wrap {
	  top: 50%;
	  left: 50%;
	  transform: translate(-20%, -50%);
	  -webkit-transform: translate(-20%, -50%);
	  -ms-transform: translate(-20%, -50%);
	 }
	.pi-main-title {
	  transform: translate(30%, -50%);
	  -webkit-transform: translate(30%, -50%);
	  -ms-transform: translate(30%, -50%);
	}
}
@media screen and (min-width: 768px){
	.pi-top-img-area{
		max-height: 500px;
	}
	section.pi-top-text-area {
	  padding-bottom: 100px;
	}
	.pi-top-title {
	  margin: -5px 0 80px;
	}
	.pi-top-title-1 {
	  font-size: clamp(25px, 3vw, 36px);
	}
	.pi-top-title-farbe {
	  max-width: 280px;
	}
	h1.pi-top-title-2 {
	  font-size: clamp(22px, 2.6vw, 28px);
	}
	.pi-top-catch {
	  text-align: center;
	  font-size: clamp(16px, 2vw, 22px);
	}
	.paperitem {
	  padding-top: 40px;
	}
	.pi-top-img-area{
		background: url(https://farbe.itembox.design/item/images/category/paperitem/mainimg.jpg) no-repeat center center;
		background-size: cover;
		height: 50vw;
	}
	.pi-main-title {
	  left: 0;
	  top: 50%;
	  width: 35%;
	  max-width: 400px;
	  transform: translate(15%, -50%);
	  -webkit-transform: translate(15%, -50%);
	  -ms-transform: translate(15%, -50%);
	}
	.pi-fadeimg-wrap {
	  width: 70%;
	  max-width: 740px;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-30%, -50%);
	  -webkit-transform: translate(-30%, -50%);
	  -ms-transform: translate(-30%, -50%);
	}
	.pi-fadeimg-1 {
	  margin-top: 100px;
	}
}
@media screen and (max-width: 767px){
	.pi-top-img-area{
		position: relative;
	}
	.pi-main-title {
	  left: 50%;
    bottom: 15px;
    width: 84%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: rgba(255, 255, 255, 0.74);
    padding: 13px 25px 10px;
    border-radius: 2px;
	}
	.pi-fadeimg-wrap {
	  width: 100%;
    max-width: 800px;
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	}
	.pi-top-img-area .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 93%;
	}
	section.pi-top-text-area {
	  padding: 30px 0;
	}
	.pi-top-title {
	  margin: 0 0 60px;
	}
	.pi-top-title-1 {
	  font-size: clamp(18px, 2.8vw, 22px);
	}
	.pi-top-title-farbe {
	  max-width: 180px;
	  margin-bottom: 10px;
	}
	h1.pi-top-title-2 {
	  font-size: clamp(18px, 3vw, 20px);
	}
	.pi-top-catch {
	  text-align: center;
	  font-size: clamp(14px, 3vw, 16px);
	}
	
}

/* ナビ */
h2.pi-navi-title.mina {
  text-align: center;
  color: #d4bab9;
  font-weight: bold;
  transform: rotate(-6deg);
}
.pi-navi-catch {
  text-align: center;
  color: #9f8280;
  letter-spacing: .1em;
}
.theme-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: 0 auto;
}
.theme-list li {
  position: relative;
}
.theme-img-wrap {
  position: relative;
}
.theme-img{
	position: relative;
}
.theme-img-hv{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 2;
}
.link-arrow {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 14px;
  z-index: 5;
  opacity: 0;
	transition: .3s;
}
.bg-simple .theme-img-text::before,
.bg-natural .theme-img-text::before,
.bg-elegant .theme-img-text::before,
.bg-dreamy .theme-img-text::before,
.bg-cool .theme-img-text::before,
.bg-hobby .theme-img-text::before,
.bg-japanese .theme-img-text::before,
.bg-season .theme-img-text::before,
.bg-sports .theme-img-text::before,
.bg-order .theme-img-text::before{
	content: "";
  mix-blend-mode: multiply;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
}
.bg-simple .theme-img-text::before{
	background: #888887;
}
.bg-natural .theme-img-text::before{
	background: #9fb196;
}
.bg-elegant .theme-img-text::before{
	background: #a08181;
}
.bg-dreamy .theme-img-text::before{
	background: #ecc1c9;
}
.bg-cool .theme-img-text::before{
	background: #897870;
}
.bg-hobby .theme-img-text::before{
	background: #ddbc9b;
}
.bg-japanese .theme-img-text::before{
	background: #b94047;
}
.bg-season .theme-img-text::before{
	background: #69b7ea;
}
.bg-sports .theme-img-text::before{
	background: #9eadcb;
}
.bg-order .theme-img-text::before{
	background: #888887;
}
.bg-simple .theme-img-text::after,
.bg-natural .theme-img-text::after,
.bg-elegant .theme-img-text::after,
.bg-dreamy .theme-img-text::after,
.bg-cool .theme-img-text::after,
.bg-hobby .theme-img-text::after,
.bg-japanese .theme-img-text::after,
.bg-season .theme-img-text::after,
.bg-sports .theme-img-text::after,
.bg-order .theme-img-text::after{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  transition: .3s;
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
}
.bg-simple .theme-img-text::after{
	content: "SIMPLE";
}
.bg-natural .theme-img-text::after{
	content: "NATURAL";
}
.bg-elegant .theme-img-text::after{
	content: "ELEGANT";
}
.bg-dreamy .theme-img-text::after{
	content: "DREAMY";
}
.bg-cool .theme-img-text::after{
	content: "COOL";
}
.bg-hobby .theme-img-text::after{
	content: "HOBBY";
}
.bg-japanese .theme-img-text::after{
	content: "JAPANESE";
}
.bg-season .theme-img-text::after{
	content: "SEASON";
}
.bg-sports .theme-img-text::after{
	content: "SPORTS";
}
.bg-order .theme-img-text::after{
	content: "ORDER MADE";
}
.theme-name {
  text-align: center;
  padding: 5px 0 0;
}
@media screen and (min-width: 768px){
	section.pi-navi-area {
	  padding: 100px 0;
	}
	section.pi-navi-area {
	  background: url(https://farbe.itembox.design/item/images/category/paperitem/title-bg.png) no-repeat center top,#f5ecec;
	  background-size: 100% auto;
	}
	.theme-list {
	  column-gap: 30px;
	  row-gap: 50px;
	  width: 80%;
	}
	.theme-list li {
	  width: calc( ( 100% - 90px ) / 4 );
	}
	h2.pi-navi-title.mina {
	  font-size: clamp(40px, 5vw, 60px);
	  margin-bottom: 40px;
	}
	.pi-navi-catch {
	  font-size: clamp(16px, 2vw, 22px);
	  margin-bottom: 60px;
	}
	.theme-name {
	  font-size: clamp(10px, 1.4vw, 14px);
	}
	.bg-simple .theme-img-text::before,
	.bg-natural .theme-img-text::before,
	.bg-elegant .theme-img-text::before,
	.bg-dreamy .theme-img-text::before,
	.bg-cool .theme-img-text::before,
	.bg-hobby .theme-img-text::before,
	.bg-japanese .theme-img-text::before,
	.bg-season .theme-img-text::before,
	.bg-sports .theme-img-text::before,
	.bg-order .theme-img-text::before{
	  height: 28px;
	}
	.bg-simple .theme-img-text::after,
	.bg-natural .theme-img-text::after,
	.bg-elegant .theme-img-text::after,
	.bg-dreamy .theme-img-text::after,
	.bg-cool .theme-img-text::after,
	.bg-hobby .theme-img-text::after,
	.bg-japanese .theme-img-text::after,
	.bg-season .theme-img-text::after,
	.bg-sports .theme-img-text::after,
	.bg-order .theme-img-text::after{
	  font-size: clamp(14px, 1.5vw, 16px);
	}
	.theme-list li a:hover .theme-img-hv,
	.theme-list li a:hover .link-arrow{
		opacity: 1;
		transition: .3s;
	}
	.theme-list li a:hover .theme-img-text{
		opacity: 0;
		transition: .3s;
	}
	
}
@media screen and (max-width: 767px){
	section.pi-navi-area {
	  padding: 60px 0 40px;
	}
	section.pi-navi-area {
	  background: url(https://farbe.itembox.design/item/images/category/paperitem/title-bg-sp.png) no-repeat center top,#f5ecec;
	  background-size: 130% auto;
	}
	.theme-list {
	  column-gap: 10px;
	  row-gap: 30px;
	}
	.theme-list li {
	  width: calc( ( 100% - 20px ) / 3 );
	}
	h2.pi-navi-title.mina {
	  font-size: clamp(30px, 5vw, 40px);
	  margin-bottom: 30px;
	}
	.pi-navi-catch {
	  font-size: 16px;
	  margin-bottom: 40px;
	}
	.theme-name {
	  font-size: clamp(10px, 2vw, 14px);
	}
	.bg-simple .theme-img-text::before,
	.bg-natural .theme-img-text::before,
	.bg-elegant .theme-img-text::before,
	.bg-dreamy .theme-img-text::before,
	.bg-cool .theme-img-text::before,
	.bg-hobby .theme-img-text::before,
	.bg-japanese .theme-img-text::before,
	.bg-season .theme-img-text::before,
	.bg-sports .theme-img-text::before,
	.bg-order .theme-img-text::before{
	  height: 22px;
	}
	.bg-simple .theme-img-text::after,
	.bg-natural .theme-img-text::after,
	.bg-elegant .theme-img-text::after,
	.bg-dreamy .theme-img-text::after,
	.bg-cool .theme-img-text::after,
	.bg-hobby .theme-img-text::after,
	.bg-japanese .theme-img-text::after,
	.bg-season .theme-img-text::after,
	.bg-sports .theme-img-text::after,
	.bg-order .theme-img-text::after{
	  font-size: clamp(10px, 2vw, 13px);
	  line-height: 2;
	}

}
/* 商品リスト */
.item-title-wrap {
	position: relative;
}
.item-title-box {
	position: absolute;
}
.item-title-img {
  position: absolute;
  mix-blend-mode: multiply;
}
h2.item-title {
  color: #e7e7e5;
  line-height: 1.3;
}
h2.item-title span {
  display: block;
}
.item-title-j{
  color: #e7e7e5;
}
.item-box .inner {
  position: relative;
}
.item-box .inner::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  margin: auto;
  z-index: -1;
}
.item-wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}
.item-img-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  column-gap: 20px;
  margin-top: -180px;
}
.item-img-right {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.item-img-left {
  width: 28%;
  max-width: 245px;
}
.item-img-r-top {
  width: 95%;
  max-width: 640px;
}
.item-img-r-top img {
  border-radius: 0 40px 0 0;
}
.item-img-r-bottom {
  width: 65%;
  max-width: 400px
}
.item-img-left img {
  border-radius: 0 0 0 40px;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list-img {
  margin-bottom: 10px;
}
.item-list-name {
  text-align: center;
  line-height: 1.5;
}
.theme-link {
  text-align: center;
}
.theme-link a {
  display: block;
  width: 80%;
  max-width: 340px;
  margin: 0 auto;
  background: #fff;
  line-height: 1;
  position: relative;
  border-radius: 10px 0 10px 0;
  font-weight: bold;
}
.theme-link a::before {
  content: "";
  width: calc( 100% - 6px );
  height: calc( 100% - 6px );
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px 0 10px 0;
}
.theme-link a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: inline-block;
  width: 100px;
  height: 4px;
  z-index: 3;
}
@media screen and (min-width: 1201px){
	.item-title-box {
	  top: 50px;
	  left: 50px;
	}

}

@media screen and (min-width:768px) and (max-width:1200px){
	.item-title-box {
    top: 3vw;
    left: 4vw;
	}	
}
@media screen and (min-width: 768px){
	.item-subtitle {
	  font-size: clamp(18px, 2.2vw, 28px);
	}
	h2.item-title {
	  font-size: clamp(36px, 4vw, 50px);
	  letter-spacing: .3em;
	  margin-bottom: 30px;
	}
	h2.item-title span {
	  font-size: clamp(14px, 1.8vw, 20px);
	}

}
@media screen and (max-width: 767px){
	.item-subtitle {
	  font-size: clamp(12px, 3vw, 22px);
	}
	h2.item-title {
	  font-size: clamp(24px, 6vw, 44px);
	  letter-spacing: .3em;
	  margin-bottom: 15px;
	}
	h2.item-title span {
	  font-size: clamp(11px, 3vw, 23px);
	}
}
@media screen and (min-width:321px) and (max-width:767px){
	.item-title-box {
    top: 5vw;
    left: 9vw;
	}	
}
@media screen and (max-width: 320px){
	.item-title-box {
    top: 3vw;
    left: 7vw;
	}		
}

/*  */
#simple .inner {
  border: 2px solid #888887;
}
#simple .inner::before{
  background: #e7e7e5;
}
.link-simple a{
  border: 1px solid #888887;
}
.link-simple a::before {
  border: 3px solid #e7e7e5;
}
.link-simple a::after {
  background: #888887;
}
#natural .inner {
  border: 2px solid #9aac92;
}
#natural .inner::before{
  background: #e6ece6;
}
.link-natural a{
  border: 1px solid #9aac92;
}
.link-natural a::before {
  border: 3px solid #e6ece6;
}
.link-natural a::after {
  background: #9aac92;
}
#elegant .inner {
  border: 2px solid #9b7d7d;
}
#elegant .inner::before{
  background: #e3d8d9;
}
.link-elegant a{
  border: 1px solid #9b7d7d;
}
.link-elegant a::before {
  border: 3px solid #e3d8d9;
}
.link-elegant a::after {
  background: #9b7d7d;
}
#dreamy .inner {
  border: 2px solid #e5bcc3;
}
#dreamy .inner::before{
  background: #f1e5e7;
}
.link-dreamy a{
  border: 1px solid #e5bcc3;
}
.link-dreamy a::before {
  border: 3px solid #f1e5e7;
}
.link-dreamy a::after {
  background: #e5bcc3;
}
#cool .inner {
  border: 2px solid #85756d;
}
#cool .inner::before{
  background: #d5d0ce;
}
.link-cool a{
  border: 1px solid #85756d;
}
.link-cool a::before {
  border: 3px solid #d5d0ce;
}
.link-cool a::after {
  background: #85756d;
}
#hobby .inner {
  border: 2px solid #d6b797;
}
#hobby .inner::before{
  background: #ede4db;
}
.link-hobby a{
  border: 1px solid #d6b797;
}
.link-hobby a::before {
  border: 3px solid #ede4db;
}
.link-hobby a::after {
  background: #d6b797;
}
#japanese .inner {
  border: 2px solid #9d383f;
}
#japanese .inner::before{
  background: #dababd;
}
.link-japanese a{
  border: 1px solid #9d383f;
}
.link-japanese a::before {
  border: 3px solid #dababd;
}
.link-japanese a::after {
  background: #9d383f;
}
#season .inner {
  border: 2px solid #69b7ea;
}
#season .inner::before{
  background: #eefbfb;
}
.link-season a{
  border: 1px solid #69b7ea;
}
.link-season a::before {
  border: 3px solid #eefbfb;
}
.link-season a::after {
  background: #69b7ea;
}
#sports .inner {
  border: 2px solid #9b7d7d;
}
#sports .inner::before{
  background: #faf9e9;
}
.link-sports a{
  border: 1px solid #9b7d7d;
}
.link-sports a::before {
  border: 3px solid #faf9e9;
}
.link-sports a::after {
  background: #9b7d7d;
}
#order .inner {
  border: 2px solid #888887;
}
#order .inner::before{
  background: #e7e7e5;
}
.link-order a{
  border: 1px solid #888887;
}
.link-order a::before {
  border: 3px solid #e7e7e5;
}
.link-order a::after {
  background: #888887;
}

@media screen and (min-width: 900px){
	.item-list {
	  column-gap: 20px;
	  row-gap: 40px;
	}
	.item-list li {
	  width: calc( (100% - 60px) / 4 );
	}

}
@media screen and (min-width: 768px){
	section.item-box {
    padding: 280px 0 100px;
	}
	.item-title-img {
	  left: -55px;
	  top: -55px;
	  width: 22%;
	  max-width: 130px;
	}
	.item-list li {
	  width: calc( (100% - 90px) / 4 );
	}
	.item-title-wrap {
		margin-top: -150px;
	}
	.item-box .inner::before {
	  width: 105%;
	  height: 100%;
	  top: 40px;
	}
	.item-list {
	  column-gap: 30px;
	  row-gap: 50px;
	  margin-bottom: 60px;
	}
	.item-title-wrap {
		margin-bottom: 50px;
	}
	.item-wrap {
	  padding-bottom: 80px;
	}
	.theme-link a {
	  padding: 20px 0 18px;
	  font-size: 17px;
	}
	.link-simple a:hover{
	  color: #888887;
	}
	.link-natural a:hover{
	  color: #9aac92;
	}
	.link-elegant a:hover{
	  color: #9b7d7d;
	}
	.link-dreamy a:hover{
	  color: #e5bcc3;
	}
	.link-cool a:hover{
	  color: #85756d;
	}
	.link-hobby a:hover{
	  color: #d6b797;
	}
	.link-japanese a:hover{
	  color: #9d383f;
	}
	.link-season a:hover{
	  color: #69b7ea;
	}
	.link-sports a:hover{
	  color: #9b7d7d;
	}
	.link-order a:hover{
	  color: #888887;
	}
}
@media screen and (max-width: 767px){
	section.item-box {
    padding: 120px 0 50px;
	}
	.item-list{
		justify-content: space-between;
		margin-bottom: 40px;
	}
	.item-list li {
	  width: 47%;
	}
	.item-title-img {
	  left: -15px;
    top: -30px;
    width: 26%;
    max-width: 100px;
	}
	.item-title-wrap {
		margin-top: -60px;
	}
	.item-box .inner::before {
	  width: 107%;
	  height: 99%;
	  top: 20px;
	}
	.item-list {
	  row-gap: 40px;
	}
	.item-title-wrap {
		margin-bottom: 30px;
	}
	.item-list-name {
    font-size: 13px;
	}
	.item-wrap {
	  padding-bottom: 40px;
	}
	.theme-link a {
	  padding: 15px 0 13px;
	  font-size: 15px;
	}

}


/* 固定ボタン */
.design-link-list{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 800px;
  margin: 0 auto;
  gap: 20px;
  width: 94%;
}
.design-link-list a{
  display: block;
  font-size: 24px;
  text-align: center;
  padding: 10px 0;
  background: linear-gradient(90deg, #37C2CC, #37cc93);
  color: #fff;
  border-radius: 50px;
  font-weight: 600;
  border: 1px solid #37C2CC;
}
.fixed-parts{
	display: none;
	position: fixed;
	left: 0;
  width: 100%;
  padding: 12px 5% 10px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 5px #eee;
}
@media screen and (min-width: 768px) {
  .design-link-list a:hover{
    background: #fff;
    color: #37C2CC;
  }
	.fixed-parts{
	  bottom: 0;
	  padding: 30px 5%;
	}
}
@media screen and (max-width: 767px) {
  .design-link-list a{
    font-size: 16px;
  }
	.fixed-parts{
	  bottom: 0;
	  padding: 12px 5% 10px;
	}
}
