@charset "UTF-8";
@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

.insta-modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  left: -100%;
  opacity: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  cursor: pointer;
  overflow-y: auto;
  z-index: 9999;
}

.insta-modal.active {
  opacity: 1;
  left: 0;
}

.insta-modal-spacer {
  max-height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
  width: 87.5%;
  padding: 25px 0 0;
}

.insta-modal-box {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  opacity: 0;
  -webkit-transition: opacity 0.3s, margin-top 0.3s;
  transition: opacity 0.3s, margin-top 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  cursor: default;
  margin: 0 auto 25px;
  position: relative;
  border-radius: 7px;
}

.insta-modal.active .insta-modal-box {
  margin-top: 0;
  opacity: 1;
}

.insta-modal-box a:hover {
  opacity: 0.75;
}

.insta-modal-image {
  width: 65%;
  padding-top: 65%;
  background: #000;
  position: relative;
  overflow: hidden;
  border-radius: 7px 0 0 7px;
}

.insta-modal-image.ext-video::before {
  content: '';
  display: inline-block;
  width: 54px;
  height: 54px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/images/rwd/landing/instagram/icn-play.svg) no-repeat center center/cover;
  z-index: 2;
}

.insta-modal-tag {
  color: #E35D54;
  display: inline-block;
  word-break: break-all;
}

.js-slick_insta {
  width: 65%;
  border-radius: 7px 0 0 7px;
  background: #000;
  overflow: hidden;
}

.js-slick_insta .slick-slide {
  height: 0 !important;
}

@media screen and (min-width: 821px) {
  .js-slick_insta .slick-list {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translate3d(0, -50%, 0) !important;
            transform: translate3d(0, -50%, 0) !important;
  }
}

.js-slick_insta .insta-modal-image {
  width: 100%;
  border-radius: 0;
}

.js-slick_insta .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}

.js-slick_insta .slick-dots li {
  margin: 0 6px;
}

.js-slick_insta .slick-dots .slick-active button {
  opacity: 0.5;
}

.js-slick_insta .slick-dots button {
  text-indent: -10000px;
  border-radius: 50%;
  background: #fff;
  width: 8px;
  height: 8px;
  line-height: 0;
  font-size: 1px;
  -webkit-appearance: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.insta-modal-image img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  vertical-align: bottom;
  z-index: 1;
}

.insta-modal-image.ext-video:after {
  content: '';
  display: block;
  background: url(/svg/icn-memories_play.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 74px;
  height: 74px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
}

.detec-pc .insta-modal-image:hover:after {
  opacity: 1;
}

.insta-modal-loader {
  position: absolute;
  width: 50px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 10px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.3));
}

.insta-modal-loader > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 2px;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.insta-modal-detail {
  width: 35%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.insta-modal-close {
  text-align: right;
  position: fixed;
  top: 0;
  right: 0;
}

.insta-modal-close a {
  display: inline-block;
  text-align: left;
  width: 50px;
  height: 50px;
  background: url(/images/oakworker2017/icn-piy_close.png) no-repeat center center;
  text-indent: -10000px;
  outline: 0;
  overflow: hidden;
}

.insta-modal-good {
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.insta-modal-good a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e94f4c;
}

.insta-modal-good a:before {
  width: 29px;
  height: auto;
  display: block;
  margin-right: 12px;
}

.insta-modal-good a:before {
  content: url(/svg/icn-piy_heart_active.svg);
}

.insta-modal-good a:hover {
  text-decoration: underline;
}

.insta-modal-text {
  padding: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.insta-modal-name {
  font-weight: bold;
  width: 50%;
}

.insta-modal-name a:hover {
  text-decoration: underline;
}

.insta-modal-category {
  color: #e94f4c;
  font-size: 12px;
  line-height: 1.428;
  line-height: 1;
  margin-top: 12px;
}

.insta-modal-body {
  margin-top: 1em;
  overflow: auto;
}

@media screen and (min-width: 821px) {
  .insta-modal-body {
    max-height: 60vh;
  }
}

.insta-modal-body[data-scrollbar] {
  padding-right: 10px;
}

.insta-modal-date {
  width: 50%;
  text-align: right;
}

.insta-modal-share {
  border-top: 1px solid #dfdfdf;
  padding: 24px 20px 14px;
}

.insta-modal-share ul {
  margin-left: -10px;
  text-align: center;
}

.insta-modal-share ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-bottom: 10px;
}

.insta-modal-prev,
.insta-modal-next {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  cursor: pointer;
  display: block;
  width: 42px;
  height: 42px;
}

.insta-modal-prev::before, .insta-modal-prev::after,
.insta-modal-next::before,
.insta-modal-next::after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 21px;
  margin-top: -1px;
  top: 50%;
  background: #ffffff;
}

.insta-modal-prev::before, .insta-modal-prev::after {
  left: 33%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.insta-modal-prev::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.insta-modal-prev::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.insta-modal-next::before, .insta-modal-next::after {
  right: 33%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
}

.insta-modal-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.insta-modal-next::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (min-width: 821px) {
  .insta-modal-prev {
    margin-left: -42px;
  }
  .insta-modal-next {
    right: 0;
    margin-right: -42px;
  }
}

@media screen and (max-width: 820px) {
  .insta-modal-spacer {
    width: 100%;
    padding: 25px 0 0;
  }
  .insta-modal-box {
    display: block;
    width: 100%;
  }
  .insta-modal-prev,
  .insta-modal-next {
    top: 50vw;
  }
  .insta-modal-prev {
    margin-left: 4px;
    z-index: 3;
  }
  .insta-modal-next {
    right: 0;
    margin-right: 4px;
    z-index: 2;
  }
  .insta-modal-image {
    width: 100%;
    padding-top: 100%;
    display: block;
    border-radius: 7px 7px 0 0;
  }
  .js-slick_insta {
    width: 100vw;
  }
  .insta-modal-detail {
    width: 100%;
  }
  .insta-modal-ui {
    margin-top: 0;
    border-top: 0;
  }
  .insta-modal-ui li a {
    font-size: 12px;
  }
}

.detect-pc .photo_list .item {
  position: relative;
  cursor: pointer;
}

.photo_list .item.is-video:before {
  content: '';
  background: url(/svg/icn-memories_video.svg) no-repeat center center;
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  width: 36px;
  height: 24px;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 3px;
  z-index: 2;
}

.detect-pc .photo_list .item:after {
  content: attr(data-place) "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 12px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.detect-pc .photo_list .item:hover:after {
  opacity: 1;
}

/* PC base_v2.cssに入っているものと同じ*/
.ico_arrow_l_off, .ico_arrow_l_on, .ico_arrow_r_off, .ico_arrow_r_on {
  display: inline-block;
  background-image: url(/images/spritebox-sprite.png);
  background-repeat: no-repeat;
}

.ico_arrow_l_off {
  background-position: -202px -77px;
  height: 32px;
  width: 16px;
}

.ico_arrow_l_off:hover {
  opacity: 0.6;
}

.ico_arrow_r_off {
  background-position: -234px -77px;
  height: 32px;
  width: 16px;
}

.ico_arrow_r_off:hover {
  opacity: 0.6;
}
