#head {
width: 1110px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#head h1 {
margin-top: 120px;
width: 270px;
height: 111px;
margin-left: auto;
margin-right: auto;
}

#head h2 {
font-weight: normal;
font-size: 1em;
line-height: 1;
margin-top: 47px;
width: 656px;
min-height: 33px;
margin-left: auto;
margin-right: auto;
padding-top: 12px;
background:
url(../../images/icon_leaf.png) left top / 39px 33px no-repeat,
url(../../images/icon_leaf.png) right top / 39px 33px no-repeat;
}

#head h3 {
font-weight: normal;
font-size: 1em;
line-height: 2em;
margin-top: 70px;
}

.torcere-img {
margin-top: 70px;
}


/************************背景**********************/
/*body {
background-image: url(../../images/torcere_bg.png);
background-repeat: no-repeat;
background-position: center 1550px;
background-size: cover;
}*/


.gallery-area {
width: 1144px;
height: 1480px;
margin-top: 198px;
padding-top: 100px;
background-image: url(../../images/gallery_head_bg.png);
background-repeat: no-repeat;
background-position: center top;
margin-left: auto;
margin-right: auto;
font-size: 0px;
}

#contents {
background: url(../../images/gallery_bg_circle02.png) right -48px top 591px / 183px 183px no-repeat,
    url(../../images/gallery_bg_circle01.png) right -52px top 452px / 257px 257px no-repeat,
    url(../../images/gallery_bg_circle02.png) left -103px top 522px / 209px 209px no-repeat,
    url(../../images/gallery_bg_circle01.png) left -53px top 590px / 209px 209px no-repeat,
    url(../../images/gallery_bg_circle02.png) right -29px top 1320px / 209px 209px no-repeat,
    url(../../images/gallery_bg_circle01.png) right -89px top 1370px / 209px 209px no-repeat,
    url(../../images/gallery_bg_circle02.png) left -15px top 1969px / 180px 180px no-repeat,
    url(../../images/gallery_bg_circle01.png) left -108px top 1843px / 258px 258px no-repeat,
    url(../../images/torcere_bg.png) center top 560px / 100% 1700px no-repeat;
}



