@charset "utf-8";
/* CSS Document */

body{
background-image: url(https://edinter.itembox.design/item/campaign/2023/rabbit/usagino_bg01.jpg);
background-size: cover;
background-attachment: fixed;
box-sizing: border-box;
background-position: left bottom;
}

.usagino_wrap{
width: 94%;
max-width: 500px;
background: #fff;
padding: 0 0 30px 0;
height: auto;
    margin: 100px 10vw 0 auto;
}
.usagino_wrap ul,.usagino_wrap ul li{
padding: 0;
margin: 0;
list-style: none;
}
.ugnblk01{
width: 100%;
position: relative;
}
.ugnblk01 img{
width: 110%;
}

.ugnblk02{
width: 100%;
margin:40px auto 0 auto;
text-align: center;
}
.ugnblk02 img{
width: 96%;
margin: 0 auto;
}
.ugnblk03{
width: 100%;
margin:40px auto 0 auto;
text-align: center;
}
.ugnblk03 ul{
display: flex;
flex-wrap: wrap;
width: 96%;
margin: 0 auto;
}
.ugnblk03 ul li{
width: calc( 100% / 3 );
}

.ugnblk04{
width: 100%;
margin:40px auto 0 auto;
text-align: center;
}
.ugnblk05{
width: 100%;
margin:40px auto 0 auto;
text-align: center;
}
.ugnblk05 img{
width: 96%;
margin: 0 auto;
}

.usagino_form{
  position: relative;
  width: 80%;
  box-sizing: border-box;
  margin: 40px auto 0 auto;
}
.usagino_form::before {
  content: "";
  display: block;
padding-top: calc(((33 / 100) * 100%));
}

.usagino_form a{
  box-sizing: border-box;
display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
background-image: url(https://edinter.itembox.design/item/campaign/2023/rabbit/usagino_img05.png);
    background-position: left top;
    background-size: cover;
	transition: 0.3s;
}
.usagino_form a:hover{
    background-position: left bottom;
	transition: 0.3s;
}


.ugnblk06,.ugnblk07,.ugnblk08{
width: 100%;
margin:80px auto 0 auto;
text-align: center;
}
.ugnblk06 img,.ugnblk07 img,.ugnblk08 img{
width: 96%;
margin: 0 auto;
}

.ugnblk09{
width: 90%;
margin:40px auto 0 auto;
} 
.ugnblk09 ul{

} 
 
.ugnblk09 ul li{
margin: 0 auto 30px auto;
line-height: 1.8;
color:#333;
}

.ugnblk10{
width: 90%;
margin:80px auto 0 auto;
text-align: center;
} 
.ugnblk10 img{
width: 50%;
}
.ugnblk11 {
width: 96%;
    max-width: 700px;
    margin: 30px auto 0;
    text-align: left;
    border: 0px solid #333;
    border-radius: 20px;
    padding: 10px;
    background: #fff;
	box-sizing: border-box;
}
.ugnblk11 span {
    display: block;
    background-color: #fff;
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */ linear-gradient(180deg, #000 1px, transparent 1px);
    background-size: 8px 100%, /* 点線1のサイズ */ 100% 40px;
    line-height: 40px;
    padding-bottom: 1px;
    font-size: 14px;
	box-sizing: border-box;
}
.ussp_bkl{
display: none;
}

/* 上に戻るボタン */

#page_top{
  width: 70px;
  height: 130px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  opacity: 0.8;
  background-image: url(https://edinter.itembox.design/item/campaign/2023/rabbit/top_bt01.png);
  background-repeat: no-repeat;
  background-size: contain;
}
#page_top a{
  position: relative;
  display: block;
  width: 70px;
  height: 130px;
  text-decoration: none;
}
#page_top a::before {
    font-family: FontAwesome;
    content: '\f102';
    font-size: 30px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: 30px;
    bottom: 40px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
	display: none
}

/* ここまで */

@media only screen and (max-width:768px) {

body::before {
  background: url(https://edinter.itembox.design/item/campaign/2023/rabbit/usagino_bg01sp.jpg) no-repeat center;/* 画像（ここにfixedは入れない） */
  background-size: cover;/* cover指定できる */
  content: "";
  display: block;
  position: fixed;/* 擬似要素ごと固定 */
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;/* 横幅いっぱい */
  height: 100vh;/* 縦幅いっぱい */
  padding: 0;
  margin: 0;
}
.ussp_bkl{
display: none;
width: 100%;
padding: 0;
position: absolute;
top:300px;
left:0;
right:0;
margin: 0 auto;
}
.usagino_wrap {
    width: 94%;
    max-width: 500px;
    background: #fff;
	margin:450px auto 0 auto;
    padding: 0 0 30px 0;
}

}


