﻿@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Anton|Economica:400,400i,700,700i|Electrolize|Fira+Sans+Condensed:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Julius+Sans+One|Jura:300,400,500,600,700|Khand:300,400,500,600,700|Montserrat+Alternates:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Orbitron:400,500,700,900|Oswald:200,300,400,500,600,700|Rajdhani:300,400,500,600,700|Raleway+Dots|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Ropa+Sans:400,400i|Saira+Condensed:100,200,300,400,500,600,700,800,900|Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900|Sarpanch:400,500,600,700,800,900|Squada+One|Teko:300,400,500,600,700|Wire+One|Baloo+Da|Baloo+Tammudu|Chathura:100,300,400,700,800|Kenia|Timmana|Viga|Righteous|Allerta+Stencil|Bahiana|Basic|Black+Ops+One|Carme|Days+One|Dorsa|Farsan|Fredericka+the+Great|Fugaz+One|Gurajada|Homenaje|Jockey+One|Just+Another+Hand|Just+Me+Again+Down+Here|Lily+Script+One|Nixie+One|Nosifer|Pompiere|Racing+Sans+One|Reem+Kufi|Secular+One|Six+Caps|Tulpen+One');

/* Anton - Economica - Electrolize - Fira Sans Condensed - Julius Sans One - Jura - Khand - Montserrat Alternates - Orbitron - Oswald - Rajdhani - Raleway Dots - Raleway - Ropa Sans - Saira Condensed -Saira Extra Condensed - Sarpanch - Squada One - Teko - Wire One - Baloo Da - Baloo Tammudu - Chathura - Kenia - Timmana - Viga - Righteous - Allerta Stenci - Bahiana - Basic - Black Ops One - Carme - Days One - Dorsa - Farsan - Fredericka the Great - Fugaz One - Gurajada - Homenaje - Jockey One - Just Another Hand - Just Me Again Down Here - Lily Script One - Nixie One - Nosifer - Racing Sans One - Reem Kufi - Secular One - Six Caps - Tulpen One */


/***** loader *****/

#fade {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9000;
    width: 100%;
    height: 100%;
    background-color: #000;
}

#wrap {
    display: block;
}

#spinner {
    position: fixed;
    z-index: 9000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	width: 75px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#spinner div {
    width: 8px;
    height: 110px;
    background-color: #cb211e;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -moz-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -o-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    -ms-animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

#spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

#spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

#spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

#spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	
0%, 40%, 100% {
	-webkit-transform: scaleY(0.4);
}  

20% {
	-webkit-transform: scaleY(1.0);
}

}

@keyframes sk-stretchdelay {

0%, 40%, 100% { 
	  transform: scaleY(0.4);
	  -webkit-transform: scaleY(0.4);
}

20% { 
	  transform: scaleY(1.0);
	  -webkit-transform: scaleY(1.0);
}

}



/***** base *****/

