@charset "utf-8";

/*------------------------------------------------------------
    baseSet
------------------------------------------------------------*/
body {
  background: #f8f5ec;
}

.baseStyle1 img,
.stoneStyle1 img,
.stoneStyle3 img {
  width: 100%;
  display: block;
}

.baseStyle1 {
  display: flex;
  background: #fff;
  align-items: center;
}

.baseStyle1 .baseLeft {
  flex: 0 0 50%;
  text-align: center;
}

.baseTitle1 {
  font-size: 52px;
  color: #765c2f;
  margin-bottom: 13px;
}

.baseWordJp1 {
  font-size: 13px;
  color: #765c2f;
  line-height: 2;
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-weight: 500;
}

.baseWordJp1 p {
  margin-bottom: 11px;
}

.baseWordJp1 p:last-child {
  margin-bottom: 0;
}

.baseWordJp2 {
  letter-spacing: 1.5px;
  line-height: 2.3;
}

.baseDivision {
  display: inline-block;
  width: 34px;
  margin-bottom: 22px;
}

.baseWordEn1 {
  font-size: 12px;
  letter-spacing: .6px;
  margin-bottom: 46px;
}

.baseWordEn2 {
  font-size: 13px;
  letter-spacing: .65px;
  line-height: 1.45;
  margin-bottom: 31px;
}

.baseLink1 {
  font-size: 18px;
  color: #71501a;
  border-bottom: 1px solid #9e6a1a;
  display: inline-block;
  min-width: 236px;
  padding-bottom: 6px;
}

.baseStyle1 .baseRight {
  flex: 0 0 50%;
}

.baseLink3 {
  padding-bottom: 11px;
}

.openMask {
  cursor: pointer;
}

.baseLink2 {
  font-size: 18px;
  color: #71501a;
  border-bottom: 1px solid #9e6a1a;
  display: inline-block;
  min-width: 170px;
  padding-bottom: 6px;
}

.baseStyle3 {
  max-width: 1100px;
  margin: 0 auto;
}

.baseStyle3 .baseRight {
  text-align: center;
  flex: 1;
}

.baseTitle2 {
  color: #765c2f;
  font-size: 40px;
  border-top: 1px solid #765c2f;
  border-bottom: 1px solid #765c2f;
  display: inline-block;
  letter-spacing: .1px;
  line-height: 1.5;
  position: relative;
  margin-bottom: 32px;
  padding: 2px 3px 2px;
}

.baseTitle2::before {
  content: '';
  width: 71px;
  height: 16px;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: url(./../img/2019christmas/img_wrap01.png) no-repeat;
  background-size: cover;
}

.baseTitle2::after {
  content: '';
  width: 100%;
  position: absolute;
  height: 1px;
  background: #765c2f;
  left: 0;
  top: 1px;
  opacity: .6;
}

.baseWordJp3 {
  font-size: 11px;
  margin-bottom: 28px;
  letter-spacing: .4px;
}

.baseStyle2 {
  flex-direction: row-reverse;
}

.baseBtn {
  text-align: center;
}

.baseBtn a {
  min-width: 400px;
  min-height: 50px;
  line-height: 48px;
  display: inline-block;
  font-size: 18px;
  color: #71501a;
  border: 1px solid #9e6a1a;
  position: relative;
  box-sizing: border-box;
  transition: background-color .5s ease, color .5s ease;
}

.baseBtn a:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  right: 4px;
  bottom: 4px;
  border: 1px solid rgba(158,106,26,.4);
  transition: border .5s ease;
}

.baseBtn a:hover {
  background-color: #735d36;
  color: #ffffff;
}

.baseBtn a:hover:after {
  border: 1px solid rgba(255,255,255,.4);
}

.spIp5 {
  display: none;
}

/*------------------------------------------------------------
    winterColl
------------------------------------------------------------*/
.winterColl {
  background: #fff;
  padding-top: 78px;
  padding-bottom: 58px;
}

.winterCollCon {
  max-width: 1000px;
  margin: 0 auto;
}

.winterCollTitle {
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
}

.winterCollTitle a {
  font-size: 30px;
  text-align: center;
  margin-bottom: 36px;
}

.winterCollCon ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.winterCollCon ul li {
  flex: 0 0 17.5%;
  margin-bottom: 37px;
  margin-right: 3.1%;
}

.winterCollCon ul li:nth-child(5n) {
  margin-right: 0;
}

.winterCollCon ul li.on .basePic,
.winterCollCon ul li a:hover .basePic {
  opacity: 1;
}

.winterCollCon ul li a:hover .basePic:after,
.winterCollCon ul li.on .basePic:after {
  opacity: 1;
}

.winterCollCon ul li a:hover,
.winterCollCon ul li.on a {
  color: #8f6a2a;
}

.winterCollCon .basePic {
  margin-bottom: 14px;
  position: relative;
}

.winterCollCon ul li a .basePic:after  {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #9b7532;
  opacity: 0;
  transition: opacity .5s ease;
}

.winterCollCon ul li img {
  width: 100%;
  display: block;
}

.winterCollCon ul li p {
  font-size: 16px;
  text-align: center;
}
/*------------------------------------------------------------
    colorstone
------------------------------------------------------------*/
.stoneWrap {
  padding-top: 102px;
}

.stoneStyle1,
.stoneStyle3 {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.stoneStyle1 .baseLeft {
  padding: 1px;
  flex: 0 0 496px;
  border: 1px solid #765c2f;
  position: relative;
}

.stoneStyle1 .baseLeft:before {
  content: '';
  width: 71px;
  height: 16px;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: url(./../img/2019christmas/img_wrap01.png) no-repeat;
  background-size: cover;
}

.stoneBorder {
  border: 2px solid #765c2f;
}

.stoneStyle1 .baseRight,
.stoneStyle3 .baseRight {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  padding-left: 47px;
}

.stoneStyle1.stoneStyle2 .baseRight,
.stoneStyle3.stoneStyle2 .baseRight {
  padding-right: 47px;
}

.stoneMargin1 {
  margin-bottom: 118px;
}

.stoneStyle2 {
  flex-direction: row-reverse;
}

.stoneStyle2 .baseRight {
  justify-content: flex-end;
}

.stoneMargin2 {
  margin-bottom: -54px;
}

.stoneMargin3 {
  margin-bottom: 100px;
}

.stoneStyle3 .baseLeft {
  flex: 0 0 628px;
}

.stoneStyle3 .baseRight {
  flex: 1;
}

.stoneStyle4 .baseLeft {
  flex: 0 0 495px;
}

.stoneMargin4 {
  margin-bottom: 121px;
}

.stoneMargin5 {
  margin-bottom: 100px;
}

.stoneMargin6 {
  margin-bottom: 95px;
}

.stoneStyle5 .baseLeft {
  flex: 0 0 630px;
}

.colorstone .stoneMargin5 {
  margin-bottom: 92px;
}

/*------------------------------------------------------------
    shareBar
------------------------------------------------------------*/

.shareBar {
  text-align: center;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 92px;
}

.shareBar span {
  display: flex;
  justify-content: center;
  padding-top: 11px;
}

.shareBar span a {
  display: inline-block;
  overflow: hidden;
}

.shareBar span svg {
  width: 40px;
  height: 26px;
  fill: #735d36;
}

.shareBar a:first-child {
  margin-right: 1px;
}

.shareBar a:nth-child(2) {
  margin-right: 6px;
}

.shareBar a:first-child svg {
  height: 22px;
}

.shareBar a:last-child svg {
  height: 26px;
}

  /*------------------------------------------------------------
    mask
------------------------------------------------------------*/
.chriMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  z-index: 11;
}

.chriMaskBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,.7);
}

.chriMaskCon {
  max-width: 1100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.chriClose {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: -48px;
  top: -7px;
}

.chriClose::after,
.chriClose::before {
  content: '';
  width: 22px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 4px;
  background: #fff;
}

.chriClose:after {
  transform: rotate(45deg);
}

.chriClose:before {
  transform: rotate(-45deg);
}

.modalOpen {
  overflow: hidden;
}

.chriMaskItem {
  display: none;
}

.chriMaskItem img {
  width: 100%;
  display: block;
}

.stoneMaskItem1 {
  width: 820px;
}

.stoneMaskItem2 {
  width: 644px;
}

.stoneMaskItem3 {
  width: 816px;
}

.stoneMaskItem4 {
  width: 812px;
}


/*------------------------------------------------------------
    eardress
------------------------------------------------------------*/
.whiteBg {
  background: #fff;
  padding: 50px 0 100px;
  margin-bottom: 100px;
}

.eardressStyle1 {
  max-width: 1160px;
  margin: 0 auto 98px;
  background: none;
}

.eardressStyle1 .baseRight {
  flex: 0 0 605px;
  margin-left: 103px;
  padding: 11px;
  background: url(./../img/2019christmas/img_wrap02.png) no-repeat;
  background-size: cover;
  box-sizing: border-box;
}

.eardressStyle1 .baseLeft {
  flex: 1;
}

.eardressStyle1 .earTitlePic {
  width: 236px;
  display: inline-block;
  margin-bottom: 38px;
}

.eardressStyle1 .baseWordJp1 {
  margin-bottom: 0;
}

.eardressStyle2 .baseLeft {
  flex: 0 0 510px;
  border: 1px solid rgba(118,92,47,.4);
  padding: 5px;
  box-sizing: border-box;
  margin-left: 20px;
}

.eardressStyle2.baseStyle2 .baseLeft {
  margin-right: 20px;
  margin-left: 40px;
}

.earMargin1 {
  margin-bottom: 99px;
}

.eardressStyle2 .baseWordEn1 {
  margin-bottom: 19px;
  letter-spacing: .65px;
}

.eardressStyle2 .baseRight {
  margin-left: 44px;
}

.eardressStyle2.baseStyle2 .baseRight {
  margin-left: 0;
}

.eardressStyle2 .baseWordJp1 {
  letter-spacing: 1.6px;
}

.earMargin2,
.earMargin3 {
  margin-bottom: 101px;
}

.eardress .baseBtn {
  margin-bottom: 44px;
}

.eardressStyle1 p{
  margin-bottom: 26px;
}

.earMaskItem1 {
  width: 650px;
}

.earMaskItem2 {
  width: 816px;
}

/* ------------------------------------------------------------
    antique
------------------------------------------------------------ */
.banner {
  padding-bottom: 94px;
}

.bannerPic {
  position: relative;
}

.bannerPic img {
  width: 100%;
}

.picInfoTitle {
	width:55%;
  padding-bottom: 15px;
}

.picInfoWord {
  font-size: 13px;
  color: #765c2f;
  letter-spacing: 1.7px;
  line-height: 2;
}

.picInfo {
  position: absolute;
  top: 55px;
  left: 115px;
}

.antiqueText {
  max-width: 870px;
  position: relative;
  left: 115px;
}

.antiqueText .antiqueTextCon {
  position: absolute;
  bottom: 56px;
}

.antiqueText .antiqueTextEn {
  padding-bottom: 2px;
  font-size: 13px;
  letter-spacing: .9px;
  line-height: 1.4;
}

.antiqueText .antiqueTextJp {
  font-size: 10px;
  text-indent: -10px;
  margin-left: 9px;
}

/*------------------------------------------------------------
    index
------------------------------------------------------------*/
.christmas .firstView {
  margin-bottom: 0;
}

.chriFviPic {
  background: url(./../img/2019christmas/img_fiv_pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

.chriFviInner {
  width: 14.9%;
  left: 15.1%;
  top: 50%;
}

.chriFviInner img {
  width: 100%;
  display: block;
}

.chriFviInner .chriLogo {
  margin: 0px auto 54px;
  width: 75%;
}

.christmasIntro {
  margin: 75px 80px;
  position: relative;
}

.chrIntroWrap img {
  width: 100%;
  display: block;
}

.christmasIntro .chrIntro .baseTitle1 {
	font-size:50px;
	margin-bottom:35px;
	line-height:1;
	letter-spacing:.6px;
}

.christmasIntro .chrIntro {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 13px;
  color: #775c2f;
  text-align: center;
  letter-spacing: 3.1px;
  line-height: 2.15;
  opacity: 0;
  -webkit-transition: opacity .8s ease-out 1s;
  transition: opacity .8s ease-out 1s;
}

.christmasIntro.fadeInAnim.visible .chrIntro {
  opacity: 1;
}

.chrLimited {
  position: relative;
}

.chrLimitedPic {
  display: block;
}

.chrLimitedPic img {
  width: 100%;
  display: block;
}

.chrLimitedCon {
  position: absolute;
  right: 11.8%;
  top: 50%;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}

.chrLimitTitle {
  font-size: 60px;
}

.chrLimitTitle2 {
  font-size: 24px;
  margin-top: -3px;
  margin-bottom: 51px;
}

.chrLimitLink a {
  font-size: 24px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin: 0 34px;
  letter-spacing: .4px;

}

.chrLimited a {
  color: #fff;
  opacity: 1;
  transition: opacity .5s ease;
}

.chrLimited a:hover {
  opacity: .7;
}

.chrLimitLink a::after {
  content: '';
  position: absolute;
  right: -34px;
  height: 16px;
  width: 1px;
  background: #fff;
  opacity: .3;
  top: 50%;
  transform: translateY(-50%);
}

.chrLimitLink a:last-child:after {
  display: none;
}

.chrStone {
  margin-bottom: 150px;
  background: #917d56;
  position: relative;
  transition: opacity .5s ease;
}

.chrStone:hover {
  opacity: .7;
}

.chrStone .baseStyle1 {
  background: none;
  position: relative;
}

.chrStone .baseStyle1 .baseLeft:before {
  content: '';
  position: absolute;
  width: calc( 50% - 32px);
  left: 15px;
  top: 15px;
  bottom: 15px;
  border: 1px solid rgba(255,255,255,.4);
}

.chrStone .baseTitle1 {
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
  letter-spacing: .6px;
}

.chrStone .baseWordJp1 {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 0;
  color: #fff;
}

.chrList {
  max-width: 1100px;
  margin: 0 auto 68px;
}

.chrList li {
  width: 26.8%;
  float: left;
  margin-right: 9.8%;
  margin-bottom: 82px;
}

.chrList li:nth-child(3n) {
  margin-right: 0;
}

.chrList li a {
  position: relative;
  display: block;
}

.chrList li a img {
  width: 100%;
  display: block;
}

.chrList li a span {
  position: absolute;
  writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  left: -45px;
  top: -15px;
  color: #491414;
  font-size: 30px;
  transition: color .5s ease;
}

.chrList li a:hover span {
  color: #999;
}

.chrWhiteBg {
  background-color: #fff;
  padding-bottom: 130px;
  padding-top: 140px;
}

.chrMemoria {
  max-width: 1100px;
  margin: 0 auto 140px;
  position: relative;
}

.chrMemoria > a {
  background: #fff;
  opacity: 0;
  transition: opacity .5s ease;
}

.chrMemoria > a:hover  {
  opacity: .3;
}


.chrMemoria .baseStyle1 {
  background: #2d2622;
}

.chrMemoriaLink {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.chrMemoria .baseTitle1 {
  width: 200px;
}

.chrMemoria .baseTitle1 img {
  width: 100%;
  display: block;
}

.chrMemoria .baseStyle1 .baseLeft {
  flex: 1;
}

.chrMemoria .baseStyle1 .baseRight {
  flex: 0 0 680px;
}

.chrMemoria .baseTitle1 {
  width: 130px;
  display: inline-block;
  margin-bottom: 64px;
}

.chrMemoria .chrLimitLink a {
  font-size: 18px;
  margin: 0 27px;
  transition: opacity .5s ease;
}

.chrMemoria .chrLimitLink a:after {
  right: -30px;
  height: 18px;
}

.chrMemoria .chrLimitLink a:hover {
  opacity: .7;
}

.chrRanking {
  display: flex;
  align-items: center;
  margin-bottom: 106px;
  margin-top: -24px;
}

.chrRankLeft {
  flex: 0 0 360px;
  text-align: center;
}

.chrRankRight {
  flex: 1;
}

.chrRankItem > p {
  font-size: 30px;
  font-style: italic;
  padding-left: 16px;
  position: relative;
  margin-bottom: 10px;
}

.chrRankItem > p::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  background: #491414;
  width: 10px;
  height: 1px;
}

.chrRankItem ul {
  display: flex;
}

.chrRankItem ul li {
  flex: 0 0 20%;
}

.chrRankItem ul li a {
  display: block;
  box-sizing: border-box;
  padding-left: 1px;
}

.chrRankItem ul .basePic img {
  width: 100%;
  display: block;
}

.chrRankTitle {
  text-align: center;
  margin-top: -22px;
  position: relative;
}

.chrRankTitle .chrRankNum {
  font-size: 18px;
  font-style: italic;
  letter-spacing: -.8px;
  margin-bottom: -7px;
}

.chrRankTitle .chrRankNum span {
  font-size: 36px;
}

.chrRankTitle .chrRankPrice {
  font-size: 13px;
  letter-spacing: .2px;
}

.chrRankItem {
  margin-bottom: 30px;
}

.chrRankLeft p {
  font-size: 50px;
}

.chrRankLeft span {
  font-size: 13px;
  letter-spacing: .1px;
}

.chrCatalog {
  max-width: 1100px;
  margin: 0 auto;
}

.chrCatalogLeft,
.chrCatalogRight {
  float: left;
}

.chrCatalogLeft {
  max-width: 722px;
  margin-left: -23px;
}

.chrCatalogLeft img {
  width: 100%;
  display: block;
}

.chrCatalogRight {
  margin-left: 21px;
  margin-top: 75px;
  font-size: 13px;
  letter-spacing: .6px;
  line-height: 2.3;
}

.chrCatalogLeft p {
  position: absolute;
  left: 643px;
  color: #491414;
  font-size: 73px;
  line-height: 1;
  white-space: nowrap;
  font-style: italic;
  bottom: 28px;
  overflow: hidden;
  letter-spacing: 0px;
  width: 467px;
}

.ipad .chrCatalogLeft p {
  width: 440px;
}
/* ------------------------------------------------------------
    limited
------------------------------------------------------------ */
.watchBox {
  position: relative;
}

.limitedWatch img {
  width: 100%;
}

.watchInfo {
  text-align: center;
  color: #ffffff;
  position: absolute;
  right: 12.8%;
  top: 46.6%;
  transform: translateY(-50%);
}

.watchInfo p:nth-child(1) {
  font-size: 24px;
  font-style: italic;
}

.watchInfo p:nth-child(2) {
  font-size: 70px;
  margin-top: -15px;
  letter-spacing: 1px;
  padding-bottom: 7px;
}

.watchInfo p:nth-child(3) {
  padding-bottom: 27px;
}

.watchInfo p:nth-child(3),
.watchInfo p:nth-child(4) {
  font-size: 13px;
  letter-spacing: 1.5px;
  line-height: 2.2;
}

.limited .stoneWrap {
  padding-top: 0;
}

.limitedWatch {
  padding-top: 102px;
  padding-bottom: 82px;
}

.limitedRing  {
  padding-top: 0;
}


.liColBg {
  padding-bottom: 148px;
  background: #f8f5ec;
}

.liColBg2 {
  padding-bottom: 94px;
}

.liColBg .baseTitle2 {
  margin-bottom: 44px;
}

.liColBg .baseWordJp3 {
  margin-bottom: 85px;
}

.liColBg .baseLink1 {
  border: none;
}

.limited .liColBg .baseTitle2::after {
  height: auto;
  background: none;
  bottom: 1px;
  border: 1px solid #765c2f;
  box-sizing: border-box;
  border-right: none;
  border-left: none;
}

.liColBg.eardressStyle2 .baseLeft {
  flex: 0 0 474px;
  padding: 12px;
  border: none;
  position: relative;
  margin-right: 80px;
  margin-left: 68px;
}

.liColBg.eardressStyle2 .baseLeft .limLine {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.limitedRing .watchInfo {
  top: 50%;
  left: 11.4%;
  right: inherit;
}

.limitedRing .watchInfo p:nth-child(3) {
  padding-bottom: 13px;
}

.limitedRing .watchInfo p:nth-child(4) {
  padding-bottom: 13px;
}

.limitedRing .watchInfo p:nth-child(5) {
  line-height: 2.2;
}

.liColBg2.eardressStyle2 .baseLeft {
  margin-right: -16px;
  margin-left: 80px;
}

  /*------------------------------------------------------------
    diamond
------------------------------------------------------------*/
.diamond .stoneIntro1  .baseTitle1 {
  margin-bottom: 28px;
}

.diamond .stoneMargin4 {
  margin-bottom: 102px;
}

.diamond .stoneStyle1 .baseRight,
.diamond .stoneStyle3 .baseRight {
  padding-left: 50px;
}

.diamond .stoneStyle1.stoneStyle2 .baseRight,
.diamond .stoneStyle3.stoneStyle2 .baseRight {
  padding-right: 48px;
}

.diaWhiteBg {
  background-color: #fff;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.diamondStyle1 {
  margin-bottom: 101px;
  background: none;
}

.diamondStyle1 .baseTitle1 {
  font-size: 46px;
  margin-bottom: -9px;
}

.baseTitle3 {
  font-size: 24px;
  color: #765c2f;
  position: relative;
  margin-bottom: 32px;
  display: inline-block;
}

.baseTitle3::before,
.baseTitle3::after {
  content: '';
  position: absolute;
  width: 12px;
  background: #765c2f;
  height: 1px;
  top: 56%;
}

.baseTitle3::before {
  left: -18px;
}

.baseTitle3::after {
  right: -18px;
}

.diamondStyle1 .baseWordJp1 {
  margin-bottom: 36px;
}

.diamondStyle1 .baseWordEn1 {
  margin-bottom: 34px;
}

.baseStyle1.diamondStyle1 .baseRight {
  position: relative;
}

.baseStyle1.diamondStyle1 .baseRight:after {
  content: '';
  position: absolute;
  border: 1px solid #fff;
  opacity: .4;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

.diamond .baseWordJp1 p {
  margin-bottom: 30px;
}

/*------------------------------------------------------------
    memoria
------------------------------------------------------------*/
.memoWhiteBg {
  padding-top: 188px;
  padding-bottom: 148px;
  background: #fff;
}

.memoriaStyle1 {
  display: flex;
  width: 900px;
  margin: 0 auto;
  align-items: center;
}

.memoriaStyle1 .baseLeft {
  flex: 0 0 154px;
  margin-left: 140px;
  margin-right: 48px;
}

.memoriaStyle1 .baseRight {
  flex: 1;
  text-align: center;
  font-size: 13px;
  line-height: 2.76;
  letter-spacing: 1.5px;
}

.memoriaStyle1 .baseLeft img {
  width: 100%;
  display: block;
}

.memoriaStyle2 {
  position: relative;
  margin-bottom: 152px;
}

.memoriaStyle2 .memoriaPic {
  display: block;
}

.memoriaStyle2 .memoriaPic img {
  width: 100%;
  display: block;
}

.memoriaStyle2 .baseStyle1 {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  background: none;
}

.memoriaStyle2 .baseStyle1 .baseLeft {
  flex: 0 0 48%;
}

.memoriaStyle2 .baseStyle1 .baseRight {
  flex: 1;
  height: 100%;
}

.memoriaStyle2 .baseTitle1 {
  margin-bottom: 44px;
  letter-spacing: .6px;
  line-height: 1.05;
}

.baseWordLeJp {
  display: block;
  font-size: 10px;
  font-weight: 500;
  padding-top: 3px;
  letter-spacing: 0;
}

.baseTitle4 {
  font-size: 12px;
  color: #765c2f;
  letter-spacing: 1.5px;
  margin-bottom: 44px;
}

.memoriaStyle2 .baseWordJp1 {
  letter-spacing: 1.8px;
}

.memoriaStyle2 .baseWordEn1 {
  margin-bottom: 22px;
}

.baseWordJp5 {
  margin-bottom: 0;
  line-height: 1.8;
  letter-spacing: 0;
}

.memoriaStyle3 {
  max-width: 1100px;
  margin: 0 auto 150px;
  background: none;
}

.memoriaStyle3 .baseRight {
  margin-right: 50px;
  flex: 0 0 628px;
}

.memoriaStyle3 .baseLeft {
  flex: 1;
}

.memoriaStyle3 .baseTitle1 {
  font-size: 40px;
  margin-bottom: 22px;
  letter-spacing: .2px;
}

.memoriaStyle3 .baseWordJp1 {
  font-size: 12px;
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}

.memoriaStyle3 .baseWordJp1 p {
  margin-bottom: 20px;
}

.memoriaStyle3 .baseWordEn1 {
  margin-bottom: 20px;
}

.memoriaStyle3.baseStyle2 .baseRight {
  margin-right: 0;
  margin-left: 50px;
}

.memoriaStyle3 .baseLink2 {
  margin-top: 10px;
}

.baseWordJp4 {
  max-width: 358px;
  margin: -8px auto 22px;
  font-size: 10px;
  color: #666666;
  text-align: left;
  letter-spacing: 0;
}

.baseWordJp4 span {
  display: block;
  text-indent: -10px;
  margin-left: 10px;
}

.memoriaStyle4 .baseTitle1 {
  margin-bottom: 26px;
}

.memoriaStyle4 .baseWordJp1 p {
  margin-bottom: 26px;
}

.memoriaStyle4 .baseStyle1 .baseLeft {
  position: relative;
  left: -85px;
}

.memoriaStyle4 {
  margin-bottom: 120px;
}

.memoria .baseBtn {
  margin-bottom: 44px;
}

/*------------------------------------------------------------
    aoyama limited
------------------------------------------------------------*/
.aoyamaAndGinzaTitle {
  margin-bottom: 6px;
}

.aoyamaAndGinzaVice {
  font-size: 12px;
  color: #765c2f;
  margin-bottom: 44px;
  letter-spacing: 1px;
}

.aoyamaAndGinzaDIvision {
  margin-bottom: 33px;
}

.aoyamaAndGinzaWord {
  margin-bottom: 44px;
}

.aoyamaAndGinzaWord p {
  letter-spacing: 1.5px;
}

.aoyamaAndGinzaLink {
  font-size: 13px;
  color: #765c2f;
  letter-spacing: 1.5px;
}

.aoyamaAndGinzaShop {
  font-size: 11px;
  margin-bottom: 29px;
}

.aoyamaAndGinzaEng {
  margin-bottom: 24px;
}

.stoneStyle1.stoneStyle2 .aoyamaAndGinzaRight {
  padding-right: 47px;
}

.stoneStyle1.stoneStyle2 .aoyamaAndGinzaRight1 {
  padding-right: 40px;
}

.stoneStyle1 .aoyamaAndGinzaPic {
  border: none;
  padding: 10px;
  margin-left: -7px;
}

.stoneStyle1 .aoyamaAndGinzaPic1 {
  border: none;
  padding: 10px;
  margin-right: -7px;
}

.aoyamaAndGinzaPic::before,
.aoyamaAndGinzaPic1::before {
  display: none;
}

.aoyamaAndGinzaImg {
  border: none;
}

.aoyamaAndGinzaLine {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  left: 0px;
  z-index: -1;
}

.aoyamaMargin1 {
  margin-bottom: -71px;
}

.aoyamaRight {
  padding-left: 39px !important;
}

.aoyamaMargin2 {
  margin-bottom: 94px;
}

/*------------------------------------------------------------
    ginza limited
------------------------------------------------------------*/

.ginzaMargin {
  margin-bottom: 112px;
}

.stoneStyle1.stoneStyle2 .ginzaRight {
  padding-right: 68px;
}

.ginzaTitle {
  margin-bottom: 1px;
}

/*------------------------------------------------------------
    watch
------------------------------------------------------------*/
.stoneStyle1 .watchPic {
  padding: 1.49%;
  margin-left: -13px;
}

.stoneStyle1 .watchPic1 {
  padding: 1.49%;
  margin-right: -13px;
}

.baseStyle1 .baseWatch {
  padding: 33px 0 33px 0;
  flex: 0 0 45%;
  margin-left: -15px;
}

.imgWrap {
  position: relative;
  padding: 2.6%;
}

.watchLine {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.watchTitle {
  margin-bottom: 21px;
}

.watchWord {
  letter-spacing: 1.8px;
}

.watchMargin {
  margin-bottom: 104PX;
}

.stoneStyle1 .watchRight {
  padding-left: 32px;
}

.stoneStyle1.stoneStyle2 .watchRight1 {
  padding-right: 35px;
}

.watchEng {
  margin-bottom: 31px;
}

.watchMargin1 {
  margin-bottom: -83px;
}

.watchMargin2 {
  margin-bottom: 95px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  /*------------------------------------------------------------
    baseSet
------------------------------------------------------------*/
  .baseStyle1 {
    display: block;
  }

  .baseTitle1 {
    font-size: 46px;
    margin-bottom: 7px;
    padding-top: 46px;
  }

  .baseStyle1 .baseLeft {
    flex: 0 0 50%;
    text-align: center;
    margin-bottom: 64px;
  }

  .baseWordJp1 {
    font-size: 12px;
    line-height: 1.98;
    letter-spacing: 1.4px;
    margin-bottom: 19px;
  }

  .baseDivision {
    margin-bottom: 16px;
  }

  .baseWordEn1 {
    font-size: 11px;
    margin-bottom: 32px;
  }

  .baseLink1 {
    font-size: 16px;
    padding-bottom: 7px;
  }

  .baseLink1:hover,
  .baseLink2:hover {
    color: #71501a;
  }

  .stoneMargin1 {
    margin-bottom: 86px;
  }

  .baseWordJp2 {
    line-height: 1.94;
  }

  .baseTitle2 {
    font-size: 35px;
    margin-bottom: 45px;
    padding: 5px 7px 3px;
  }

  .baseWordJp3 {
    margin-bottom: 30px;
  }

  .baseBtn {
    margin: 0 25px;
  }

  .baseBtn a {
    min-width: auto;
    display: block;
  }

  .baseBtn a:hover {
    background-color: transparent;
    color: #71501a;
  }

  .baseBtn a:hover:after {
    border: 1px solid rgba(158,106,26,.4);
  }

 /*------------------------------------------------------------
    mask
------------------------------------------------------------*/
  .chriMaskCon {
    max-width: 1100px;
    position: absolute;
    left: 14px;
    right: 14px;
    top: 50%;
    transform: translate(0,-50%);
  }

  .stoneMaskItem1,
  .stoneMaskItem2,
  .stoneMaskItem3,
  .stoneMaskItem4 {
    width: auto;
  }

  .chriClose {
    right: -10px;
    top: -31px;
  }

  .chriClose::after, .chriClose::before {
    width: 12px;
    left: 9px;
  }

/*------------------------------------------------------------
    winterColl
------------------------------------------------------------*/
  .winterColl {
    padding-top: 69px;
    padding-bottom: 70px;
  }

  .winterCollCon {
    margin: 0 26px;
  }

  .winterCollTitle {
    font-size: 25px;
    margin-bottom: 27px;
  }

  .winterCollTitle a {
    font-size: 25px;
    margin-bottom: 27px;
  }

  .winterCollCon ul {
    justify-content: space-between;
  }

  .winterCollCon ul li {
    flex: 0 0 46%;
    margin-bottom: 28px;
    margin-right: 0;
  }

  .winterCollCon .basePic {
    margin-bottom: 10px;
  }

  .winterCollCon ul li a:hover .basePic:after {
    opacity: 0;
  }

  .winterCollCon ul li a:hover {
    color: #333;
  }
/*------------------------------------------------------------
    colorstone
------------------------------------------------------------*/
  .stoneWrap {
    padding-top: 68px;
  }

  .stoneStyle1,
  .stoneStyle3 {
    margin: 0 24px;
    display: block;
  }

  .stoneStyle1 .baseLeft::before {
    width: 48px;
    height: 11px;
    top: -11px;
  }

  .stoneStyle1 .baseLeft {
    padding: 1px;
    margin-bottom: 25px;
  }

  .baseWordEn2 {
    font-size: 12px;
    letter-spacing: .3px;
    line-height: 1.42;
    margin-bottom: 22px;
  }

  .stoneStyle1 .baseRight,
  .stoneStyle3 .baseRight {
    padding-left: 0;
  }

  .baseLink2 {
    font-size: 16px;
    padding-bottom: 7px;
  }

  .stoneStyle2 .baseRight {
    justify-content: flex-start;
  }

  .stoneStyle1.stoneStyle2 .baseRight,
  .stoneStyle3.stoneStyle2 .baseRight {
    padding-right: 0;
  }

  .stoneMargin2 {
    margin-bottom: 89px;
  }

  .stoneMargin3 {
    margin-bottom: 90px;
  }

  .stoneIntro1 {
    padding-bottom: 56px;
  }

  .stoneIntro1 .baseRight {
    margin-bottom: 72px;
  }

  .stoneIntro1 .baseLeft {
    margin-bottom: 0;
  }

  .stoneMargin4 {
    margin-bottom: 80px;
  }

  .stoneStyle3 .baseLeft {
    margin-bottom: 24px;
  }

  .stoneMargin5 {
    margin-bottom: 79px;
  }

  .stoneMargin6 {
    margin-bottom: 85px;
  }

  .colorstone .stoneMargin5 {
    margin-bottom: 84px;
  }

/*------------------------------------------------------------
    shareBar
------------------------------------------------------------*/
  .shareBar {
    margin-bottom: 84px;
  }

/*------------------------------------------------------------
    eardress
------------------------------------------------------------*/
  .whiteBg {
    padding: 80px 0 98px;
    margin-bottom: 80px;
  }

  .eardressStyle1 .earTitlePic {
    width: 226px;
    margin-bottom: 24px;
    padding-top: 0;
  }

  .eardressStyle1 .baseLeft {
    left: 0;
    margin-bottom: 55px;
  }

  .eardressStyle1 .baseRight {
    padding: 7px;
    margin: 0 20px;
  }

  .eardressStyle1 .baseWordJp1 {
    line-height: 1.94;
  }

  .earMargin1 {
    margin-bottom: 119px;
  }

  .eardressStyle2 {
    text-align: center;
    margin: 0 25px;
  }

  .eardressStyle2 > .baseTitle2 {
    display: inline-block !important;
  }

  .eardressStyle2 .baseLeft {
    padding: 2px;
    margin: 0 -3px 38px;
  }

  .eardressStyle2 .baseWordJp1 {
    letter-spacing: .4px;
    line-height: 1.94;
  }

  .eardressStyle2 .baseRight {
    margin: 0 -5px 0;
  }

  .earMargin2 {
    margin-bottom: 120px;
  }

  .eardressStyle2.baseStyle2 .baseLeft {
    margin-right: -3px;
    margin-left: -3px;
    margin-bottom: 30px;
  }

  .eardressStyle2.baseStyle2 .baseRight {
    margin-right: -5px;
    margin-left: -5px;
  }

  .eardress .baseWordEn2 {
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1.45;
    margin-bottom: 22px;
  }

  .earMargin3 {
    margin-bottom: 81px;
  }

  .eardress .baseBtn {
    padding-top: 10px;
    margin-bottom: 44px;
  }

  .earMaskItem1,
  .earMaskItem2 {
    width: auto;
  }

/* ------------------------------------------------------------
    antique
------------------------------------------------------------ */
  .banner {
    padding-bottom: 80px;
  }

  .picInfoTitle {
	  width:70%;
    padding-bottom: 7px;
  }

  .picInfoWord {
    font-size: 12px;
    letter-spacing: 0.7px;
    line-height: 2;
    margin-right: -16px;
  }

  .picInfo {
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
    width: 84.1%;
  }

  .antiqueText,
  .antiqueText .antiqueTextCon {
    position: static;
  }

  .antiqueText {
    margin: 30px 25px 0;
  }

  .antiqueText .antiqueTextEn {
    padding-bottom: 1px;
    letter-spacing: .95px;
    line-height: 1.45;
  }

  .antiqueText .antiqueTextJp {
    line-height: 1.9;
  }

/*------------------------------------------------------------
    index
------------------------------------------------------------*/
  .chriFviInner {
    width: auto;
    left: 0;
    top: auto;
    transform: translateY(0);
    bottom: 6.7%;
  }

  .chriFviPic {
    background: url(./../img/2019christmas/img_fiv_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
  }

  .chriFviInner .chriLogo {
    margin: 0px auto 28px;
    width: 24%;
  }

  .chriFviInner .chriLogoText {
    width: 32%;
    margin: 0 auto;
  }

  .christmasIntro {
    margin: 61px 25px;
  }

  .christmasIntro .chrIntro .baseTitle1 {
	font-size:42px;
	line-height:1;
	margin-bottom:30px;
	padding-top:0;
  }

  .christmasIntro .chrIntro {
    font-size: 12px;
    letter-spacing: 1.8px;
    line-height: 2.16;
  }

  .chrLimitedCon {
    right: 0;
    top: 31%;
    width: 100%;
  }

  .chrLimitTitle {
    font-size: 48px;
	line-height:0.9;
	margin-bottom:8px;
  }

  .chrLimitTitle2 {
    font-size: 23px;
    margin-top: -5px;
    margin-bottom: 22px;
  }

  .chrLimited {
    margin-bottom: 70px;
  }

  .chrLimitLink a {
    font-size: 23px;
    margin: 0 27px;
  }

  .chrLimitLink a::after {
    right: -30px;
    height: 18px;
  }

  .chrStone {
    margin: 0 25px 50px;
  }

  .chrStone .baseStyle1 .baseLeft::before {
    width: auto;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 10px;
  }

  .chrStone .baseLeft {
    position: relative;
    padding-bottom: 54px;
    margin-bottom: 0;
  }

  .chrStone .baseTitle1 {
    font-size: 38px;
    margin-bottom: 12px;
  }

  .chrStone .baseWordJp1 {
    font-size: 11px;
    letter-spacing: .7px;
    line-height: 1.92;
  }

  .chrList {
    margin: 0 25px 36px;
  }

  .chrList li {
    width: 45.2%;
    margin-right: 0;
    margin-bottom: 42px;
  }

  .chrList li:nth-child(2n) {
    float: right;
  }

  .chrList li a {
    position: static;
  }

  .chrList li a span {
    position: static;
    -webkit-writing-mode: rl-tb;
    -webkit-writing-mode: horizontal-tb;
    writing-mode: rl-tb;
    writing-mode: horizontal-tb;
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 14px;
  }

  .chrWhiteBg {
    padding-top: 79px;
    padding-bottom: 92px;
  }

  .chrMemoria {
    margin: 0 25px 106px;
  }

  .chrMemoria > a:hover {
    opacity: 0;
  }

  .chrMemoria .baseTitle1 {
    width: 27%;
    margin-bottom: 32px;
    padding-top: 42px;
  }

  .chrMemoria .baseStyle1 .baseLeft {
    margin-bottom: 52px;
  }

  .chrRanking {
    display: block;
    margin-bottom: 98px;
    margin-top: -55px;
  }

  .chrRankLeft span {
    display: block;
    margin-top: -1px;
  }

  .chrRankLeft p {
    font-size: 38px;
  }

  .chrRankLeft {
    margin-bottom: 23px;
  }

  .chrRankItem {
    text-align: center;
  }

  .chrRankItem > p {
    display: inline-block;
  }

  .chrRankItem ul li {
    flex: 0 0 33.333%;
  }

  .chrRankTitle {
    margin-top: -19px;
  }

  .chrCatalogLeft {
    margin-left: 0;
    margin-bottom: 14px;
  }

  .chrCatalogLeft img {
    width: 96%;
    margin: 0 auto;
  }

  .chrCatalogLeft p {
    position: static;
    max-width: 322px;
    margin: -8px auto 0;
  }

  .chrCatalogRight {
    margin: 0 30px 0 42px;
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 2.5;
  }

  .chrLimited a:hover,
  .chrLimited a:hover,
  .chrStone:hover,
  .chrMemoria:hover,
  .chrMemoria .chrLimitLink a:hover {
    opacity: 1;
  }

  .chrList li a:hover span {
    color: #491414;
  }

    /* ------------------------------------------------------------
    limited
------------------------------------------------------------ */
  .limitedWatch {
    padding-top: 68px;
    padding-bottom: 78px;
  }

  .limitedRing {
    padding-top: 0;
  }

  .watchInfo {
    top: 50px;
    left: 0px;
    right: 0px;
    transform: translateY(0);
  }

  .watchInfo p:nth-child(1) {
    font-size: 23px;
  }

  .watchInfo p:nth-child(2) {
    font-size: 65px;
    margin-top: -19px;
    padding-bottom: 12px;
  }

  .watchInfo p:nth-child(3) {
    margin-top: -7px;
    padding-bottom: 19px;

  }

  .watchInfo p:nth-child(3),
  .watchInfo p:nth-child(4) {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 1.3px;
  }

  .watchInfo p:nth-child(4) {
    line-height: 1.8;
  }

  .liColBg.eardressStyle2 .baseLeft {
    padding: 7px 8px 8px;
  }

  .liColBg.eardressStyle2 .baseLeft .limLine {
  }

  .liColBg .baseWordJp3 {
    margin-bottom: 55px;
  }

  .limitedRing .watchInfo {
    top: 50px;
    left: 0px;
    right: 0px;
  }

  .liColBg {
    padding-bottom: 84px;
  }

  .liColBg2 {
    padding-bottom: 91px;
  }

  .limitedRing .watchInfo p:nth-child(3),
  .limitedRing .watchInfo p:nth-child(4),
  .limitedRing .watchInfo p:nth-child(5) {
    line-height: 2;
  }

  .liColBg2.eardressStyle2 .baseLeft {
    margin-right: -3px;
    margin-left: -3px;
  }

  .liColBg2.eardressStyle2 .baseLeft {
    margin-bottom: 30px;
  }

  /*------------------------------------------------------------
    diamond
------------------------------------------------------------*/
  .diamond .stoneIntro1 .baseTitle1 {
    margin-bottom: 7px;
  }

  .diamond .baseWordJp1 p {
    margin-bottom: 12px;
  }

  .diamond .stoneIntro1 .baseLeft {
    margin-bottom: 60px;
  }

  .diamond .stoneMargin4 {
    margin-bottom: 80px;
  }

  .diamond .stoneIntro1 {
    padding-bottom: 0;
  }

  .diamond .stoneStyle1 .baseRight,
  .diamond .stoneStyle3 .baseRight {
    padding-left: 0;
  }

  .diamond .stoneStyle3 .baseLeft {
    margin-bottom: 26px;
  }

  .diamond .baseWordEn2 {
    margin-bottom: 18px;
  }

  .diaWhiteBg {
    margin-bottom: 80px;
  }

  .diamondStyle1 .baseTitle1 {
    font-size: 40px;
    margin-bottom: -4px;
    padding-top: 44px;
    line-height: 1.2;
  }

  .baseTitle3 {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .diamondStyle1 .baseWordJp1 {
    margin-bottom: 18px;
  }

  .diamondStyle1 .baseWordEn1 {
    margin-bottom: 32px;
  }

  .diamondStyle1 {
    margin-bottom: 80px;
  }

  .diamond .stoneStyle1.stoneStyle2 .baseRight,
  .diamond .stoneStyle3.stoneStyle2 .baseRight {
    padding-right: 0;
  }

  .diamond .diamondStyle2 .baseWordEn2 {
    font-size: 13px;
    letter-spacing: .6px;
    margin-bottom: 23px;
  }

  .diamondStyle3 .baseTitle3 {
    font-size: 24px;
    margin-bottom: 22px;
  }

  .diamondStyle3 .baseTitle1 {
    margin-bottom: -1px;
  }

/* ------------------------------------------------------------
    aoyama limited
------------------------------------------------------------ */
  .aoyamaAndGinzaTitle {
    letter-spacing: 0.4px;
    margin-bottom: 0px;
  }

  .aoyamaAndGinzaVice {
    margin-bottom: 28px;
  }

  .aoyamaAndGinzaDIvision {
    margin-bottom: 19px;
  }

  .aoyamaAndGinzaWord {
    line-height: 1.92;
    margin-bottom: 37px;
  }

  .aoyamaAndGinzaLink {
    font-size: 12px;
    letter-spacing: 1.5px;
  }

  .stoneStyle1 .aoyamaAndGinzaPic,
  .stoneStyle1 .aoyamaAndGinzaPic1 {
    padding: 2.2%;
    margin-left: -4px;
    margin-right: -4px;
  }

  .aoyamaMargin {
    margin-bottom: 80px;
  }

  .aoyamaMargin2 {
    margin-bottom: 84px;
  }

  .aoyamaRight {
    padding-left: 0px !important;
  }

  .aoyamaAndGinzaEng {
    line-height: 1.55;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
  }

  .aoyamaAndGinzaShop {
    margin-bottom: 23px;
  }

  .aoyamaMargin1 {
    margin-bottom: 79px;
  }

  /* ------------------------------------------------------------
    ginza limited
------------------------------------------------------------ */
  .ginzaMargin {
    margin-bottom: 81px;
  }

  /*------------------------------------------------------------
    watch
------------------------------------------------------------*/
  .watchTitle {
    margin-bottom: 10px;
  }

  .baseStyle1 .baseWatch {
    padding: 18px;
    margin-left: 0px;
    padding-bottom: 66px;
  }

  .watchWord {
    margin-bottom: 0px;
  }

  .baseStyle1 .watchLeft {
    margin-bottom: 27px;
  }

  .stoneStyle1 .watchPic,
  .stoneStyle1 .watchPic1 {
    padding: 3.2%;
  }

  .stoneStyle1 .watchPic {
    margin-bottom: 33px;
  }

  .watchMargin,
  .watchMargin1  {
    margin-bottom: 82px;
  }

  .watchEng {
    margin-bottom: 22px;
  }

  .watchMargin2 {
    margin-bottom: 84px;
  }

  /*------------------------------------------------------------
      memoria
  ------------------------------------------------------------*/
  .memoWhiteBg {
    padding-top: 94px;
    padding-bottom: 85px;
  }

  .memoriaStyle1 {
    width: auto;
    display: block;
  }

  .memoriaStyle1 .baseLeft {
    width: 100px;
    margin: 0px auto 37px;
  }

  .memoriaStyle1 .baseRight {
    font-size: 12px;
    line-height: 2.5;
  }

  .memoriaStyle2 {
    background: url(./../img/2019christmas/memoria/img_memoria01_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    padding-bottom: 58px;
  }

  .memoriaStyle2 .baseTitle1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 42px;
  }

  .memoriaStyle2 .baseStyle1 {
    position: relative;
    height: auto;
  }

  .memoriaStyle2 .baseWordJp3 {
    margin-bottom: 0;
  }

  .baseTitle4 {
    text-align: center;
    margin-bottom: 22px;
  }

  .memoriaStyle2 .baseStyle1 .baseRight {
    margin-bottom: 25px;
    padding-top: 110px;
  }

  .memoriaStyle2 .baseWordJp1 {
    margin-bottom: 22px;
    letter-spacing: .8px;
    line-height: 1.9;
  }

  .memoriaStyle2 .baseStyle1 .baseLeft {
    margin-bottom: 0;
  }

  .memoriaStyle2 .baseWordEn1 {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .memoriaStyle2 {
    margin-bottom: 100px;
  }

  .memoriaStyle3 {
    margin: 0 auto 98px;
  }

  .memoriaStyle3 .baseRight {
    margin: 0 24px 36px;
  }

  .memoriaStyle3 .baseTitle1 {
    font-size: 35px;
    margin-bottom: 16px;
    padding-top: 0;
  }

  .memoriaStyle3 .baseWordJp1 {
    letter-spacing: .7px;
    line-height: 1.9;
  }

  .memoriaStyle3 .baseWordJp1 p {
    margin-bottom: 14px;
  }

  .memoriaStyle3.baseStyle2 .baseRight {
    margin: 0 24px 36px;
  }

  .baseWordJp4 {
    max-width: none;
    margin: 30px 20px 22px;
    letter-spacing: -.2px;
  }

  .memoriaStyle4 {
    padding: 10px;
    background: url(./../img/2019christmas/memoria/img_memoria05_sp.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    box-sizing: border-box;
  }

  .memoriaStyle4 .baseStyle1 .baseLeft {
    left: 0;
    overflow: hidden;
    position: static;
  }

  .memoriaStyle4 .baseTitle1 {
    font-size: 41px;
    padding-top: 39px;
    margin-bottom: 30px;
  }

  .memoriaStyle4 .baseWordJp1 {
    letter-spacing: .7px;
    position: relative;
    right: -3px;
  }

  .memoriaStyle4 .baseWordJp1 p {
    margin-bottom: 14px;
  }

  .memoriaStyle4 .baseStyle1 .baseRight {
    margin-bottom: 10px;
    padding-top: 166px;
  }

  .memoriaStyle4 .memoBroder {
    border: 1px solid #765c2f;
    padding: 2px;
    box-sizing: border-box;
    position: relative;
  }

  .memoriaStyle4 .baseStyle1 {
    border: 2px solid #765c2f;
    box-sizing: border-box;
    padding-bottom: 43px;
  }

  .memoriaStyle4 .baseStyle1:before,
  .memoriaStyle4 .baseStyle1:after,
  .memoriaStyle4 .memoBroder:before,
  .memoriaStyle4 .memoBroder:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 34px;
    background: url(./../img/2019christmas/img_wrap04.png) no-repeat;
    background-size: 34px 34px;
  }

  .memoriaStyle4 .baseStyle1:before {
    left: 0;
    top: 0;
  }

  .memoriaStyle4 .baseStyle1:after {
    right: 0;
    top: 0;
    transform: rotate(90deg);
    transform-origin: center center;
  }

  .memoriaStyle4 .memoBroder:before {
    left: 4px;
    bottom: 4px;
    transform: rotate(-90deg);
    transform-origin: center center;
  }

  .memoriaStyle4 .memoBroder:after {
    right: 4px;
    bottom: 4px;
    transform: rotate(180deg);
    transform-origin: center center;
  }



}

@media all and (min-width: 0) and (max-width: 360px) {
  .memoriaStyle4 .baseTitle1 {
    letter-spacing: -.8px;
  }

  .memoriaStyle4 .baseWordJp1 {
    letter-spacing: -1.4px;
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media all and (min-width: 0) and (max-width: 320px) {
  .christmasIntro .chrIntro {
    letter-spacing: 1px;
    line-height: 2;
  }

  .chrStone .baseWordJp1 {
    letter-spacing: -.6px;
  }

  .chrMemoria .chrLimitLink a {
    margin: 0 16px;
  }

  .chrMemoria .chrLimitLink a::after {
    right: -18px;
  }

  .chrCatalogLeft p {
    max-width: 320px;
  }

  .memoriaStyle4 .baseStyle1 .baseRight > div {
    padding-bottom: 34px;
    box-sizing: border-box;
  }

  .spIp5 {
    display: block;
  }

  .liColBg .baseWordJp3,
  .eardressStyle2 .baseWordJp3 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .eardressStyle2 > .baseTitle2 {
    letter-spacing: -.4px;
  }

  .picInfo {
    top: 14px;
  }

  .picInfoWord {
    margin-right: 0;
  }
}