@charset "UTF-8";
/* reset
----------------------------------------------- */
#osusume a {
  color: inherit;
  text-decoration: none;
}
#osusume h3 {
  padding: 0;
  margin: auto;
  text-align: center;
  width: auto;
  color: inherit;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume a:hover {
    color: inherit;
    text-decoration: none;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #contents {
    padding-bottom: 0;
  }
}
/* display
----------------------------------------------- */
/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .is-pc {
    display: block;
  }
  #osusume .is-sp {
    display: none;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .is-pc {
    display: none;
  }
  #osusume .is-sp {
    display: block;
  }
}
/* l-Title
----------------------------------------------- */
#osusume .l-Title {
  background-color: #A30000;
}
#osusume .l-Title__title {
  margin: auto;
  color: #fff;
  max-width: 1000px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#osusume .l-Title__text {
  font-size: 40px;
  font-weight: 700;
}
#osusume .l-Title__label {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: right;
}
#osusume .l-Title__label i {
  margin: 0 0 0 5px;
  font-size: 20px;
  letter-spacing: normal;
}

/* pc */
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-Title__title {
    padding: 0 8px;
    max-width: 640px;
    height: 40px;
    box-sizing: border-box;
  }
  #osusume .l-Title__text {
    font-size: 18px;
  }
  #osusume .l-Title__label {
    font-size: 10px;
    letter-spacing: 0em;
    font-family: arial;
  }
  #osusume .l-Title__label i {
    font-size: 10px;
  }
}
/* l-Nav
----------------------------------------------- */
#osusume .l-Nav {
  background-color: #1e1e1e;
  background-image: url(images/common/nav_bg.png);
  background-size: 40px 40px;
  overflow: hidden;
}
#osusume .l-Nav__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: auto;
  padding: 15px 0;
  max-width: 1000px;
}
#osusume .l-Nav__mamezo {
  position: absolute;
  right: -10px;
  bottom: 0;
}
#osusume .l-Nav__lists {
  padding: 0 160px 15px 20px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
#osusume .l-Nav__lists li {
  position: relative;
  margin: 15px 15px 0 0;
}
#osusume .l-Nav__lists li a {
  display: flex;
  align-items: center;
  padding: 6px 42px 7px 20px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  text-decoration: none;
  border: 1px solid #646464;
  border-radius: 40px;
  box-sizing: border-box;
}
#osusume .l-Nav__lists li a i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -6px 0 0;
  color: #ffb400;
  font-size: 12px;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .l-Nav__lists li a {
    transition-property: color, background, border-color;
    transition-duration: 0.25s;
  }
  #osusume .l-Nav__lists li a i {
    transition-property: color;
    transition-duration: 0.25s;
  }
  /* hover */
  #osusume .l-Nav__lists li a:hover {
    color: #1e1e1e;
    background: #ffb400;
    border-color: #ffb400;
  }
  #osusume .l-Nav__lists li a:hover i {
    color: #1e1e1e;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-Nav__inner {
    display: block;
    padding: 15px 0;
    max-width: 640px;
  }
  #osusume .l-Nav__contents {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #osusume .l-Nav__mamezo {
    position: static;
  }
  #osusume .l-Nav__mamezo img {
    width: 120px;
    height: auto;
  }
  #osusume .l-Nav__lists {
    width: 100%;
    padding: 0;
    display: block;
    border-bottom: 1px solid #646464;
  }
  #osusume .l-Nav__lists li {
    margin: 0;
  }
  #osusume .l-Nav__lists li a {
    padding: 13px 35px 12px 25px;
    font-size: 15px;
    text-decoration: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    border-radius: 0;
  }
  #osusume .l-Nav__lists li a i {
    right: 15px;
    margin: -5px 0 0;
    font-size: 10px;
  }
}
/* l-SectionLarge
----------------------------------------------- */
#osusume .l-SectionLarge {
  position: relative;
  overflow: hidden;
}
#osusume .l-SectionLarge__inner {
  margin: auto;
}
#osusume .l-SectionLarge__title {
  margin-bottom: 40px;
}
#osusume .l-SectionLarge__text {
  margin: -20px 0 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#osusume .l-SectionLarge__header-button {
  margin: -20px auto 40px;
  max-width: 400px;
}

