@charset "utf-8";
/* CSS Document */

body{
padding: 0;
margin: 0;
background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg001.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
*{
padding: 0;
margin: 0;
list-style: none;
box-sizing: border-box;
}

.content__wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 92%;
    height: 100vh;
	margin: 0 auto;
}
.content__wrap div {
    padding: 0px;
    position: relative;
    z-index: 20;
}
.content-wrap--bg div {
    color: #fff;
}
.content-wrap--bg::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.7s ease 0s;
    z-index: 1;
}
.content-wrap--bg.show::before {
    opacity: 1;
}
.content-wrap--bg001::before {
background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg001.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
.content-wrap--bg002::before {
    
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg002.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
.content-wrap--bg002{
position: relative !important;
}
.content-wrap--bg002 div img,
.content-wrap--bg004 div img{
width: 100%;
max-width: 500px;
margin: 0 auto;
}
.content-wrap--bg003::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg004.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
.content-wrap--bg004::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg005.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
}
.content-wrap--bg005::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg006.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;

}
.content-wrap--bg006::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg007.jpg);
background-attachment: fixed;
background-size: cover;
background-position-x: center;
background-position-y: center;
height: auto;
}
.content-wrap--bg006{
width: 100% !important;
align-items: baseline;
height: auto;
}
.content-wrap--bg002 div ul li:nth-of-type(2),
.content-wrap--bg004 div ul li:nth-of-type(2) {
    line-height: 2.0;
    letter-spacing: 0.2rem;
    text-align: center;
    margin-top: 40px;
}




/* ヘッダー */

header {
  width: 100%;
  background: #40220f;
  color: #40220f;
  position: relative;
  z-index: 0;
  display: none;
}
.g-navi {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 10px;
}
.g-navi a {
  font-size: 14px;
  font-weight: normal;
  transition: .3s;
  border-radius: 10px;
  padding: 5px 10px 13px;
  text-decoration: none;
  color:#fff;
  text-align: center;
  line-height: 1.2;
  background: #c7161e url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_line001.png);
  background-size: 200px;
    background-repeat: no-repeat;
    background-position-y: bottom;
letter-spacing: 0.1rem;
}
.g-navi a:hover {
  opacity: 0.5;
}

.g-navi li{
display: flex;
align-items: center;
margin-left: 10px;
}
#globalMenu {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  align-items: end;
  justify-content: space-between;
    transition: .4s;
	padding: 0 10px 0 0;
}
#globalMenu.fixed {
  height: 70px;
  background: none;
}

#globalMenu .logo{
padding: 10px;
}
#globalMenu .logo ul{
display: flex;
}
#globalMenu .logo ul li{


}
#globalMenu .logo ul li:nth-of-type(1){
margin: 0 10px 0 0;
}
#globalMenu .logo ul li:nth-of-type(1) a{
display: flex;
    width: 50px;
    height: 50px;
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi-logo001.jpg);
    background-size: contain;
    border-radius: 500px;
    background-position: 0px -1px;
}
#globalMenu .logo ul li:nth-of-type(2) a{
display: flex;
    width: 50px;
    height: 50px;
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/geni-logo001.jpg);
    background-size: contain;
    border-radius: 500px;
    background-position: 0px -1px;
}
/* トヘッダー end */
.erzi_top_area_kira05{
position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
}
.erzi_top_area_kira05s{
width: 150px;
    height: 150px;
}
.kira_kira03{
width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
}
.kira_kira03 img{
    animation: rotation 20s linear infinite;
    height: auto;
    width: 100%;
}
.lust_erzi{
animation: rotation 20s linear infinite;
}
/* アニメーション */
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

img.lust_erzi{
animation: rotation_l 20s linear infinite !important;
width: 150px !important;
height: auto !important;
}

