html * {-webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;}

*, *:after, *:before {-webkit-box-sizing: border-box;
                      -moz-box-sizing: border-box;
                      box-sizing: border-box;}

body {font-size: 100%;
      font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
      color: #000; 
      background-color: #fff;
	  background-image: url(../img/bunkou_008+.gif);
	  background-repeat: no-repeat;
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;
	  }

@media screen and (max-width:768px){
	body {
	  background-position: center top;
	  background-attachment: fixed;
	  background-size: cover;}
}

body, html {height: 100%;}
a {color: #ea0000;
	text-decoration-line: none;}
a:hover {color: #ea0000;}


.honbun a{
	color: #cc0f0f;
	font-weight: 600;
	}
.honbun a:hover{
	text-decoration-line: underline;
	}

article {
	width:960px;
	margin: auto;
	padding-top: 160px;
	color: #000;
	}

@media screen and (max-width:768px){
	article {
	width:94vw;
	margin: auto;
	padding-top: 20vw;
	color: #000;
	}
}


/* ------------------------------
     　　　article文字指定
------------------------------ */
h1 {
	font-size: 60px;
	font-family: 'Cormorant Garamond', serif;
	border-bottom: 2px solid #5f4c45;
	margin-bottom: 10px;
	}
h2{
	font-size: 32px;
	margin: 10px 0;
	font-weight: 200;
	}
h3{
	font-size: 18px;
	margin: 20px 0 6px;
	color: #0000ad;
	font-weight: 600;
	}
h4{
	font-size: 40px;
	margin: auto;
	text-align: center;
	color: #000;
	font-weight: 200;
	letter-spacing: 1;
	}

.setsumei p{
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 50px;
	text-align: center
	}

.notice {
	color: #333;
	margin: 150px auto 50px;
	width: 800px;
	font-size: 12px;
	line-height: 1.7;
	padding: 15px;
	border: 1px solid #333;
	}


@media screen and (max-width:768px){
	h1 {
		font-size: 15vw;
		font-family: 'Cormorant Garamond', serif;
		border-bottom: 2px solid #5f4c45;
		margin-bottom: 3vw;
		}
	h2{
		font-size: 32px;
		margin: 10px 0;
		font-weight: 200;
		}
	h3{
		font-size: 18px;
		margin: 20px 0 6px;
		color: #0000ad;
		font-weight: 600;
		}
	h4{
		font-size: 40px;
		margin: auto;
		text-align: center;
		color: #000;
		font-weight: 200;
		letter-spacing: 1;
		}

	.setsumei p{
		font-size: 3.7vw;
		line-height: 1.5;
		margin-bottom: 10vw;
		text-align: left
		}
	.notice {
		color: #333;
		margin: 0 auto;
		width: 90vw;
		font-size: 3vw;
		line-height: 1.7;
		padding: 15px;
		border: 1px solid #333;
		}
}


/*グッズ*/

#new-goods{display: block;}
#new-goods:after{
	content: "";
					display: block;
					clear: both;}
.honbun　{
	width:920px;
	}
.itemlist {
	margin: auto;
}
.honbun li{
	width: 450px;
	height: 370px;
	float: left;
	margin: 5px 5px 10px;
	}
.honbun li:last-child{
	margin-bottom: 50px;
	}
img{width: 450px;
	border: none;}
.items {width: 220px;
		border: none;
		margin-bottom: 4px;}
.g-title{font-size: 22px;
		font-weight: 600;
		margin: 5px auto 3px;}
