@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Fondamento);
@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

/* ======================================== */
/*   Chopiiin  */
/* ======================================== */

* {
	margin: 0;
	padding: 0;
}
html {
  min-width: 320px;
  font-size: 62.5%;/*10px*/
}
body {
  margin: 0;
  background: url(../img/common/back_paper.jpg) fixed;
	background-size: cover;
	color: #000;
  font-size: 1.2rem;
  font-size: 12px;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","ＭＳ Ｐゴシック",sans-serif;
  line-height: 1.5;
	letter-spacing: 0.1em;
	position: relative;
}
@media screen and (max-width: 767px) {
	body.index {
		background: #fff;
		font-size: 1.4rem;
		font-size: 14px;
	}
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
ul, li {
	list-style:  none;
}
img {
  max-width: 100%;
  height: auto;
}
.ie8 img{
  width: auto;
}
a,
a img {
	color: #000;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	text-decoration: none;
}
a:hover {
	color: #0090ac;
}
a:hover img {
	filter: Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}

/* Layout
========================================== */
#wrapper {
	margin: 0 20px;
}
.content {
}
@media screen and (min-width: 768px) {
	#wrapper {
    margin: 0 20px;
	}
	.content {
		margin: 0 0 80px 0;
	}
}
@media screen and (min-width: 980px) {
	#wrapper {
		width: 920px;
		margin: 0 auto;
	}
}

/* Header
========================================== */
#header {
	margin-bottom: 3.0434%;/*28px*/
}
#header h1 {
	float: left;
	margin-right: 20px;
}
#header h2 {
	float: left;
	padding: 20px 0 0 0;
}
@media screen and (min-width: 768px) {
#header h2 {
	float: right;
}
}

