@import "/css/font-awesome/css/font-awesome.min.css";

/* ********** COMMON ********** */

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  color: #111;	
}

html {
  //overflow-y: scroll;
}

body {
  background: #fff;
  text-align: center;
  color: #222;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

.wrapper{
	margin: 0;
	padding: 0;
	font-family: "Noto Sans Japanese";
}

.wrapper img {
	max-width: 100%;
}

.wrapper ol {
	list-style: none;
}

.note {
	font-size: 0.75rem;
}

.note1 {
	font-size: 0.85rem;
}

.note2 {
	font-size: 0.9rem;
}

.tx_center{
    text-align: center;
}

.tx_right{
    text-align: right;
}

.bold{
	font-weight: bold;
}

.pc_only {
	display: none;
}

.ipad_only {
	display: none;
}

img.gray {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%);
}

img.gray:hover {
-webkit-filter: none;
-moz-filter: none;
-ms-filter: none;
-o-filter: none;
filter: none;
}


/* ********** HEADER ********** */
.linktxt,
.articlecard__txt,
.header__menu__product__list__txt {
	display:block;
	text-align:left;
}



/* ********** HEADER ********** */
.header__menu__product__list,
.header__menu__product__foot,
.header__menu__product__brandlist,
.header__menu__features,
.header__menu__shopinfo__main,
.header__menu__services__main,
.header__menu__content,
.linklist__item
 {
	display:block;
	text-align:left;
}




/* ********** sns icon ********** */
.sns_fixed {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
	line-height: 1;
	//z-index: 99999;
	display: none;
}
.sns_fixed img {
	width: 34.3px;
}
.sns_fixed ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	align-items: center;
}
.sns_fixed li {
	flex: auto;
}
.sns_fixed a {
	display: block;
	background-color: #fff;
}



@media only screen and (max-width: 414px) {	
	.sns_fixed {
		display: none;
	}
}





/* ---------------------------------
 footer
--------------------------------- */
/*
 shoplist
------------------ */
@media only screen and (max-width: 599px) {
	.shoplist_wrap{ 
		z-index: -1;
		padding: 3rem 0 2rem;
		font-size: 1rem;
	}
	.shoplist {
		padding: 6rem 0 3rem;
		text-align: left;
		color: #222;
		padding-top: 1rem;
		z-index: -1;    
	}
	.shoplist .em {
		text-align:center;
		font-size:1.1rem;
		margin-top:4rem;
		padding-bottom:0.3rem;
		font-weight: bold;
	}
	.shoplist h3{
		font-size: 1.3rem !important;
		font-weight:bold;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
    .shoplist_wrap{ 
		padding: 5em 2rem 3rem;
		//width:970px;
		margin-left:auto;
		margin-right:auto;
	}
    .shoplist {
		padding: 6rem 0 2rem;
		text-align: left;
		color: #222;
		padding-top: 1rem;
		z-index: -1;    
	}
	.shoplist .em {
		text-align:center;
		font-size:1.1rem;
		margin-top:4rem;
		padding-bottom:0.3rem;
		font-weight: bold;
	}
	.shoplist h3{
		font-size: 1.3rem;
		font-weight: bold;
	}
}

@media only screen and (min-width: 1025px) {
    .shoplist_wrap{
		width: 1100px;
		margin-left:auto;
		margin-right:auto;
	}
    .shoplist {
		padding: 6rem 0;
		text-align: left;
		color: #222;
		padding-top: 1rem;
		z-index: -1;    
	}
	.shoplist .em {
		text-align:center;
		font-size:1.1rem;
		margin-top:4rem;
		padding-bottom:0.3rem;
		font-weight: bold;
	}
	.shoplist h3{
		font-size: 1.3rem;
		font-weight: bold;
	}
}


/*
 tenpo_area
------------------ */
@media only screen and (max-width: 599px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
		width: 80%;
		margin: 0 auto;
	}
	.tenpo_area p {
		padding: 0.5em 0 0.3rem;
		margin-top:1.5rem;
		position: relative;
		border-bottom: 2px solid #ccc;
	}
	.tenpo_area nav > ul {
		border-bottom: solid 1px #ccc ;
		font-size: 0.9rem;
	}
	.tenpo_area nav > ul:first-child {
		border-bottom: none;
	}
	.tenpo_area nav > ul > li {
		margin: 0.5em 0 0;
		padding: 0 0.5em;
		border-bottom: solid 1px #ccc;
	}
	.tenpo_area a {
		display: block;
		padding: 0 0 0.5em;
		position: relative;
		color: #222;
		font-size: 14px;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.8rem;
	}
	.tel {
		text-align: center;
	}
	.tel a {
		font-size: 1.6em;
		font-weight: 700;
		text-align: center;
	}
	.tel_info {
		text-align: center;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
	}
	.tenpo_area p {
		padding: 0.5em;
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 0 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.tenpo_area nav > ul > li {
		/* margin: 0 0.5em; */
		padding: 0;
		width: calc(49%);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.3rem);
		padding: 0.5rem;
		position: relative;
		border-bottom: solid 1px #ccc;
		font-size: 1rem;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0.5em;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.85rem;
	}
}