/* p-Article */
#osusume .l-SectionLarge .p-Article__title {
  line-height: 1.4;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .l-SectionLarge {
    padding: 60px 0;
  }
  #osusume .l-SectionLarge__anchor {
    position: absolute;
    top: 50px;
    left: 0;
  }
  #osusume .l-SectionLarge__inner {
    max-width: 1000px;
  }
  #osusume .l-SectionLarge__columns {
    margin: auto;
    width: 940px;
  }
  #osusume .l-SectionLarge .p-Article__title {
    font-size: 26px;
  }
  #osusume .l-SectionLarge .p-Article__text {
    font-size: 18px;
  }
  #osusume .l-SectionLarge .p-Article__date {
    font-size: 18px;
  }
  #osusume .l-SectionLarge .p-ArticleNoimage {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  #osusume .l-SectionLarge .p-ArticleNoimage__badgesmall {
    margin-left: 3px;
    display: flex;
    justify-content: center;
  }
  #osusume .l-SectionLarge .p-ArticleNoimage__title {
    font-size: 20px;
  }
  #osusume .l-SectionLarge .p-ArticleNoimage__date {
    font-size: 15px;
  }
  /* large */
  #osusume .l-SectionLarge__large .p-Article {
    margin: 50px auto 0;
    width: 445px;
  }
  #osusume .l-SectionLarge__large .p-Article__content {
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  #osusume .l-SectionLarge__large .p-Article__text {
    margin: 5px 0;
    text-align: left;
  }
  #osusume .l-SectionLarge__large .p-Article .c-Button {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
  }
  #osusume .l-SectionLarge__large .p-Article .c-Button__item {
    width: 210px;
  }
  #osusume .l-SectionLarge__large .p-Article + .p-ArticleNoimage {
    margin-top: 30px;
  }
  /* poster */
  #osusume .l-SectionLarge__poster .p-Article {
    margin: 50px 25px 0;
    width: 280px;
  }
  #osusume .l-SectionLarge__poster .p-Article__content {
    padding: 8px 10px 0;
    box-sizing: border-box;
  }
  #osusume .l-SectionLarge__poster .p-Article__date {
    margin-top: 6px;
  }
  #osusume .l-SectionLarge__poster .p-Article__text {
    margin-bottom: 10px;
  }
  #osusume .l-SectionLarge__poster .p-Article .c-Button {
    margin: 10px 0;
  }
  #osusume .l-SectionLarge__poster .p-Article__badgesmall {
    display: flex;
    justify-content: center;
  }
  #osusume .l-SectionLarge__poster .p-Article + .p-ArticleNoimage {
    margin-top: 30px;
  }
  /* columns */
  #osusume .l-SectionLarge__columns {
    margin: -50px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* columns--poster3 */
  #osusume .l-SectionLarge__columns--poster3 {
    margin: -50px -25px 0;
    width: auto;
  }
  /* columns--poster2 */
  #osusume .l-SectionLarge__columns--poster2 {
    margin-top: -50px;
    width: 800px;
  }
  #osusume .l-SectionLarge__columns--poster2 .p-Article:nth-child(n+3) {
    margin-top: 35px;
  }
  /* columns--horizontal */
  #osusume .l-SectionLarge__columns--horizontal {
    margin-top: -50px;
    width: 940px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article {
    margin: 60px 0 0;
    width: 940px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__image, #osusume .l-SectionLarge__columns--horizontal .p-Article__content {
    padding: 0;
    width: 445px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__image {
    margin-bottom: auto;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__title {
    font-size: 36px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__text {
    margin: 20px 0 15px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__button {
    display: flex;
    justify-content: space-between;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article__button-item {
    width: 220px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article .c-Button {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article .c-Button__item {
    width: 220px;
  }
  #osusume .l-SectionLarge__columns--horizontal .p-Article + .p-ArticleNoimage {
    margin-top: 40px;
  }
  /* side */
  #osusume .l-SectionLarge--side .l-SectionLarge__inner {
    margin: -50px auto 0;
    width: 940px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #osusume .l-SectionLarge--side .l-SectionLarge__header {
    margin: 50px 0 0;
    width: 445px;
  }
  #osusume .l-SectionLarge--side .p-Article {
    margin: 50px 0 0;
  }
  #osusume .l-SectionLarge--side .p-Article:nth-child(n+3) {
    margin-top: 35px;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-SectionLarge {
    padding: 50px 0;
  }
  #osusume .l-SectionLarge__anchor {
    position: absolute;
    top: 25px;
    left: 0;
  }
  #osusume .l-SectionLarge__inner {
    padding: 0 25px;
    max-width: 640px;
  }
  #osusume .l-SectionLarge__title img {
    width: 100%;
    height: auto;
  }
  #osusume .l-SectionLarge__text {
    margin: -20px 0 30px;
    font-size: 15px;
  }
  /* large */
  #osusume .l-SectionLarge__large .p-Article {
    margin: 30px 0 0;
  }
  #osusume .l-SectionLarge__large .p-Article:first-child {
    margin: 0;
  }
  #osusume .l-SectionLarge__large .p-Article__title {
    margin: 10px 0 0;
    font-size: 20px;
  }
  #osusume .l-SectionLarge__large .p-Article__text {
    margin: 6px 0;
    font-size: 15px;
  }
  #osusume .l-SectionLarge__large .p-Article__date {
    font-size: 15px;
  }
  #osusume .l-SectionLarge__large .p-Article .c-Button {
    margin-top: 10px;
  }
  #osusume .l-SectionLarge__large .p-Article + .p-ArticleNoimage {
    margin-top: 25px;
  }
  /* poster */
  #osusume .l-SectionLarge__poster .p-Article {
    margin: 30px 0 0;
  }
  #osusume .l-SectionLarge__poster .p-Article__image {
    margin: auto;
    width: 74%;
  }
  #osusume .l-SectionLarge__poster .p-Article__title {
    margin-top: 10px;
    font-size: 20px;
  }
  #osusume .l-SectionLarge__poster .p-Article__text {
    margin-bottom: 10px;
    font-size: 15px;
  }
  #osusume .l-SectionLarge__poster .p-Article__date {
    margin-top: 6px;
    font-size: 15px;
  }
  #osusume .l-SectionLarge__poster .p-Article .c-Button {
    margin-top: 10px;
  }
  #osusume .l-SectionLarge__poster .p-Article + .p-ArticleNoimage {
    margin-top: 25px;
  }
}
/* l-SectionMedium
----------------------------------------------- */
#osusume .l-SectionMedium {
  position: relative;
  overflow: hidden;
}
#osusume .l-SectionMedium__inner {
  margin: auto;
}
#osusume .l-SectionMedium__title {
  margin-bottom: 40px;
}
#osusume .l-SectionMedium__text {
  margin: -20px 0 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#osusume .l-SectionMedium__header-button {
  margin: -20px auto 40px;
  max-width: 400px;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .l-SectionMedium {
    padding: 60px 0;
  }
  #osusume .l-SectionMedium__anchor {
    position: absolute;
    top: 50px;
    left: 0;
  }
  #osusume .l-SectionMedium__inner {
    max-width: 1000px;
  }
  #osusume .l-SectionMedium__columns {
    display: flex;
    flex-wrap: wrap;
  }
  /* l-SectionMedium */
  /* horizontal */
  #osusume .l-SectionMedium__horizontal .p-Article {
    width: 670px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #osusume .l-SectionMedium__horizontal .p-Article__image, #osusume .l-SectionMedium__horizontal .p-Article__content {
    width: 320px;
  }
  #osusume .l-SectionMedium__horizontal .p-Article__image {
    margin-bottom: auto;
  }
  #osusume .l-SectionMedium__horizontal .p-Article__text {
    text-align: left;
  }
  #osusume .l-SectionMedium__horizontal .p-Article .c-Button {
    margin-top: 10px;
  }
  /* vertical */
  #osusume .l-SectionMedium__vertical .p-Article {
    margin: 30px 0 0;
    width: 320px;
  }
  #osusume .l-SectionMedium__vertical .p-Article__content {
    padding: 10px 10px 0;
    box-sizing: border-box;
  }
  #osusume .l-SectionMedium__vertical .p-Article__text {
    margin: 0 0 10px;
    text-align: center;
  }
  #osusume .l-SectionMedium__vertical .p-Article + .p-ArticleNoimage {
    margin-top: 30px;
  }
  #osusume .l-SectionMedium__vertical .p-Article .c-Button {
    margin-top: 10px;
  }
  #osusume .l-SectionMedium__vertical .p-ArticleNoimage {
    margin: 20px auto 0;
    width: 670px;
  }
  /* columns */
  #osusume .l-SectionMedium__columns {
    margin-top: -35px;
    display: flex;
    justify-content: space-between;
  }
  /* columns--article3 */
  #osusume .l-SectionMedium__columns--article3 .p-ArticleNoimage {
    text-align: center;
  }
  #osusume .l-SectionMedium__columns--article3 .p-ArticleNoimage__badgesmall {
    display: flex;
    justify-content: center;
  }
  /* columns--horizontal */
  #osusume .l-SectionMedium__columns--horizontal {
    margin-top: 0;
    width: 670px;
  }
  #osusume .l-SectionMedium__columns--horizontal .p-Article:first-child {
    margin-top: 0;
  }
  /* columns--even */
  #osusume .l-SectionMedium__columns--even {
    width: 670px;
  }
  /* side */
  #osusume .l-SectionMedium--side .l-SectionMedium__inner {
    display: flex;
    justify-content: space-between;
  }
  #osusume .l-SectionMedium--side .l-SectionMedium__header {
    width: 300px;
  }
  /* sidesingle */
  #osusume .l-SectionMedium--sidesingle .l-SectionMedium__inner {
    display: flex;
    justify-content: space-between;
  }
  #osusume .l-SectionMedium--sidesingle .l-SectionMedium__header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
  }
  #osusume .l-SectionMedium--sidesingle .l-SectionMedium__title {
    margin-top: 0;
  }
  #osusume .l-SectionMedium--sidesingle .l-SectionMedium__text {
    margin-bottom: 0;
  }
  #osusume .l-SectionMedium--sidesingle .l-SectionMedium__columns {
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-SectionMedium {
    padding: 50px 0;
  }
  #osusume .l-SectionMedium__anchor {
    position: absolute;
    top: 25px;
    left: 0;
  }
  #osusume .l-SectionMedium__inner {
    padding: 0 25px;
    max-width: 640px;
  }
  #osusume .l-SectionMedium__title img {
    width: 100%;
    height: auto;
  }
  #osusume .l-SectionMedium__text {
    margin: -20px 0 30px;
    font-size: 15px;
  }
  #osusume .l-SectionMedium .p-Article {
    margin-top: 30px;
    padding: 0 15px;
  }
  #osusume .l-SectionMedium .p-Article__image {
    margin-bottom: 12px;
  }
  #osusume .l-SectionMedium .p-Article__text {
    margin: 6px 0;
  }
  #osusume .l-SectionMedium .p-Article__date {
    margin-top: 4px;
  }
  #osusume .l-SectionMedium .p-Article + .p-ArticleNoimage {
    margin-top: 25px;
  }
  #osusume .l-SectionMedium .p-Article .c-Button {
    margin-top: 10px;
  }
  /* horizontal */
  /* vertical */
}
/* l-SectionColumns
----------------------------------------------- */
/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .l-SectionColumns {
    display: flex;
  }
  #osusume .l-SectionColumns .l-SectionMedium {
    width: 50%;
    display: flex;
  }
  #osusume .l-SectionColumns .l-SectionMedium:first-child {
    justify-content: flex-end;
  }
  #osusume .l-SectionColumns .l-SectionMedium__inner {
    padding: 0 30px;
    margin: 0;
    max-width: 500px;
    box-sizing: border-box;
  }
  #osusume .l-SectionColumns .l-SectionMedium__article {
    margin: auto;
  }
  #osusume .l-SectionColumns .p-Article {
    margin-left: auto;
    margin-right: auto;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-SectionColumns__inner {
    padding: 0 25px;
    max-width: 640px;
  }
  #osusume .l-SectionColumns__text {
    margin: 15px 0 30px;
    font-size: 15px;
  }
  #osusume .l-SectionColumns__article {
    margin: 30px 0 0;
  }
  #osusume .l-SectionColumns__article:first-child {
    margin: 0;
  }
  /* vertical */
  #osusume .l-SectionColumns__columns--vertical .l-SectionColumns__text {
    margin: 0 0 10px;
  }
}
/* l-Recommend
----------------------------------------------- */
#osusume .l-Recommend {
  position: relative;
  overflow: hidden;
}
#osusume .l-Recommend__inner {
  margin: auto;
}
#osusume .l-Recommend__icon {
  color: #ED7700;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
  text-align: center;
}
#osusume .l-Recommend__icon i {
  display: block;
  margin: 0 0 10px;
  font-size: 50px;
}
#osusume .l-Recommend__title {
  color: #1e1e1e;
  font-weight: 700;
  text-align: center;
}
#osusume .l-Recommend__mamezo {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .l-Recommend {
    padding: 50px 0 0;
  }
  #osusume .l-Recommend__anchor {
    position: absolute;
    top: 50px;
    left: 0;
  }
  #osusume .l-Recommend__inner {
    padding: 30px 0 0;
    max-width: 1000px;
  }
  #osusume .l-Recommend__title {
    padding-top: 20px;
    font-size: 30px;
    letter-spacing: 5px;
  }
  #osusume .l-Recommend__columns {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #osusume .l-Recommend__mamezo {
    padding-top: 50px;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .l-Recommend {
    padding: 25px 0 0;
  }
  #osusume .l-Recommend__anchor {
    position: absolute;
    top: 25px;
    left: 0;
  }
  #osusume .l-Recommend__inner {
    padding: 25px 25px 0;
    max-width: 640px;
  }
  #osusume .l-Recommend__icon {
    font-size: 10px;
  }
  #osusume .l-Recommend__icon i {
    margin: 0 0 5px;
    font-size: 40px;
  }
  #osusume .l-Recommend__title {
    padding-top: 10px;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 2px;
  }
  #osusume .l-Recommend__mamezo {
    padding-top: 30px;
  }
  #osusume .l-Recommend__mamezo img {
    width: auto;
    height: 190px;
  }
}
/* c-Button
----------------------------------------------- */
#osusume .c-Button__item {
  position: relative;
  margin: 5px 0 0;
}
#osusume .c-Button__item a {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid rgba(97, 97, 97, 0.6);
  border-radius: 34px;
  box-sizing: border-box;
}
#osusume .c-Button__item a:before {
  display: block;
  content: "";
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 16px;
}
#osusume .c-Button__item a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -6px 0 0;
  width: 13px;
  height: 11px;
  background-image: url(images/common/icon_blank_gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 11px;
  opacity: 0.6;
}