.g-spec{font-size: 12px;
		font-weight: 400;
		line-height: 1.4;
		color: #555;}
.g-price{font-size: 22px;
		font-weight: 700;
		margin-top: 3px;}
.txts{font-size: 12px;
		font-weight: 600;}


@media screen and (max-width:768px){
	.honbun　{
		width:90vw;
		}
	.honbun li{
		width: 90vw;
		height: 400px;
		float: none;
		margin: auto;
		}
	.honbun li:last-child{
		margin-bottom: 50px;
		}
	img{width: 90vw;
		border: none;}
	.items {width: 220px;
		border: none;
		margin-bottom: 0;}
	.g-title{font-size: 5.5vw;
		font-weight: 600;
		line-height: 1.4;
		margin: 1vw auto;}
	.g-spec{font-size: 3.2vw;
			font-weight: 400;
			line-height: 1.5;
			color: #000;}
	.g-price{font-size: 6.5vw;
			font-weight: 700;
			margin-top: 1vw;}
	.txts{font-size: 3.5vw;
			font-weight: 400;}
}





/*   表組み   */
table{
	border-collapse: collapse;
	letter-spacing: .6px;
	line-height: 1.5;
	margin:5px auto 30px;
	}
table, th, td{border: solid 1px #8f7f79;}
th, td{padding: 5px 7px;
		font-size:14px;
		text-align: left;
		vertical-align: top;}
th{width:180px;}
td{width:780px;}

@media screen and (max-width:768px){
	table{
	border-collapse: collapse;
	letter-spacing: .6px;
	line-height: 1.5;
	margin:5px auto 15vw;
	}
	table, th, td{border: solid 1px #8f7f79;}
	th, td{padding: 2vw 2vw;
			font-size:3.5vw;
			text-align: left;
			vertical-align: top;}
	th{width:24vw;}
	td{width:76vw;}
}

/*	表組みここまで	*/

.tshirt h2{
	color: #c90000;
	border-bottom: 1px solid #c90000;
	}
.tshirt p{
	font-size: 16px;
	margin: 15px 0;
	line-height: 1.6;
	}

@media screen and (max-width:768px){
.tshirt {
	width: 90vw;
	margin: auto;}
}



/* clearfix */
.container:after {content: '';
                  display: table;
                  clear: both;}

.header {position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 50px;
         background: #fff;
		 border-bottom: 1px solid #000;}

.header:after {
  content: "";
  display: table;
  clear: both;
}
.header #logo {
  float: left;
  margin: 8px 0 0 0;
}
.header #logo img {
  display: block;
  width: 124px;
  margin: 2px 0 0 15px;
　border: none;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
  .header #logo {
    margin: 20px 0 0 20px;
    margin-left: 20px;
  }
}


/* ------------------------------
     グローナルナビ_PC
------------------------------ */

.header__leadWrap {
  background: #0285c1;
  color: #fff;
  font-size: 11px;
}
.headerNavWrap,
.headerNav  {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.headerNavWrap {
  padding: 20px 0 0;
}
.logo img{
  width: 150px;
  line-height: 60px;
}
.headerNav {
    max-width: none;
    font-size: 17px;
    font-weight: 600;
}
.headerNav li {
  margin-left: 40px;
}
.headerNav li:first-child {
  margin-left: 0;
}
.headerNav li a {
	font-family: 'Cormorant Garamond', serif;
    color: #000;
    display: block;
	font-size: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 48px;
}

.headerNav li a:hover{
    color: #ff0000;
}

#menuBk {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
}
#closeBtnWrap {
  display: none;
}
#openBtn {
  display: none;
}
.menuClose {
  display: inline-block;
  padding: 20px;
}
.menuClose img {
  width: 17px;
}

@media screen and (max-width: 1100px) {
  .header__leadWrap {
    padding: 0 10px;
  }
  .headerNavWrap {
    padding: 20px 10px 15px;
  }
  .headerNav li {
    margin-left: 20px;
  }
}


/* ------------------------------
     グローナルナビ_SP
------------------------------ */
@media screen and (max-width: 768px) {
  #header {position: relative;}
  .headerNavWrap {display: block;
                    position: relative;
                    padding: 6px 17px;}
  .headerNav {display: block;}
  .logo img {width: 130px;
            margin-top: 1vw;}
  #closeBtnWrap {
    display: block;
    height: 50px;
    background: rgba(20,20,20,.85);
  }
    #closeBtn img {
      float: right;
      width: 20px;
        margin: -1vw auto;
  }
  #openBtn {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 18px;
    margin-top: -1.5vw;
    padding: 20px 17px;
  }
  #openBtn img {
      float: right;
      width: 24px;
  }
  #spNav {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 65%;
    background: rgba(20,20,20,.85);
    transform: translateX(100%);
    transition: all .3s;
  }
  #spNav.isOpen {
    transform: translateX(0);
  }
  .headerNav li {
    margin-left: 0;
    background: rgba(20,20,20,1);
    border-bottom: 1px solid #555;
  }
  .headerNav li:first-child {
    border-top: 1px solid #555;}
  .headerNav li a {
      font-size: 7vw;
      color: #ccc;
      position: relative;
      padding: 0 6.5vw;
      font-weight: 500;
      letter-spacing: .8vw;
      line-height: 15vw;
  }
  .headerNav li a:hover {
      background: rgba(70,70,70,.85);
  }
  .headerNav li a:after {
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
    border-right: 2px solid #aaa;
    border-bottom: 2px solid #aaa;
    transform: rotate(-45deg);
    content: "";
  }
}

/*   メニューここまで   */




.main-content {height: 100%;
/*               position: relative;*/
               z-index: 1;}

.gold {
	color: #96660e;
	font-weight: 600;
	}

#footer {
		color: #000;
        text-align: center;
        letter-spacing: .5px;
        font-size: 9px;
        height: 80px;}

@media screen and (max-width:768px){
    #footer {width: 90vw;
         text-align: center;
         letter-spacing: .5px;
         font-size: 2.5vw;
         margin-top: 40vw;
         margin-bottom: 0vw;}
}