*{
	word-break: break-all;
	list-style: none;
	margin: 0 auto;
	padding: 0px;
	border: none;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

body {
	color: #fff;
	font-family: 'Noto Sans Japanese', 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'sans-serif';
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
}

img {
	max-width: 100%;
	display: block;
}

a {
	color: #24c5fc;
	text-decoration: none;
}

.fixed {
    position: fixed;
    top: 0;
	bottom: 0;
    left: 0;
    right: 0;
}


/***** bg1 *****/

.bg1 {
	background-color: #000;
}

.bg2 {
	background-color: #212121;
}



/***** header *****/

.header1 {
    position: fixed;
    z-index: 5000;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 50px;
	background-color: #222;
}

.header1-inner1 {
	position: relative;
	width: 100%;
    height: auto;
}

.header1-img1 {
    position: absolute;
    z-index: 1100;
    top: 13px;
    left: 50px;
    width: 150px;
}

.header1-menu1 {
    position: fixed;
    z-index: 1200;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
	transition: .8s;
    background-color: #222;
}

.header1-menu1.act1 {
    right: 0;
}

.header1-menu1 ul {
    width: 75%;
    height: 100%;
	padding: 70px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.header1-menu1 ul li {
    width: 100%;
    color: #000;
    font-family: 'Homenaje';
    font-size: 25px;
    font-weight: 500;
    text-align: right;
    text-indent: 1px;
    letter-spacing: 1px;
    margin: 0px 0px 15px 0px;
    overflow: hidden;
    cursor: pointer;
}

.header1-menu1 ul li a {
    color: #fff;
    display: block;
}

.header1-menu1-txt1 {
    font-family: 'Noto Sans Japanese';
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
}

.header1-menu1 ul li  ul {
	padding: 10px 0px 10px 0px;
	display: none;
}

.header1-menu1-list1 {
    color: #fff;
    font-size: 14px;
    margin: 20px 0px 0px 0px;
}

.header1-menu1-list1-title1 {
    font-size: 15px;
    font-weight: 500;
    padding: 0px 0px 3px 0px;
    border-bottom: 1px dotted #fff;
    margin: 0px 0px 7px 0px;
    display: inline-block;
}


/***** hum *****/

.header1-hum1 {
    position: absolute;
    z-index: 3000;
    top: 14px;
    right: 35px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.header1-hum1-line1, .header1-hum1-line2, .header1-hum1-line3 {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
	transition: .8s;
    border-radius: 5px;
}

.header1-hum1-line1.act1, .header1-hum1-line2.act1, .header1-hum1-line3.act1 {
    background-color: #fff;
}

.header1-hum1-line1 {
	top: 0px;
}

.header1-hum1-line2 {
    top: 10px;
}

.header1-hum1-line3 {
    top: 20px;
}

.header1-hum1.act1 .header1-hum1-line1 {
    width: 30px;
    transform: translateY(10px) translateX(0px) rotate(45deg);
}

.header1-hum1.act1 .header1-hum1-line2 {
	width: 0;
	opacity: 0;
}

.header1-hum1.act1 .header1-hum1-line3 {
    width: 30px;
    transform: translateY(-10px) translateX(0px) rotate(-45deg);
}


/***** grid *****/

.grid1 {
    width: 100%;
	padding: 0px 0px 0px 0px;
    overflow: hidden;
}

.grid1-inner1 {
    width: 1400px;
    padding: 30px 0px 30px 0px;
}

.grid2 {
    width: 100%;
}

.grid2-inner1 {
    width: 1400px;
    padding: 80px 0px 80px 0px;
}

.grid2-inner2 {
    width: 1280px;
    padding: 80px 0px 80px 0px;
}

.grid2-inner3 {
    width: 1100px;
    padding: 80px 0px 80px 0px;
}

.grid2-inner1-title1 {
    position: relative;
    font-size: 35px;
    font-weight: 900;
    text-align: center;
    text-indent: 3px;
    letter-spacing: 3px;
    padding: 0px 0px 25px 0px;
    margin: 0px 0px 50px 0px;
}

.grid2-inner1-title1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 47%;
    right: 47%;
    width: 6%;
	height: 5px;
	background-color: #cb211e;
}

.grid2-inner1-title1-txt1 {
    font-size: 18px;
    font-weight: 700;
}

.grid2-inner1-title1-txt2 {
    color: #f3a824;
    font-size: 28px;
    font-weight: 900;
    margin: 10px 0px 18px 0px;
}

.grid3 {
    width: 100%;
    height: 150px;
	background: linear-gradient(45deg, rgb(208, 235, 246), rgba(128, 232, 240, 0.8), rgb(249, 244, 235));
	background-size: 600% 600%;
	animation: gradation1 10s ease infinite;
}


/***** visual *****/

.d1 {
	display: block;
}

.d2 {
	display: none;
}


/***** intro *****/

.intro1-img1-wrap {
    width: 100%;
	margin: 0px 0px 25px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.intro1-img1 {
    width: 33.33%;
	padding: 15px 15px 15px 15px;
}

.intro1-img1 img {
	margin: 0px 0px 10px 0px;
    border: 1px solid #9b9b9b;
}

.intro1-img1-info1-name1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.intro1-img1-info1-price1 {
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0px 10px 0px;
}

.intro1-img1-info1-btn1 a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 10px 10px 10px 10px;
    background-color: #9b1a18;
	transition: .3s;
	display: block;
}

.intro1-img1-info1-btn1 a:hover {
    background-color: #cb211e;
}

.intro1-cap1 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.intro1-cap1 p {
	margin: 0px 0px 15px 0px;
}


/***** product *****/

.product1 {
    width: 100%;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 50px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product1-img1-wrap {
	width: 35%;
}

.product1-img1 {
    width: 100%;
	margin: 0px 0px 0px 0px;
}

.product1-img1 img {
    border: 1px solid #9b9b9b;
}

.product1-info1 {
	width: 65%;
	padding: 0px 0px 0px 30px;
}

.product1-info1-title1 {
    font-size: 24px;
    font-weight: 700;
    padding: 0px 0px 5px 10px;
    margin: 0px 0px 15px 0px;
    border-left: 13px solid #cb211e;
    border-bottom: 2px dotted #b7b7b7;
}

.product1-info1-cap1 {
    font-size: 18px;
    font-weight: 500;
}

.product1-info1-cap1 p {
    margin: 0px 0px 10px 0px;
}

.product1-info1-cap1-txt1-wrap {
	width: 100%;
	margin: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product1-info1-cap1-txt1 {
	width: 50%;
	margin: 0px 0px 0px 0px;
}

.product1-info1-img1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.product1-info1-img1 {
    width: 33.33%;
    padding: 15px 15px 15px 15px;
	margin: 0px 0px 0px 0px;
}

.product1-info1-img1 img {
    border: 1px solid #9b9b9b;
}

.product1-info1-img1-cap1 {
    width: 66.66%;
    font-size: 16px;
}


/***** store *****/

.store1-wrap {
    width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

.store1 {
	width: 100%;
	padding: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.store1-img1 {
    width: 50%;
}

.store1-info1 {
    width: 50%;
    padding: 0px 0px 0px 0px;
}

.store1-name1 {
    font-size: 24px;
    font-weight: 900;
	text-align: left;
    margin-bottom: 15px;
}

.store1-cap1 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.store1-cap1 a {
    color: #fff;
    font-weight: 500;
	transition: .3s;
}

.store1-cap1 a:hover {
    color: #fff;
}

.store1-btn1-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.store1-btn1 {
    width: 50%;
    padding: 5px 5px 5px 5px;
	margin: 0;
}

.store1-btn1 a {
	color: #fff;
	font-family: 'Noto Sans Japanese';
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    padding: 6px 10px 6px 10px;
    border: 2px solid #cb211e;
    display: block;
    transition: .3s;
}

.store1-btn1 a:hover {
	color: #fff;
	background-color: #cb211e;
}

.store1-btn2 {
    width: 100%;
    padding: 5px 5px 5px 5px;
	margin: 0;
}

.store1-btn2 a {
	color: #fff;
	font-family: 'Noto Sans Japanese';
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    padding: 6px 10px 6px 10px;
    border: 2px solid #cb211e;
    display: block;
    transition: .3s;
}

.store1-btn2 a:hover {
	color: #fff;
	background-color: #cb211e;
}

.store1-map1 {
    width: 100%;
	display: flex;
}


/***** footer *****/

.map1 {
	display: flex;
}


/***** footer *****/

.footer1 {
    width: 100%;
    padding: 20px 20px 20px 20px;
}

.footer1-img1 {
    width: 220px;
}

.footer1-img1 a {
    display: block;
}

.footer1-pagetop1 {
    position: fixed;
	z-index: 5000;
    bottom: 27px;
    right: 100px;
}

.footer1-pagetop1 a {
    color: #cb211e;
    font-size: 14px;
}


@media (max-width:1700px){

.header1-inner1 {
    width: 100%;
}

}


@media (max-width:1500px){

.grid1-inner1 {
    width: 100%;
    padding: 20px 60px 20px 60px;
}

.grid2-inner1 {
    width: 100%;
    padding: 80px 60px 80px 60px;
}

}


@media (max-width:1280px){

.store1-wrap {
    width: 100%;
}

}


@media (max-width:1024px){

.grid2-inner1-title1 {
    font-size: 25px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 30px 0px;
}

.grid2-inner1-title1-txt1 {
    font-size: 15px;
}

.grid2-inner1-title1-txt2 {
    font-size: 20px;
}

.intro1-cap1 {
    font-size: 15px;
}

.intro1-img1 {
    width: 50%;
}

.intro1-img1-info1-name1 {
    font-size: 13px;
}

.intro1-img1-info1-price1 {
    font-size: 13px;
}

.intro1-img1-info1-btn1 a {
    font-size: 11px;
    padding: 8px 10px 8px 10px;
}

.product1-info1-title1 {
    font-size: 16px;
}

.product1-info1-cap1 {
    font-size: 14px;
}

.product1-info1-img1-cap1 {
    font-size: 12px;
}

}



@media (max-width:768px){

.grid2-inner1 {
    padding: 50px 50px 50px 50px;
}

.grid2-inner1-title1 {
    font-size: 20px;
}

.grid2-inner1-title1-txt1 {
    font-size: 14px;
}

.grid2-inner1-title1-txt2 {
    font-size: 17px;
    margin: 5px 0px 5px 0px;
}

.product1-inner1 {
    padding: 20px 20px 20px 20px;
}

.product1-info1-name1 {
    font-size: 18px;
}

.product1-info1-price1 {
    font-size: 15px;
}

.product1-info1-cap1 {
    font-size: 12px;
}

.product1-info1-img1-cap1 {
    font-size: 10px;
}

.product1-spec1-title1 {
    font-size: 16px;
}

.product1-spec1-cap1 {
    font-size: 13px;
}

.product1-spec1-cap2 {
    font-size: 12px;
}

.store1-name1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer1-img1 {
    width: 175px;
}

}


@media (max-width:475px){
	
.d1 {
	display: none;
}

.d2 {
	display: block;
}

.grid2-inner1 {
    padding: 30px 25px 30px 25px;
}

.grid2-inner1-title1 {
    font-size: 17px;
	text-indent: 0px;
	letter-spacing: 0px;
	padding: 0px 0px 17px 0px;
	margin: 0px 0px 20px 0px;
}

.grid2-inner1-title1::after {
    left: 45%;
    right: 45%;
    width: 10%;
    height: 3px
}

.grid2-inner1-title1-txt1 {
    font-size: 12px;
}

.grid2-inner1-title1-txt2 {
    font-size: 13px;
}

.intro1-cap1 {
    font-size: 12px;
    margin: 0px 0px 30px 0px;
}

.intro1-img1-wrap {
    margin: 0px 0px 0px 0px;
}

.intro1-img1 {
    width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 25px 0px;
}

.product1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 25px 0px;
}

.product1-img1-wrap {
    width: 100%;
	margin: 0px 0px 15px 0px;
}

.product1-info1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.product1-info1-title1 {
    font-size: 14px;
}

.product1-info1-cap1 {
    font-size: 11px;
}

.product1-info1-cap1 p {
    margin: 0px 0px 5px 0px;
}

.product1-info1-img1 {
    padding: 5px 5px 5px 5px;
}

.store1 {
    flex-direction: column;
}

.store1-img1 {
    width: 100%;
}

.store1-info1 {
    width: 100%;
}

.store1-name1 {
    font-size: 20px;
    text-align: center;
}

.store1-cap1 {
    font-size: 12px;
}

.store1-btn1 a {
    font-size: 10px;
}

.footer1-pagetop1 {
    right: 30px;
}

}


@media (max-width:375px){

.store1-name1 {
    font-size: 18px;
}

}


@media (max-width:320px){

.grid2-inner1-title1 {
    font-size: 15px;
}

.intro1-cap1 {
    font-size: 10px;
}

.product1-info1-title1 {
    font-size: 12px;
}

.product1-info1-img1-cap1 {
    font-size: 8px;
}

.footer1-img1 {
    width: 150px;
}

}