/* アニメーション */
@keyframes rotation_l {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.erzi_top_area_kira06{
position: absolute;
top:0px;
left:0;
right:0;
margin: 0 auto 0 auto;
width: 150px;
height: 150px;
}
.kira_kira04{
width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.kira_kira04 img{
    animation: rotation2 15s linear infinite;
    height: auto;
    width: 100%;
}
.erzi_top_area_kira04{
position: absolute;
top:10px;
left:0;
right:0;
margin: 0 auto 0 auto;
width: 20px;
height: 20px;
}
.kira_right1{
width: 100%;
	position: absolute;
	top: 0;
	right: -250px;
}
.erzi_top_area_kira02{
position: absolute;
bottom:200px;
left:0;
right:0;
margin: 0 auto 0 auto;
width: 40px;
height: 40px;
}

.kira_kira02{
width: 100%;
	position: absolute;
	top: 0;
	right: -350px;
}
.erzi_top_area_kira03{
position: absolute;
bottom:100px;
left:0;
right:0;
margin: 0 auto 0 auto;
width: 40px;
height: auto;
}
.kira_left1{
width: 100%;
	position: absolute;
	top: 0;
	left: -350px;
}

.erzi_top_area2{
width: 100%;
height: 20px;
background: #40220f url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_line001.png);
background-repeat: repeat-x;
    background-size: 200px;
	background-position-y: center;
}
/* アニメーション */
@keyframes rotation2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.erzi_top_area_kira01{
position: absolute;
top:10px;
left:0;
right:0;
margin: 0 auto 0 auto;
width: 50px;
height: 50px;
}

.kira_kira01{
width: 100%;
	position: absolute;
	top: 0;
	left: -400px;
}

.content-wrap--bg002 div ul li:nth-of-type(1){
text-align: center;
}

.erz_menu{
background: #fff;
width: 100%;
}
.erz_menu li{
color: #333;
}
.filter-list {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 10px auto 30px;
  justify-content: space-around;
}
.filter-list li {
  width: calc(100% / 3 - 10px);
  text-align: center;
  border: 1px solid #fff;
  color:#fff;
  padding: 20px 10px;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s;
  border-radius: 10px;
  background: #40220f url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_line001.png);
    background-size: 200px;
    background-repeat: repeat-x;
	background-position: bottom;
	display: flex;
    justify-content: center;
    align-items: center;
}
.filter-list li:hover {
background: #f4d522;
border: 1px solid #f4d522;
color: #40220f;
}
.filter-list li.is-active {
background: #f4d522;
border: 1px solid #f4d522;
  color: #40220f;
}
.filter-item {
  display: flex;
  flex-wrap: wrap;
    width: 96%;
  margin: 10px auto;
  justify-content: space-around;
}
.filter-item li {
  border: 2px solid #fff;
  width: calc(100% / 4 - 50px );
  padding: 0px;
  background: #eee;
  text-align: center;
  height:auto;
}
.filter-item li a {
display: block;

transition: 0.2s;
}
.filter-item li a:hover {

overflow: hidden;
transition: 0.3s;
}
.filter-item li a img{

transition: 0.3s;
}
.filter-item li a:hover img{

transform: scale(1.2,1.2);
transition: 0.3s;
}
.filter-item li[data-item="cat1"] {
  background: #FFF;
}
.filter-item li[data-item="cat2"] {
  background: #FFF;
}
.filter-item li[data-item="cat3"] {
  background: #FFF;
}
.filter-item li[data-item="cat4"] {
  background: #FFF;
}
.filter-item li[data-item="cat5"] {
  background: #FFF;
}
.filter-item li[data-item="cat6"] {
  background: #FFF;
}

.erzi_photo{
margin: 60px auto 0;
    max-width: 1000px;
    width: 96%;
}
.erzi_photo dl{
display: flex;
    justify-content: space-between;
}
.erzi_photo dl dt{
display: none;
}
.erzi_photo dl dd{
width: calc( 100% / 2 - 10px);
}
.erzi_photo dl dd img{
border-radius: 20px;
}

.erzi_photo2{
margin: 30px auto 0;
    max-width: 600px;
    width: 96%;
}
.erzi_photo2 dl{
display: flex;
    justify-content: space-between;
}
.erzi_photo2 dl dt{
display: none;
}
.erzi_photo2 dl dd{
width: 100%;
}
.erzi_photo2 dl dd img{
border-radius: 20px;
}

/* トップへ戻るボタン */
#page_top {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 40px;
  opacity: 1.0;
  z-index: 30;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-weight: 900;  
  position: absolute;
  width: 25px;
  height: 25px;
  top: -3px;
  bottom: 0;
  right: 0;
  left: -1px;
  margin: auto;
  text-align: center;
}
/* トップへ戻るボタン end */

.pc_dake{
display: block;
}
.sp_dake{
display: none;
}



@media only screen and (max-width:768px) {

body::before {
  background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg001.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}

.content-wrap--bg001::before {
background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_image_sp002.jpg);
background-size: cover;
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-position: bottom;
}
.content-wrap--bg002::before {
    
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg002sp2.jpg);
background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
.content-wrap--bg003::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg004sp.jpg);
background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
.content-wrap--bg004::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg005sp.jpg);
background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
.content-wrap--bg005::before {
    background: url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_bg006sp.jpg);
background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0px;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
}
.g-navi li:nth-of-type(1){
display: none;
}

.erzi_top_area_kira04{
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto 0 auto;
    width: 40px;
    height: auto;
}

.kira_right1{
width: 100%;
    position: absolute;
    top: 600px;
    right: 0;
}
.kira_kira02{
width: 100%;
    position: absolute !important;
    top: -400px;
    right: 0;
}
#globalMenu {
    align-items: end;
}
.g-navi a {
    font-size: 14px;
    font-weight: normal;
    transition: .3s;
    border-radius: 10px;
    padding: 5px 5px 13px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    line-height: 1.2;
    background: #c7161e url(https://edinter.itembox.design/item/campaign/2024/erzi/erzi_line001.png);
    background-size: 200px;
    background-repeat: no-repeat;
    background-position-y: bottom;
}

.content-wrap--bg002 div ul li:nth-of-type(2),
.content-wrap--bg004 div ul li:nth-of-type(2) {
text-align: left;
}

.erzi_photo {
    margin: 150px auto 0;
    max-width: 650px;
    width: 96%;
}
.erzi_photo dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.erzi_photo dl dd {
    width: calc(100% / 1 - 0px);
	margin-bottom:10px;
}
.filter-item li {
  border: 2px solid #fff;
  width: calc(100% / 2);
  padding: 0px;
  background: #eee;
  text-align: center;
  height:auto;
}
.filter-list {
  width: 96%;
}
.pc_dake{
display: none;
}
.pc_dake2{
display: none;
}
.sp_dake{
display: block;
}



}