.roll {
  display  : inline-block;
  animation: sample1Anime 4s linear infinite;
  line-height: 350px;
  font-size: 300%
}
@keyframes sample1Anime{
  100% {width  : 200px;
        height : 100px;
        color  :#FFAAFF;
        
        transform : rotateX(360deg) rotateY(360deg) rotateZ(360deg);
       }
}

body {
  background: linear-gradient(-45deg, rgba(238,119,82,.6), rgba(231,60,126,.6), rgba(35,166,213,.6), rgba(35,213,171,.6), rgba(166,217,0,.6)) fixed, url(../images/logo.jpg) fixed;
  background-size: cover;
  color: #FFEEFF;
}



/**************************************************************/


body.scale80 {
    transform-origin: top left;
    transform: scale(0.8);
 }


/**************************************************************/

body.logo_home {
  
  background: linear-gradient(-45deg, rgba(238,119,82,.6), rgba(231,60,126,.6), rgba(35,166,213,.6), rgba(35,213,171,.6), rgba(166,217,0,.6)), url(../images/logo.jpg) fixed;
  background-size: cover;
  color: #FFEEFF;
}


body.ez_home {
  
  background: url(../images/ez_home-001.jpg) fixed;
  background-size: cover;
  color: #FFEEFF;
  animation: huerotator 5s infinite alternate;
}


body.logo_dfs {
  
  background: linear-gradient(-45deg, rgba(238,119,82,.6), rgba(231,60,126,.6), rgba(35,166,213,.6), rgba(35,213,171,.6), rgba(166,217,0,.6)), url(../images/logo.jpg) fixed;
  background-size: cover;
  color: #FFEEFF;
-transform-origin: top left;
    -transform: scale(0.8);
animation: huerotator 5s infinite alternate;

}



body.ez_df {
  background: linear-gradient(to bottom, rgba(0,0,0,.5) 0%, #ffffff,  rgba(0,0,0,.5) 100%) fixed, url(../images/logo.jpg) fixed;
  background-size: cover;
  color: #ffffff;
}


body.ez_bk {

  background: linear-gradient(-45deg, rgba(238,119,82,.6), rgba(231,60,126,.6), rgba(35,166,213,.6), rgba(35,213,171,.6), rgba(166,217,0,.6));
background-size: 400% 400%;
animation: gradient 5s ease infinite alternate;

}




/**************************************************************/

footer.ez_home {
        /* containerからの絶対位置を定義 */
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 40px;
        /* background-color: red; */
    }


/**************************************************************/

div.ez_bk {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  
  background: linear-gradient(to bottom, rgba(166,217,0,.8) 0%,  rgba(255,68,84,.8) 100%);
  animation: huerotator 5s infinite alternate;
}



@keyframes huerotator {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }

  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/**************************************************************/

.ms_pos_df {

text-align:center;
vertical-align: middle;

}

/**************************************************************/

/* ボタン全体 */
.flowbtn17{
border-radius:50%;
position:relative;
display:inline-block;
width:50px;
height:50px;
font-size:30px;
text-decoration:none;
transition:.5s;
background-color:rgba(136,136,136,0.2);
color:#fff;
}
/* ボタンマウスホバー時のテキスト指定 */
.flowbtn17:hover{
text-decoration:none;
}
/* アイコンをど真ん中に */
.flowbtn17 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* Twitterマウスホバー時 */
.flowbtn17.fl_tw2:hover{
background:linear-gradient(135deg, #13f1fc 0%,#0470dc 100%);
}
/* Instagramマウスホバー時 */
.flowbtn17.insta_btn2:hover{
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;                  
}
/* Facebookマウスホバー時 */
.flowbtn17.fl_fb2:hover{
background:-webkit-linear-gradient(top, #5c80c6 0%, #34528c 74%);           
background:linear-gradient(to bottom, #5c80c6 0%, #34528c 74%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti2{
padding:0!important;
}
/* ボタン全体の位置 */
.snsbtniti{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 00px;
position:fixed;
right:10px;
bottom:10px;
transition:1s;
opacity:0.7;
}
/* ボタン同士の余白 */
.snsbtniti li{
flex:0 0 20%;
text-align:center !important;
}


/**************************************************************/


/**************************************************************/

.cp_cont {
	text-align: center;
	overflow: hidden;
	position: absolute;
	margin: 7.5em auto;
	width: 100%;
	height: 350px;
	/* background:#eeeeee; */
	}
.cp_anime14 {
	position: relative;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-animation: anime14_text 0.1s linear infinite;
	        animation: anime14_text 60s linear infinite;
	text-align: center;
	color: #616161;
}
.cp_anime14 .text1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 50px;
}
.cp_anime14 .text2 {
	font-size: 1em;
	margin-bottom: 5px;
}
.cp_anime14 .text3 {
	font-size: 1.4em;
	margin-bottom: 50px;
}
@-webkit-keyframes anime14_text {
	0%   { top: 100%; }
	100% { top: -200%; }
}
@keyframes anime14_text {
	0%   { top: 100%; }
	100% { top: -200%; }
}

/**************************************************************/

#goods-details {
          float: left;
              height: 600;
}

#goods-details_c {
          float: left;
              height: 700;
}

#goods-order {
          float: right;
              right: 100px;
              width: 300;
          background-color: #EAD1DC;
              opacity: 0.5;
              padding: 5px;
              margin: 10px;
}

