@charset "UTF-8";

body {
    margin: 0;
	padding: 0;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    background-color: #EAEAEA;
}

h2 {
    text-align: center;
    font-weight: bold;
	padding-top: 40px;
	padding-bottom: 20px
}
/*　リンクの下線消す*/
a {
	text-decoration: none;
}
/*　リンクホバーしたら線出す*/
a:hover {
  text-decoration: underline;
}


.h2title {
    text-align: center;
    font-weight: bold;
    z-index: auto;
}

.h2title2 {
    text-align: center;
    font-size: large;
    margin-top: 70px;
}


.text {
    line-height: 2;
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.textcenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    
}

.border {
    border: 1px solid #999999;
    margin-right: 40%;
    margin-left: 40%;
}

.TopBG img {
    width: 100%;
	
}

.BKvideo video {
    max-width: 400px;
}
.BKvideo{
	text-align: center
}

img.miniimage { display: none; }   /* ※1 */

.aboutlogo img {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 100px;
}

.SNSlist {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 70px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.SNSlistdetail {
    display: flex;
    line-height: normal;
}

.IG {
    width: 25px;
    height: 25px;
    margin-top: 20px;
}

.SNSlistdetail a{
    padding-left: 10px;
    color: #000000;
    margin-top: 20px;
}
.aboutkazepa {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.aboutkazepa p{
    margin-left: auto;
    margin-right: auto;
}

.kazepa {
    border-radius: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
}



/* ▼表示領域が600px以上の場合 */
@media (min-width: 768px) {
   img.miniimage { display: none; }  /* miniを非表示 */
   img.bigimage  { display: block; } /* bigを表示 */
}
/* ▼表示領域が600px未満の場合 */
@media (max-width: 767px) {
   img.miniimage { display: block; } /* miniを表示 */
   img.bigimage  { display: none; }  /* bigを非表示 */
}

.hovertoplogo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 10%;
    margin: auto;
    max-width: 700px;	
}

/* ナビゲーションのレスポンシブ表記 */
#global-navi {
    position: fixed;
    top: 0;
    right: 0px;
    width: 100%;
    z-index: 2;
}
#wrapper nav ul li{
display:inline-block;
font-size: 16px;
padding:  30px 20px 25px 28px;
}
#wrapper nav ul li a{
    color: #FFFFFF
}
/*スマホ画面でハンバーガーメニューの形にする*/
@media screen and (max-width: 768px) {
#wrapper nav {
    position: fixed;
    top: 0;
    right: -300px;
    width: 300px;
    height: 100%;
    padding-top: 50px;
    background:#333;
    font-size: 16px;
    box-sizing: border-box;
    z-index: 2
}
#wrapper nav ul li {
    display:block;
    padding: 20px 28px
}
 
#wrapper nav ul li a {
    text-decoration: none;
    color: #ddd
}
 
#wrapper .btn-gnavi {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 24px;
    z-index: 3;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span {
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #FFFFFF;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms
}
 
#wrapper .btn-gnavi span:nth-child(1) {
    top: 0
}
 
#wrapper .btn-gnavi span:nth-child(2) {
    top: 10px
}
 
#wrapper .btn-gnavi span:nth-child(3) {
    top: 20px
}
 
#wrapper .btn-gnavi.open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
 
#wrapper .btn-gnavi.open span {
    background: #666
}
 
#wrapper .btn-gnavi.open span {
    width: 24px;
}
#wrapper .contents section p {
    position: absolute;
    top: 50%;
    width: 30%;
    line-height: 1.4;
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 6px #666
}
 
#wrapper .contents section:nth-child(odd) p {
    left: 10%
}
 
#wrapper .contents section:nth-child(even) p {
    right: 10%
}
}
.content{
    line-height: 1.6;
    margin: 0 auto;
	/*以下100pxから70に変えた*/
    padding-top: 70px;
}
.content p{
    margin-bottom: 40px;
}

/* SHOP CONCEPT */
.topstatement {
    padding-top: 50px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.topstatementtitle p  {
    text-align: center;
    font-size: large;
}

.topstatementdetail p {
    text-align: center;
    padding-top: 50px;
    line-height: 2.5;    
}
.aboutbrunotext {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    min-width: 400px;
    line-height: 2.5;
}

.aboutBSKvideo video{
    width: 100%;
}

.itemdetail img{
    width: 200px;
}

.linkbutton {
    border-radius: 32px; /* (buttonの高さ / 2) の値 */
    padding-top: 10px;
    border: 1px solid #000000;
    text-decoration: none;
    color: #000000;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
	letter-spacing: 2px;
}

.linkbutton2 {
    border-radius: 32px; /* (buttonの高さ / 2) の値 */
    padding-top: 10px;
    text-decoration: none;
    color: #FCFCFC;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    letter-spacing: 2px;
    background-color: #484848;
}

.bigbutton a {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: block;
    max-width: 350px;
    min-width: 300px;
    margin-bottom: 50px;
}

.itemdetail {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    max-width: 500px;
    min-width: 400px;
    padding-bottom: 12px;
}
.itemtext{
    margin-left: 20px;
    margin-top: -15px;
    padding-bottom: 15px;
}

.BRUNOitems{
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

/* TSUNAGU画像 */
.productpic img{
    margin: auto;
    min-width: 200px;
    display: block;
    max-width: 300px;
}


.Bressketlogo {
    margin: auto;
    display: block;
    width: 100px;
}


.copyright {
    font-size: xx-small;
    text-align: center;
}
