/** Shopify CDN: Minification failed

Line 33:0 Unexpected "}"

**/
/* BLOG */
.flickity-viewport,
.editorial__image-bg {
	height:50vw !important;
}
@media only screen and (max-width: 749px){
.flickity-viewport,
.editorial__image-bg {
	height:100vw  !important;
}
.editorial__slider .flickity-button.previous,
.editorial__slider .flickity-button.next {
	height:50vw;
  	opacity:0;
}
}
.inline-nav {
	margin: 0;
    padding: 15px 0 20px 5px;
    text-align: left;
    position: fixed;
    top: 46px;
    left: 0;
    z-index: 100;
    width: 100%;
    /*background-color: #FFF;*/
}  
}
.inline-nav li, .inline-nav li a, .inline-nav a {
    font-weight: 400;
    font-size: 10px !important;
    line-height: 1.3;
	text-decoration: none;
    color: #000;
}
.taglist-title a,
.bloglist-title a {
    font-weight: 400 !important;
	text-decoration: none;
    color: #000;
    font-size: 10px;
}
.blog-editorial {
	margin-top: 70px;
}
.editorial__content {
    padding: 0 13%;
}
.inline-nav--active a:after {
    transform: scaleX(0.6) !important;
}
.editorial {
	background-repeat: no-repeat;
    background-size: 120px;
  	background-position-x: 22px;
}
@media only screen and (max-width: 749px){
.inline-nav {
    padding-left: 25px;
}
.editorial__content {
    padding: 25px;
}
.editorial {
    flex-direction: column-reverse;
}
.editorial__slider .flickity-button {
    top: 110px;
}
.editorial__image {
	margin-top:0;
}
}

.editorial__slider .editorial__title {
    font-weight: bold;
    font-size: 16px;
  	line-height:26px;
}
.editorial__slider .editorial__subhead {
	font-size: 12px;
    line-height: 22px;
  	font-weight: bold;
    margin: 20px 0;
}
.editorial__slider .editorial__excerpt {
	font-size:11px;
    line-height: 20px;
}
.article__excerpt, .article__link {
	font-size:11px;
}
.editorial__slider .editorial__date {
  	font-size: 11px;
    margin: 25px 0 0 0;
}
.editorial__slider .article__link {
    margin-top: 25px;
  	font-size: 11px;
}
.editorial__slider .article__link a {
  	font-size: 11px;
	font-weight: 100;
    color: #999;
    text-decoration: underline;
  	transition:.5s;
}
.editorial__slider .article__link a:hover {
    color: #000;
}
.index-blog .blog-listing {
    flex-basis: 100%;
}
.index-blog .blog-listing .article {
    padding: 5px;
}
  
.photo_text_wapper {
	display: flex;
    justify-content: center;
    overflow-x: scroll;
    margin: 300px 0;
}
.photo_text {
    margin: 0 5px;
}
.photo_text_wapper::-webkit-scrollbar {
    display:none;
}
@media only screen and (max-width: 749px){
.photo_text_wapper {
    margin: 100px 0;
    justify-content: flex-start;
}
}
  