/* GlobalNav
========================================== */
.nav-collapse ul {
  width: 100%;
  display: block;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
	.nav-collapse {
		display: none;
	}
  .js .nav-collapse {
		display: none;
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
}
.nav-collapse li {
  width: 100%;
	margin-bottom: 1px;
}
.nav-collapse li a {
	display: block;
  background: #473830;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 0.7em 1em;
}
.nav-collapse li a:hover {
	background: #0090ac;
}

/* toggle */
@font-face {
  font-family: "responsivenav";
  src:url("../img/icons/responsivenav.eot");
  src:url("../img/icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../img/icons/responsivenav.ttf") format("truetype"),
    url("../img/icons/responsivenav.woff") format("woff"),
    url("../img/icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  position: fixed;
	/*background: #fff;*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  text-indent: -999px;
  position: fixed;
  overflow: hidden;
	top: 10px;
	right: 10px;
  width: 70px;
  height: 55px;
  /*float: right;*/
}
.nav-toggle:before {
  color: #0090ac; /* Edit this to change the icon color */
  font-family: "responsivenav", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 28px;
  text-transform: none;
  position: absolute;
  content: "≡";
  text-indent: 0;
  text-align: center;
  line-height: 55px;
  speak: none;
  width: 100%;
  top: 0;
  left: 0;
}
.nav-toggle.active::before {
  font-size: 24px;
  content:"x";
}

/* TopNav
========================================== */
#topHeader {
	position: relative;
	left: 0px;
	top: 0px;
	width: 920px;
	height: 920px;
	background: url(../../img/common/back_920.png) no-repeat;
	margin: 20px 0 100px;
}
#topHeader a,
#topHeader a:hover {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
}
#topHeader a img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#topHeader h1 {
	position: absolute;
	left: 259px;
	top: 278px;
	width: 391px;
	height: 113px;
}
#topHeader li {
	position: absolute;
	overflow: hidden;
}
#topHeader #navNews {
	left: 82px;
	top: 44px;
	width: 302px;
	height: 220px;
}
#topHeader #navNews a {
	display: block;
	width: 302px;
	height: 220px;
	background: url(../../img/common/nav_news_back.png) no-repeat;
}
#topHeader #navNews a:hover {
	background: url(../../img/common/nav_news_back.png) no-repeat;
	background-position: -302px 0;
}
#topHeader #navNews a img {
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-o-transition: all 3s ease;
}
#topHeader #navNews a:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
#topHeader #navLight {
	left: 328px;
	top: 31px;
	width: 256px;
	height: 273px;
	background: url(../../img/common/nav_light_back.png) no-repeat;
}
#topHeader #navLight img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#topHeader #navMovie {
	left: 600px;
	top: 18px;
	width: 295px;
	height: 562px;
}
#topHeader #navMovie a {
	display: block;
	width: 295px;
	height: 562px;
	background: url(../../img/common/nav_movie_back.png) no-repeat;
}
#topHeader #navMovie a:hover {
	background: url(../../img/common/nav_movie_back.png) no-repeat;
	background-position: -295px 0;
}
#topHeader #navMovie a img {
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	margin-top: 562px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#topHeader #navMovie a:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top: 0px;
}
#topHeader #navOmikuji {
	left: 101px;
	top: 312px;
	width: 142px;
	height: 228px;
}
#topHeader #navOmikuji a {
	display: block;
	width: 142px;
	height: 228px;
	background: url(../../img/common/nav_omikuji_back.png) no-repeat;
}
#topHeader #navOmikuji a:hover {
	background: url(../../img/common/nav_omikuji_back.png) no-repeat;
	background-position: -142px 0;
}
#topHeader #navOmikuji a img {
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}
#topHeader #navOmikuji a:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
#topHeader #navProfile {
	left: 211px;
	top: 416px;
	width: 261px;
	height: 439px;
}
#topHeader #navProfile a {
	display: block;
	width: 261px;
	height: 439px;
	background: url(../../img/common/nav_profile_back.png) no-repeat;
}
#topHeader #navProfile a:hover {
	background: url(../../img/common/nav_profile_back.png) no-repeat;
	background-position: -261px 0;
}
#topHeader #navProfile a img {
	filter: Alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	margin-top: -439px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#topHeader #navProfile a:hover img {
	filter: Alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top: 0px;
}
#topHeader #navPhoto {
	left: 462px;
	top: 443px;
	width: 236px;
	height: 171px;
}
#topHeader #navPhoto a {
	display: block;
	width: 236px;
	height: 171px;
	background: url(../../img/common/nav_photo_back.png) no-repeat;
}
#topHeader #navPhoto a:hover {
	background: url(../../img/common/nav_photo_back.png) no-repeat;
	background-position: -236px 0;
}
#topHeader #navPhoto a img {
	width: 0%;
	height: 100%;
	margin-left: 118px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#topHeader #navPhoto a:hover img {
	width: 236px;
	height: 171px;
	margin-left: 0;
}
#topHeader #navTulip {
	left: 47px;
	top: 554px;
	width: 235px;
	height: 274px;
}
#topHeader #navShop {
	left: 617px;
	top: 623px;
	width: 230px;
	height: 201px;
}
#topHeader #navShop a {
	display: block;
	width: 230px;
	height: 201px;
	background: url(../../img/common/nav_shop_back.png) no-repeat;
}
#topHeader #navShop a:hover {
	background: url(../../img/common/nav_shop_back.png) no-repeat;
	background-position: -230px 0;
}
#topHeader #navShop a img {
	margin-left: 230px;
	width: 0%;
	height: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
#topHeader #navShop a:hover img {
	margin-left: 0;
	width: 230px;
	height: 201px;
}
#topHeader #navPliers {
	left: 476px;
	top: 671px;
	width: 121px;
	height: 171px;
}
@media screen and (max-width: 767px) {
	#topHeader {
		display: none;
	}
}


