/** Shopify CDN: Minification failed

Line 125:2 Expected identifier but found "<!--"
Line 127:0 Expected identifier but found "-->"
Line 176:19 Expected identifier but found "!"
Line 449:0 Unexpected "}"

**/
.album {
	margin: auto;
	background-color: white;
	position: relative;
}

.album img {
	width: 100%;
	animation-name: album;
	-webkit-animation-name: album;
	animation-duration: 10s;
	-webkit-animation-duration: 10s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	opacity: 0;
}

.album .img1 {
	display: block;
	margin: 0 auto;
}

.album .img2 {
	animation-delay:5s;
	-webkit-animation-delay:5s;
	position: absolute;
	top: 0;
	left: 0%;
}
@keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

@-webkit-keyframes album {
	0% {
		opacity: 0;
	}
	
	12.5% {
		opacity: 1;
	}

	37.5% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}
.journal-list {
    padding-top: 13px;
    display: grid;
    align-items: start;
    justify-content: center;
    justify-items: center;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}
.tokyostore-staffblog {
    max-width: 1000px;
    margin: 0 auto 30px auto;
}
.journal-sam a{
      font-family: Heinberg, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 14px;
    font-weight: 550;
}


div#shopify-section-l-footer {
    position: relative;
    z-index: 9998;
}
.store-open{font-size:16px!important;
  padding-bottom:20px!important;}

#main-visual h2 {
  display:none
  
}
#home-top{margin-top:10px}
#home-top h1{
  font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
    padding-bottom: 20px;
  letter-spacing: 5px;
}
section#about {
    max-width: 1100px;
    margin: auto;
    /*padding-left: 15%;  ナビ調整 */
}
.gallery__list {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.gallery__item {
  width: calc(100% / 4);
  padding:5px
}
.gallery__item:not(:nth-child(-n+2)) {
  <!--
  margin-top: 20px;
-->
}
.gallery__item img {
  width: 100%;
  height: auto;
}
.gallery__item a {
  transition: .5s;
}
.gallery__item a:hover {
  filter: opacity(0.7);
}
.gallery__item a:hover img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
a {
	text-decoration: none;
}

.blog-shopinfo-img {
    text-align: center;
    display: flex;
    justify-content: center;
      width: 100%;
}

.gallery__list{
  justify-content: flex-start;
display: flex;
  width: 80%;
    margin: auto;
}

.et-slide h2{
  font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
  padding-bottom: 40px;
  letter-spacing: 5px;
}

.selector-info {
    width: 50%;
  text-align: left;
}

.selector-info img{
    margin: 0px auto 10px auto;
}
p.selector-catch {
  line-height: 2.5;!important
}
.selector-name {
    font-weight: 700;
}

.selector-catch span {
    font-weight: 700;
    font-size: 15px;
}


span.selector-point{
    font-size: 15px;
    font-weight: 700;
}

span.selector-detail{
font-size:11px
}

.et-hero-tabs,
.et-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
	/*text-align: center; */
	padding: 0 2em 100px 2em;
   /*  margin-left: 15%; ナビ調整 */
}






section.insta {
    max-width: 1000px;
    margin: auto;
    text-align: center;
  margin-bottom: 100px;
}
.insta h2 {
    font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
    font-size: 2em;
    padding-bottom: 10px;
    letter-spacing: 5px;
}









h1.et-slide {
        font-size: 2rem;
        margin: 0;
        letter-spacing: 1rem;
    }
    h3.et-slide {
        font-size: 1rem;
        letter-spacing: 0.3rem;
        opacity: 0.6;
    }



.et-hero-tabs-container {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 70px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background: #fff;
    z-index: 10;

}



.et-hero-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    color: #000;
    letter-spacing: 0.1rem;
		transition: all 0.5s ease;
		font-size: 0.8rem;

}
.et-hero-tabs-container a:hover {
			color:white;
      background: rgba(102,177,241,0.8);
			transition: all 0.5s ease;
    }

.et-hero-tab-slider {
    position: absolute;
    bottom: 0;
    width: 0;
    height: 6px;
    background: #66B1F1;
    transition: left 0.3s ease;
}

@media (min-width: 800px) {
	.et-hero-tabs,
	.et-slide {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 1rem;
    }
	}
	.et-hero-tab {
		font-size: 1rem;
	}
}

#global-head {
    position: fixed;
    color: #033560;
    width: 200px;
    text-align: center;
    padding-top: 60px;
    z-index: 100;
}
 
