@charset "UTF-8";


/*-----------------------------------------------------------------
		上書き
-----------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

.l-header {
  position: relative;
  z-index: 100;
}

.l-header-inner .header-lp-black {
  background-color: rgba(1, 3, 6, 0.2);
  padding: 15px 15px;
}


.header-logo img {
  width: 160px;
}

.l-main {
  margin-top: -56px;
}

@media screen and (max-width: 980px) {
.header-logo img {
  width: 110px;
}
}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.recommend-mv {
  min-height: 440px;
  background-image: url(/wordpress/wp-content/themes/odaiba_2018/assets/images/common/bg_bk30.png), url(https://pmaward.jp/wp-content/uploads/2019/12/endingshow.jpg);
  background-size: 2px 2px, cover;
  background-position: center center;
}

.recommend-mv-inner {
  margin: 0 auto;
  padding: 120px 15px 200px;
  box-sizing: border-box;
  position: relative;
  max-width: 1010px;
}

.recommend-sub-ttl {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 1.2;
  color: #fff;
}

.recommend-mv h1 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}

@media screen and (max-width: 767px) {
.recommend-mv {
  min-height: 300px;
}

.recommend-mv-inner {
  margin: 0 auto;
  padding: 100px 15px;
}

.recommend-sub-ttl {
  font-size: 18px;
}

.recommend-mv h1 {
  font-size: 28px;
}
}


/*-----------------------------------------------------------------
		枠
-----------------------------------------------------------------*/
.recommend-lead {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.recommend-wrap {
  padding: 0 15px;
  position: relative;
  top: -120px;
}

.recommend-content {
  max-width: 980px;
  margin: 0 auto 40px;
  padding: 40px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.06);
}

@media screen and (max-width: 767px) {
.recommend-wrap {
  padding: 0 15px;
  position: relative;
  top: -80px;
}

.recommend-content {
  padding: 20px;
}
}


/*-----------------------------------------------------------------
		イベントメニュー
-----------------------------------------------------------------*/
.recommend-event-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recommend-event-menu > li {
  width: calc(25% - 15px);
  border-radius: 10px;
}

.recommend-event-menu > li a {
  width: 100%;
  height: 100%;
  padding: 40px 5px;
  line-height: 1.25;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.recommend-event-menu > li.recommend-event-04 a {
  display: flex;
  align-items: center;
  justify-content: center;
}


.recommend-event-01 {
  background-image: url(../images/common/main_cover.png), url(https://www.tokyo-odaiba.net/wp-content/uploads/2023/04/bigsight_spot_1.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 70%;
}

.recommend-event-02 {
  background-image: url(../images/common/main_cover.png), url(https://www.tokyo-odaiba.net/wp-content/uploads/2018/11/IMG_1351-1.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 70%;
}

.recommend-event-03 {
  background-image: url(../images/common/main_cover.png), url(../images/recommend/mv_2023_11.jpg);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 70%;
}

.recommend-event-04 {
  background-image: url(../images/common/main_cover.png), url(../images/recommend/img_menu_04_02.png);
  background-size: 2px 2px, cover;
  background-repeat: repeat, no-repeat;
  background-position: left top, center 70%;
}

@media screen and (max-width: 767px) {
.recommend-event-menu > li {
  width: 100%;
}

.recommend-event-menu > li a {
  padding: 20px 5px;
}

.recommend-event-menu > li + li{
  margin-top: 20px;
}

.recommend-event-menu > li.recommend-event-04 a {
  min-height: 78px;
}

}



/*-----------------------------------------------------------------
		イベント情報
-----------------------------------------------------------------*/
.recommend-place {
  margin-bottom: 5px;
  font-size: 14px;
  text-align: center;
}

.recommend-name {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}

.recommend-img {
  margin-bottom: 20px;
}
.recommend-img img {
  border: solid 1px #eee;
  border-radius: 10px;
}

.recommend-list {
  display: flex;
  flex-wrap: wrap;
}

.recommend-list dt {
  width: 120px;
  padding: 0 0 20px 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}

.recommend-list dd {
  width: calc(100% - 140px);
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.4;
}



@media screen and (max-width: 767px) {
.recommend-list dt {
  width: 1100%;
  padding: 0 0 10px 0;
}

.recommend-list dd {
  width: 1100%;
  padding: 0 0 30px 0;
}
}


.breadcrumb a {
  color: #fff;
}