/* movie */
#osusume .c-Button__item--movie a:before {
  background-image: url(images/common/icon_movie_black.svg);
}

/* site */
#osusume .c-Button__item--site a:before {
  background-image: url(images/common/icon_site_black.svg);
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-Button__item a {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .c-Button__item a:hover {
    opacity: 0.7;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-Button__item a {
    padding: 11px 20px;
  }
}
/* c-Badge
----------------------------------------------- */
#osusume .c-Badge {
  position: relative;
  pointer-events: none;
}
#osusume .c-Badge__items {
  position: absolute;
}
#osusume .c-Badge__item {
  display: block;
  width: 80px;
  height: 80px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/common/badge.png);
  background-repeat: no-repeat;
  background-size: 560px 160px;
  background-position: 0 0;
}

/* retina */
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  #osusume .c-Badge__item {
    background-image: url(images/common/badge@2x.png);
  }
}
/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-Badge__items {
    right: -20px;
    bottom: -20px;
  }
  #osusume .c-Badge__item--bscs {
    background-position: 0 0;
  }
  #osusume .c-Badge__item--cs {
    background-position: -80px 0;
  }
  #osusume .c-Badge__item--bs {
    background-position: -160px 0;
  }
  #osusume .c-Badge__item--tv {
    background-position: -240px 0;
  }
  #osusume .c-Badge__item--hd {
    background-position: -320px 0;
  }
  #osusume .c-Badge__item--neco {
    background-position: -400px 0;
  }
  #osusume .c-Badge__item--csex {
    background-position: -480px 0;
  }
  #osusume .c-Badge--yellow .c-Badge__item {
    background-position-y: -80px;
  }
  /* horizontal */
  #osusume .c-Badge__items--horizontal {
    display: flex;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-Badge__items {
    right: -10px;
    bottom: -10px;
  }
  #osusume .c-Badge__item {
    width: 60px;
    height: 60px;
    background-size: auto 120px;
  }
  #osusume .c-Badge__item--bscs {
    background-position: 0 0;
  }
  #osusume .c-Badge__item--cs {
    background-position: -60px 0;
  }
  #osusume .c-Badge__item--bs {
    background-position: -120px 0;
  }
  #osusume .c-Badge__item--tv {
    background-position: -180px 0;
  }
  #osusume .c-Badge__item--hd {
    background-position: -240px 0;
  }
  #osusume .c-Badge__item--neco {
    background-position: -300px 0;
  }
  #osusume .c-Badge__item--csex {
    background-position: -360px 0;
  }
  #osusume .c-Badge--yellow .c-Badge__item {
    background-position-y: -60px;
  }
}
/* c-BadgeSmall
----------------------------------------------- */
#osusume .c-BadgeSmall {
  pointer-events: none;
}
#osusume .c-BadgeSmall__items {
  display: flex;
  flex-wrap: wrap;
}
#osusume .c-BadgeSmall__item {
  margin: 3px 3px 0 0;
  display: block;
  width: 43px;
  height: 20px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url(images/common/badgesmall.png);
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: 0 0;
}