#sidebar {
    font-size: 15px;
    padding-top: 180px;
    width: 15%; 
    height: 100%;
    position: fixed;
    color: #033560;
    background: #fff;
    text-align: center;
      z-index: 2;
   font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif
}
 
#global-nav ul {
    list-style: none;
    margin-left: 0;
}
#global-nav > ul > li {
    position: relative;
}
 
#global-nav a {
    color: #033560;
    text-decoration: none;
    display: block;
    padding: 15px 0;
    transition: background-color .3s linear;
}
 
/* sub-menu */
#global-nav .sub-menu-nav {
    position: fixed;
    background: #033560;
    color: #fff;
    top: 0;
    padding-top: 90px;
    left: 200px;
    width: 0;
    height: 100%;
    overflow: hidden;
    transition: width .2s ease-out;
}
#global-nav .sub-menu-nav a,
#global-nav .sub-menu:hover .sub-menu-nav {
    width: 230px;
}
 
/* nav-toggle */
#nav-toggle {
    display: none;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 32px;
}
 
#overlay {
    display: none;
    position: fixed;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/* SP版 --------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 640px) {
  
  section.insta {

  margin:0 20px;
}
.insta h2 {padding: 60px 0 0 0;
}

  
  
  
  
  
  
  
  .store-open{
        padding-top: 10px!important;
  }
  #home-top {
    padding-top: 40px;
}
     .et-hero-tabs, .et-slide{
      margin-left: 0;
     }
  
     #sidebar {
        display:none;
    } 
  #home-top h1 {
    font-size: 1.5em;
}
  
.blog-shopinfo-img {
    flex-direction: column;
}
  .selector-info {
    width: 100%;
}
  section#about,.et-hero-tabs,.et-slide {
  padding: 0 20px;
  }
  p.selector-catch {
    font-size: 13px;
}
  .et-slide h2 {
    padding: 60px 0 30px 0;
  }
  .gallery__list {
    width: 100%;
    justify-content: center;
  }
  .gallery__item {
    width: calc(100% / 3);
  }
  
}
/*      --------------------------------------------------------------------------------------------*/

    /* z-index */
    #overlay {
        z-index: 200;
    }
    #sidebar {
        z-index: 300;
    }
    #nav-toggle {
        z-index: 400;
    }
}





/*========================
　smartphone　bottom menu
　========================*/


.mini-text{font-size:10px;}/*文字大きさ*/

ul.bottom-menu {
    position: fixed;
    left:0;
    bottom:0;
    width: 100%;
    height:45px;/*高さ*/
    margin:0;
    padding:0;
    background-color:#f5f5f5;/*背景色*/
    border-top:1px solid #808080;/*バーの上の線*/
    z-index:30;}

ul.bottom-menu li {
    float:left;
    width:25%;
    background-color:#f5f5f5;/*背景色*/
    list-style-type:none;
    text-align:center;
    font-size:25px;/*アイコンのサイズ*/
font-family: Heinberg, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic ProN, sans-serif;
}

.bottom-menu li a {
    display: block;
    color:#808080;/*アイコン＆文字の色*/
    padding-top:10px;
    padding-bottom:5px;
    line-height:10px;
    text-decoration:none;}

.bottom-menu li a:hover {
    color:#a9a9a9;/*マウスオーバー時の色*/}

/* === 展開メニュー === */

ul.menu-second-level {
    visibility: hidden;
    opacity: 0;
    z-index:1;}

ul.menu-second-level li a{
    border-top:1px dashed #a9a9a9;/*展開の枠点線*/
        font-size:15px;/*展開メニューの文字サイズ*/
        line-height:30px;/*文字の縦幅*/}

.menu-second-level li a:hover {
    height:100%;
    background: lightgrey;/*マウスオーバーの色*/}

li.menu-width-max ul.menu-second-level {
    position: absolute;
    bottom: 47px;/*高さ*/
    left: 0;
    box-sizing: border-box;
    width: 100%;
    padding:0;}

li.menu-width-max:hover ul.menu-second-level {
    bottom: 47px;/*高さ*/
    visibility: visible;
    opacity: 1;}

li.menu-width-max ul.menu-second-level li {
    float: left;
    width: 100%;
    border: none;}
@media(min-width: 768px){
    .bottom-menu{display:none; }
}

.tokyostore-staffblog{
max-width: 1000px;
    margin: 0 auto 30px auto;
}

@media(max-width: 768px){
.tokyostore-staffblog{
max-width: 100%;
    margin: 0 auto 30px auto;
}  
  }