/* spHeader
========================================== */
#spHeader {
	width: 100%;
	height: auto;
	background: url(../img/common/nav_sp_back.jpg) no-repeat center top;
	background-size: 100%;
	margin: 20px auto;
}
#spHeader nav {
	width: 82.5%; /*660px*/
	margin: 0 auto;
	padding-top: 22%; /*176px*/
	padding-bottom: 16.6666%; /*110px*/
}
#spHeader ul li a {
	display: block;
}
#spHeader ul .row1L {
	float: left;
	width: 56.3636%; /*372px*/
	padding-top: 7.7272%; /*51px*/
}
#spHeader ul .row1R {
	float: right;
	width: 43.6363%; /*288px*/
	position: relative;
	background: url(../img/common/nav_sp_light.png);
	background-size: contain;
}
#spHeader ul .row1R img {
	position: absolute;
	top: 0px;
	left: 0px;
}
#spHeader ul .row2L {
	float: left;
	width: 42%; /*317px*/
}
#spHeader ul .row2L .omikuji {
	padding-left: 10%; /*33px*/
}
#spHeader ul .row2L .photo {
	padding-top: 5%; /*77px*/
}
#spHeader ul .row2R {
	float: right;
	width: 51.9696%; /*343px*/
}
#spHeader ul .row3L {
	float: left;
	width: 44.0909%; /*291px*/
}
#spHeader ul .row3R {
	float: right;
	width: 43.1818%; /*285px*/
}

@media screen and (min-width: 768px) {
	#spHeader {
		display: none;
	}
}

/* Footer
========================================== */
#footer {
	position: fixed;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 35px;
  background: url(../img/common/back_paper.jpg) fixed top;
	background-size: cover;
	box-shadow: 0px -1px 3px #999;
	-webkit-box-shadow: 0px -1px 3px #999;
	-moz-box-shadow: 0px -1px 3px #999;
	padding: 0px 0 15px;
	z-index: 100;
}
#footer #footerNav {
	width: 820px;
	height: 35px;
	margin: 0 auto;
}
#footer #footerNav h1 {
	float: left;
	display: inline-block;
	width: 109px;
	margin-right: 50px;
}
#footer #footerNav ul {
	float: left;
	margin-top: 10px;
}
#footer #footerNav li {
	float: left;
	display: inline-block;
}
#footer #footerNav ul.sitemenu {
	width: 511px;
	margin-right: 35px;
}
#footer #footerNav ul.sitemenu li {
	margin-right: 25px;
}
#footer #footerNav ul.sns {
	width: 115px;
}
#footer #footerNav ul.sns li {
	margin-right: 15px;
}
#footer #footerNav ul.sitemenu li:last-child,
#footer #footerNav ul.sns li:last-child {
	margin-right: 0;
}
#footer #footerNav a img {
	margin-top: 2px;
}
#footer #footerNav a:hover img {
	margin-top: 0;
}
#pagetop {
	position: fixed;
	right: 50px;
	bottom: 10px;
	width: 30px;
	height: 30px;
	display: none;
}
#pagetop p {
	width: 30px;
	height: 30px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
#pagetop p:hover {
	background: #000;
}
a#move-pagetop {
	color: #000;
	line-height: 30px;
	text-decoration:none;
	display:block;
	cursor:pointer;
}
a:hover#move-pagetop {
	color: #fff;
}
@media screen and (max-width: 979px) {
#footer #footerNav {
	margin: 0 20px;
}
}
@media screen and (max-width: 767px) {
	#footer {
		display: none;
	}
}

/*Column
========================================== */
.col {
		margin-bottom: 3.0434%;/*28px*/
}
@media screen and (min-width: 768px) {
	.row {
	}
	.row:after {
		content: "";
		clear: both;
		display: block;
	}
	.col {
		float: left;
		margin-right: 3.0434%;/*28px*/
		box-sizing: border-box;
	}
	.col:last-child {
		margin-right: 0;
	}
	.gutter {
		margin-right: 3.0434%;/*28px*/
	}
	.col1 {
		width: 5.54347%;/*51px*/
	}
	.col2 {
		width: 14.1304%;/*130px*/
	}
	.col3 {
		width: 22.7173%;/*209px*/
	}
	.col4 {
		width: 31.3043%;/*288px*/
	}
	.col5 {
		width: 39.8913%;/*367px*/
	}
	.col6 {
		width: 48.4782%;/*446px*/
	}
	.col7 {
		width: 57.0652%;/*525px*/
	}
	.col8 {
		width: 65.6521%;/*604px*/
	}
	.col9 {
		width: 74.2391%;/*683px*/
	}
	.col10 {
		width: 82.8260%;/*762px*/
	}
	.col11 {
		width: 91.4130%;/*841px*/
	}
	.col12 {
		width: 100%;/*920px*/
	}
}

