@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.site-name {
  display: none;
}

.wrapper {
  position: relative;
  font-family: "HelveticaNeue-Bold", Helvetica, "游ゴシック", "Yu Gothic", YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}

.menu {
  position: relative;
  z-index: 2;
}

.menu__top {
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../img/logo_meanswhile.svg");
  width: 100px;
}

.menu__top span {
  display: none;
}

.menu__content {
  background-color: #fff;
  font-size: 32px;
}

.menu__toggle {
  top: 0px;
  right: 0px;
}

.menu__toggle:before,.menu__toggle:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  height: 1px;
  background-color: #aea396;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.is-menu-expanded .menu__toggle:before {
  -webkit-transform: translateY(0px) rotate(25deg);
          transform: translateY(0px) rotate(25deg);
}

.is-menu-expanded .menu__toggle:after {
  -webkit-transform: translateY(0px) rotate(-25deg);
          transform: translateY(0px) rotate(-25deg);
}

.menu__btn {
  display: block;
  font-weight: bold;
  color: #aea396;
  text-decoration: none;
}

.menu__sub {
  position: absolute;
  background-color: #fff;
  height: 100%;
  transition-property: -webkit-transform opacity;
  transition-property: transform opacity;
  transition-property: transform opacity, -webkit-transform opacity;
  transition-duration: 0.2s;
}

.menu__sub ul {
  position: relative;
  overflow: scroll;
  -ms-overflow-style: none;
}

.menu__sub ul::-webkit-scrollbar {
  display: none;
}

.menu__link a {
  display: block;
  margin: 10px 40px;
  font-size: 16px;
  color: #aea396;
  text-decoration: none;
}

.menu__sns:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden;
}

.menu__sns a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 16px 0 0;
  background-size: 20px 40px;
  background-position: center top;
  background-repeat: no-repeat;
}

.menu__sns__link--fb {
  background-image: url("../img/icon_fb.svg");
}

.menu__sns__link--ig {
  background-image: url("../img/icon_ig.svg");
}

.menu__contact {
  margin: 60px 0 0;
  color: #aea396;
  font-weight: bold;
  font-size: 13px;
}

.menu__contact:before {
  content: 'CONTACT';
  display: block;
  color: #e9e9e9;
  margin-bottom: 0.5em;
}

.menu__contact a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.collection-card {
  position: relative;
  padding: 20px 0px;
}

.collection-card__delay[data-delay="true"] {
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.collection-card__cover {
  position: relative;
  overflow: hidden;
}

.collection-card__cover img {
  display: block;
  position: absolute;
  width: 100%;
  height: auto;
}

.collection-card__cover.active {
  cursor: pointer;
}

.collection-card__dot li {
  display: inline-block;
}

.collection-card__dot li.is-active {
  background-color: #aea396;
}

.collection-card__title {
  position: absolute;
  color: #aea396;
  font-weight: bold;
  line-height: 1;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}

.collection-card__product {
  position: relative;
  padding: 30px 27px;
  background-color: #fff;
}

.collection-card__product:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: 26px;
  width: 0px;
  height: 100%;
  border-right: solid 1px #f0eeee;
}

.collection-card__row {
  position: relative;
}

.collection-card__row:before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #aea396;
}

.arrow-link {
  position: relative;
  display: block;
  height: 80px;
  padding: 0px;
  text-decoration: none;
  color: #aea396;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.28571;
}

.arrow-link:before,.arrow-link:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  right: -1px;
  width: 80px;
  height: 100%;
  border-right: solid 1px #aea396;
}

.arrow-link:before {
  background-color: #243052;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.arrow-link:after {
  background-image: url("../img/ico_arrow.svg");
  background-size: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

.arrow-link__text {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 85px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.grid,.grid--small,.grid--large {
  overflow: hidden;
}

.grid__cell {
  float: left;
  position: relative;
  margin-bottom: 2px;
  background-color: #fff;
}

.grid__cell:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #243052;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.grid__cell:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.grid__btn {
  position: relative;
  display: block;
  color: transparent;
  width: 100%;
  height: 0px;
  padding-top: 100%;
  overflow: hidden;
}

.grid__btn img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
}

.grid__btn-name {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
  color: inherit;
  font-weight: bold;
  overflow: hidden;
}

.grid__text-btn {
  display: block;
  position: relative;
  color: #aea396;
  text-decoration: none;
  width: 100%;
  padding-bottom: 100%;
}

.filter__tab {
  position: relative;
  float: left;
  box-sizing: border-box;
  color: #aea396;
}

.filter__title {
  border-bottom: solid 1px #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.filter__list {
  position: absolute;
  z-index: 2;
  height: calc(100vh - 100px);
  overflow: scroll;
  -ms-overflow-style: none;
}

.filter__list::-webkit-scrollbar {
  display: none;
}

.filter__list ul {
  position: absolute;
  overflow: hidden;
}

.filter__list li {
  font-weight: bold;
  padding: 3px 20px;
}

.filter__progress {
  position: absolute;
  bottom: 0%;
  left: 0px;
  width: 0%;
  height: 2px;
  background-color: #aea396;
}

.cover_root:before {
  content: '';
  display: block;
  position: absolute;
  left: 144px;
  bottom: 394px;
  width: 1px;
  height: 100%;
  background-color: #aea396;
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  -webkit-transform: rotate(30deg) translateY(-100%);
          transform: rotate(30deg) translateY(-100%);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-duration: .75s;
          animation-duration: .75s;
}

.cover_root.is-active:before {
  -webkit-animation-name: drawLine;
          animation-name: drawLine;
}

.cover__image {
  display: block;
}

.cover__content {
  color: #aea396;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
}

.cover__moreblock {
  display: inline-block;
  position: relative;
  line-height: 1;
}

body.is-loading .cover__moreblock,body.pjax-loading .cover__moreblock {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cover__more {
  display: inline-block;
  position: relative;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.cover__more:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #aea396;
}

.cover-more {
  text-align: center;
  color: #aea396;
  font-size: 16px;
  line-height: 1;
  padding: 20px 0px;
  margin: 70px;
  margin-top: -55px;
  border-bottom: solid 1px #fff;
}

.cover-more[data-fold="false"] {
  display: none;
}

.season-pair {
  overflow: hidden;
  display: block;
}

.season-pair li {
  display: block;
  position: relative;
  float: left;
  padding-right: 0.8em;
}

.season-pair li:before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  right: 0.4em;
  height: 84%;
  width: 1px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: currentColor;
}

