@charset "UTF-8";

@font-face {
  font-family: "Noto Sans JP";
  src: url("/common/fonts/NotoSansJP/NotoSansJP-Regular.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Medium.otf") format("opentype"), url("/common/fonts/NotoSansJP/NotoSansJP-Bold.otf") format("opentype");
}

* {
  font-family: "Noto Sans JP", sans-serif !important;
}

*,
.SECOND-CONTAINER,
#CONTENTS {
  /*
	width: auto !important;
	min-width: auto !important;
*/
}

/* original */

.sp {
  display: inline-block;
}

.topSns,
.pcOnly,
#PAGE,
.lineupBlockNo {
  display: none;
}

.pc,
.pcOnly {
  display: none !important;
}

.sp,
.spOnly {
  display: block !important;
}

/********************************************************************
	#RE-SECOND-CONTAINER
 */
#RE-SECOND-CONTAINER {
  margin: 0;
  min-width: 100%;
  /* background-color:#000000; */
}

/********************************************************************
	.SECOND-CONTAINER
 */
.SECOND-CONTAINER {
  width: 100%;
}

/********************************************************************

/********************************************************************
	#CONTENTS
 */
#CONTENTS {
  width: 100%;
  padding: 0;
  color: #333;
  /* max-width:640px; */
  border-top: none;
  border-bottom: none;
}

#CONTENTS * {
  box-sizing: border-box;
}

#footer_contents {
  border-top: none;
  box-sizing: border-box;
}

/*----------2012年追加----------*/
#theatus {
  width: 100%;
  background-color: #fff;
}

#theatus #sectionTop {
  width: 100%;
  position: relative;
  background-color: #000;
  padding: 0 0 20px;
}

#theatus #sectionTop .top_area {
  height: 25dvh;
  position: relative;
  background: url(../images/new/main_sp_v05.jpg) center center / cover no-repeat;
  background-color: #000;
}

#theatus .topMain {
  width: 100%;
  height: 100%;
}

#theatus #sectionTop .title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}

#theatus #sectionTop h1 {
  width: 100%;
  margin-top: 30px;
}

#theatus #sectionTop h1 img {
  width: 310px;
  display: block;
  margin: 0 auto;
}
#theatus #sectionTop h2 img {
  width: 310px;
  display: block;
  margin: 10px auto 0;
}
#theatus #sectionTop h2 img:nth-of-type(1) {
  margin-top: 5px;
}

#theatus #sectionMain .sectionlineup {
  width: 100%;
  margin: 20px auto;
}

#theatus #sectionMain .sectionlineup .lineup_wrapper {
  width: 100%;
  border-bottom: 1px solid #b2b2b2;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}

#theatus #sectionMain .sectionlineup .lineup_wrapper:nth-last-of-type(1) {
  margin-bottom: 0;
}

#theatus #sectionMain .sectionlineup .lineup_wrapper .ttl_lineup {
  width: 100%;
  font-size: 20px;
  line-height: normal;
  padding-left: 5%;
  margin-bottom: 10px;
}

#theatus #sectionMain .sectionlineup .lineup_wrapper .section-movie-lineup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#theatus #sectionMain .sectionlineup .lineup_wrapper .section-movie-lineup li {
  width: 100%;
  display: block;
}

#theatus #sectionMain .sectionlineup .lineupBlock {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  box-sizing: border-box;
  text-decoration: none;
}

#theatus #sectionMain .sectionlineup .lineupBlock .thumb {
  width: 35%;
}

#theatus #sectionMain .sectionlineup .lineupBlock .thumb img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#theatus #sectionMain .sectionlineup .lineupBlock .detail {
  width: 60%;
  position: relative;
  margin-left: 5%;
}

#theatus #sectionMain .sectionlineup .lineupBlock .detail dt {
  color: #fa8334;
  font-weight: bold;
  margin-bottom: 5px;
  padding-top: 4px;
  font-size: 12px;
  vertical-align: middle;
}

#theatus #sectionMain .sectionlineup .lineupBlock .detail dt .icon {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #5d5d5d;
  padding: 2px 10px;
  border-radius: 5px;
  margin: 0 10px 5px 0;
}
#theatus #sectionMain .sectionlineup .lineupBlock .detail dt .date {
  width: 100%;
  display: block;
  color: #fa8334;
  font-weight: bold;
  font-size: 12px;
  padding-top: 4px;
  font-size: 12px;
}

#theatus #sectionMain .sectionlineup .lineupBlock .detail dd {
  color: #333;
  font-size: 14px;
  text-decoration: none;
  line-height: normal;
}