/* ARTICLE */
.article__wrapper {
  max-width:100%;
  padding:0 25px;
}
.article--single {
	padding:0;
}
/*
#article_headimage {
  	max-height: 500px;
    overflow: hidden;
  	margin-bottom: 80px;
}
#article_headimage2 {
  	margin-bottom: 80px;
}
#article_headimage img {
	width:100%;
}
#article_headimage .big {
	display:block;
}
#article_headimage .small {
	display:none;
}
@media only screen and (max-width: 749px){
#article_headimage {
  	margin-bottom: 0;
}
#article_headimage2 {
  	margin-bottom: 0;
}
#article_headimage2 img {
	width:100%;
}
#article_headimage .big {
	display:none;
}
#article_headimage .small {
	display:block;
}
}
*/
.article__date {
	font-size:11px;
}
.article__content {
	padding:0;
  	font-size:12px;
    margin-bottom: 190px;
}
.article img,
.article__content {
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.article--single .sidebar {
	padding-left: initial;
  	width: initial;
}
.has-sticky-header .sidebar {
    top: 200px;
}
.sidebar {
	padding-left:initial;
}
.medium-up--four-twelfths {
    width: 50%;
}
.medium-up--eight-twelfths {
	width:50%;
}
@media only screen and (max-width: 750px){
.medium-up--four-twelfths {
    width: 100%;
}
.medium-up--eight-twelfths {
	width:100%;
}
}
@media only screen and (max-width: 749px){
.has-sticky-header .sidebar{
    top: 0px;
}
}


.article--single .sidebar__contents {
	display:block; /* flex */
    align-items: baseline;
}
@media only screen and (max-width: 749px){
.article--single .sidebar__contents {
	display:block;
}
}
.sidebar_left {
    width: 130px;
    margin-bottom: 20px;
}

.article_thumbnail {
	width:100%;
  	margin-bottom:25px;
}

.sidebar_right .article__title {
  	margin:0 0 15px 0;
    line-height: 1.4;
}
.article__title a,
.rte a {
	transition:.5s;
}
.sidebar_right .article__date {
  	margin:0;
    line-height: 2;
}

.article__wrapper .grid__item {
    float: left;
}
.article--single .article_list_wapper {
	padding:0;
  	margin:0;
    width: 100%;
}
.article--single .article_list {
	padding:5px 5px 5px 0;
  	margin-bottom: 50px;
}
@media only screen and (max-width: 989px){
.article--single .article_list {
    width: 50%;
}
}
.article--single .hr {
  	margin-bottom:100px;
}
@media only screen and (max-width: 749px){
.article--single .article {
	padding:5px 5px 5px 0;
}
.article--single .hr {
  	margin-bottom:40px;
}
.article--single .article_list {
  	margin: 0px;
}
}
.article--single .article__text-wrapper {
  	margin-top:-30px;
}
.article__title {
    font-size: calc(var(--font-5)*var(---font-adjust-heading));
    line-height: 1.25;
  	margin-bottom: 8px;
}
.article__meta {
    margin-top: 5px;
    margin-bottom: 100px;
}
.article__excerpt {
    margin-top: 5px;
    margin-bottom: 140px;
}

@media only screen and (max-width: 750px){
.article--single .article__text-wrapper {
  	margin-top:40px;
}
.article__meta,
.article__excerpt {
    margin-bottom: 65px;
}
}
.article--single .article_list_wapper {
  	float: none;
}
.article--single .article_list_wapper .large-up--one-third {
    width: calc(33.3333% - 2px);
}
@media only screen and (max-width: 749px){
.article--single .article_list_wapper .large-up--one-third {
    width: calc(50% - 2px);
}
}
.article--single .article__image {
	margin:0;
}
.article--single .article__text-wrapper {
    margin-top: 20px;
}
  
#recentpot {
	display: inline-block;
}

.inline-nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size:10px;
  font-weight:400;
}
.inline-nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
.inline-nav li a:hover::after {
  transform: scale(.6, 1);
}
.inline-nav li a:hover {
	opacity:.9;
}

.blog-listing--bordered .article__image,
.blog-listing--bordered .article,
.blog-listing--bordered .article:before {
	border: 0;
}

@media only screen and (max-width: 749px){
.blog-listing:not(.flickity-enabled) {
	display: block;
}
.blog-listing:not(.flickity-enabled) .article {
    width: 100%;
}
.editorial__image {
    height: 100vw;
}

}

/* TAGGED */
.tagged_hakushi_top {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 160px;
    width: 100vw;
    height: 76vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tagged_hakushi_top img {
    max-width: 160px;
}

.tagged_aoyama_top {
}
.tagged_top {
	margin-top: unset;
    width: 100%;
    text-align: center;
    padding: unset;
}
@media only screen and (max-width: 749px){
.tagged_hakushi_top {
	margin-top: 50px;
    width: 100%;
    text-align: center;
    padding: 80px 0;
}
.tagged_hakushi_top img {
      height: 250px;
}
.tagged_aoyama_top {
}
.tagged_top {
}
}

/* blog */
.blog-listing-outer {
    margin-top: 160px;
}
.blog-listing-outer2 {
    margin-top: 35px;
  	transition:.2s;
}
@media only screen and (max-width: 1059px){
.blog-listing-outer2 {
    margin-top: 20px;
}
}
@media only screen and (max-width: 749px){
.blog-listing-outer {
    margin-top: 20px;
    padding-top: 0;
}
}

.article--single .blog-listing-outer {
	padding :0;
}
.article--single .blog-listing {
    margin: -5px;
}
.article--single .blog-listing .article {
    padding: 5px;
    margin-top: 0;
    margin-bottom: 0;
}
.article--single .blog-listing .article__text-wrapper {
    padding: 15px 0;
    margin: 0;
}
.article--single .article__title {
	font-size: 13px;
    line-height: 1.25;
    margin-bottom: 8px;
    margin-top: 8px;
}

.article--single .blog-listing {
	width:100%;
}
@media only screen and (max-width: 749px){
.article--single .blog-listing {
	width:auto;
}
}