/* retina */
@media only screen and (min-width: 1000px) and (-webkit-min-device-pixel-ratio: 2) {
  #osusume .c-BadgeSmall__item {
    background-image: url(images/common/badgesmall@2x.png);
  }
}
/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-BadgeSmall__item--bscs {
    width: 68px;
  }
  #osusume .c-BadgeSmall__item--cs {
    background-position: -68px 0;
  }
  #osusume .c-BadgeSmall__item--bs {
    background-position: -110px 0;
  }
  #osusume .c-BadgeSmall__item--tv {
    background-position: -153px 0;
  }
  #osusume .c-BadgeSmall__item--hd {
    width: 44px;
    background-position: -196px 0;
  }
  #osusume .c-BadgeSmall__item--neco {
    width: 65px;
    background-position: -240px 0;
  }
  #osusume .c-BadgeSmall__item--csex {
    width: 128px;
    background-position: -305px 0;
  }
  #osusume .c-BadgeSmall--yellow .c-BadgeSmall__item {
    background-position-y: -20px;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-BadgeSmall__item {
    margin: 2px 2px 0 0;
    width: 32px;
    height: 15px;
    background-size: auto 30px;
  }
  #osusume .c-BadgeSmall__item--bscs {
    width: 51px;
  }
  #osusume .c-BadgeSmall__item--cs {
    width: 31.5px;
    background-position: -51px 0;
  }
  #osusume .c-BadgeSmall__item--bs {
    width: 32.25px;
    background-position: -82.5px 0;
  }
  #osusume .c-BadgeSmall__item--tv {
    width: 32.25px;
    background-position: -114.75px 0;
  }
  #osusume .c-BadgeSmall__item--hd {
    width: 33px;
    background-position: -147px 0;
  }
  #osusume .c-BadgeSmall__item--neco {
    width: 48.75px;
    background-position: -180px 0;
  }
  #osusume .c-BadgeSmall__item--csex {
    width: 96px;
    background-position: -228.75px 0;
  }
  #osusume .c-BadgeSmall--yellow .c-BadgeSmall__item {
    background-position-y: -15px;
  }
}
/* c-ArticleTitle
----------------------------------------------- */
/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-ArticleTitle {
    font-size: 20px;
    line-height: 1.5;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-ArticleTitle {
    font-size: 15px;
    line-height: 1.4;
  }
}
/* c-ArticleText
----------------------------------------------- */
#osusume .c-ArticleText {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-ArticleText {
    font-size: 18px;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-ArticleText {
    font-size: 12px;
  }
}
/* c-ArticleDate
----------------------------------------------- */
#osusume .c-ArticleDate {
  font-weight: 500;
  line-height: 1.6;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-ArticleDate {
    font-size: 15px;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-ArticleDate {
    font-size: 12px;
  }
}
/* c-ArticleImage
----------------------------------------------- */
#osusume .c-ArticleImage {
  position: relative;
  background-color: #fff;
}
#osusume .c-ArticleImage img {
  width: 100%;
  height: auto;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .c-ArticleImage__items {
    right: -20px;
    bottom: -20px;
  }
  #osusume .c-ArticleImage__item--bscs {
    background-position: 0 0;
  }
  #osusume .c-ArticleImage__item--cs {
    background-position: -80px 0;
  }
  #osusume .c-ArticleImage__item--bs {
    background-position: -160px 0;
  }
  #osusume .c-ArticleImage__item--tv {
    background-position: -240px 0;
  }
  #osusume .c-ArticleImage__item--hd {
    background-position: -320px 0;
  }
  #osusume .c-ArticleImage__item--neco {
    background-position: -400px 0;
  }
  #osusume .c-ArticleImage--red .c-ArticleImage__item {
    background-position-y: -80px;
  }
  /* horizontal */
  #osusume .c-ArticleImage--horizontal .c-ArticleImage__items {
    display: flex;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .c-ArticleImage__items {
    right: -10px;
    bottom: -10px;
  }
  #osusume .c-ArticleImage__item {
    width: 60px;
    height: 60px;
    background-size: auto 120px;
  }
  #osusume .c-ArticleImage__item--bscs {
    background-position: 0 0;
  }
  #osusume .c-ArticleImage__item--cs {
    background-position: -60px 0;
  }
  #osusume .c-ArticleImage__item--bs {
    background-position: -120px 0;
  }
  #osusume .c-ArticleImage__item--tv {
    background-position: -180px 0;
  }
  #osusume .c-ArticleImage__item--hd {
    background-position: -240px 0;
  }
  #osusume .c-ArticleImage__item--neco {
    background-position: -300px 0;
  }
  #osusume .c-ArticleImage--red .c-ArticleImage__item {
    background-position-y: -60px;
  }
}
/* p-Intro
----------------------------------------------- */
#osusume .p-Intro {
  position: relative;
  overflow: hidden;
}
#osusume .p-Intro__wrap {
  position: relative;
  margin: auto;
}
#osusume .p-Intro__inner {
  box-sizing: border-box;
}
#osusume .p-Intro__mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  overflow: hidden;
}
#osusume .p-Intro__mask:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #2D2D2D;
  opacity: 1;
  transition-property: opacity;
  transition-delay: 0.1s;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
