@charset "utf-8";
/* Global Styles */
a{
color:inherit;
}
a:hover {
	color: red;
}
html{
  min-height: 100%;
  position: relative;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  margin-bottom: 100px;

}
/*header*/
header {
	font-family: 'Montserrat', sans-serif;
	color: rgba(146,146,146,1.00);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
/* Logo placeholder*/
#logo {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 139px;
	text-align: center;
	color: rgba(255,255,255,1.00);
	background-color: rgba(190,190,190,1.00);
}
/* div for Links in header */
#headerLinks {
	float: left;
	width: calc( 100% - 139px );
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,1.00);
}
/* Links in header */
#headerLinks a {
	text-decoration: none;
	color: rgba(146,146,146,1.00);
	padding-left: 66px;
	font-size: 14px;
}
/* Offer text banner*/
#offer {
	font-family: 'Montserrat', sans-serif;
	clear: both;
	color: rgba(146,146,146,1.00);
	border-bottom-color: red;
	border-bottom: solid 3px rgba(221,7,11,1.00);
	text-align: center;
}

#offer .logo{
	padding: 5px;
	
}
#sns{
	 text-align: right;
	width: 64%;
	margin: 30px auto 0;
}
#sns img{
	width: 3%;
	padding-left: 15px;
}
#category{
    text-align: right;
	width: 64%;
	margin: 30px auto 0;
	
}
#category ::after {
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

#category select {
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

#new{
	margin: 30px auto 0;
	text-align: center;
	width: 64%;
	height: 100px;
	overflow-y: scroll;
}
#new::-webkit-scrollbar {
  width: 10px;
}

#new::-webkit-scrollbar-track {
  background-color: #fff;
}
#new::-webkit-scrollbar-thumb {
  background-color: rgba(221,7,11,1.00);
  border-radius: 10px;
}
.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 10px 10px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}
.news-list .item .category span{
  background: rgba(221,7,11,1.00);
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}

.item-img img{
	width: 30%;
}
#menu1{
	font-size: 20px;
	
}

#menu1 nav ul{
display: table;
margin: 0 auto;
padding: 0;
width: 43%;
text-align: center;
}
#menu1 nav li{
display: table-cell;

}
#menu1 nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-top: 3px;

}
#menu1 nav li.current{
border-top: 3px solid  rgba(213,32,35,1.00);
}
#menu1 nav li:hover{
color: #E7DA66;
border-top: 3px solid rgba(255,118,118,1.00);
}

/* Main content of the site */
#content {
	clear: both;
	overflow: auto;
	padding-top: 15px;
	margin-top: 3%;
	
}
/* Sidebar */
.newitem{
	width: 50%;
	color: red;
	font-size: 40px;
	text-align: left;
	padding:0 0 0 10px;
	margin-bottom: 20px;
	margin-left: 30px;
	border-left: 6px solid;
	
}
/* main content of the site */
#content .mainContent {
	margin: auto;
	width: 70%;
	text-align: center;
	padding-left: 4%;
	margin-bottom: 15%;
}
/*menubar's properties for menus in sidebar */

/* Search field in sidebar */

/* Whole page content */
#mainWrapper {
	width: auto;
	height: auto;
}
/*menu elements */

.menu ul li {
	list-style-type: none;
	font-size: x-large;
	position: relative;
	padding-top: 12px;
	padding-left: 20px;
	float: left;
}
/* Product rows for catalog */
#content .mainContent .productRow {
	overflow: auto;
	color: rgba(146,146,146,1.00);
}
/* Each product Information in the catalog */
.mainContent .productRow .productInfo {
	float: left;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 2%;
	margin-bottom: 5%;
	width: 22%;
	border-radius: 10px;
	box-shadow: 2px 2px 4px;
	height: 450px;
}
.mainContent .productRow  .productInfo-texe{
	float: left;
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 2%;
	margin-bottom: 5%;
	width: 53%;
	border-radius: 5px;
	height: 435px;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
}

/* Prices of a products in catalog */
.productRow .productInfo .price {
	font-family: 'Montserrat', sans-serif;
	color: #000000;
	font-size: 22px;
	position: relative;
	top: -20px;
}

/* Content holder for products in catalog*/
.productRow .productInfo .productContent {
	position: relative;
	top: -25px;
	font-size: 20px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #DD2B2E;
	white-space: pre-wrap;
}
.productContent {
	top: -37px;
	font-size: 20px;
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	color: black;
	white-space: pre-wrap;
}
/* Buy button for products in catalog */