.season-pair li:last-child {
  padding-right: 0px;
}

.season-pair li:last-child:before {
  display: none;
}

.season-delimiter {
  display: inline-block;
  position: relative;
  width: 0.8em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  line-height: 100%;
  vertical-align: top;
}

.season-delimiter:before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  right: 50%;
  height: 84%;
  width: 1px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: currentColor;
}

.product-detail__main-image {
  position: relative;
  width: 100%;
}

.product-detail__main-image img {
  display: none;
  width: 100%;
  height: auto;
}

.product-detail__main-image img.is-active {
  display: block;
}

.product-detail__thumb-image {
  font-size: 0px;
}

.product-detail__thumb-image div {
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  overflow: hidden;
  background-color: #FFF;
  cursor: pointer;
}

.product-detail__thumb-image div:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
}

.product-detail__thumb-image div.is-active:before,.product-detail__thumb-image div:hover:before {
  border-color: #aea396;
}

.product-detail__thumb-image img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
}

.product-detail__info a {
  color: inherit;
  text-decoration: none;
}

.product-detail__main {
  background-color: #fff;
  color: #aea396;
}

.product-detail__title {
  font-weight: bold;
}

.product-detail__price {
  font-size: 16px;
  font-weight: bold;
}

.product-detail__desc {
  margin-bottom: 40px;
  line-height: 2;
}

.product-detail__banner {
  display: block;
  margin: -10px 0 40px;
}

.product-detail__banner img {
  display: block;
  width: 100%;
}

.product-detail__banner:hover {
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

.product-detail__table {
  width: 100%;
  margin: 30px 0px;
  border-top: solid 1px #f0eeee;
  font-size: 12px;
}

.product-detail__table th,.product-detail__table td {
  text-align: left;
  border-bottom: solid 1px #f0eeee;
  padding: 10px 0px;
}

.product-detail__table th {
  padding-right: 10px;
}

.collection-title,.collection-title--page {
  color: #aea396;
  font-weight: bold;
  line-height: 1.1;
}

.marker-text,.marker-text--block {
  display: inline-block;
  position: relative;
}

.marker-text:before,.marker-text--block:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-color: #aea396;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
}

.marker-text.wipein:before,.wipein.marker-text--block:before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.marker-text.wipeout:before,.wipeout.marker-text--block:before {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.marker-text--block {
  display: block;
}

.marker-text__mask {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 0%;
  background-color: #aea396;
}

.flag,.flag--pc,.flag--tab,.flag--sp {
  display: none;
}

.anchors {
  color: #fff;
  line-height: 1.2;
  margin: 15px 0px;
}

.anchors__item {
  display: inline-block;
}

.anchors__btn {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}

body.pjax-loading .product-list-layout__filter {
  visibility: hidden;
}

.product-list-layout__next {
  position: relative;
  display: block;
  width: 80px;
  height: 6px;
  margin: 60px auto 0;
}

.product-list-layout__next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aea396;
  position: relative;
  margin: 0 auto;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.product-list-layout__next.morepageloading:before {
  -webkit-animation: pagemoreloading .75s linear 0s infinite normal both;
          animation: pagemoreloading .75s linear 0s infinite normal both;
}

.product-header {
  color: #fff;
  font-weight: bold;
}

.footer {
  position: relative;
  color: #aea396;
  font-weight: bold;
}

body.is-loading .footer,body.pjax-loading .footer {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.footer__btn {
  color: inherit;
  text-decoration: none;
}

.footer__sns {
  position: absolute;
  z-index: 1;
  right: 0px;
  width: 80px;
}

.footer__sns:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden;
}

.footer__sns li {
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 0 0 20px;
}

.footer__sns a {
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  color: transparent;
  display: block;
  width: 20px;
  height: 20px;
  background-size: 20px 40px;
  background-position: center top;
  background-repeat: no-repeat;
}

.footer__sns__link--fb {
  background-image: url("../img/icon_fb.svg");
}

.footer__sns__link--ig {
  background-image: url("../img/icon_ig.svg");
}

.footer__onlinestore {
  line-height: 1.84615;
  margin: 0 0 34px 0;
}

.footer__onlinestore__title {
  color: #FFF;
}

.about {
  position: relative;
}

.about__container {
  width: 100%;
  color: #aea396;
  font-size: 14px;
  font-weight: bold;
}

.about__container a {
  color: inherit;
  text-decoration: none;
}

.about__title img {
  display: block;
}

.about__title:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
}

.about__section,.about__section--ja {
  margin: 30px 0px;
  line-height: 24px;
}

.about__section p,.about__section--ja p {
  margin-bottom: 1em;
}

.about__section--ja {
  font-size: 12px;
  line-height: 22px;
}

.about__sub-title {
  color: #fff;
}

.loading {
  display: none;
  background-color: #f0eeee;
}

body.is-loading .loading,body.pjax-loading .loading {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 5;
}

body.pjax-loading .loading {
  position: fixed;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.loading__logo {
  width: 330px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -21px 0 0 -165px;
  overflow: hidden;
}

.loading__logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/logotype.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transition: 0s linear .25s;
}

.loading__logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #aea397;
  z-index: 1;
  -webkit-transform: translate(-100%, 0%);
          transform: translate(-100%, 0%);
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.loading.wipein .loading__logo:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.loading.wipein .loading__logo:after {
  -webkit-animation-name: loadingWipeIn;
          animation-name: loadingWipeIn;
}

