﻿@charset "utf-8";

html,body {
  margin:0;
  padding:0;
}

@font-face {
   font-family: web_text;
   src: url('../../font/web_text.eot');
   src: url('../../font/web_text.woff') format('woff');
   src: url('../../font/web_text.ttf') format('truetype');
   font-style: normal;
   font-weight: normal;
}

@font-face {
   font-family: wajin;
   src: url('../../font/wajin.eot');
   src: url('../../font/wajin.woff') format('woff');
   src: url('../../font/wajin.ttf') format('truetype');
   font-style: normal;
   font-weight: normal;
}

#loader {
    width: 32px;
    height: 32px;
    display: none;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    z-index: 100;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #1a1a1a;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 50;
}

#container{
 overflow-x: hidden !important;
    -webkit-overflow-scrolling: touch;
}

.fadeIn,.fadeIn2,.fadeIn3 {
    transition: 1s;
    opacity: 0;
}

.fadeIn {
    transform: translate3d(0, -10px, 0);
}
.fadeIn2 {
    transform: translate3d(-10px, 0, 0);
}
.fadeIn3 {
    transform: translate3d(10px, 0, 0);
}

.fadeIn.animated,.fadeIn2.animated,.fadeIn3.animated {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#header a,#navi a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
outline:none;
text-decoration:none;
}
#header a:link,#navi a:link {color: #ffffff;}
#header a:visited,#navi a:visited {color: #ffffff;}
#header a:hover,#navi a:hover {color: #777777;}

body {
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
background-color: #fff;
width:100%;
font-size: 62.5%; 
padding-top:100px;
}

#header {
color: #ffffff;
width: 100%;
position: fixed;
top:0;  
left:0; 
background-image: url(../top_img/mc/headerbg.jpg);
height: 105px;
z-index: 998;
}

#header.js_scrlTargetFire{
  opacity: 0.5;
}

h1 {
font-size: 1.3em;
letter-spacing: 1px;
font-weight: normal;
margin:0;
padding:20px 0px 0px 20px;
}

#title_en {
margin-top:5px;
padding-left:20px;
letter-spacing: 1px;
vertical-align:middle;
font-family :wajin;
font-size: 2.8em;
}

#title_en a:hover {color: #ffffff;}

@media only screen and (max-width: 767px) {

h1 {
font-size: 1.2em;
}

.wajin {
font-size: 2.6em;
}
}

a.page-top {
display: inline-block;
position: fixed;
bottom: 60px;
left: 50%;
margin-left:-20px;
border:#1a1a1a solid 2px;
width: 40px; 
height: 40px; 
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
font-size: 1.4em;
-ms-filter: "alpha(opacity=50)";
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
color:#1a1a1a;
outline:none;
text-decoration:none;
text-align:center;
line-height: 40px;
vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

#navi {
display: none;
}

#navibox {
margin-top:15px;
}

#menu {
font-family :web_text;
top: 63px;
right: 26px;
position: absolute;
font-size: 1.2em;
letter-spacing: 1px;
}

#rwdMenuWrap {
width: 100%;
}
 
    #rwdMenuWrap #switchBtnArea {
        width: 100%;
        height: 0px;
        position: relative;
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn {
        z-index: 999;
        top: 16px;
        right: 20px;
        width: 51px;
        height: 51px;
        display: block;
        position: absolute;
        position: fixed;
    }
 
    #rwdMenuWrap #switchBtnArea #switchBtn span {
        left: 20%;
        width: 60%;
        height: 3px;
        display: block;
        position: absolute;
        background-color: #fff;
        transition: all 0.2s linear;
    }
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:12px;transform: rotate(0);}
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:24px;transform: scale(1);}
    #rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:12px;transform: rotate(0);}
 
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:24px;transform: rotate(-45deg);}
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
    #rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:24px;transform: rotate(45deg);}
 
#rwdMenuWrap ul {
clear:both;
margin:0;
padding:0;
display: none;
font-size: 1.4em;
letter-spacing: 1px;
list-style: none;
}
 
#rwdMenuWrap ul li {
padding:10px 20px;
border-color: #444444;
border-width:thin;
border-bottom-style: solid;
background-image: url(../top_img/mc/headerbg.jpg);
}

#rwdMenuWrap ul li a {
position: relative;
}

#rwdMenuWrap ul li:last-child {
padding-bottom:20px;
}

.album_l,.album_s{
	margin: auto;
	background-color: #000;
	position: relative;
}
.album_s{
        display: none;
}

.album_l img,.album_s img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 32s;
	-webkit-animation-duration: 32s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
        height:auto;
}

.album_l .img1 {
	display: block;
	margin: 0 auto;
}

.album_l .img2 {
	animation-delay:8s;
	-webkit-animation-delay:8s;
	position: absolute;
	top: 0;
}

.album_l .img3 {
	animation-delay:16s;
	-webkit-animation-delay:16s;
	position: absolute;
	top: 0;
}

.album_l .img4 {
	animation-delay:24s;
	-webkit-animation-delay:24s;
	position: absolute;
	top: 0;
}

@media only screen and (max-width:767px) {

.album_l{
display:none;
}

.album_s {
display:block;
}

.album_s .img1 {
	display: block;
	margin: 0 auto;
}

.album_s .img2 {
	animation-delay:8s;
	-webkit-animation-delay:8s;
	position: absolute;
	top: 0;
}

.album_s .img3 {
	animation-delay:16s;
	-webkit-animation-delay:16s;
	position: absolute;
	top: 0;
}
.album_s .img4 {
	animation-delay:24s;
	-webkit-animation-delay:24s;
	position: absolute;
	top: 0;
}
}