/* main */
#main {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
  flex-direction: column;

}
.wrapper {
  max-width: 800px;
  margin: 0 auto;
padding-bottom: 50px;
}

/* ギャラリー */
#stage {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
}
/*全サムネイルのコンテナー*/
/*サムネイルの幅、ポインターを手のひら*/
#thumbs label img {
	width:18.5%;
	cursor: pointer;
}
/*ラジオボタンを非表示に*/
#r1, #r2, #r3, #r4, #r5 {
	display: none;
}
/*表示写真の初期配置（全部透明に）とtransition設定*/
.photo {
	position: absolute;
	left: 0;
	top: 0;
}
.photo img {
	width:100%;
	opacity: 0;
	-webkit-transition: opacity 1s ease;
	transition: opacity 1s ease;
}
/*チェックされたサムネイルに相当する写真だけを表示*/
#r1:checked ~ #photo1 img, #r2:checked ~ #photo2 img, #r3:checked ~ #photo3 img, #r4:checked ~ #photo4 img, #r5:checked ~ #photo5 img {
	opacity: 1;
}

/* ギャラリー */
#stage img{
	width: 100%;
	border-radius: 10px;
}
#main .itemtext{
	margin-top: 100px;	
}
#main .itemtext h2{
	padding: 0 0 0 10px;
	border-left : 10px solid rgba(221,7,11,1.00);
	border-bottom: 5px solid rgba(162,0,2,1.00);
	width: 80%;
}
#main .itemtext p {
  margin-bottom: 30px;
  line-height: 1.9;
}

/* main */

/* footer */
#mainWrapper footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin-top: 20px;
	clear: both;
	overflow: auto;
	background-color: rgba(175,0,2,1.00);
	font-family: source-sans-pro, sans-serif;
	font-style: normal;
	font-weight: 200;
	line-height: 1.8;
	padding: 22px 22px 22px 22px;

}
/*Each footer content */
#mainWrapper footer div {
	width: 50%;
	float: left;
	color: rgba(255,255,255,1.00);
	text-align: center;
}
/* Links in footer */
footer div a {
	color: rgba(255,255,255,1.00);
	display: block;
	text-decoration: none;
	text-align: center;
}
/* Product's images in catalog */
.productInfo div img {
	width: 100%;
}
/*Links in sidebar */
.sidebar #menubar .menu ul li a {
	color: rgba(146,146,146,1.00);
	text-decoration: none;
}
.sidebar #menubar .menu ul li a:hover {
	color: rgba(107,97,97,1.00);
	text-decoration: none;
}
/* Menu headings in sidebar */
#menubar .menu h2 {
	font-size: 14px;
}
/*Links under menus in sidebar */
#menubar .menu ul li a {
	font-size: 14px;
}
/* Menus in sidebar */
.sidebar #menubar .menu {
	margin-bottom: 29px;
}
/* Container for links in footer */


/* 進 */
.hamburger {
display : block;
position: fixed;
z-index : 10;
left : 13px;
top   : 12px;
width : 42px;
height: 42px;
cursor: pointer;
text-align: center;
border-radius: 10px;
}
.hamburger span {
display : block;
position: absolute;
width   : 30px;
height  : 2px ;
left    : 4px;
background : #fff;
font-weight: bold;
-webkit-transition: 0.3s ease-in-out;
-moz-transition   : 0.3s ease-in-out;
transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 10px;
}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}
/* ナブ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
top : 20px;
left: 4px;
background :#fff;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 20px;
background :#fff;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}
/* ナブ開いてる時のボタン */

