ART & GALLERY
ART & GALLERY
天から降りそそぐゴールドのきらめき
床から立ち上がる赤いタワーと天から降りそそぐゴールドのドットで吹き抜け部分を演出。
光を浴びて優しくきらめくドットはHAY TOKYOでご紹介しているゴールドのサービングトレイを使用して…。
広々とした吹き抜けで四方から光を受け、風で自由に揺らめく。
夜空に輝く星のようなクリスマスデコレーションをぜひこの機会にお楽しみください。
HAYHAYはRolf Hayが2002年に設立し、2003年のケルンフェアでデビューした、デンマークのインテリアプロダクトブランド。50年代、60年代のデンマーク家具デザインを大切にしながらも、新しいデザインを取り入れた商品開発を行っています。北欧デザインというカテゴリーにこだわらず、インターナショナルな視点を持ち、家具、インテリアアクセサリーからデコレーションアイテム、ステーショナリーなど、ライフスタイル全体をコーディネートするコレクションを展開。ホームユースのプロダクトだけでなく、ホテルやレストラン、教育施設など多くのプロジェクトも手掛けています。
GYRE WINTER INSTALLATION 2018
会期 : 2018年12月 - / 11時 - 20時 / 無休
主催 : GYRE
CONTACT : GYRE(03-3498-6990)
会場 : GYRE B1F - 5F
var GYRE = GYRE || {}; GYRE.ARTDETAIL = {}; GYRE.ARTDETAIL.INIT = []; GYRE.ARTDETAIL.DESTROY = [];
var GYRE = GYRE || {};
GYRE.ARTDETAIL = {};
GYRE.ARTDETAIL.INIT = [];
GYRE.ARTDETAIL.DESTROY = [];
var adjustPcCarouselTxt = {
init:function() {
var $baseElement = $('#jsi-carouseltxt-basepoint');
var $targetElement = $('#jsi-carouseltxt-adjustpoint');
if (!$baseElement || !$baseElement) return;
$targetElement.css({top:$baseElement.outerHeight(true)});
$(window).on('resize.adjustPcCarouselTxt', function() {
if ($(window).width() <= 736) return;
$targetElement.css({top:$baseElement.outerHeight(true)});
});
}, destroy:function() {
$(window).off('resize.adjustPcCarouselTxt');
}
};
GYRE.ARTDETAIL.INIT.push(adjustPcCarouselTxt.init);
GYRE.ARTDETAIL.DESTROY.push(adjustPcCarouselTxt.destroy);
var adjustSpCarouselIndicator = {
init:function() {
var $baseElement = $('.jsc-adjust-indicator-basepoint'), $baseElementWrap = $('.jsc-carousel-loop'),
$targetElement = $('.jsc-indicator-container'), param;
if (!$baseElement || !$baseElement || !$baseElementWrap) return;
param = $('#jsi-carouseltxt-adjustpoint').outerHeight(true) + parseInt($baseElementWrap.css('padding-bottom'), 10);
$targetElement.css({bottom:param});
$(window).on('resize.adjustSpCarouselIndicator', function() {
if ($(window).width() > 736) return;
param = $('#jsi-carouseltxt-adjustpoint').outerHeight(true) + parseInt($baseElementWrap.css('padding-bottom'), 10);
$targetElement.css({bottom:param});
});
}, destroy:function() {
$(window).off('resize.adjustSpCarouselIndicator');
}
};
GYRE.ARTDETAIL.INIT.push(adjustSpCarouselIndicator.init);
GYRE.ARTDETAIL.DESTROY.push(adjustSpCarouselIndicator.destroy);
var adjustKvTitle = {
init:function() {
_self = adjustKvTitle;
_self.setParams();
_self.bindEvent();
_self.setCenterY();
}, setParams:function() {
_self.$window = $(window);
_self.$kv = $('#jsi-fit-contents');
_self.$title = $('.jsc-kv-title');
}, bindEvent:function() {
_self.$window.on('scroll.adjustKvTitle', $.proxy(_self.setCenterY, _self));
_self.$window.on('resize.adjustKvTitle', $.proxy(_self.setCenterY, _self));
}, setCenterY:function() {
if (_self.$window.width() > 736) {
_self.$title.css({'top':'calc(-50vh)'});
return;
}
var y = _self.$kv.height() / 2 + _self.$title.height() / 2;
_self.$title.css({'top':-y});
}, destroy:function() {
$(window).off('resize.adjustKvTitle');
$(window).off('scroll.adjustKvTitle');
}
};
GYRE.ARTDETAIL.INIT.push(adjustKvTitle.init);
GYRE.ARTDETAIL.DESTROY.push(adjustKvTitle.destroy);
var $pageWrapper = $('#jsi-page-wrapper');
if ($pageWrapper.hasClass('jsc-art-detail') && (GYRE.ARTDETAIL.INIT.length > 0)) {
GYRE.ARTDETAIL.DESTORY_ONE_FLAG = true;
GYRE.ARTDETAIL.INIT.forEach(function(value) {
value();
});
} else {
GYRE.ARTDETAIL.DESTORY_ONE_FLAG = false;
}
(function() {
(function(u) {
var b, c, g, h, has, o, s, ua, w;
ua = u.toLowerCase();
has = function(t) {
return ua.indexOf(t) > -1;
};
g = 'gecko';
w = 'webkit';
s = 'safari';
o = 'opera';
h = document.documentElement;
b = [!(/opera|webtv/i.test(ua)) && /msie\s(\d+)/.test(ua) ? 'ie ie' + RegExp.$1 : /trident\/(\d+)/.test(ua) ? 'ie ie' + (parseInt(RegExp.$1) + 4) : /firefox\/(\d+)/.test(ua) ? g + (' ff ff' + RegExp.$1) : has('gecko/') ? g : has('opera') ? o + (/version\/(\d+)/.test(ua) ? ' ' + o + RegExp.$1 : /opera(\s|\/)(\d+)/.test(ua) ? ' ' + o + RegExp.$2 : '') : has('chrome') ? w + ' chrome' : has('applewebkit/') ? w + ' ' + s + (/version\/(\d+)/.test(ua) ? ' ' + s + RegExp.$1 + (RegExp.$1 * 1 >= 11 ? ' safari11over' : '') : '') : has('mozilla/') ? g : '', has('edge') ? 'edge' : void 0, has('mac') ? 'mac' + (/mac os x (\d+)_(\d+)/.test(ua) ? ' osx osx' + RegExp.$1 + ' osx' + RegExp.$1 + '_' + RegExp.$2 : '') : has('darwin') ? 'mac' : has('j2me') ? 'mobile' : has('webtv') ? 'webtv' : has('win') ? (has('nt 4') ? 'win winnt' : has('nt 5') ? 'win xp' : has('nt 6.1') ? 'win win7' : has('nt 6.2') ? 'win win8' : has('nt 6.3') ? 'win win8 win8.1' : has('nt 6.0') ? 'win vista' : 'win') : has('freebsd') ? 'freebsd' : has('x11') || has('linux') ? 'linux' : '', has('iemobile') ? ' sp iemobile' : has('iphone') ? ' iphone sp' + (/os (\d+)_(\d+)/.test(ua) ? ' ios ios' + RegExp.$1 + ' ios' + RegExp.$1 + '_' + RegExp.$2 : '') : has('ipod') ? ' ipod sp' + (/os (\d+)_(\d+)/.test(ua) ? ' ios ios' + RegExp.$1 + ' ios' + RegExp.$1 + '_' + RegExp.$2 : '') : has('ipad') ? ' ipad tablet' + (/os (\d+)_(\d+)/.test(ua) ? ' ios ios' + RegExp.$1 + ' ios' + RegExp.$1 + '_' + RegExp.$2 : '') : has('android') ? (has('mobile') ? ' android sp' : ' android tablet') : has('dream') ? ' android sp' : has('cupcake') || has('blackberry') || has('webos') || has('incognito') || has('webmate') ? ' sp' : '', 'js'];
c = b.join(' ');
h.className += ' ' + c;
return c;
})(navigator.userAgent);
}).call(this);
$(function(){
var h=$('html');
if(h.hasClass('safari')&&h.hasClass('iphone')){
var i=$('.p-intro');
var vh=$(window).height();
i.css('height',vh+'px');
i.css('top',-vh+'px');
}
});
var $pageWrapper = $('#jsi-page-wrapper'); if($pageWrapper.hasClass('jsc-art-detail') && (GYRE.ARTDETAIL.INIT.length > 0)){ GYRE.ARTDETAIL.DESTORY_ONE_FLAG = true; GYRE.ARTDETAIL.INIT.forEach(function(value){ value(); }); } else { GYRE.ARTDETAIL.DESTORY_ONE_FLAG = false; }