#osusume .p-Intro__loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -120px;
  width: 240px;
  height: 4px;
  background: #ffffff;
  overflow: hidden;
  z-index: 15;
}
#osusume .p-Intro__progress {
  width: 0;
  height: 4px;
  background: #878787;
}

/* on */
#osusume .p-Intro.on .p-Intro__mask:before {
  opacity: 0;
}

/* p-Article
----------------------------------------------- */
#osusume .p-Article__image a {
  display: block;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .p-Article__date {
    margin-top: 4px;
  }
  #osusume .p-Article a {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .p-Article a:hover {
    opacity: 0.7;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .p-Article {
    text-align: center;
  }
}
/* p-ArticleNoimage
----------------------------------------------- */
#osusume .p-ArticleNoimage {
  width: 100%;
  border-top: 1px solid rgba(30, 30, 30, 0.2);
  box-sizing: border-box;
}
#osusume .p-ArticleNoimage + .p-Article {
  border-top: 1px solid rgba(30, 30, 30, 0.2);
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .p-ArticleNoimage {
    width: 670px;
    margin-top: 20px;
    padding: 15px 10px 0;
  }
  #osusume .p-ArticleNoimage:first-child {
    margin: 0;
    padding: 0 10px 0;
    border-top: none;
  }
  #osusume .p-ArticleNoimage__date {
    margin-top: 4px;
  }
  #osusume .p-ArticleNoimage + .p-Article {
    margin-top: 20px;
    padding-top: 20px;
  }
  #osusume .p-ArticleNoimage a {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .p-ArticleNoimage a:hover {
    opacity: 0.7;
  }
  #osusume .p-ArticleNoimage__badgesmall {
    margin: 5px 0;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .p-ArticleNoimage {
    text-align: center;
    margin: 16px 0 0;
    padding: 20px 15px 0;
  }
  #osusume .p-ArticleNoimage:first-child {
    margin-top: 30px;
  }
  #osusume .p-ArticleNoimage + .p-Article {
    margin-top: 16px;
    padding: 30px 15px 0;
  }
  #osusume .p-ArticleNoimage__badgesmall {
    margin: -2px 0 10px 2px;
    text-align: center;
  }
  #osusume .p-ArticleNoimage__badgesmall .c-BadgeSmall__items {
    justify-content: center;
  }
  #osusume .p-ArticleNoimage__date {
    margin-top: 4px;
  }
}
/* p-ArticleSmall
----------------------------------------------- */
#osusume .p-ArticleSmall {
  position: relative;
}
#osusume .p-ArticleSmall:before {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  box-sizing: border-box;
}
#osusume .p-ArticleSmall__image {
  position: relative;
  background-color: #fff;
}
#osusume .p-ArticleSmall__image img {
  width: 100%;
  height: auto;
}
#osusume .p-ArticleSmall__title {
  line-height: 1.4;
}
#osusume .p-ArticleSmall__text {
  font-weight: 700;
  line-height: 1.3;
}
#osusume .p-ArticleSmall__date {
  font-weight: 500;
  line-height: 1.4;
}

