@charset "utf-8";
/*
front.css
Copyright (C) 2021 Yahoo Japan Corporation. All Rights Reserved.
*/

.ypMdHeaderNaviSrcCt .ptsLogin .elLoginYLogo {
  display: block;
}

.ypMdHeaderNaviSrcCt .ptsLogin .elLoginYLogo .decYtop {
  display: block;
  margin-left: auto;
}

.ypMdHeaderNaviSrcCt .ptsLogin .elLogin {
  padding-top: 13.5px;
}

.ypMdHeaderNaviSrcCt .ptsLogin .elLoginYLogo .decYtop a {
  margin-top: 0;
}

.ypMdFeatEvent {
  width: 100%;
  background-color: #ffffff;
}

.ypMdFeatEvent .wrMainVRn {
  padding: 20px 0 0;
  background-color: #e9ecf0;
}

.ypMdFeatEvent .wrMainVRn .elInner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .inner {
  padding: 20px 20px 15px;
  background-color: rgba(255, 255, 255, 0.8);
}

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .elSpInfo .elLt {
  float: left;
  width: 320px;
}

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .elSpInfo .decTtl {
  font-weight: bold;
  font-size: 171%;
  line-height: 1.2;
  word-wrap: break-word;
  word-break: break-all;
}

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .elSocialBtn {
    display: flex;
    margin-top: 14px;
    align-items: flex-start;
  }

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .elSpInfo .elRt {
  float: right;
  width: 560px;
}

.ypMdFeatEvent .wrMainVRn .elInner .elDetail .elSpInfo .decTxt {
  color: #666666;
  word-wrap: break-word;
  word-break: break-all;
}

.ypMdFeatEvent .wrFeatList {
  padding: 30px 0;
  background-color: #e9ecf0;
}

.ypMdFeatEvent .wrFeatList .elInner {
  position: relative;
  width: 950px;
  margin: 0 auto;
}

.elColum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 950px;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.elColum__item {
  position: relative;
  width: 300px;
  padding-right: 25px;
  vertical-align: top;
  background: url(https://s.yimg.jp/images/passmarket/tablet/front/image/1.1.0/bg_FeatRec.png) repeat-y 0 0;
}

.elColum__item:nth-child(3n) {
  margin-bottom: 30px;
  padding-right: 0;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li > a {
  display: block;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elPhoto {
  display: table;
  background: url(https://s.yimg.jp/images/passmarket/tablet/front/image/1.1.0/bg_koushi02.png) repeat 0 0;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elPhoto span {
  display: table-cell;
  width: 300px;
  height: 180px;
  text-align: center;
  vertical-align: middle;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elPhoto img {
  vertical-align: middle;
  content-visibility: auto;
  contain-intrinsic-size: 180px;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail {
  display: block;
  position: relative;
  padding: 8px 8px 35px;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elTtl {
  position: relative;
  width: 282px;
  height: 44px;
  overflow: hidden;
  font-size: 114%;
  line-height: 22px;
  word-wrap: break-word;
  word-break: break-all;
}

@supports (-webkit-line-clamp: 2){

  .ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elTtl {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elTtl::before,
  .ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elTtl::after { content: none; }
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail > dd {
  position: absolute;
  right: 8px;
  bottom: 8px;
  left: 8px;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elDate {
  display: block;
  color: #222222;
  font-weight: lighter;
}

.ypMdFeatEvent .wrFeatList .ptsFeatList li .elDetail .elPlace {
  display: block;
  color: #666666;
  font-weight: lighter;
}

.ypMdFeatEvent .wrOther {
  padding: 30px 0 30px;
  background-color: #ffffff;
}

.ypMdFeatEvent .wrOther .elInner {
  width: 950px;
  margin: 0 auto;
}

.ypMdFeatEvent .wrOther h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 143%;
}

.elLt {
  display: none;
  position: relative;
  float: left;
  width: 300px;
  margin-right: 25px;
  vertical-align: top;
}

.elLt:last-child,
.elLt:nth-child(3n) {
  margin-right: 0;
}

.elLt:nth-child(-n+3) {
  display: block;
}

.elLt img {
  vertical-align: bottom;
}

.ptsOtherList {
  opacity: 0;
  transition: opacity .3s;
  pointer-events: none;
}

.ptsOtherList.isActive {
  opacity: 1;
  pointer-events: auto;
}

/* social button */

.elSocialItem--facebook {
  margin-left: 8px;
}

.elSocialItem__icon--twitter {
  display: flex;
  margin-right: 4px;
  align-items: center;
  justify-content: center;
}

.elSocialItem__icon--facebook {
  display: flex;
  margin-right: 4px;
  align-items: center;
  justify-content: center;
}

.elSocialItem__button--twitter {
  display: flex;
  width: 88px;
  padding: 0 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  background: #1da1f2;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.elSocialItem__button--twitter:hover {
  background-color: #0c7abf;
  text-decoration: none;
}

.elSocialItem__button--facebook {
  display: flex;
  width: 88px;
  padding: 0 8px;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  background: #1877f2;
  border-radius: 4px;
  align-items: center;
  justify-content: center;
}

.elSocialItem__button--facebook:hover {
  background-color: #0959c1;
  text-decoration: none;
}

.elSocialItem__button--twitter:link,
.elSocialItem__button--facebook:link,
.elSocialItem__button--twitter:visited,
.elSocialItem__button--facebook:visited {
  color: #ffffff;
}

.elSocialItem__path--twitter,
.elSocialItem__path--facebook {
  fill: #ffffff;
}

.elSocialItem__svg--twitter {
  width: 18px;
  height: 18px;
}

.elSocialItem__svg--facebook {
  width: 16px;
  height: 16px;
}
