/*********************************************************
全体
*********************************************************/
.layer{
    position: fixed;
    top: 0;
    z-index: 4;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}
body {
    left: 0;
    overflow-x: hidden;
    padding: 50px 0 0 0;
}
/*********************************************************
ヘッダー
*********************************************************/
header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background: #FFF;
    border-bottom: 1px solid #C1C1C1;
}
header img {
    max-width: 120px;
    padding: 8px;
}
#slide_menu{
    display: block;
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #FFF;
    padding: 5% 0 0 0;
    z-index: 5;
    border-left: 1px solid #C1C1C1;
}
#slide_menu li {
    width: 90%;
    margin: 0 auto 2%;
}
#slide_menu li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    padding: 10% 0 10% 5px;
    display: block;
    text-align: center;
    font-weight: bold;
}
#slide_menu li:nth-child(1) a {
    background: rgb(220,19,61);
}
#slide_menu li:nth-child(2) a {
    background: rgb(142,111,175);
}
#slide_menu li:nth-child(3) a {
    background: rgb(243,152,13);
}
#slide_menu li:nth-child(4) a {
    background: rgb(0,96,175);
}
#panel-btn{
    position: relative;
    float: right;
    width: 50px;
    height: 50px;
    background: #FFF;
    cursor: pointer;
    box-shadow: none;
    border: none;
    padding: 0;
    z-index: 1;
}
#panel-btn:after {
    content: 'MENU';
    font-weight: normal;
    display: block;
    color: #000;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 30px 0 0;
}
#panel-btn-icon{
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #000;
  transition: .2s;
}
#panel-btn-icon:before, #panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #000;
  transition: .3s;
}
#panel-btn-icon:before{
  margin-top: -10px;
}
#panel-btn-icon:after{
  margin-top: 6px;
}

/*-----------------------
閉じるボタン
-----------------------*/
#close-button{
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    box-shadow: none;
    border: none;
    padding: 0;
    z-index: 1;
    margin: 5% auto 0;
}
#close-button:after {
    content: 'CLOSE';
    font-weight: normal;
    display: block;
    color: #454545;
    line-height: 1em;
    text-align: center;
    vertical-align: middle;
    font-size: 10px;
    padding: 40px 0 0;
}
#close-panel-btn-icon{
  display: block;
  position: absolute;
  top: 35%;
  left: 50%;
  width: 30px;
  height: 4px;
  margin: -1px 0 0 -15px;
  background: #454545;
  transition: .2s;
}
#close-panel-btn-icon:before, #close-panel-btn-icon:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 4px;
  background: #454545;
  transition: .3s;
}
#close-panel-btn-icon:before{
  margin-top: -10px;
}
#close-panel-btn-icon:after{
  margin-top: 6px;
}
#close-button #close-panel-btn-icon{
  background: transparent;
}
#close-button #close-panel-btn-icon:before, #close-button #close-panel-btn-icon:after{
  margin-top: 0;
}
#close-button #close-panel-btn-icon:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#close-button #close-panel-btn-icon:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
/*********************************************************
メイン
*********************************************************/
.bg {
    opacity: 0.1;
    background-position: right;
}
#wrap {
    width: 100%;
    position: relative;
}
/*-----------------------


サイドバー
-----------------------*/
    #side-column {
        display: none;
    }
/*-----------------------
メイン
-----------------------*/
    #main {
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 1%;
        box-sizing: border-box;
    }
        #tamablog {
            border-left: none;
        }
        #snack {
            border-left: none;
        }
        #goods {
            border-left: none;
        }
        #introduction {
            border-left: none;
        }
        .contents {
            box-sizing: border-box;
            padding: 10px;
            margin: 20px 0 0 0;
        }
            .contents article {
                padding: 0 0 0 0;
            }
            .contents h2 {
                margin: 0 0 0 0;
                line-height: 19px;
            }
/*-----------------------
プロフィール
-----------------------*/
.contents .column {
    padding: 0 0 0 0;
    margin: 0;
}