/* 1. main layout
-------------------------------------------*/
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    scroll-padding-top: 120px;
}

body{
    font-family:"ヒラギノ角ゴ Pro W3",メイリオ,"ＭＳ Ｐゴシック",Verdana,sans-serif;
    font-size:80%;
    line-height:1.5;
}

#wrapper{
    margin: 0 auto;
    /* padding: 140px 10px 0 10px; */
    padding: 60px 0px 0px;
    text-align: left;
    /* max-width: 1080px; */
    background: #ffffff;
}
@media screen and (max-width: 768px){
    #wrapper {
        padding: 100px 0 0 0;
        max-width: 1080px;
    }
}

.head-nav-inner{
    border-bottom:none;
    height:0px;
    display:block;
    z-index:95;
    position:relative;
}

@media screen and (max-width: 769px){
    .head-nav-inner {
        margin:0px;
        z-index:100;
    }
}


#contents{
    margin:10px auto 0;
    max-width:1080px;
    margin-top:70px;
}

#contents_full{
    max-width: 1080px;
    margin: 10px auto 0;
    margin-top: 70px;
}

@media screen and (max-width: 768px){
    #contents{
        margin:0 auto;
        max-width:1080px;
    }

    #contents_full{
        margin:0px;
    }
}

#maincol {
    display: flex;
    flex-wrap: wrap;
}

#detailver {
    width: 100%;
    margin: 0px 5px;
}

.inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#contents_left{
	float: left;
    margin-right: 15px;
    width: 200px;
    display: block;
}

@media screen and (max-width: 768px){
    /* .inner {
        width:95%;
    } */

    #contents_left , #maincol{
        width: 100%;
    }
}

/* 3. link style
-------------------------------------------*/
a{
    color: #36c;
    overflow:hidden;
}

a:link {
    color: #36c;
    text-decoration-line: none;
}

a:visited{
    color:#36c;
    text-decoration:underline;
}

a:hover{
    color:#FF9900;
    text-decoration:none;
}

a:active{
    color:#FF9900;
    text-decoration:none;
}

.highlight a:hover img{
    filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}

/* 4. common parts
-------------------------------------------*/
.red{
    color:#c00;
}
.bold{
    font-weight:bold;
}


/* template2 */
#head{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto 0;
    text-align: justify;
        border-bottom: 1px solid #ccc;
    z-index: 100;
    min-height: 50px;
}

@media screen and (max-width: 768px){
    #head {
    }
}

#head.bg_on {
    height: 100%;
    overflow: auto;
}

#head.bg_on #csr_close {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(0,0,0,0.5);
}

.navigation{
    max-width: 1080px;
    width: 100%;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
    background: #fff;
    z-index: 1;
    position: relative;
}

.logo{
    width: 100%;
    max-width: 220px;
    float:left;
    padding:0px;
}

.logo a img {
    width: 100%;
    display: block;
}

.logo a {
}

@media screen and (max-width: 768px){
    .logo{
        width: 60%;
        padding: 0 0 0 40px;
    }

    .logo a {
    }
}

#head .menu1{
    display: flex;
    align-items: center;
    flex-grow: 2;
    justify-content: flex-end;
}

@media screen and (max-width: 768px){
    #head .menu1{
        display:none;
        }
}

.menu1 li{
	width:100%;
    max-width: 100px;
    background:#fff;
    border-right: 1px dotted #666;
    padding: 0 0.5vw;
}

.menu1 li img{
    width:100%;
    display: block;
    filter: sepia(1) brightness(0.3);
}

.menu1 li img:hover{
    filter:none;
}

#bottomMenu{
position:fixed;
left:0;
bottom: -100px;
width:100%;
transition:bottom 1s;
-webkit-transition: bottom 1s;
}

#bottomMenu.menu_vb{
bottom:0;
}

#bottomMenu ul{
width:100%;
display:flex;
background:#FEC327;
justify-content: center;
}

#bottomMenu ul li{
border-right:1px #fff solid;
width:100%;
max-width: 100px;
}

#bottomMenu ul li:last-child{
border-right:none;
}

#bottomMenu ul li a{
display: block;
}

#bottomMenu ul li a:hover{
background:#ff9900;
}

#bottomMenu ul li a img{
width:100%;
display:block;
filter: drop-shadow(0px 0px 2px rgba(00,0,0,0.3));
}

.sp-login , .sp-cart {
    position: relative;
    margin: 2px;
    display: flex;
    align-items: center;
}

.sp-login img, .sp-cart img {
    width: 100%;
    max-width: 40px;
}

#common_head {
    width: 100%;
    height: 50px;
    margin: auto;
    /* display: flex; */
    justify-content: space-between;
    padding: 0px;
    background: #FEC327;
}

@media screen and (max-width: 768px){
    #common_head {
        display: flex;
        animation-name: HeadStr1;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-direction: normal;
    }

    #common_head.str {
        animation-name: HeadStr2;
        animation-duration: 0.5s;
        animation-timing-function: linear;
        animation-fill-mode: forwards;
        animation-direction: normal;
    }

    @keyframes HeadStr1 {
        0% {
            margin-top: -56px;
        }
        100% {
            margin-top: 0px;
        }
    }

    @keyframes HeadStr2 {
        0% {
            margin-top: 0px;
        }
        100% {
            margin-top: -56px;
        }
    }
}

#common_head.str #item_sf {
    /*display:none !important;*/
}



/**************************
    ★ヘッダー 画像サイズ
***************************/
.sp-logo {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.sp-login, .sp-cart {
    position: relative;
    margin: 2px;
    display: flex;
    align-items: center;
}

.sp-logo img {
    width: 100%;
    max-width: 120px;
}

.sp-login img, .sp-cart img {
    width: 100%;
    max-width: 40px;
    display: block;
}

.cartcount {
    position: absolute;
    top: 3px;
    right: 12px;
    color: red;
    font-weight: bold;
}

@media screen and (min-width: 769px){
    .sp-logo {
        display: none;
    }
}

/* 共通・表示：非表示 */
.pc-content{
    display: block;
  }

.sp-content{
  display: none;

}

@media screen and (max-width: 768px){
    .pc-content{
        display:none;
      }
    .sp-content {
        display:block;
    }
}

/* topへ戻るボタン
-------------------------------------------*/
#page-top{
	display:none;
	position:fixed;
	right:16px;
	bottom:16px;
	background:rgba(0,0,0,.6);
	border-radius:50%;
}

#page-top p{
	margin:0;
	padding:0;
	text-align:center;
	-webkit-transition:background-color 0.3s;
	-moz-transition:background-color 0.3s;
	transition:background-color 0.3s;
	border-radius:50%;
}

#page-top p:hover{
	background-color:#ff9900;
}

#move-page-top{
	color:#fff;
	text-decoration:none;
	display:block;
	cursor:pointer;
}


/* SNSアイコン 調整
-------------------------------------------*/
#event .sns {
    margin: 0px auto 10px;
}

#event .sns li {
    display: flex;
    justify-content: flex-end;
}

#event .sns a {
    /* margin: 15px 0 10px 20px; */
    /* display: block; */
    /* width: 110px; */
}

#event .sns a img{
    display: block;
}

.del a {
  color: red!important;
  background: #fff;
  padding: 4px;
  border: 2px solid red;
  border-radius: 4px;
  display: inline-block;
}

.del a:hover {
  color: #fff!important;
  background: red;
}