/* classic */
#osusume .p-ArticleSmall--classic:before {
  content: "クラシック";
  background: #336B8F;
}
#osusume .p-ArticleSmall--classic .p-ArticleSmall__text {
  color: #336B8F;
}

/* midnight */
#osusume .p-ArticleSmall--midnight:before {
  content: "ミッドナイトシアター";
  background: #956ABA;
}
#osusume .p-ArticleSmall--midnight .p-ArticleSmall__text {
  color: #956ABA;
}

/* asia */
#osusume .p-ArticleSmall--asia:before {
  content: "アジア";
  background: #B75F41;
}
#osusume .p-ArticleSmall--asia .p-ArticleSmall__text {
  color: #B75F41;
}

/* ninkyo */
#osusume .p-ArticleSmall--ninkyo:before {
  content: "任侠・ギャンブル";
  background: #A85078;
}
#osusume .p-ArticleSmall--ninkyo .p-ArticleSmall__text {
  color: #A85078;
}

/* minami */
#osusume .p-ArticleSmall--minami:before {
  content: "『ミナミの帝王』劇場";
  background: #B7404C;
}
#osusume .p-ArticleSmall--minami .p-ArticleSmall__text {
  color: #B7404C;
}

/* drama */
#osusume .p-ArticleSmall--drama:before {
  content: "ドラマ";
  background: #5C7C33;
}
#osusume .p-ArticleSmall--drama .p-ArticleSmall__text {
  color: #5C7C33;
}

