@charset "UTF-8";

/* --------------------------------------------------
  spCommonModal
-------------------------------------------------- */
@media only screen and (min-width: 769px) {
  #spCommonModalArea {
    display: none !important; } }
@media only screen and (max-width: 768px) {
  .commonSpModalImage {
    position: relative;
    cursor: pointer; }

  .commonSpModalImage:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background: url("../../../../img/useful/luxmore/icon_closeup.svg") no-repeat center center/contain; }

	.commonSpModalImage_after {
    position: relative;
    cursor: pointer; }
	
	.commonSpModalImage_after:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 36px;
    height: 36px;
    background: url("../../../../img/useful/luxmore/icon_closeup.svg") no-repeat center center/contain; }

  #spCommonModalArea {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-overflow-scrolling: touch;
    z-index: 9999999; }

  #spCommonModalTable {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    padding: 60px 0; }

  #spCommonModalCell {
    display: table-cell;
    vertical-align: middle; }

  #spCommonModalInner {
    position: relative;
	  border-radius: 25px;
    max-width: 1000px;
    margin: 20px;
    text-align: center; background:#fff;}

  #spCommonModalInner img {
    max-width: 100%;
    height: auto; }

  #spCommonModalContents,
  #spCommonSlideContents {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  #spCommonModalContents:before,
  #spCommonSlideContents:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 70px;
    height: 70px;
    background:  url("../../../../img/useful/luxmore/icon_modal_scrollarrow.svg") no-repeat center center/contain;
    transform: translateY(-50%);
    transition: opacity 0.3s;
    animation: return 3s 0s infinite ease;
    z-index: 2; }

  #spCommonModalContents.icoOff:before,
  #spCommonSlideContents.icoOff:before {
    opacity: 0; }

  #spCommonModalContents figure,
  #spCommonSlideContents figure {
    box-sizing: border-box;
    width: 150%;
    margin: 20px; }

  #spCommonModalContents figure img,
  #spCommonSlideContents figure img {
    width: 100%; }

  #spCommonModalClose {
    position: absolute;
    top: -50px;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer; }

  #spCommonModalClose:before,
  #spCommonModalClose:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 12px;
    height: 2px;
    background-color: #fff; }

  #spCommonModalClose:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }

  #spCommonModalClose:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); }
}
@keyframes return {
  50% {
    margin-left: -70px; }
  100% {
    margin-left: 0; }
}