#theatus #sectionMain .sectionlineup .lineupBlock .lineupcopy {
  width: 100%;
  color: #333;
  font-size: 11px;
  line-height: 1.2em;
  margin-top: 10px;
}
#theatus #sectionMain .sectionlineup .lineupBlock .lineupcopy:empty {
  height: 0;
  margin-top: 0;
}

#theatus .anchor_area {
  width: 100%;
  padding: 20px 0;
  overflow: hidden !important;
  background-color: #f1f1f1;
  box-sizing: border-box;
}

#theatus .anchor_area.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#theatus .anchor_area .lineupList {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  box-sizing: border-box;
}
/* #theatus .anchor_area .lineupList:has(> :nth-child(4)) {
	justify-content: flex-start;
} */

#theatus .anchor_area .lineupList::-webkit-scrollbar {
  display: none;
}

#theatus .anchor_area .lineupList li {
  width: 100px;
  margin-right: 10px;
  display: block;
}
#theatus .anchor_area .lineupList li:nth-of-type(1) {
  margin-left: 20px;
}

#theatus .anchor_area .lineupList li a {
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 100;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #fff;
  transition: all 0.2s;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px;
  box-sizing: border-box;
}

#theatus .anchor_area .lineupList li a span {
  width: 100%;
  display: inline-block;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

#theatus .anchor_area .lineupList li a::after {
  content: "";
  position: relative;
  width: 8px;
  height: 8px;
  margin-top: 6px;
  display: inline-block;
  border-left: 2px solid #fa8334;
  border-top: 2px solid #fa8334;
  transform: translateY(-50%) rotate(225deg);
  transition: all 0.2s;
}

#theatus .anchor_area .lineupList li a.active {
  background-color: #000;
}

#theatus .anchor_area .lineupList li a.active span {
  color: #fff;
}

#theatus .anchor_area .lineupList li a.active::after {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
}

/* pick-up */
.pick-up {
  width: 100%;
  height: auto;
  background: url(/ods/images/pickup/pc_pickup_bg.jpg);
  box-sizing: border-box;
  padding: 60px 0 20px;
}

.pick-up .pick-up_headline {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.pick-up .pick-up_headline img {
  width: 246px;
  display: block;
}
.pick-up_list {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.pick-up_list_items {
  width: 100%;
}
a.pick-up_2column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-decoration: none;
  margin-bottom: 40px;
}
.pick-up_2column-img {
  width: 45%;
}
.pick-up_2column-img img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.pick-up_2column-txt {
  width: 50%;
}
.pick-up_2column-txt .icon {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  background-color: #fff;
}
.pick-up .pick-up_2column-txt .date {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1.357;
  text-align: left;
  margin-top: 12px;
}
.pick-up .pick-up_2column-txt .title {
  font-size: 14px;
  font-weight: 600;
  color: #a1a1a1;
  text-decoration: none;
  line-height: 1.5;
  text-align: left;
  margin-top: 10px;
}
.pick-up .pick-up_2column .pick-up-copyright {
  color: #a1a1a1;
  font-size: 12px;
  text-decoration: none;
  margin-top: 10px;
}

/* banner_area */
.banner_area {
  display: block;
  max-width: 950px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.banner_area .banner_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px auto 20px;
}
.banner_area a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 8px;
  max-width: 300px;
  width: 100%;
  border: 1px solid #1c1c1c;
  border-radius: 4px;
  transition: all 0.2s;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  padding: 12px 16px;
  color: #1c1c1c;
}
.banner_area a[target="_blank"] {
  position: relative;
  padding: 12px 30px 12px 16px;
}
.banner_area a[target="_blank"]::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  background-image: url(/ods/images/icon_external-link.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.banner_area a:hover {
  background-color: #1c1c1c;
  color: #ffffff;
}
.banner_area a[target="_blank"]:hover::after {
  background-image: url(/ods/images/icon_external-link__white.svg);
}
.banner_area a:visited {
  color: #1c1c1c;
}
.banner_area a:visited:hover {
  color: #ffffff;
}
.banner_area a span {
  display: inline-block;
}
.banner_area a .banner_link--sub {
  position: relative;
  font-size: 12px;
  letter-spacing: 0.6px;
  padding: 0 15px;
}
.banner_area a .banner_link--sub::before,
.banner_area a .banner_link--sub::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1.5px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/ods/images/icon_line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.2s;
}
.banner_area a:hover .banner_link--sub::before,
.banner_area a:hover .banner_link--sub::after {
  background-image: url(/ods/images/icon_line__white.svg);
}
.banner_area a .banner_link--sub::before {
  left: 0;
}
.banner_area a .banner_link--sub::after {
  right: 0;
}