/* variety */
#osusume .p-ArticleSmall--variety:before {
  content: "バラエティ";
  background: #A38833;
}
#osusume .p-ArticleSmall--variety .p-ArticleSmall__text {
  color: #A38833;
}

/* information */
#osusume .p-ArticleSmall--information:before {
  content: "情報／ドキュメンタリー";
  background: #358575;
}
#osusume .p-ArticleSmall--information .p-ArticleSmall__text {
  color: #358575;
}

/* music */
#osusume .p-ArticleSmall--music:before {
  content: "音楽";
  background: #9D6B5E;
}
#osusume .p-ArticleSmall--music .p-ArticleSmall__text {
  color: #9D6B5E;
}

/* suspense */
#osusume .p-ArticleSmall--suspense:before {
  content: "サスペンス";
  background: #615E9D;
}
#osusume .p-ArticleSmall--suspense .p-ArticleSmall__text {
  color: #615E9D;
}

/* anime */
#osusume .p-ArticleSmall--anime:before {
  content: "特撮／アニメ";
  background: #CD5A91;
}
#osusume .p-ArticleSmall--anime .p-ArticleSmall__text {
  color: #CD5A91;
}

/* movie */
#osusume .p-ArticleSmall--movie:before {
  content: "映画";
  background: #6d5e47;
}
#osusume .p-ArticleSmall--movie .p-ArticleSmall__text {
  color: #6d5e47;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .p-ArticleSmall {
    margin: 50px 10px 0;
    width: 235px;
  }
  #osusume .p-ArticleSmall:before {
    margin-bottom: 5px;
    padding: 10px 0;
    text-align: center;
    border-radius: 5px;
  }
  #osusume .p-ArticleSmall__columns {
    display: flex;
    flex-wrap: wrap;
  }
  #osusume .p-ArticleSmall__image {
    order: 0;
  }
  #osusume .p-ArticleSmall__content {
    order: 1;
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  #osusume .p-ArticleSmall__badge {
    margin-top: 5px;
  }
  #osusume .p-ArticleSmall__title {
    margin-top: 5px;
    font-size: 15px;
  }
  #osusume .p-ArticleSmall__text {
    order: 1;
    margin: 8px 10px 0;
    font-size: 13px;
  }
  #osusume .p-ArticleSmall__date {
    margin-top: 3px;
    font-size: 13px;
  }
  #osusume .p-ArticleSmall a {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .p-ArticleSmall a:hover {
    opacity: 0.7;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .p-ArticleSmall {
    margin-top: 30px;
  }
  #osusume .p-ArticleSmall:before {
    margin-bottom: 10px;
    padding: 8px 10px;
    text-align: left;
    border-radius: 3px;
  }
  #osusume .p-ArticleSmall__columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #osusume .p-ArticleSmall__image {
    width: 46%;
  }
  #osusume .p-ArticleSmall__content {
    width: calc(54% - 10px);
  }
  #osusume .p-ArticleSmall__title {
    margin-top: 6px;
    font-size: 12px;
  }
  #osusume .p-ArticleSmall__badge {
    margin-top: -2px;
  }
  #osusume .p-ArticleSmall__text {
    order: 0;
    margin-bottom: 8px;
    width: 100%;
    font-size: 12px;
  }
  #osusume .p-ArticleSmall__date {
    margin-top: 4px;
    font-size: 10px;
  }
  #osusume .p-ArticleSmall .c-Button {
    margin-top: 10px;
  }
}
/* t-white
----------------------------------------------- */
#osusume .t-white {
  color: #fff;
}

/* c-button */
#osusume .t-white .c-Button__item a {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.6);
}
#osusume .t-white .c-Button__item a:after {
  background-image: url(images/common/icon_blank_white.svg);
}