@media only screen and (min-width: 1025px) {
	.tenpo_area {
		color: #222 !important;
		z-index: -1;
	}
	.tenpo_area p {
		padding: 0.5em;
	    border-bottom: solid 2px #ccc;
		position: relative;
	}
	.tenpo_area nav > ul {
		border: none;
		margin: 0 auto 1.5em;
		font-size: 1.1rem;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: row wrap;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	.tenpo_area nav > ul > li {
		/* margin: 0.5em 0; */
		padding: 0;
		width: calc(33.333% - 1rem);
		border: none;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
	}
	.tenpo_area a {
		display: block;
		width: calc(100% - 0.5em);
		padding: 0.5em;
		position: relative;
		border-bottom: solid 1px #ccc;
		font-size: 1rem;
	}
	.tenpo_area a::after {
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		right: 0.3em;
		top: 50%;
		transform: translateY(-50%);
		color: #222;
	}
	.tenpo_area a span {
		font-size: 0.9rem;
	}
}


/*
 footer_small
------------------ */
@media only screen and (max-width: 599px) {
	.footer_small {
		margin: 0;
		padding: 0;
		font-size: 0.75rem;
		text-align: center;
		color: #222;
		font-weight: normal !important;
	}
	.footer_small img{
		width: 11rem !important;
	}
	.footer_small p:last-child{
		margin-top: 0.3rem;
	}
}

@media screen and (min-width:600px) and (max-width:1024px) {
	.footer_small {
		font-size: 0.8rem;
	}
    .footer_small img{
        width: 10rem !important;
    }
    .footer_small p:last-child{
        margin-top: 0.3rem;
    }
}

@media only screen and (min-width: 1025px) {
    .footer_small {
		font-size: 0.8rem;
	}
    .footer_small img{
        width: 10rem !important;
    }
    .footer_small p:last-child{
        margin-top: 0.3rem;
    }
}    






/*IEÃ¥Â¯Â¾Ã¥Â¿Å“Ã¯Â½Å¾*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, main .title_container{
		position: absolute;
		width: 50%;
		left: 47%;
		margin-top: -10em;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;
	}

	*::-ms-backdrop, .viewContentBx .brand_info{
		width: 100%;
		margin-bottom: -5em;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	*::-ms-backdrop, .content_button{
		position: initial;
		width: 23vw;
		height: 100%;
		font-size: 1.2vw;
		line-height: 1.3;
		padding: 1.5em 1em;
		background: #ff4500;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-family: 'Comfortaa', sans-serif;

		display: initial;
		flex-direction: initial;
		justify-content: initial;
		align-items: initial;
		transition: .3s;
		z-index: 1;
	}

	*::-ms-backdrop, .nav p{
		width: 90%;
		line-height: 2;
		padding: 1em 3em;
		font-size: 14px;
	}

	*::-ms-backdrop, .nav {
		position: absolute;
		top: -30%;
		width: 90%;
		height: 100%;
		left: 0;
		padding: 3em 1em;
		background-color: rgba(255,255,255,0.7);
		backdrop-filter: blur(5px);
		-webkit-backdrop-filter: blur(5px);
		box-shadow: 0 15px 25px rgba(0,0,0,0.3);
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: .8s;
	}

	*::-ms-backdrop, .item_container .item_list li > p{
		width: 100%;
		padding: 0 20%;
		font-size: 14px;
		line-height: 1.7;
		opacity: 0;
		transform: translateY(20px);
		transition: 2s;
	}

	*::-ms-backdrop, .item_container .item_list li > h3{
		margin: -3em 0 .5em;
		text-align: center;
		line-height: 1.4;
		font-size: 1.5vw;
		opacity: 0;
		transform: translateY(20px);
		transition: 1.5s;
	}

	*::-ms-backdrop, .swiper {
		display: none;
	}

	*::-ms-backdrop, .card{
		position: relative;
		max-height: 300px;
		margin: 2% 1%;
		overflow: hidden;
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
		opacity: 1;
		transform: translateY(0px);
		transition: 2s;
	}

	*::-ms-backdrop, .card_contents{
		position: absolute;
		bottom: 0px;
		width: 100%;
		height: 120px;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 10;
		flex-direction: column;
		background-color: rgba(0,0,0,.6);
		backdrop-filter: blur(15px);
		-webkit-backdrop-filter: blur(15px);
		box-shadow: 0 -10px 10px rgba(0,0,0,0.1);
		border: 1px solid rgba(255,255,255,0.2);
		transition: bottom 0.5s;
		transition-delay: 0;
	} 

	*::-ms-backdrop, .card .card_contents .contentsbox h3{
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px;
		line-height: 1.4em;
		transition: 0.5s;
		opacity: 1;
		transform: translateY(0px);
		transition-delay: 0.3s;
	}

	*::-ms-backdrop, .card .card_contents .contentsbox h3{
		color: #fff;
		font-size: 16px;
		letter-spacing: 2px;
		text-align: center;
		margin: 0 0 15px;
		line-height: 1.4em;
		transition: 0.5s;
		opacity: 1;
		transform: translateY(0px);
		transition-delay: 0.3s;
	}

	*::-ms-backdrop, .nav img{
		width: 50%;
		height: 30%;
		margin-top: 1em;
		object-fit: cover;
	}

	*::-ms-backdrop, .nav h3{
		margin-top: -3em;
		padding: .2em;
		text-align: center;
		font-size: 1.8em;
		font-family: 'Comfortaa', sans-serif;
		line-height: 1.4;
	}
}