@keyframes album {
	0% {
		opacity: 0;
	}
	
	8% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	8% {
		opacity: 1;
	}

	17% {
		opacity: 1;
	}
	25% {
		opacity: 0;
	}
}

.wt{
font-family :web_text;
font-size:1.1em;
}

#main{
width:	90%;
margin: 0 auto; 
color:#1a1a1a;
padding:0px 0 60px 0;
}

h2 {
font-weight: normal;
letter-spacing: 1px; 
width:100%;
border:none;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
font-size: 2.4em;
text-align:center;line-height:150%;
padding:40px 0;
}
@media only screen and (max-width:767px) {
h2 {
font-size: 2.2em;
padding:25px 0;
}
}

.photo_l,.photo_s {
position:relative;
width:100%;
text-align:center;
}

.photo_s {
display:none;
}

.photo_l img,.photo_s img {
width:100%;
height:auto;
}

.photo_l img {
max-width:800px;
}

@media only screen and (max-width:767px) {
.photo_l{
display:none;
}
.photo_s {
display:block;
}
}

.contents,.contents_sub,table.history td {
color:#777;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
letter-spacing: 1px;
}

.contents{
padding: 60px 0;
font-size: 1.6em;
line-height:230%;
text-align:center;
}

.contents_sub{
margin:0 auto;
padding: 0 0 60px 0;
font-size: 1.6em;
line-height:160%;
text-align: justify;
text-justify:inter-ideograph;
max-width:800px;  
}

@media only screen and (max-width: 767px) {
.contents{
padding: 45px 0;
}
.contents_sub{
padding: 0 0 45px 0;
}
.contents,.contents_sub{
font-size: 1.5em;
}
}

@media only screen and (max-width: 599px) {

.contents,.contents_sub{
font-size: 1.4em;
}
}

.videoarea {
margin:0 auto;
width : 100%;
text-align:center;
padding:60px 0 10px 0;
}

@media only screen and (max-width: 599px) {
.videoarea {
padding:30px 0 5px 0;
}
}

.videoarea video{
width : 100%;
max-width:800px;
height:auto;
}

.kaletitle {
font-size:1.2em;
padding-bottom:5px;
}

.contents_mini {
width:90%;
margin:0 auto;
color:#1a1a1a;
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
font-size:1.4em;
letter-spacing:1px;
max-width:800px;
}

@media only screen and (max-width: 599px) {
.contents_mini {
font-size:1.2em;
}
}

.btn_area {
        width:100%;
	margin: 0 auto;
	text-align: center;
        padding: 100px 0;
}

.show-ec {
   font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   font-weight:normal;
   width:100%;
   max-width:800px;
   margin:0 auto 30px auto;
   text-align:center;
   font-size: 1.8em;
   padding:15px;
   cursor:pointer;
   background: #1a1a1a;  
   color:#fff; 
   letter-spacing: 1px;
   outline:none;
   border: none;
   line-height:120%;  
   -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.show-ec:hover {
   color:#ccc;
   background:#777;
cursor:pointer;
}

@media only screen and (max-width: 767px) {
.show-ec {
   font-size: 1.7em;
}
}

@media only screen and (max-width: 599px) {
.btn_area {
        padding: 60px 0;
}
.show-ec {
   font-size: 1.6em;
}
}

table.making {
width:100%;
max-width:800px;
margin:0 auto;
padding:20px 0;
}

table.making td {
font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
font-size:1.4em;
letter-spacing:1px;
color:#1a1a1a;
}

td.parts {
width:35%;
font-weight:bold;
padding:5px 0;
}

td.desc {
padding:5px 0;
text-align: justify;
text-justify:inter-ideograph;  
}

@media only screen and (max-width: 599px) {
table.making {
padding:10px 0;
}
table.making td {
font-size:1.2em;
}
}

td.desc2 {
padding-top:10px;
text-align: justify;
text-justify:inter-ideograph;  
}


table.history {
width:100%;
max-width:800px;
margin:0 auto;
}

table.history td{
font-size: 1.4em;
color:#1a1a1a;
}

@media only screen and (max-width: 599px) {
table.history td {
font-size:1.2em;
}
}

td.year {
width:25%;
padding:5px 0;
}

td.desc3 {
padding: 5px;
}

#footer {
width: 100%;
height: 60px; 
}

#footer_navi ul {
letter-spacing: 1px;
list-style: none;
padding-top:12px;
padding-left:20px;
float:left;
font-size: 1.2em;
}

#footer_navi li {
display: inline;
padding:0 3px;
color:#1a1a1a;
}
#footer_navi a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
outline:none;
text-decoration:none;
}
#footer_navi a:link {color: #1a1a1a;}
#footer_navi a:visited {color: #1a1a1a;}
#footer_navi a:hover {color: #777;}

#copy {
float:right;
}

#copy p.en{
font-family :web_text;
color:#1a1a1a;
padding-top:12px;
padding-right:20px;
letter-spacing: 1px;
font-size: 1.2em;
}
@media only screen and (max-width: 767px) {
#copy {
width:100%;
clear:both;
text-align:center;
}
}

