@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: 8000;
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#wrap {
    display: block;
}

#spinner {
    position: fixed;
    z-index: 8500;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

#spinner div {
    width: 10px;
    height: 150px;
    background-color: #d23718;
    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 *****/

*{
	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: #000;
	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;
}

.clear{
	float: none;
	clear: both;
}

.border{
	width: 95%;
	height: auto;
}

.border img{
	width: 100%;
	height: auto;
}


/***** a *****/

a {
	color: #ffa743;
	overflow: hidden;
	outline: none;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}
	
a:link {
	color: #ffa743;
	text-decoration: none;
}	

a:hover {
	color: #28D9FF;
	transition: .3s;
}

a img {
    opacity: 1;
	transition: .3s;
}	

a:hover img {
    opacity: 0.8;
}


/***** color *****/

.red{
	color: #f85463;
}


/***** content *****/

.grid1 {
    width: 100%;
}

.grid2 {
    width: 100%;
}

.grid2-inner1 {
    width: 1500px;
    padding: 80px 80px 80px 80px;
}

.grid2-inner1-title1 {
	position: relative;
    font-size: 38px;
    font-weight: 900;
    text-align: center;
    text-indent: 3px;
    letter-spacing: 3px;
	padding: 0px 0px 20px 0px;
    margin: 0px 0px 35px 0px;
}

.grid2-inner1-title1:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 48%;
	right: 48%;
	width: 4%;
	height: 5px;
	background-color: #d23718;
}

.grid2-inner1-title1 p {
    font-size: 18px;
}


/***** bg *****/

.bg {
	background-color: #fff;
}

.bg:nth-child(2n) {
	background-color: #f6f6f6;
}

.bg-footer{
	background-color: #481d14;
}


/***** news *****/

.news1 {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 15px;
	background-color: #d23718;
	color:#fff;
}

.news1 a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
	text-indent: 2px;
	letter-spacing: 2px;
    padding: 15px 15px 15px 15px;
    background-color: #d23718;
	transition: .3s;
	display: block;
}

.news1 a:hover {
    background-color: #f95230;
}

/***** visual *****/

.visual1 {
	width: 100%;
}


/***** englishl *****/

.English {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: 14px;
}

.box02-wrap {
    width: 250px;
    float: right;
    height: auto;
    padding-bottom: 20px;
}


.box02 {
    display: block;
    height: auto;
    width: 200px;
    margin-top: 24px;
    float: left;
}


/***** slide *****/

.slide1 {
	width: 100%;
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}


/***** intro *****/

.intro1 {
    width: 100%;
    height: auto;
}

.intro1-title1 {
    width: 100%;
    margin-bottom: 30px;
}

.intro1-cap1 {
    font-size: 18px;
    font-weight: 700;
}

.intro1-cap1 p {
    margin-bottom: 10px;
}


/***** pickup *****/

.pickup1-banner1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.pickup1-banner1 {
    width: 100%;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
}


/***** recommend *****/

.recommend1-banner1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.recommend1-banner1 {
    width: 33.33%;
    padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}


/***** interview *****/

.interview1-banner1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.interview1-banner1 {
    width: 33.33%;
    padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
}


/***** comment *****/