#details-d {
              clear: both;
              width: 800px;

              top: -300px;
              font-size: 14px;
          color: #FFFFFF;
          background-color: #FF9900;
              opacity: 0.5;
          padding: 5px;
          margin: 5px 5px 5px 100px;

}


/**************************************************************/

.frame {
	display: inline-block;
	width: 1050px;
	height: 700px;

	border-top: 50px ridge rgba(0, 0, 0, 0.3);
	border-left: 50px ridge rgba(0, 0, 0, 0.3);
	border-bottom: 50px ridge rgba(0, 0, 0, 0.3);
	border-right: 50px ridge rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 8px #999;
}




/**************************************************************/

.bg-photo {
	position		: absolute;
	top		: 0;
	left		: 0;
	bottom		: 0;
	right		: 0;
	opacity		: 0;
	animation	: bgAnime 20s infinite;
}

.bg-photo .bg-img1 {
	background-image : url(../images/gazou1.jpg) fixed;
}
.bg-photo .bg-img2 {
	background-image : url(../images/gazou2.jpg) fixed;
	animation-delay  : 5s;
}
.bg-photo .bg-igm3 {
	background-image : url(../images/gazou3.jpg) fixed;
	animation-delay  : 10s;
}
.bg-photo .bg-img4 {
	background-image : url(../images/gazou4.jpg) fixed;
	animation-delay  : 15s;
}






/**************************************************************/


img.pattern1 {
	width: 950; 
	height: 600;
}

.ribbon1 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
}
.ribbon1:after {
	content: "";
	position: absolute;
	z-index: 20;
	width: 300px;
	height: auto;
	background: blue;
	content: "Dear Friend";
	text-align: right;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 10px 20px;
	right: -30px;
	top: 3px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.ribbon2 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
}
.ribbon2:after {
	content: "";
	position: absolute;
	z-index: 20;
	width: 300px;
	height: auto;
	background: blue;
	content: "Tear of Moon";
	text-align: right;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 10px 20px;
	right: -30px;
	top: 3px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


.ribbon3 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
}
.ribbon3:after {
	content: "";
	position: absolute;
	z-index: 20;
	width: 300px;
	height: auto;
	background: blue;
	content: "Luna Murmuring";
	text-align: right;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 10px 20px;
	right: -30px;
	top: 3px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}


.ribbon4 {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 1px;
}
.ribbon4:after {
	content: "";
	position: absolute;
	z-index: 20;
	width: 300px;
	height: auto;
	background: blue;
	content: "";
	text-align: right;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	padding: 10px 20px;
	right: -30px;
	top: 3px;
	transform: rotate(30deg);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}