/************************ HEAD CURTAIN **********************/
#head-curtain-container {
width: 100%;
height: 46px;
top: 0px;
left: 0px;
position: absolute;
}
.head-curtain {
width: 1067px;
height: 46px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.head-curtain ul {
font-size: 0px;
height: 79px;
position: absolute;
top: -33px;
margin-left: 17px;
}
.head-curtain li {
width: 33px;
height: 79px;
margin-left: 0px;
margin-right: 17px;
padding: 0px;
display: inline-block;
position: relative;
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}
.head-curtain ul li:nth-child(odd) img{
}
.head-curtain ul li:nth-child(even) img{
top: -10px;
position: absolute;
}


/************************ アイコン **********************/


.icon-container {
margin-top: 50px;
}
.icon-area {
width: 970px;
height: 259px;
background-image: url(../../images/torcere_icon_bg.png);
margin-left: auto;
margin-right: auto;
vertical-align: middle;
}

.icon-area ul {
display: inline-block;
margin-top: 45px;
}
.icon-area li {
width: 118px;
display: inline-block;
text-align: center;
margin-left: 53px;
margin-right: 53px;
}
.icon-area li img {
margin-top: 6px;
margin-bottom: 6px;
}


.swing {
   /*margin-top: 10px;
   margin-left: 20px;*/
   animation:swing 6s 0s infinite linear;
   -ms-animation:swing 6s 0s infinite linear;
}
@-webkit-keyframes swing {
   0% { -webkit-transform: rotate(0deg); }
   70% { -webkit-transform: rotate(0deg); }
   
   72% { -webkit-transform: rotate(-1deg); }
   74% { -webkit-transform: rotate(2deg); }
   76% { -webkit-transform: rotate(-2deg); }
   78% { -webkit-transform: rotate(3deg); }
   80% { -webkit-transform: rotate(-3deg); }
   82% { -webkit-transform: rotate(4deg); }
   
   84% { -webkit-transform: rotate(-4deg); }
   86% { -webkit-transform: rotate(4deg); }
   88% { -webkit-transform: rotate(-3deg); }
   90% { -webkit-transform: rotate(3deg); }
   92% { -webkit-transform: rotate(-2deg); }
   94% { -webkit-transform: rotate(2deg); }
   96% { -webkit-transform: rotate(-1deg); }
   98% { -webkit-transform: rotate(1deg); }
   100% { -webkit-transform: rotate(0deg); }
}

@keyframes swing {
   0% { transform: rotate(0deg); }
   70% { transform: rotate(0deg); }
   
   72% { transform: rotate(-1deg); }
   74% { transform: rotate(2deg); }
   76% { transform: rotate(-2deg); }
   78% { transform: rotate(3deg); }
   80% { transform: rotate(-3deg); }
   82% { transform: rotate(4deg); }
   
   84% { transform: rotate(-4deg); }
   86% { transform: rotate(4deg); }
   88% { transform: rotate(-3deg); }
   90% { transform: rotate(3deg); }
   92% { transform: rotate(-2deg); }
   94% { transform: rotate(2deg); }
   96% { transform: rotate(-1deg); }
   98% { transform: rotate(1deg); }
   100% { transform: rotate(0deg); }
}



/************************オンマウス**********************/
.g-box {
clear: both;
	width: 340px;
	height: auto;
    display: inline-block;
    background-color: #ffffff;
    margin-right: 17px;
    margin-left: 17px;
    margin-bottom: 34px;
    vertical-align: top;
}
.item {
	position: relative;
}
.btn {
	width: 340px;
	height: 430px;
	position: relative;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.btn img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.btn:hover img:nth-of-type(2) {
	opacity: 0;
}

.btn-icon {
position: absolute;
bottom: 7px;
right: 5px;
margin: 0px!important;
padding: 0px!important;
height: 48px;
}
.btn-icon img {
    margin: 2px;
    padding: 0px;
}

.spec-area {
border-top: 8px solid #c7c4bb;
font-size: 13px;
line-height: 18px;
padding-top: 16px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 20px;
}
.spec-area p {
font-size: 13px;
line-height: 20px;
text-align: left;
padding-bottom: 44px;
}
.cmt {
height: 3em;
}

.color-chip {
width: 120px;
float: left;
text-align: left;
padding-top: 3px;
padding-left: 0px;
}
.spec {
width: 170px;
float: right;
}

.spec p {
text-align: right;
padding-bottom: 0px!important;
letter-spacing: 1px;
}

.spec-area:after {
    content: "";
    clear: both;
    display: block;
}

/************************footer**********************/
.mb-banner {
padding-top: 110px;
text-align: center;
}
.mb-banner ul {
margin-left: auto;
margin-right: auto;
list-style-type: none;
}
.mb-banner li {
width: 480px;
display: inline-block;
margin-left: 5px;
margin-right: 5px;
}


.copyright {
text-align: center;
padding-bottom: 127px;
margin-top: 70px;
clear: both;
}

/************************フェイドイン**********************/
.fadeIn{
animation-name:fadeInAnime;
animation-duration:3s;
animation-fill-mode:forwards;
opacity:0;
}


@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(50px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeDown{
animation-name:fadeDownAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


/* アニメーションスタートの遅延時間を決めるCSS*/

.delay-time00{
animation-delay: 0s;
}
.delay-time01{
animation-delay: 0.1s;
}
.delay-time02{
animation-delay: 0.2s;
}
.delay-time03{
animation-delay: 0.3s;
}
.delay-time04{
animation-delay: 0.4s;
}
.delay-time05{
animation-delay: 0.5s;
}
.delay-time06{
animation-delay: 0.6s;
}
.delay-time07{
animation-delay: 0.7s;
}
.delay-time08{
animation-delay: 0.8s;
}
.delay-time09{
animation-delay: 0.9s;
}
.delay-time10{
animation-delay: 1s;
}