.loading.wipeout .loading__logo:before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.loading.wipeout .loading__logo:after {
  -webkit-animation-name: loadingWipeOut;
          animation-name: loadingWipeOut;
}/*
.loading {
	$koma: 9;

	display: none;
	
	@include loading-mode {
		position: fixed;
		display: block;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		z-index: index($layer, loading);
	}

	&:before {
		content: '';
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		height: 1px;
		background-color: $theme_brown;
		transform-origin: 0% 0%;
		animation: horizontalLine 0.5s;
	}
	
	&:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		background-image: image-url("anim_loading.png");
		@include sprite-anim(loading, $koma, 1.5s, 0.5s);
	}

	@include pc-layout {
		&:before {
			$size: 72px;
			width: $size;
			margin-left: -$size / 2;
		}
		
		&:after {
			$width: 148px / 2;
			$height: 864px / 2;
			width: $width;
			height: ($height / $koma);
			margin-left: (-$width / 2);
			margin-top: (-($height / $koma) / 2);
			background-size: $width $height;
		}
	}

	@include tab-layout {
		background-color: $theme_bg;
		&:before {
			$size: 72px;
			width: $size;
			margin-left: -$size / 2;
		}
		&:after {
			$width: 148px / 2;
			$height: 864px / 2;
			width: $width;
			height: ($height / $koma);
			margin-left: (-$width / 2);
			margin-top: (-($height / $koma) / 2);
			background-size: $width $height;
		}
	}

	@include sp-layout {
		background-color: $theme_bg;
		&:before {
			$size: 72px;
			width: $size;
			margin-left: -$size / 2;
		}
		&:after {
			$width: 148px / 2;
			$height: 864px / 2;
			width: $width;
			height: ($height / $koma);
			margin-left: (-$width / 2);
			margin-top: (-($height / $koma) / 2);
			background-size: $width $height;
		}
	}
}
*/.storelist-root__header {
  color: #fff;
}

.storelist-root__anchor {
  display: inline;
  font-size: 14px;
}

.storelist-root__anchor:after {
  content: '/';
  padding-left: 1em;
  padding-right: 1em;
}

.storelist-root__anchor:last-child:after {
  display: none;
}

.storelist-root__anchor a {
  color: inherit;
  text-decoration: none;
}

.storelist {
  font-size: 0px;
}

.storelist__country {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}

.storelist__item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin-bottom: 55px;
}

.storeinfo {
  color: #aea396;
  font-size: 12px;
  line-height: 1.66667;
}

.storeinfo__area {
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.14286;
}

.storeinfo__name {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}

.storeinfo__link {
  display: inline-block;
  margin-top: 8px;
  margin-right: 8px;
}

.storeinfo__link a {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}

.col-archive {
  position: relative;
  font-size: 0px;
}

body.is-loading .col-archive,body.pjax-loading .col-archive {
  display: none;
}

.col-archive__title {
  color: #fff;
  line-height: 1;
}

.gallery {
  box-sizing: border-box;
  margin: 0 auto;
  color: #aea396;
  font-size: 14px;
  font-weight: bold;
}

.gallery a {
  color: inherit;
  text-decoration: none;
}

.gallery .gallery__movie:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden;
}

.gallery .gallery__movie__block {
  display: block;
  width: auto;
  height: auto;
  background-color: #000;
  position: relative;
  overflow: hidden;
}

.gallery .gallery__movie__block__link {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
}

.gallery .gallery__movie__block__thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.gallery .gallery__movie__block__thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0px;
  top: 0px;
}

.gallery .gallery__movie__block__title {
  box-sizing: border-box;
  width: calc(100% - 40px);
  position: absolute;
  left: 20px;
  bottom: 15px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  padding-left: 36px;
}

.gallery .gallery__movie__block__title__icon {
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0px;
  top: 0px;
}

.gallery .gallery__movie__block__title__icon:before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
}

.gallery .gallery__movie__block__title__icon:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #FFF;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -3px;
}

.gallery .gallery__others {
  margin: 88px 0 0;
}

.gallery .gallery__others__title {
  font-size: 80px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 10px;
}

.gallery .gallery__others__list:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  float: none;
  clear: both;
  visibility: hidden;
}

.gallery .gallery__others__link {
  display: block;
  float: left;
  width: 320px;
  position: relative;
  margin: 0 20px 20px 0;
}

.gallery .gallery__others__link img {
  display: block;
  width: 100%;
  height: auto;
}