/**************************************************************/


#photo {
    width: 950px;
    height: 800px;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    position: relative;
}

#photo img {
    top: 0;
    left: 0;
    position: absolute;
}



/**************************************************************/

.side-corner-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    padding: 5px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-weight: 900;
}
  
.side-corner-tag p {
    display: inline;   
}

.side-corner-tag p span {
    position: absolute;
    display: inline-block;
    right: -25px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
    text-align: center;
    text-transform: uppercase;
    top: 22px;
    background: #d93131;
    width: 100px;
    padding: 3px 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.side-corner-tag p:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -17px;
    right: 69px;
    z-index: -1;
    border: 17px solid;
    border-color: transparent transparent #662121 transparent;
}
  
.side-corner-tag p:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 74px;
    z-index: -1;
    right: -10px;
    border: 17px solid;
    border-color: #662121 transparent transparent transparent;
}




/**************************************************************/




.r_box {
  position: relative;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 30;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}


.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/**************************************************************/

.new_box{
    position: relative;
}

.new_icon:after{
    position: absolute;
    content: "NEW！";
    top: 5px;
    left: 5px;
    background: #ff0000;
    color: #fff;
    padding: 10px;
}

.new_box img{
    width: 100%;
}



/**************************************************************/

.example {
  position: relative;
  }

.example p {
  position: absolute;
  color: white;
  top: 0;
  left: 0;
  }

.example img {
  width: 100%;
  }





/**************************************************************/

#about-content{
	width:50%;
	margin:1.5em auto 0;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#fff;
	z-index:2;
	position:fixed;
}

.about-p{
	margin-top:1em;
}

.about-p:first-child{
	margin-top:0;
}

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	color:#f00;
}

#about-overlay{
	z-index:1;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}


$("#about-open").click(
	function(){
		//[id:about-open]をクリックしたら起こる処理
	}
);



/**************************************************************/




#tmenu {
	float: left;
	width: 200px;
	position: fixed;
	margin: 10px;
	}
#main {
	padding-left: 20px;
	}
.amenu {
	background-color: #CCFFCC;
	color: #006600;
	font-weight: bold;
	display: block;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}
.amenu:hover {
	background-color: #FFCCFF;
	color: #FF0000;
}


/************************************************************/

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_navi {
	float: left;
	position: fixed;
	overflow: hidden;
	width: 360px;
	height:360px;
}
.cp_navi #cp_sidenav a {
	font-size: 15px;
	position: absolute;
	left: -95px;
	width: 110px;
	height: 54px;
	padding: 12px 15px;
	transition: 0.3s;
	text-decoration: none;
	color: #ffffff;
	border-radius: 0 5px 5px 0;
}
.cp_navi #cp_sidenav a:hover {
	left: -10px;
}
.cp_navi #room1 {
	top: 20px;
	background-color: #00ced1;
	opacity: 0.5;
}
.cp_navi #room2 {
	top: 80px;
	background-color: #00ced1;
	opacity: 0.5;
}
.cp_navi #room3 {
	top: 140px;
	background-color: #00ced1;
	opacity: 0.5;
}
.cp_navi #room4 {
	top: 200px;
	background-color: #00ced1;
	opacity: 0.5;
}



/**********************************************************/


.site-header{
    
    display: flex;
    justify-content: space-between;
    padding: 20px;
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
}
.site-header.hide{
    top: -63px;
}
.gnav_menu{
	display: flex;
}
.gnav_menu_item{
	margin-left: 20px;
}
.site-header .gnav_menu_item a{
	color: #333;
	text-decoration: none;
}
.content{
	line-height: 1.6;
	margin: 0 auto;
	padding-top: 100px;
	width: 800px;
}





/**********************************************************/

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.j-content{
    margin: 0 auto;
    padding: 40px;
}
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
}
.modal__bg{
    background: rgba(0,0,0,0.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 60%;
}

/**********************************************************/




.slider{
    margin: 100px auto;
    width: 80%;
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}