@charset "UTF-8";
*{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 2;
  width: 100%;
}

#mainwrapper{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#mainwrapper header {
	font-family: montserrat, sans-serif;
}
#mainwrapper header .header_top{
    padding: 10px 20px 0px 20px;
    
}
#mainwrapper header .header_top p{
    color: #797979;
    padding-top: 20px;
	float: left;
}
#mainwrapper header .header_top #logo {
	float: left;
    padding-right: 10px;
}

#mainwrapper header .header_top nav01 {
	padding-top: 20px;
	float: right;
    word-spacing: 20px;
}
#mainwrapper header .header_top nav01 a {
	color: rgba(146,146,146,1.00); 
}
#mainwrapper header .pagetitel{
    clear: both;
    border-top: 1px solid #000000;
    padding:20px 10px 5px 10px;
    text-align: center;
}
#mainwrapper header .pagetitel h1{
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "serif";
}

#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 10px; /*下からのボタンの配置場所を指定*/
    right: 10px; /*右からのボタンの配置場所を指定*/
}
#PageTopBtn a {
    display: block; /*配置の調整*/
    text-decoration: none; /*文字の下線を消す*/
    color: #BABABA; /*文字の色*/
    background-color: rgba(255,255,255,0.5); /*ボタンの背景色*/
    text-align: center; /*文字を中央に配置*/
    border-radius: 5%; /*ボタンの角を少し丸くする*/
    outline: none; /*クリックしたときの黒い枠を消す*/
}
#PageTopBtn a:hover {
    text-decoration: none; 
    background: #E7E7E7; /*マウスオーバー時の背景色*/
}

/*--------- メニュー用レイアウト ---------*/

nav{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 0px;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 20px;
    overflow: auto;
}
nav ul{ 
	list-style: none;
	border: none;
}
nav li{
   display: inline-block;
    text-align: center;
}
nav li a{
	font-family:"Century Gothic";
	color:#FFFFFF;
}
nav li a:hover{
	color:#ACACAC;
}

#content{
    padding: 150px 0px 0px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
.category{
    border-top: 5px solid #D8D8D8;
}
/*--------- カタログ画面 ---------*/
main #content .gallery {
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
}
main #content .gallery .thumbnail {
	width: 305px;
	text-align: center;
	display: inline-block;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 10px;
	margin-left: 0.5%;
	margin-right: 0.5%;
	border-radius: 20px;
	padding-top: 20px;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #7E7E7E;
	text-align: center;
	
    font-family: montserrat, sans-serif;
}
.gallery .thumbnail p {
	margin: 0px;
	color: #B3B3B3;
	text-align: left;
	padding-left: 20px;
}
.button {
	width: 150px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}
.button:hover {
	background-color: #C3FDFF;
	color: #FFFFFF;
	cursor: pointer;
}
.button2 {
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #FBE2FA;
	border: 1px solid #666666;
    border-radius: 10px;
	color: #2F2F2F;
	transition: all 0.3s linear;
    font-family: montserrat, sans-serif;
}
.button2:hover {
	color: #A6A6A6;
	cursor: pointer;
}
.category{
    text-align: center;
	font-size:1.2em;
	color:#A3A3A3;
    font-family: montserrat, sans-serif;
    padding-top: 20px;
}
.category-s{
	width:200px;
	padding:0px 5px;
	margin:20px 20px 5px;
	font-size:1.5em;
	color:#cc6600;
	border-left:10px solid #cc6600;
	background:#ffddaa;
    font-family: montserrat, sans-serif;
}

.buy h3{
    text-align: left;
}
.buy p{
    text-align: left;
}
#shopping{
    margin: 60px 0px;
}
.download{
    vertical-align: top;
    background-color: rgba(255,211,212,1.00);
    border-radius: 30px;
    border: 1px solid #000000;
    display: inline-block;
    width: 33%;
    padding: 1% 2%;
    margin: 30px;
    
}
.store{
    vertical-align: top;
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #000000;
    display: inline-block;
    width: 33%;
    padding: 1% 2%;
    margin: 30px;
}

#content .work #line{
    background: #D2E1FE;
    border-radius: 40px;
    width: 70%;
    padding: 30px 10px;
    text-align: center;
    margin-bottom: 60px;
}
#content .work #line h3{
    text-decoration: none;
    color: #6F6F6F;
}

#content .work #line .lineimg{
    padding: 0px 0px 20px 0px; 
}

#footerbar {
	/* Footer bar at the bottom of the page */
	height: 18px;
	clear: both;
	background-color: rgba(208,207,207,1.00);
	width: 100%;
}