.header__nav-area {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 8;
    height: 100vh;
    width: 100%;
    visibility: hidden;
    padding-top: 60px;
    background-color: rgba(0,0,0,0.92);
    transition: 0.4s;
	overflow: scroll;
}
.header__nav-area.-active {
    right: 0;
  visibility: visible;
}
.global-navigation {
    padding-top: 40px;
    padding-right: 30px;
    padding-bottom: 120px;
    padding-left: 0px;
	
}
.global-navigation__list > li {
	list-style: none;
    padding-bottom: 20px;
    border-bottom: 2px solid #e7e9ee;
}
.global-navigation__list > li + li {
  margin-top: 20px;
}
.global-navigation__link {
  display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-weight: 900;
    transition: color 0.4s;
    font-size: 1rem;
}
.global-navigation__link.-accordion {
    position: relative;
    background: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 0;
}
.global-navigation__link.-accordion::after {
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 2px;
    background-color: #ed3242;
    transform: translateY(-50%);
    transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 12px;
    background-color: #ed3242;
    transform: translateY(-50%);
    
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
.accordion {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: 0.4s;
}
.accordion.-active {
    height: auto;
    padding-top: 30px;
    visibility: visible;
}
.accordion__list li {
	list-style: none;
    font-size: 1rem;
	padding: 10px;
}

.accordion__list li::before{
	content:'➤' ;
	color:#fff ;
}

.accordion__list li + li {
     margin-top: 21px;
}
.accordion__link {
    color: #fff;
}
#js-hamburger{
		display: none;
	}
/* 進 */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #fff;
    border: solid 2px #cd0505;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #cd0505;
    border-right: 3px solid #cd0505;
    transform: translateY(20%) rotate(-45deg);
}
/* Media query for tablets */
@media screen and (max-width:1050px){
	#sns img{
	width: 5%;
	padding-left: 15px;
}
	#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
	.mainContent .productRow  .productInfo-texe{
	width: 53%;
	border-radius: 5px;
	height: 365px;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
}
	.mainContent .productRow .productInfo {
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 2%;
	margin-bottom: 5%;
	width: 22%;
	border-radius: 10px;
	box-shadow: 2px 2px 4px;
	height: auto;
}
	
}
@media screen and (max-width:700px) {
/* search field in sidebar */
#content .sidebar #search {
	display: none;
}
#new{
	
	width: 100%;
	height: 60px;
	overflow-y: scroll;
}
	#sns{
	 text-align: right;
	width: 64%;
	margin: 15px 5%  0 auto;
}
#sns img{
	width: 5%;
	padding-left: 15px;
}
	#category{
    text-align: right;
	width: 90%;
	margin: 15px auto 0;
	
}
	#mainWrapper {
	height: 1000px;
}
/*The sidebar and maincontent of page */
#content {
	position: relative;
	top: -22px;
	width: 100%;
	padding-top: 0;
	overflow: hidden;
}
/*menu headings in sidebar */
#menubar .menu h2 {
	display: inline;
	font-size: medium;
	padding-right: 6%;
}
/* Unordered List of links */
#menubar .menu ul {
	display: inline;
}
/*list elements */
#menubar .menu ul li {
	display: inline;
	font-size: medium;
	padding-left: 0%;
	padding-right: 3%;
}
#menu1{
font-size: 20px;
}

#menu1 nav ul{
width: 90%;
}
#offer{
margin-bottom: 15px;	
}
#main{
	margin: 50px  20px 0 ;
	height: auto;
}	

#stage img{
	width: 80%;
}
#main .itemtext{
	margin-top: 50px;
}	
.newitem{
	margin-left: 20px;
	
}
/*The link to be hidden in tablet view */
.sidebar #menubar .menu ul .notimp {
	display: none;
}
/* menus in sidebar */
.sidebar #menubar .menu {
	width: 100%;
	text-align: center;
	position: relative;
	top: 16px;
}
/*menubar in sidebar */
#content .sidebar #menubar {
	position: relative;
	left: -7%;
	overflow: hidden;
	width: 95%;
	padding-top: 0px;
}
/* offer banners content */
#mainWrapper #offer p {
	font-size: small;
}
/* main content region of page */
#mainWrapper #content .mainContent {
	overflow: hidden;
	width: 95%;
	margin-top: 40px;
}
/* Prices of products in catalog view */
.productRow .productInfo .price {
	font-size: 15px;
}
/* Content holders in catalog view */
.productRow .productInfo .productContent {
	font-size: 16px;
}
/* Buy buttons in catalog view */
.productRow .productInfo .buyButton {
	font-size: 15px;
}
.mainContent .productRow .productInfo {
	padding-top: 3%;
	padding-left: 3%;
	padding-right: 3%;
	margin: 0 2%;
	margin-bottom: 5%;
	width: 22%;
	border-radius: 10px;
	box-shadow: 2px 2px 4px;
	height: auto;
}
	.mainContent .productRow  .productInfo-texe{
	width: 53%;
	border-radius: 5px;
	height: 265px;
	font-family: 'Montserrat', sans-serif;
	font-size: 0.8em;
}
/* Container for links in footer */
#mainWrapper footer .footerlinks {
	float: none;
	width: 90%;
	position: relative;
	top: 15px;
	clear: both;
	text-align: left;
	left: 0%;
	padding-bottom: 19px;
}
/* Container for each footer divisions */
#mainWrapper footer div {
	width: 44%;
	text-align: justify;
	font-size: 15px;
}
/* Links in footer */
.footerlinks p a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline;
	padding-right: 35px;
}
/* Footer region */
#mainWrapper footer {
	position: inherit;
	padding-left: 16px;
	overflow: hidden;
}
/* Links in header */
header #headerLinks a {
	padding-left: 0px;
	padding-right: 30px;
}
/* Offer- Text banner */