.comment1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.comment1 {
    width: 50%;
    padding: 15px 15px 15px 15px;
    margin: 0px 0px 0px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.comment1-img1-wrap {
    width: 45%;
    height: 100%;
    margin: 0px 0px 0px 0px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.comment1-info1 {
    width: 55%;
    padding: 0px 0px 0px 25px;
}

.comment1-state1 {
    width: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 7px 30px 7px 30px;
    margin: 0px 0px 10px 0px;
    background-color: #d23718;
    border-radius: 25px;
    display: inline-block;
}

.comment1-name1 {
    font-size: 25px;
    font-weight: 900;
    margin: 0px 0px 10px 0px;
}

.comment1-title1 {
    font-size: 16px;
    font-weight: 900;
    padding: 0px 0px 5px 10px;
    margin: 0px 0px 10px 0px;
    border-left: 10px solid #d23718;
    border-bottom: 1px dotted #222;
}

.comment1-cap1 {
    font-size: 13px;
    font-weight: 500;
    /*margin: 0px 0px 15px 0px;*/
}

.comment1-btn1-wrap {
    width: 100%;
	margin: 0px 0px 15px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.comment1-btn1 {
    width: 50%;
    padding: 5px 5px 5px 5px;
	margin: 0;
}

.comment1-btn1 a {
	color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px 7px 10px;
	background-color: #a12c15;
    display: block;
    transition: .3s;
}

.comment1-btn1 a:hover {
	color: #fff;
	background-color: #d23718;
}

.comment1-img2 {
    margin: 0px 0px 15px 0px;
}

.comment1-banner1 {
    width: 100%;
}



/***** event *****/

.event1-wrap {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.event1 {
    width: 50%;
    padding: 20px 20px 20px 20px;
    margin: 0px 0px 0px 0px;
}

.event1-date1 {
    width: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 7px 30px 7px 30px;
    margin: 0px 0px 10px 0px;
    background-color: #d23718;
    border-radius: 25px;
    display: inline-block;
}

.event1-img1 img {
	width: 100%;
	margin: 0px 0px 8px 0px;
    border: 1px solid #f69581;
}

.event1-img1 p {
    font-size: 12px;
    font-weight: 500;
}

.event1-img1 p a {
    width: auto;
    color: #fff;
    padding: 8px 20px 8px 20px;
    background-color: #d23718;
	transition: .3;
    display: inline-block;
}

.event1-img1 p a:hover {
    background-color: #f04624;
}


/***** banner *****/

.banner1-wrap {
	width: 100%;
}

.banner1 {
    width: 100%;
	margin-bottom: 30px;
}

.banner1 a {
    display: contents;
}

.banner2-title1 {
    width: 100%;
    margin-bottom: 20px;
}

.banner2-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.banner2 {
    width: 50%;
    padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
}

.banner2 a {
	display: block;
}


/***** info *****/

.info1-title1 {
    font-size: 26px;
	font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.info1-cap1 {
    font-size: 18px;
}


/***** sns *****/

.sns1-wrap {
    width: 350px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justfy-content: center;
	align-items: center;
}

.sns1 {
	width: 33.3%;
	padding: 2%;
}


/***** sns2 *****/

.sns2-wrap {
    width: 75%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justfy-content: center;
	align-items: center;
}

.sns2 {
    width: 48%;
    height: 635px;
    padding: 10px 10px 10px 10px;
    margin: 0px 1% 0px 1%;
    background-color: #d8d8d8;
    border-radius: 5px;
}

.sns2 iframe {
	height: 615px !important;
}


/***** store *****/

.store1-wrap {
	width: 1024px;
}

.store1 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.store1-img1 {
    width: 50%;
}

.store1-info1 {
    width: 50%;
    padding-left: 2%;
}

.store1-info1-name1 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 15px;
}

.store1-info1-cap1 {
	font-size: 16px;
	font-weight: 500;
    margin-bottom: 15px;
}

.store1-info1-btn1-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.store1-info1-btn1 {
    width: 50%;
    padding: 5px 5px 5px 5px;
	margin: 0;
}

.store1-info1-btn1 a {
	color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding: 7px 10px 7px 10px;
	background-color: #a12c15;
    display: block;
    transition: .3s;
}

.store1-info1-btn1 a:hover {
	color: #fff;
	background-color: #d23718;
}


/***** ggmap *****/

.map1 {
	display: flex;
}


/***** footer *****/

.footer1 {
    padding: 20px 0px 20px 0px;
}

.footer1-logo1 {
	width: 200px;
}

.footer1-logo1 a {
	display: block;
}

.footer1-pagetop1 {
    position: fixed;
    bottom: 30px;
    right: 100px;
}

.footer1-pagetop1 a {
    color: #d23718;
}

/** 2019.8.20 add **/

.sankaku {
    width: 0;
    height: 0;
    border-top: 30px solid #BF3500;
    border-right: 80px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 80px solid transparent;
    cursor: pointer;
    transition: all .25s linear;
}

.box-active {
	transition: all .2s linear;
    transform: rotate(180deg);
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-innner{
	margin-top:60px;
}

.new-arrival-in {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.new-arrival {
    width: 100%;
    font-size: 18px;
    color: #333;
    height: 270px;
    border: 1px solid #CCC;
    background-color: #FFFFF4;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width:1500px){

.grid2-inner1 {
    width: 100%;
}

}


@media (max-width:1400px){
	
}


@media (max-width:1200px){

.pickup1-banner1 {
    width: 100%;
}

}


@media (max-width:1024px){

.grid2-inner1 {
    padding: 55px 40px 55px 40px;
}

.grid2-inner1-title1 {
    font-size: 28px;
}

.intro1-cap1 {
    font-size: 18px;
}

.recommend1-banner1 {
    width: 50%;
}

.interview1-banner1 {
    width: 50%;
}

.comment1 {
    width: 100%;
}

.sns2-wrap {
    width: 100%;
}

.store1-wrap {
    width: 100%;
}

.store1-cap1 {
    font-size: 14px;
}

.store1-btn1 a {
    font-size: 10px;
}

}


@media (max-width:768px){

.grid2-inner1-title1 p {
    font-size: 16px;
}

.event1 {
    padding: 10px 10px 10px 10px;
}

.event1-img1 p {
    font-size: 10px;
}

.sns1 {
    width: 25%;
    padding: 0px 10px 0px 10px;
}

.store1-info1-name1 {
    font-size: 22px;
    margin-bottom: 10px;
}

.store1-info1-cap1 {
    font-size: 12px;
}

.store1-info1-btn1 a {
    font-size: 10px;
}


.English {
    width: 65%;
}


.box02-wrap {
    width: 250px;
    float: none;
}



.footer1-pagetop1 {
    right: 35px;
}

}


@media (max-width:475px){

.grid2-inner1 {
    padding: 30px 20px 30px 20px;
}

.grid2-inner1-title1 {
    font-size: 17px;
    text-indent: 2px;
    letter-spacing: 2px;
	padding: 0px 0px 13px 0px;
    margin-bottom: 15px;
}

.grid2-inner1-title1::after {
    left: 45%;
    right: 45%;
    width: 10%;
}

.grid2-inner1-title1 p {
    font-size: 13px;
}

.slide1 {
    width: 100%;
    padding: 8px 0px 8px 0px;
}

.news1 {
    font-size: 15px;
    text-align: left;
    padding: 10px;
	background-color: #d23718;
	color:#fff;
}

.intro1-cap1 {
    font-size: 12px;
}

.pickup1-banner1 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.recommend1-banner1 {
    width: 100%;
}

.interview1-banner1 {
    width: 100%;
}

.comment1 {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 25px 0px;
}

.comment1-img1-wrap {
	width: 100%;
    height: auto;
    margin: 0px 0px 20px 0px;
}

.comment1-info1 {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.comment1-state1 {
    font-size: 10px;
}

.comment1-name1 {
    font-size: 20px;
}

.comment1-title1 {
    font-size: 14px;
}

.comment1-cap1 {
    font-size: 12px;
}

.event1 {
    width: 100%;
}

.event1-date1 {
    font-size: 10px;
}

.sns1-wrap {
    width: 255px;
}

.sns2 {
    width: 100%;
    height: 635px;
    margin: 0px 0px 15px 0px;
}

.store1 {
    flex-direction: column;
}

.store1-img1 {
    width: 90%;
}

.store1-info1 {
    width: 100%;
    padding-left: 0%;
}

.store1-info1-name1 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.footer1 {
    padding: 15px 0px 15px 0px;
}

.footer1-logo1 {
    width: 180px;
}

}


@media (max-width:375px){

.news1 {
    font-size: 13px;
}

}


@media (max-width:320px){


.intro1-cap1 {
    font-size: 12px;
}

.comment1-btn1 a {
    font-size: 9px;
}

.English {
    width: 75%;
}

.footer1-logo1 {
    width: 160px;
}

}