#footer {
    padding: 10px;
	text-align: left;
	background-color: #9F9F9F;
}
.footer-content {
	margin: auto;
	padding-bottom:1.0em;
}
.footer-social {
	list-style-type: none;
	text-align: center;
}
.footer-social li {
	display: inline-block;
	margin: 0em 1.5em;
}
.footer-social li a {
	line-height: 3.5em;
	display: inline-block;
	width: 3em;
	height: 3em;
	text-align: center;
	border: 2px solid rgba(255,255,255,.3);
	border-radius: 50%;
}
.footer-social li a:hover {
	border-color: #fff;
	background: #fff;
}
.footer-social li a img {
	width: auto;
	height: 1em;
}
.footer-social li a .social-hover {
	display: none;
}
.footer-social li a:hover .social-default {
	display: none;
}
.footer-social li a:hover .social-hover {
	display: inline;
}
.footer-info {
	padding-top: 1em;
}
.footer-info p {
	text-align: left;
	font-size: .8em;
	color:#fff;
	line-height: 1.0;
}
.footer-info {
	clear: both;
}
.footer-legal {
	opacity: .8;
}
.footer-credit a:hover {
	text-decoration: none;
}


.notOnDesktop {
	/*element to be displayed only in mobile view and tabet view */
	display: none;
}



/* Tablet view */
@media screen and (max-width:769px) {

.fixed {
    position: fixed;
    transition: all 1.5s;
    opacity: 0;
}
    
.notOnDesktop {
	/* Search box shown only in mobile view and Tablet view */
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 96%;
}
#mainwrapper header #logo img{
	float: left;
    padding-right: 5px;
    height: 50px
}
#mainwrapper header p {
	color: #797979;
    padding-top: 10px;
	float: left;
}


/*--------- メニュー用レイアウト ---------*/

nav{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 0px;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 0px;
    overflow: auto;
}
nav ul{ 
	list-style: none;
	border: none;
}
nav li{
   display: inline-block;
    text-align: center;
}
nav li a{
	font-family:"Century Gothic";
	color:#FFFFFF;
}
nav li a:hover{
	color:#ACACAC;
}

#content{
    padding: 150px 0px 0px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#shopping{
    margin: 60px 0px;
}
.download{
    width: 90%;
    margin: 10px 0px;
}
.store{
    background-color: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #000000;
    width: 90%;
    margin: 10px 0px;
}
.cloud{
    background-color: rgba(255,211,212,1.00);
    border-bottom: 1px solid #000000;
}
#content .work #line{
    width: 90%;
    background: #D2E1FE;
    padding: 10px 0px;
    text-align: center;
}
#content .work #line .lineimg{
    padding: 10px; 
}
#content .work #line .lineimg img{
    width: 100%;
}
    footer {
	/* Footer region */
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
}
.footer-social li {
	display: inline-block;
	margin: 0em 0.5em;
}
}


/* Mobile view */
@media screen and (max-width : 415px ){
    
 h1{margin: 0px 10px}
    h2{margin: 10px 10px}
    h3{margin: 10px 10px; text-align: left}
    p{margin: 0px 10px; text-align: left}
    .work img{text-align: center}
 
#mainwrapper {
     display: block;
	text-align: center;
     margin-left: 0%;
     margin-right: 0%;
}
#mainwrapper header .header_top{
    padding: 10px 20px 0px 20px;
}
#mainwrapper header .header_top p{
    color: #797979;
    padding-top: 8px;
	float: left;
    font-size: 0.8em;
}
#mainwrapper header .header_top #logo img{
	float: left;
    height: 40px;
    padding-right: 0px;
}

#mainwrapper header .header_top nav01 {
    padding-top: 20px;
	float: right;
    word-spacing: 20px;
	overflow-x: scroll;
    white-space: nowrap;
    width: 95%;
}
#mainwrapper header .pagetitel{
    border-top: 1px solid #000000;
    padding: 10px 10px 0px 10px;
    text-align: left;
}
#mainwrapper header .pagetitel h1{
        text-align: center;
}
#mainwrapper header .pagetitel h2{
        text-align: center;
    font-size: 1em
}
#mainwrapper header .pagetitel h3{
    font-size: 0.9em
}
#PageTopBtn {
    position: fixed; /*ボタンの配置場所を固定*/
    bottom: 20px; /*下からのボタンの配置場所を指定*/
    right: 1px; /*右からのボタンの配置場所を指定*/
}

/*--------- メニュー用レイアウト ---------*/

nav{
    position: absolute;
    background-color: rgba(0,0,0,0.6);
    padding: 10px 0px;
    width: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    word-spacing: 0px;
    overflow: auto;
}
nav ul{ 
	list-style: none;
	border: none;
}
nav li{
   display: inline-block;
    text-align: center;
}
nav li a{
	font-family:"Century Gothic";
	color:#FFFFFF;
}
nav li a:hover{
	color:#ACACAC;
}

#content{
    padding: 250px 0px 0px 0px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


.footer-social li {
	display: inline-block;
}
}

/* Mobile320 view */
@media screen and (max-width : 320px ){
main #content .gallery .thumbnail {
	width: 90%;
}
main #content .gallery .thumbnail img{
	width: 100%;
	
}
}