#osusume .t-white .c-Button__item--movie a:before {
  background-image: url(images/common/icon_movie_white.svg);
}

#osusume .t-white .c-Button__item--site a:before {
  background-image: url(images/common/icon_site_white.svg);
}

/* p-ArticleNoimage */
#osusume .t-white .p-ArticleNoimage {
  border-color: rgba(255, 255, 255, 0.2);
}
#osusume .t-white .p-ArticleNoimage + .p-Article {
  border-color: rgba(255, 255, 255, 0.2);
}

/* pc */
/* sp */
#osusume .p-Intro {
  position: relative;
  background-image: url(images/intro_bg02.png), url(images/intro_bg02.png), url(images/intro_bg01.png);
  background-position: center bottom, center top, center top;
  background-repeat: repeat-x, repeat-x, repeat;
  background-size: 640px 2px, 640px 2px, 640px 480px;
  z-index: 1;
}
#osusume .p-Intro__column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  width: 1000px;
  height: 430px;
}
#osusume .p-Intro__col:first-child {
  width: 500px;
  order: 2;
}
#osusume .p-Intro__col:last-child {
  width: 480px;
}
#osusume .p-Intro__image {
  position: relative;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#osusume .p-Intro__image a {
  display: block;
}
#osusume .p-Intro__image figcaption {
  text-align: right;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -25px;
  color: #878787;
  font-size: 10px;
  letter-spacing: 0.01em;
  line-height: 1em;
  z-index: 1;
}
#osusume .p-Intro img {
  display: block;
  width: 100%;
  height: auto;
}

/* pc */
@media print, screen and (min-width: 1000px) {
  #osusume .p-Intro__image a {
    display: block;
    background-color: #fff;
  }
  #osusume .p-Intro__image a img {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .p-Intro__image a:hover img {
    opacity: 0.7;
  }
  #osusume .p-Intro__link a {
    display: block;
  }
  #osusume .p-Intro__link a img {
    transition-property: opacity;
    transition-duration: 0.25s;
  }
  #osusume .p-Intro__link a:hover img {
    opacity: 0.7;
  }
}
/* sp */
@media only screen and (max-width: 999px) {
  #osusume .p-Intro__column {
    display: block;
    width: auto;
    height: auto;
  }
  #osusume .p-Intro__col:first-child {
    width: auto;
    margin: 0 42.5px;
  }
  #osusume .p-Intro__col:last-child {
    width: auto;
    margin: 8.5px 47.5px 10px;
  }
  #osusume .p-Intro__image figcaption {
    bottom: -10px;
    font-size: 5px;
  }
}
/* js */
.js-intro-ready .p-Intro__col:first-child {
  opacity: 0;
  transform: translateX(-25px);
}
.js-intro-ready .p-Intro__col:last-child {
  opacity: 0;
  transform: translateX(25px);
}
.js-intro-ready .p-Intro__subcolumn {
  opacity: 0;
  transform: translateX(25px);
}
.js-intro-start .p-Intro__col:first-child, .js-intro-start .p-Intro__col:last-child {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.65s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-intro-start .p-Intro__subcolumn {
  opacity: 1;
  transform: translateX(0);
  transition-duration: 0.5s;
  transition-delay: 0.85s;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1), cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* loading */
.js-intro-ready .p-Intro__mask {
  transition-property: visibility, opacity;
}
.js-intro-ready .p-Intro__loading {
  transition-property: visibility, transform;
}
.js-intro-start .p-Intro__loading {
  pointer-events: none;
  visibility: hidden;
  transform: scaleX(0);
  transition-duration: 0s, 0.5s;
  transition-delay: 0.5s, 0s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1);
}
.js-intro-start .p-Intro__mask {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition-duration: 0.5s;
  transition-delay: 1s, 0.5s;
}

#osusume .section01 {
  background-image: url(images/section01_bg01.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 72px 72px;
}
#osusume .section01:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 6px solid #CD0000;
  border-left: none;
  border-right: none;
  border-bottom: none;
  z-index: 1;
  pointer-events: none;
}
#osusume .section01 .l-SectionLarge__columns .p-Article__text {
  font-size: 16px !important;
  height: 3em;
}

/* sp */
@media only screen and (max-width: 999px) {
  #osusume .section01:before {
    border: 4px solid #CD0000;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  #osusume .section01 .c-SectionTitle {
    margin: 0;
  }
  #osusume .section01 .l-SectionLarge__columns .p-Article__text {
    font-size: 15px !important;
    height: auto;
  }
}
#osusume .section02 {
  background-image: url(images/section02_bg01.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 640px 480px;
}

/* sp */
@media only screen and (max-width: 999px) {
  #osusume .section02 .c-SectionTitle {
    margin: 0 35px;
  }
}
#osusume .section03 {
  background-image: url(images/section03_bg01.png);
  background-position: center top;
  background-repeat: repeat-x;
  background-size: auto 100%;
}

/* sp */
@media only screen and (max-width: 999px) {
  #osusume .section03 .c-SectionTitle {
    margin: 0 35px;
  }
}