/* Paragraphs in footer */
footer .footerlinks p {
	display: inline;
}
	#js-hamburger{
		display: none;
	}
}

/*media query for small screen devices */
@media screen and (max-width:480px) {
	#js-hamburger{
		display: block;
		background-color: rgba(221,7,11,1.00);
	}
	
	#new{
	width: 100%;
	height: 50px;
	overflow-y: scroll;
}
	#category{
    text-align: right;
	width: 90%;
	margin: 15px auto 0;
	
}
	#sns img{
	width: 8%;
	padding-left: 15px;
}
.item-img img{
	width: 50%;
}
	.newitem{
	margin-left: 15px;
	
}
.news-list .item .title{
  margin: 0;
  width: 100%;
  font-size: 13px;
}
.news-list .item .category{
  margin: 0;
  min-width: 100px;
  padding: 0 10px 0 0;
}
.news-list .item .date{
  min-width: 100px;
  font-size: 16px;
  color: #999;
  padding: 0 10px 0 0;
}
	#category select {
    min-width: 150px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

/*Container for links in header */
#mainWrapper header #headerLinks {
	width: 100%;
	text-align: center;
	background-color: rgba(190,190,190,1.00);
	padding-bottom: 21px;
}
/* Logo placeholder*/
#mainWrapper header #logo {
	width: 100%;
	text-align: center;
}
/* Links in header */
header #headerLinks a {
	text-align: center;
	padding-right: 15px;
	padding-left: 0px;
}
/*Offer - Text Banner */
#mainWrapper #offer {
	padding-left: 0px;
	text-align: center;
}
/* Menubar in sidebar */
#mainWrapper {
	height: 1300px;
}
/*Menu headings in sidebar */
#menubar .menu h2 {
	width: 100%;
	display: block;
}
/* Each product in catalog view */
.mainContent .productRow .productInfo {
	width: 43%;
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	height: auto;
}
	.productRow .productInfo .productContent {
	font-size: 13px;
}
	.mainContent .productRow  .productInfo-texe{
	width: 40%;
	border-radius: 5px;
	height: auto;
	font-family: 'Montserrat', sans-serif;
	font-size:0.7em;
}
#mainWrapper footer div {
	width: 100%;
	margin-left: -26px;
	text-align: justify;
	padding-bottom: 5px;
	overflow: auto;
}
/* Unordered list for menu elements */
.menu ul {
	position: relative;
	padding-left: 24%;
}
#menu1{
display: none;
}

#offer{
margin-bottom: 10px;	
}
	
/* Container for links in footer */
#mainWrapper footer {
	position: inherit;
	margin-top:10px;
}	
	footer .logoimg p{
		text-align: center;
	}
	
#mainWrapper footer .footerlinks {
	display: flex;
    flex-direction: column;
	text-align: center;
	margin: auto;
}
	footer .footerlinks p{
		margin: 0 5px 10px 5px;
		border-bottom: 1px solid rgba(255,255,255,1.00);
		width: 90%;
	}
#main .itemtext{
	margin-top: 40px;
}
	#main .itemtext h2{
	padding: 0 0 0 10px;
	border-left : 10px solid rgba(221,7,11,1.00);
	border-bottom: 5px solid rgba(162,0,2,1.00);
	width: 90%;
}
	
/* Main content which excludes the sidebar */
#mainwrapper #content .mainContent {
	margin-top: -81px;
	text-align: center;
	width: 100%;
	padding-left: 0px;
   margin-bottom: 50%;
}

}