.gallery .gallery__modal {
  display: block;
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 999;
  width: 0%;
  height: 100%;
  background-color: #FFF;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}

.gallery .gallery__modal__container {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.gallery .gallery__modal__close {
  top: 0px;
  right: 0px;
  z-index: 1;
}

.gallery .gallery__modal__close:before,.gallery .gallery__modal__close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  height: 1px;
  background-color: #aea396;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.gallery .gallery__modal__close:before {
  -webkit-transform: translateY(0px) rotate(25deg);
          transform: translateY(0px) rotate(25deg);
}

.gallery .gallery__modal__close:after {
  -webkit-transform: translateY(0px) rotate(-25deg);
          transform: translateY(0px) rotate(-25deg);
}

.gallery .gallery__modal__embed {
  width: 100%;
  max-width: 960px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.gallery .gallery__modal__embed__container {
  width: 100%;
  height: 0px;
  padding-top: 56.25%;
  position: relative;
  background-color: #000;
}

.gallery .gallery__modal__embed__container #vimeoembed {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

.gallery .gallery__modal__embed__container #vimeoembed > iframe {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f0eeee;
}

@media (min-width: 600px) and (max-width: 1023px) {
  .wrapper {
    padding-top: 96px;
  }

  .menu {
    height: 96px;
  }

  .menu__top {
    top: 24px;
    left: 24px;
    height: 48px;
  }

  .menu__content {
 /* margin-top: $tab_menu_height; */
    margin-top: 120px;
    padding-left: 120px;
  }

  .menu__toggle {
    position: absolute;
    width: 100px;
    height: 96px;
  }

  .menu__toggle:before,.menu__toggle:after {
    width: 40px;
    margin-right: -20px;
  }

  .menu__toggle:before {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  .menu__toggle:after {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  .menu__main > li {
    width: 430px;
  }

  .menu__btn {
    margin: 10px 20px;
  }

  .menu__sub {
    display: block;
    width: auto;
    top: 110px;
    left: 430px;
  }

  .menu__sub--onlinestore {
    padding-top: 174px;
  }

  .menu__link:before {
    width: 80px;
    margin: 65px 0px 55px 20px;
  }

  .menu__link a {
    margin: 10px 20px;
    margin-left: 20px;
  }

  .menu__sns:before {
    width: 80px;
    margin: 65px 0px 55px 0px;
  }

  .menu__name {
    display: none;
  }

  .collection-card {
    -webkit-animation: slideUp 0.5s;
            animation: slideUp 0.5s;
    padding-bottom: 100px;
  }

  .collection-card:nth-child(odd) .collection-card__cover {
    margin-right: 264px;
  }

  .collection-card:nth-child(odd) .collection-card__dot {
    text-align: right;
    right: 278px;
  }

  .collection-card:nth-child(odd) .collection-card__title {
    right: 100%;
    margin-right: 80px;
  }

  .collection-card:nth-child(odd) .collection-card__product {
    right: 0px;
  }

  .collection-card:nth-child(even) {
    display: block;
  }

  .collection-card:nth-child(even) .collection-card__cover {
    margin-left: 264px;
  }

  .collection-card:nth-child(even) .collection-card__dot {
    text-align: left;
    left: 278px;
  }

  .collection-card:nth-child(even) .collection-card__title {
    right: 0%;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    margin-right: -70px;
    margin-top: -110px;
  }

  .collection-card:nth-child(even) .collection-card__product {
    left: 0px;
  }

  .collection-card__cover {
    padding-bottom: 81%;
  }

  .collection-card__dot {
    position: absolute;
    top: 8px;
  }

  .collection-card__dot li {
    width: 6px;
    height: 6px;
    margin: 0px 4px;
    border: solid 1px #aea396;
    border-radius: 4px;
  }

  .collection-card__title {
    top: 40px;
    font-size: 120px;
  }

  .collection-card__anchor {
    display: none;
  }

  .collection-card__product {
    position: absolute;
    top: 0px;
    width: 264px;
    height: auto;
    min-height: 400px;
    box-sizing: border-box;
    padding: 30px;
  }

  .collection-card__product:before {
    right: 29px;
  }

  .grid,.grid--small,.grid--large {
    margin-right: 4px;
  }

  .grid__cell {
    width: 33.3%;
  }

  .grid__cell:nth-child(3n+1) {
    left: 0px;
  }

  .grid__cell:nth-child(3n+2) {
    left: 2px;
  }

  .grid__cell:nth-child(3n+3) {
    left: 4px;
  }

  .grid__btn-name {
    font-size: 32px;
    line-height: 34px;
    max-height: 170px;
  }

  .filter__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .cover {
    padding-bottom: 170px;
  }

  .cover__image img {
    max-width: 640px;
    height: auto;
  }

  .cover__content {
    position: relative;
    background-color: #fff;
    width: 534px;
    padding: 50px 44px;
    margin: auto;
    margin-top: -160px;
    position: relative;
  }

  .cover__moreblock {
    margin-top: 10px;
  }

  .cover__more {
    padding: 20px 0px;
    padding-right: 80px;
  }

  .cover-more {
    width: 370px;
    margin: auto;
    margin-bottom: 70px;
    margin-top: -135px;
  }

  .product-detail {
    margin-bottom: 110px;
  }

  .product-detail__image {
    margin: 60px;
    margin-bottom: 0px;
  }

  .product-detail__main-image {
    margin: 0px 60px;
  }

  .product-detail__thumb-image {
    display: block;
    position: absolute;
    width: 192px;
    right: 252px;
    margin-right: -192px;
  }

  .product-detail__thumb-image div {
    width: 60px;
    height: 60px;
  }

  .product-detail__main {
    margin-left: 60px;
    margin-right: 252px;
    padding: 60px;
    font-size: 14px;
  }

  .product-detail__title {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 1.1;
  }

  .product-detail__desc {
    font-size: 12px;
  }

  .collection-detail {
    margin: 60px 60px 0 60px;
  }

  .collection-title,.collection-title--page {
    font-size: 64px;
    line-height: 1.0625;
  }

  .flag--tab {
    display: block;
  }

  .anchors {
    font-size: 36px;
    margin-bottom: 37px;
  }

  .anchors__item {
    width: 60px;
  }

  .product-list-layout {
    position: relative;
    margin-bottom: 110px;
  }

  .product-list-layout__main {
    padding-top: 120px;
  }

  .product-list-layout__filter {
    top: 120px;
  }

  .product-header {
    font-size: 64px;
    line-height: 1.21875;
    margin: 0px 60px;
    padding-top: 65px;
    padding-bottom: 45px;
  }

  .footer {
    margin: 20px 45px;
    font-size: 13px;
    line-height: 1.84615;
    margin-bottom: 56px;
  }

  .footer__copyright {
    top: 0px;
  }

  .footer__link {
    text-align: right;
  }

  .footer__item {
    display: inline-block;
    padding-left: 36px;
  }

  .about__container {
    display: block;
    max-width: 500px;
    margin: auto;
    margin-top: 111px;
    margin-bottom: 200px;
  }

  .about__title img {
    width: 275px;
    height: 35px;
  }

  .about__title:after {
    margin: 30px 0 0;
  }

  .loading {
    background-color: #f0eeee;
  }

  .storelist-root {
    margin: 128px;
  }

  .storelist-root__header {
    margin-bottom: 35px;
  }

  .storelist {
    margin: 0px;
    padding-top: 65px;
  }

  .storelist__country {
    margin-bottom: 72px;
  }

  .storelist__item {
    margin-bottom: 48px;
  }

  .col-archive {
    margin: 0px 60px 100px;
    padding-top: 60px;
    padding-left: 250px;
  }

  .col-archive__title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 64px;
  }

  .col-archive__link {
    display: inline-block;
    width: 250px;
    margin-left: 80px;
  }

  .gallery .gallery__modal__close {
    position: absolute;
    width: 100px;
    height: 96px;
  }

  .gallery .gallery__modal__close:before,.gallery .gallery__modal__close:after {
    width: 40px;
    margin-right: -20px;
  }

  .gallery {
    padding: 60px 0 60px;
  }

  .gallery .gallery__movie__block {
    float: left;
    width: 50%;
  }

  .gallery .gallery__others {
    margin: 60px 45px 0;
  }

  .gallery .gallery__others__title {
    font-size: 64px;
    font-weight: bold;
    color: #FFF;
    margin: 0 0 10px;
  }

  .gallery .gallery__modal {
    width: 100%;
    height: 0%;
    transition: height 0.2s;
  }

  .gallery .gallery__modal.showModal {
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    padding-left: 144px;
    padding-right: 144px;
  }

  .menu:before {
    content: '';
    position: fixed;
    top: 0px;
    left: 100%;
    margin-left: -88px;
    width: 88px;
    height: 100%;
    background-color: #fff;
    transition: width 0.5s;
  }

  body.is-loading .menu:before {
    width: 0px;
  }

  .menu__top {
    position: fixed;
    top: 35px;
    left: 25px;
    width: 80px;
    height: 48px;
    background-position: left top;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  body.is-loading .menu__top {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .menu__bg {
    position: fixed;
    top: 0px;
    left: 0%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    overflow: hidden;
    background-color: #fff;
  }

  .is-menu-expanded .menu__bg {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menu__content {
    position: absolute;
    left: 160px;
    width: 100%;
    height: 100%;
    padding-top: 120px;
    background-color: transparent;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .is-menu-expanded .menu__content {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menu__toggle {
    position: fixed;
    width: 88px;
    height: 88px;
    z-index: 4;
    cursor: pointer;
  }

  .menu__toggle:before,.menu__toggle:after {
    width: 40px;
    margin-right: -20px;
  }

  .menu__toggle:before {
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }

  .menu__toggle:after {
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }

  body.is-loading .menu__toggle {
    display: none;
  }

  .menu__main > li {
    width: 320px;
  }

  .menu__main > li:hover > .menu__btn {
    color: #152144;
  }

  .menu__btn {
    margin: 5px 0px;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    cursor: pointer;
  }

  .menu__btn:hover {
    color: #152144;
  }

  .menu__sub {
    left: 320px;
    top: 0px;
    width: 400px;
    padding-top: 120px;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    z-index: 3;
  }

  .menu__sub ul {
    height: calc(100vh - 240px);
  }

  .menu__sub.is-hidden {
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    pointer-events: none;
  }

  .menu__sub--onlinestore {
    padding-top: 280px;
  }

  .menu__link:before {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    margin-top: 50px;
    margin-bottom: 34px;
    background-color: #aea396;
  }

  .menu__link a {
    margin: 10px 0px;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }

  .menu__link a:hover {
    color: #000;
  }

  .menu__sns:before {
    content: '';
    display: block;
    height: 1px;
    width: 70px;
    margin-top: 60px;
    margin-bottom: 40px;
    background-color: #aea396;
  }

  .menu__sns a:hover {
    background-position: center bottom;
  }

  .menu__name {
    position: fixed;
    top: 50%;
    right: 44px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #aea396;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translateX(50%) rotate(90deg);
            transform: translateX(50%) rotate(90deg);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  .is-menu-expanded .menu__name,body.pjax-loading .menu__name {
    -webkit-transform: translateX(150%) rotate(90deg);
            transform: translateX(150%) rotate(90deg);
  }

  .menu__contact a:hover {
    text-decoration: underline;
  }

  .collection-card {
    max-width: 960px;
    margin: auto;
    padding-top: 180px;
    padding-bottom: 60px;
  }

  .collection-card:nth-child(odd) .collection-card__cover {
    margin-right: 400px;
    margin-left: 80px;
  }

  .collection-card:nth-child(odd) .collection-card__dot {
    text-align: right;
    right: 414px;
  }

  .collection-card:nth-child(odd) .collection-card__title {
    right: 100%;
    margin-right: 20px;
  }

  .collection-card:nth-child(odd) .collection-card__anchor {
    left: 10px;
  }

  .collection-card:nth-child(odd) .collection-card__product {
    right: 0px;
  }

  .collection-card:nth-child(even) .collection-card__cover {
    margin-left: 400px;
    margin-right: 80px;
  }

  .collection-card:nth-child(even) .collection-card__dot {
    display: block;
    text-align: left;
    left: 414px;
  }

  .collection-card:nth-child(even) .collection-card__title {
    right: 0%;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    margin-right: -20px;
    margin-top: -160px;
  }

  .collection-card:nth-child(even) .collection-card__anchor {
    left: auto;
    right: -16px;
  }

  .collection-card:nth-child(even) .collection-card__product {
    left: 0px;
  }

  .collection-card__cover {
    padding-bottom: 66.66667%;
  }

  .collection-card__dot {
    position: absolute;
    top: 8px;
  }

  .collection-card__dot li {
    width: 6px;
    height: 6px;
    margin: 0px 4px;
    border: solid 1px #aea396;
    border-radius: 4px;
  }

  .collection-card__title {
    top: 40px;
    font-size: 160px;
  }

  .collection-card__anchor {
    position: absolute;
    top: 270px;
    width: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 1;
  }

  .collection-card__anchor li {
    display: inline-block;
    margin-bottom: 18px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }

  .collection-card__anchor a {
    color: inherit;
    text-decoration: none;
  }

  .collection-card__anchor a:hover {
    color: #aea396;
  }

  .collection-card__product {
    position: absolute;
    top: 0px;
    width: 400px;
    min-height: 520px;
    box-sizing: border-box;
    padding: 80px;
  }

  .collection-card__product:before {
    right: 79px;
  }

  .arrow-link:hover:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .grid--small {
    margin-right: 6px;
  }

  .grid--small .grid__cell {
    width: 25%;
  }

  .grid--small .grid__cell:nth-child(4n+1) {
    left: 0px;
  }

  .grid--small .grid__cell:nth-child(4n+2) {
    left: 2px;
  }

  .grid--small .grid__cell:nth-child(4n+3) {
    left: 4px;
  }

  .grid--small .grid__cell:nth-child(4n+4) {
    left: 6px;
  }

  .grid--large {
    margin-right: 4px;
  }

  .grid--large .grid__cell {
    width: 33.3%;
  }

  .grid--large .grid__cell:nth-child(3n+1) {
    left: 0px;
  }

  .grid--large .grid__cell:nth-child(3n+2) {
    left: 2px;
  }

  .grid--large .grid__cell:nth-child(3n+3) {
    left: 4px;
  }

  .grid__btn:hover {
    color: #aea396;
  }

  .grid__btn:hover:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
  }

  .grid__btn-name {
    font-size: 40px;
    line-height: 42px;
    max-height: 210px;
  }

  .filter,.filter--pc {
    position: fixed;
    left: 0px;
    top: 50%;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  body.is-loading .filter,body.is-loading .filter--pc,body.pjax-loading .filter,body.pjax-loading .filter--pc {
    -webkit-transform: translateX(-200px) rotate(-90deg);
            transform: translateX(-200px) rotate(-90deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .filter__tab {
    margin: 10px;
    margin-top: 30px;
    font-size: 14px;
  }

  .filter__title {
    padding: 10px;
    padding-top: 0px;
    cursor: pointer;
    border-width: 2px;
    min-width: 85px;
  }

  .filter__list {
    left: 50%;
    font-size: 24px;
    line-height: 1.33333;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotate(90deg) translateY(-50%);
            transform: rotate(90deg) translateY(-50%);
    transition: width 0.2s;
  }

  .filter__list.is-hidden,.filter__list ul.is-hidden {
    width: 0px;
  }

  .filter__list ul {
    transition: width 0.2s;
  }

  .filter__list li {
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
  }

  .filter__list li.is-active,.filter__list li:hover {
    color: #aea396;
  }

  .filter__list li a {
    text-decoration: none;
    color: inherit;
  }

  .cover {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    overflow: hidden;
  }

  .cover.is-exit:before {
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transform: rotate(30deg) translateY(-100%);
            transform: rotate(30deg) translateY(-100%);
  }

  body.is-loading .cover:before,body.pjax-loading .cover:before {
    display: none;
  }

  .cover__image {
    position: absolute;
    height: 100%;
    width: auto;
    right: 88px;
    top: 0px;
    overflow: hidden;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    font-size: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .cover__image img {
    position: absolute;
    display: block;
    height: 100%;
    width: auto;
    top: 0px;
    right: 0px;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
  }

  .cover__image.is-anim {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-animation: slideRight 0.25s linear;
            animation: slideRight 0.25s linear;
  }

  .cover__image.is-anim img {
    -webkit-animation: slideLeft 0.25s linear;
            animation: slideLeft 0.25s linear;
  }

  .cover__image.is-exit {
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }

  .cover__content {
    position: absolute;
    display: block;
    bottom: 56px;
    left: 144px;
  }

  .cover__moreblock {
    margin-top: 10px;
  }

  .cover__moreblock .cover__more {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 0;
  }

  .cover__moreblock:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% + 2px);
    background-color: #aea396;
    z-index: 1;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transition: -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.75s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .cover__moreblock.is-active .cover__more {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .cover__moreblock.wipein:after {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }

  .cover__moreblock.wipeout:after {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  .cover__more {
    padding: 20px 60px;
    font-size: 13px;
  }

  .cover__more:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0px;
    width: 0%;
    height: 2px;
    background-color: #aea396;
  }

  .cover__more:before {
    height: 2px;
    background-color: #fff;
  }

  .cover__more:hover:after {
    width: 100%;
    -webkit-animation-duration: .75s;
            animation-duration: .75s;
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-animation-name: moreBtnEffect;
            animation-name: moreBtnEffect;
  }

  .cover-more {
    display: none;
  }

  .product-detail {
    position: relative;
    max-width: 960px;
    margin: auto;
    margin-bottom: 160px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }

  body.is-loading .product-detail,body.pjax-loading .product-detail {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .product-detail__image {
    position: absolute;
    top: 160px;
    left: 400px;
    right: 0px;
  }

  .product-detail__thumb-image {
    text-align: center;
  }

  .product-detail__thumb-image div {
    width: 74px;
    height: 74px;
  }

  .product-detail__info a:hover {
    text-decoration: underline;
  }

  .product-detail__main {
    width: 400px;
    min-height: 830px;
    padding: 60px;
    padding-top: 50px;
    box-sizing: border-box;
    font-size: 12px;
  }

  .product-detail__title {
    margin-top: 85px;
    font-size: 40px;
    line-height: 1.1;
    word-break: break-word;
  }

  .product-detail__price {
    margin: 25px 0px;
  }

  .product-detail__desc {
    font-size: 12px;
  }

  .collection-detail {
    padding-top: 130px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }

  body.is-loading .collection-detail,body.pjax-loading .collection-detail {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .collection-title,.collection-title--page {
    font-size: 80px;
    line-height: 1;
  }

  .marker-text,.marker-text--block {
    color: transparent;
  }

  .marker-text.is-active,.is-active.marker-text--block {
    color: inherit;
  }

  .flag--pc {
    display: block;
  }

  .anchors {
    max-width: 720px;
    font-size: 40px;
  }

  .anchors__item {
    width: 60px;
  }

  .anchors__btn:hover {
    color: #aea396;
  }

  .product-list-layout {
    max-width: 965px;
    margin: auto;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }

  body.is-loading .product-list-layout,body.pjax-loading .product-list-layout {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .product-list-layout__main {
    margin: 160px 0px;
  }

  .product-header {
    font-size: 80px;
    line-height: 1;
    padding-top: 115px;
    padding-bottom: 30px;
  }

  .footer {
    margin: 30px 0px;
    font-size: 13px;
    line-height: 2.23077;
  }

  .footer__copyright {
    top: 0px;
  }

  .footer__link {
    text-align: right;
  }

  .footer__item {
    display: inline-block;
    padding-left: 36px;
  }

  .footer__btn:hover {
    text-decoration: underline;
  }

  .footer__sns {
    bottom: 5px;
  }

  .footer__sns a:hover {
    background-position: center bottom;
  }

  .about__container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 640px;
    text-align: center;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }

  body.is-loading .about__container,body.pjax-loading .about__container {
    -webkit-transform: translate(-50%, 100vh);
            transform: translate(-50%, 100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .about__container a:hover {
    text-decoration: underline;
  }

  .about__title img {
    width: 275px;
    height: 35px;
    margin: 0 auto;
  }

  .about__title:after {
    margin: 35px auto 0;
  }

  .storelist-root {
    margin: 50px 0px 160px 0px;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
  }

  body.is-loading .storelist-root,body.pjax-loading .storelist-root {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .storelist-root__header {
    margin-bottom: 85px;
    font-size: 0px;
  }

  .storelist-root__anchor a:hover {
    color: #aea396;
  }

  .storelist {
    position: relative;
    padding-left: 33%;
    padding-top: 15px;
  }

  .storelist__country {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 33%;
  }

  .storeinfo {
    margin-right: 1em;
  }

  .storeinfo__link a:hover {
    text-decoration: underline;
  }

  .col-archive {
    padding-top: 90px;
    padding-left: 250px;
    margin-bottom: 220px;
    margin-top: 60px;
  }

  .col-archive__title {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 80px;
  }

  .col-archive__link {
    display: inline-block;
    width: 240px;
    margin-left: 80px;
  }

  .gallery .gallery__modal__close {
    position: fixed;
    width: 88px;
    height: 88px;
    z-index: 4;
    cursor: pointer;
  }

  .gallery .gallery__modal__close:before,.gallery .gallery__modal__close:after {
    width: 40px;
    margin-right: -20px;
  }

  body.is-loading .gallery .gallery__modal__close,body.pjax-loading .gallery .gallery__modal__close {
    display: none;
  }

  .gallery {
    padding: 160px 0 120px;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    max-width: 960px;
  }

  body.is-loading .gallery,body.pjax-loading .gallery {
    -webkit-transform: translate(0px, 100vh);
            transform: translate(0px, 100vh);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .gallery .gallery__movie__block {
    float: left;
    width: 50%;
  }

  .gallery .gallery__movie__block__thumb {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .gallery .gallery__movie__block__title__icon:before {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  }

  .gallery .gallery__movie__block__link:hover .gallery__movie__block__thumb {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }

  .gallery .gallery__movie__block__link:hover .gallery__movie__block__title__icon:before {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
    border-color: #aea396;
    background-color: #aea396;
  }

  .gallery .gallery__others__link:hover {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  }

  .gallery .gallery__modal {
    width: 0%;
    height: 100%;
    transition: width 0.5s;
  }

  .gallery .gallery__modal.showModal {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .menu {
    position: fixed;
    top: 0px;
    right: 0px;
    width: 100%;
    overflow: hidden;
    transition: height 0.2s;
    background-color: #fff;
  }

  .menu__sub {
    right: 0px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }

  .menu__sub ul {
    height: calc(100vh - 220px);
  }

  .menu__sub:before {
    content: '';
    position: absolute;
    top: 0px;
    right: 100%;
    height: 100%;
    width: 800px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-animation: fadeIn 0.2s;
            animation: fadeIn 0.2s;
    pointer-events: none;
  }

  .menu__sub.is-hidden {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  .menu__sub.is-hidden:before {
    display: none;
  }

  .menu__link:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #aea396;
  }

  .menu__sns {
    padding-left: 20px;
  }

  .menu__sns:before {
    content: '';
    display: block;
    height: 1px;
    background-color: #aea396;
  }

  .menu__contact {
    padding-left: 20px;
  }

  .filter,.filter--pc {
    margin: auto;
    max-width: 500px;
  }

  .filter--pc {
    display: none;
  }

  .filter__tab {
    width: 50%;
    margin: 0px 0px 20px;
    padding: 0px 12px;
    font-size: 13px;
  }

  .filter__list {
    left: 0px;
    width: 100%;
    transition: height 0.2s;
  }

  .filter__list.is-hidden {
    height: 0px;
  }

  .filter__list ul {
    width: 100%;
  }

  .filter__list li {
    background-color: #fff;
    margin: 0px 12px;
    padding: 10px 20px;
  }

  .filter__list li a {
    color: inherit;
    text-decoration: none;
  }

  .filter__list li:first-child {
    padding-top: 20px;
  }

  .filter__list li:last-child {
    padding-bottom: 20px;
  }

  .filter__list li.is-active {
    color: #152144;
  }

  [data-fold="true"] .cover {
    display: none;
  }

  [data-fold="true"] .cover:first-child {
    display: block;
  }

  .cover__image img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
  }

  .product-detail__image {
    margin: auto;
  }

  .product-detail__price {
    margin: 20px 0px;
  }

  .product-list-layout__filter {
    position: absolute;
    width: 100%;
  }

  .footer__sns {
    bottom: 2px;
  }
}

@media (max-width: 599px) {
  .wrapper {
    padding-top: 60px;
  }

  .menu {
    height: 60px;
    line-height: 1;
  }

  .menu__top {
    display: block;
    top: 15px;
    left: 15px;
    height: 30px;
  }

  .menu__content {
    margin-top: 60px;
    border-top: solid 1px rgba(204, 204, 204, 0.2);
  }

  .menu__content:before {
    content: '';
    display: block;
    height: 25px;
  }

  .menu__toggle {
    position: absolute;
    width: 60px;
    height: 60px;
  }

  .menu__toggle:before,.menu__toggle:after {
    width: 20px;
    margin-right: -10px;
  }

  .menu__toggle:before {
    -webkit-transform: translateY(-5px) rotate(0deg);
            transform: translateY(-5px) rotate(0deg);
  }

  .menu__toggle:after {
    -webkit-transform: translateY(5px) rotate(0deg);
            transform: translateY(5px) rotate(0deg);
  }

  .menu__btn {
    margin: 10px 20px;
  }

  .menu__sub {
    width: 200px;
    top: 85px;
  }

  .menu__sub ul {
    height: calc(100vh - 120px);
  }

  .menu__link:before {
    width: 40px;
    margin: 40px 0px 30px 20px;
  }

  .menu__link a {
    margin: 10px 20px;
  }

  .menu__sns:before {
    width: 40px;
    margin: 40px 0px 30px 0px;
  }

  .menu__name {
    display: none;
  }

  .menu__contact {
    margin-top: 40px;
  }

  .collection-card__cover {
    padding-bottom: 133.33333%;
  }

  .collection-card__dot {
    position: relative;
    height: 30px;
    margin-top: -30px;
    text-align: center;
  }

  .collection-card__dot li {
    width: 6px;
    height: 6px;
    margin: 0px 3px;
    border: solid 1px #aea396;
    border-radius: 4px;
  }

  .collection-card__title {
    top: 20px;
    right: 100%;
    margin-right: 50px;
    font-size: 100px;
  }

  .collection-card__anchor {
    display: none;
  }

  .collection-card__product {
    min-height: 188px;
  }

  .arrow-link {
    height: 76px;
    font-size: 12px;
  }

  .arrow-link:before,.arrow-link:after {
    width: 50px;
  }

  .arrow-link:after {
    background-size: 24px;
  }

  .arrow-link__text {
    right: 55px;
  }

  .grid,.grid--small,.grid--large {
    margin-right: 2px;
  }

  .grid__cell {
    width: 50%;
  }

  .grid__cell:nth-child(2n+1) {
    left: 0px;
  }

  .grid__cell:nth-child(2n+2) {
    left: 2px;
  }

  .grid__btn-name {
    left: 15px;
    right: 15px;
    bottom: 12px;
    font-size: 20px;
    line-height: 22px;
    max-height: 110px;
  }

  .filter__title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
  }

  .filter__list li {
    padding: 5px 20px;
  }

  .filter__list li:first-child {
    padding-top: 20px;
  }

  .filter__list li:last-child {
    padding-bottom: 20px;
  }

  .cover {
    padding-bottom: 85px;
  }

  .cover__content {
    position: relative;
    background-color: #fff;
    padding: 27px 25px;
    margin-top: -85px;
    margin-left: 27px;
    margin-right: 27px;
  }

  .cover__moreblock {
    margin-top: 5px;
  }

  .cover__more {
    padding: 10px 0px;
    padding-right: 20px;
    letter-spacing: 0.5px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .product-detail__thumb-image {
    text-align: center;
    white-space: nowrap;
  }

  .product-detail__thumb-image div {
    width: 50px;
    height: 50px;
  }

  .product-detail__draggable {
    overflow-x: scroll;
  }

  .product-detail__main {
    padding: 30px 50px;
    padding-top: 40px;
    font-size: 12px;
  }

  .product-detail__title {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.0625;
  }

  .collection-detail {
    max-width: 267px;
    margin: auto;
    padding-top: 30px;
  }

  .collection-title,.collection-title--page {
    font-size: 23px;
    line-height: 1.08333;
  }

  .collection-title--page {
    font-size: 40px;
  }

  .flag--sp {
    display: block;
  }

  .anchors {
    font-size: 32px;
  }

  .anchors__item {
    width: 45px;
  }

  .product-list-layout {
    position: relative;
  }

  .product-list-layout__main {
    padding-top: 70px;
  }

  .product-list-layout__filter {
    top: 60px;
  }

  .product-header {
    font-size: 32px;
    line-height: 1.0625;
    padding: 25px;
  }

  .footer {
    margin: 50px 25px 25px;
    font-size: 13px;
    line-height: 1.84615;
  }

  .footer__copyright {
    margin-top: 1.5em;
  }

  .footer__onlinestore ul {
    box-sizing: border-box;
    border: 1px solid #aea396;
    width: 100%;
    height: auto;
    margin: 12px 0 0;
  }

  .footer__onlinestore ul:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    float: none;
    clear: both;
    visibility: hidden;
  }

  .footer__onlinestore ul li {
    box-sizing: border-box;
    width: 50%;
    float: left;
    margin: 0px;
    border-left: 1px solid #aea396;
  }

  .footer__onlinestore ul li:first-of-type {
    border-left-width: 0px;
  }

  .footer__onlinestore ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 40px;
  }

  .about__container {
    width: auto;
    margin: 40px 25px 0;
  }

  .about__title img {
    width: 197px;
    height: 25px;
  }

  .about__title:after {
    margin: 30px 0 0;
  }

  .about__section:last-child,.about__section--ja:last-child {
    margin-bottom: 0px;
  }

  .loading {
    background-color: #f0eeee;
  }

  .loading__logo {
    width: 248px;
    height: 32px;
    margin: -16px 0 0 -124px;
  }

  .storelist-root {
    margin: 0px 27px;
    margin-top: 35px;
  }

  .storelist-root__header {
    margin-bottom: 25px;
  }

  .storelist {
    margin: 0px;
    padding-top: 15px;
  }

  .storelist__country {
    margin-bottom: 30px;
  }

  .storelist__item {
    display: block;
    width: auto;
    margin-bottom: 35px;
  }

  .storeinfo__area {
    margin-bottom: 4px;
  }

  .col-archive {
    width: 267px;
    margin: 50px auto;
  }

  .col-archive__title {
    font-size: 32px;
  }

  .col-archive__link {
    margin-left: 55px;
  }

  .gallery .gallery__modal__close {
    position: absolute;
    width: 60px;
    height: 60px;
  }

  .gallery .gallery__modal__close:before,.gallery .gallery__modal__close:after {
    width: 20px;
    margin-right: -10px;
  }

  .gallery {
    padding: 60px 0 30px;
  }

  .gallery .gallery__others {
    margin: 60px 25px 0;
  }

  .gallery .gallery__others__title {
    font-size: 32px;
    margin: 0 0 10px;
  }

  .gallery .gallery__others__link {
    float: none;
    width: 100%;
    margin: 0 0 10px;
  }

  .gallery .gallery__others__link:last-child {
    margin: 0;
  }

  .gallery .gallery__modal {
    width: 100%;
    height: 0%;
    transition: height 0.2s;
  }

  .gallery .gallery__modal.showModal {
    height: 100%;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideLeft {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes slideRight {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }

  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes drawLine {
  0% {
    -webkit-transform: rotate(30deg) translateY(-100%);
            transform: rotate(30deg) translateY(-100%);
  }

  100% {
    -webkit-transform: rotate(30deg) translateY(0%);
            transform: rotate(30deg) translateY(0%);
  }
}

@keyframes drawLine {
  0% {
    -webkit-transform: rotate(30deg) translateY(-100%);
            transform: rotate(30deg) translateY(-100%);
  }

  100% {
    -webkit-transform: rotate(30deg) translateY(0%);
            transform: rotate(30deg) translateY(0%);
  }
}

@-webkit-keyframes horizontalLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes horizontalLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }

  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes moreBtnEffect {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@keyframes moreBtnEffect {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes loadingWipeIn {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}

@keyframes loadingWipeIn {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}

@-webkit-keyframes loadingWipeOut {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}

@keyframes loadingWipeOut {
  0% {
    -webkit-transform: translate(-100%, 0%);
            transform: translate(-100%, 0%);
  }

  25% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  75% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  100% {
    -webkit-transform: translate(100%, 0%);
            transform: translate(100%, 0%);
  }
}

@-webkit-keyframes pagemoreloading {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  10% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
            animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  50% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  60% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
            animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

@keyframes pagemoreloading {
  0% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  10% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
            animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  50% {
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }

  60% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
            animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
  }

  100% {
    -webkit-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}
