/* /graphics/common/assets/olympic-2022/dailyflash/css/dailyflash_compact.css */
/* ホーム、北京トップ、北京下層から読み込み  */

/*ホームヘッダーの罫線を消す*/
@media (min-width: 800px) {
  .p-header-2020:after {
    background: none;
  }
}

.olympic-header {
  margin-top: 15px;
  /*
  width: calc(100% - 390px);
  position: absolute;
  z-index: 1;
  */
}

@media (min-width: 800px) {
  .home-2020-prime-menu,
  .home-2020-primebox-article {
    margin-top: 85px;
  }
}

.p-omonyu-list-item.is-first {
  display: none !important;
}

.p-omonyu-list-item.non-first {
  display: block;
}

.p-omonyu-list-item-inner-article__image {
  flex-basis: 125px;
  flex-shrink: 0;
}

.p-omonyu-list-item.non-first .p-omonyu-list-item:nth-child(n+2) {
  display: none;
}

/* タイトル */
.olympic-header-title {
  text-align: center;
  width: 26%;
  margin: 8px auto;
}

a.olympic-header__link {
  display: block;
  position: relative;
  padding: 2px 22px 2px 0;
}

.olympic-header__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #3d77b7;
  border-right: 3px solid #3d77b7;
  transform: rotate(45deg);
  margin-top: -6px;
}

.paralympic-header .olympic-header__link::before {
  border-top: 3px solid #0084a5;
  border-right: 3px solid #0084a5;
}

a.olympic-header__link:hover {
  opacity: 0.7;
}

.olympic-header-title-logo {
  display: none;
}

.olympic-header-title-logo-pc {
  display: block;
}

.olympic-header-title img {
  width: 70%;
  margin: 0 auto 7px auto;
}

.olympic-header__btn {
  display: block;
  color: #fff !important;
  background-color: #3d77b7 ;
  padding: 1px 0px 0px 0px;
  border-radius: 100vh;
  position: relative;
  letter-spacing: 2px;
  width: 100px;
  margin: auto;
  line-height: 1.4;
  font-weight: bold;
}

.paralympic-header .olympic-header__btn {
  background-color: #0084a5 ;
}

.olympic-header__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}


.olympic-header-btm__btn {
  display: none;
}

.paralympic-flash .olympic-header__btn {
  color: #990000 !important;
}

.paralympic-flash .olympic-header__btn::before {
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
}


.olympic-header-title__jpmedal {
  font-size: 11px;
  letter-spacing: 2px;
  margin: 17px 0 2px;
  padding: 0;
}

.olympic-header-medal {
  display: flex;
  justify-content: center;
  font-family: 'Oswald', sans-serif;
}

a.olympic-header-title-medal-box:hover {
  opacity: 0.7;
  text-decoration: none;
}

.olympic-header-title-medal-box.sp {
  display: none;
}

.olympic-header-medal img {
  width: 24px;
  height: 35px;
  padding: 0 4px;
  margin: 0;
}

.olympic-header-medal p {
  padding-right: 10px;
  margin: auto 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 2;
}

.p-omonyu-list-item.non-first.slick2-vertical.slick2-initialized.slick2-slider {
  display: none !important;
}

.p-omonyu-list-item.is-first.slick2-vertical.slick2-initialized.slick2-slider {
  display: block !important;
}



.olympic-header-contents-wrapper{
  display: flex;
  border-top: solid 3px #3d78b7;
  border-bottom: solid 3px #3d78b7;
  height:72px;
  /*padding:5px 16px;*/
  padding: 5px 5px;
  background-image: url(/graphics/common/assets/olympic-2022/dailyflash/images/top_background_pc.jpg);
}

.paralympic-header .olympic-header-contents-wrapper{
  border-top: solid 3px #338CAF;
  border-bottom: solid 3px #338CAF;
  background-image: url(/graphics/common/assets/olympic-2022/dailyflash/images/top_background_paralympic2022_pc.jpg);
}


#topNewsWrapper.on {
  display: flex;
  /*width: 50%;*/
  height: 56px;
  overflow: hidden;
}

#topNewsWrapper.on a {
  display: flex;
  width: 100%;

}

li.p-omonyu-list-item.sample {
  display: block;
}

.olympic-header {
 /* display: flex;*/
  /*height: 76px;*/
  /*padding: 10px 10px 10px;*/
  height:115px;
  margin-bottom:15px;
  padding: 5px 0 5px;
}






/* ニュース記事 */
#topNewsWrapper.olympic-header-news-top p,
#topNewsWrapper.olympic-header-news-carousel p {
  padding: 6px 10px;
  height: 45px;
}

.olympic-header-news-top p,
.olympic-header-news-carousel p {
  font-size: 13px;
  margin: 0;
  padding: 8px;
  font-weight: bold;
  letter-spacing: 1.5px;
  line-height: 1.5;
  flex-grow: 1;
  color:#fff;
}

.olympic-header-news-top {
  width: 49%;
  height: 180px;
  /*margin-left: 10px;*/
  position: relative;
  border: solid 1px rgba(255, 255, 255, 0.5);
  /*IE11*/
  border: solid 1px rgb(255 255 255 / 50%);
}

.olympic-header-news-top a:link,
.olympic-header-news-top a:visited {
  color: #fff;
}

.olympic-header-news-top a:hover {
  opacity: 0.7;
}

.olympic-header-news-top img {
  height: 100%;
  width: 268px;
}

.olympic-header-news-top .medal__small {
  width: 24px;
  height: 35px;
  position: absolute;
  left: 5px;
  bottom: 65px;
}

.olympic-header-news-top .medal__small {
  position: absolute;
  width: 20px;
  height: 28px;
  left: 3px;
  bottom: 49px;
}

.olympic-header-news-top p {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 117, 184, 0.7);
  /*IE11*/
  background-color: rgb(0 117 184 / 70%);
}

.paralympic-header .olympic-header-news-top p {
  background-color: rgba(0, 132, 184, 0.7);
  /*IE11*/
  background-color: rgb(0 132 184 / 70%);
}


/* ローディング */
.olympic-header-loading {
  /*display: flex;*/
  text-align:center;
  width: 100%;
}


/* おすすめ記事 */
.olympic-header-news {
  display: flex;
  width: 72%;
}

.olympic-header-news-carousel {
  margin: 0 10px;
  /* width: 350px; */
  /*width: 49%;*/
  width: 100%;
}

.olympic-header-news-carousel .p-omonyu-list-item {
  /*height: 189px;*/
  height: auto;
}

.olympic-header-news-carousel .p-omonyu-list-item li {
  height: 56px;
  margin-bottom: 10px;
  background-color: rgba(0, 117, 184, 0.7);
  /*IE11*/
  background-color: rgb(0 117 184 / 70%);
  border: solid 1px rgba(255, 255, 255, 0.5) !important;
  /*IE11*/
  border: solid 1px rgb(255 255 255 / 50%) !important;
  position: relative;
}

.paralympic-header .olympic-header-news-carousel .p-omonyu-list-item li {
  background-color: rgba(0, 132, 184, 0.7);
  /*IE11*/
  background-color: rgb(0 132 184 / 70%);
}


.paralympic-flash .olympic-header-news-carousel .p-omonyu-list-item li {
  background-color: rgba(102, 0, 0, 0.5);
  /*IE11*/
  background-color: rgb(102 0 0 / 50%);
}



.olympic-header-news-carousel .p-omonyu-list-item .medal__small {
  position: absolute;
  bottom: 0;
  width: 5%;
}

.olympic-header-news-carousel .p-omonyu-list-item img {
  width: 124px;
  height: 83px;
  max-width: 100%;
}

.p-omonyu-list-item-inner-article {
  display: flex;
}

.p-omonyu-list-item-inner-article__text {
  margin: auto 0;
}





.olympic-header-title-medal-box {
  /*display: none;*/
  margin-left: auto;
  margin-right: 22px;
  display: flex;
}

.olympic-header-title {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  display: flex;
  justify-content: space-between;
}

.olympic-header-title img {
  margin-bottom: 0;
  height: 25px;
  width: 19px;
  padding: 0px 2px 0 8px;
  margin-top: 0;
}

.olympic-header .olympic-header-title__jpmedal {
  margin: 8px 0 0;
  font-weight: bold;
  padding: 0;
  /*color: #fff;*/
}

.olympic-header-medal p {
  font-size: 16px;
  padding-right: 0;
  margin: auto 0;
  line-height: 1;
  /*color: #fff;*/
}

.olympic-header-title-logo-pc {
  display: none;
}

.olympic-header-title-logo-tab {
  display: block;
}

img.olympic-header-title-logo-tab {
  width: 191px;
  height: 26px;
  margin: 0 6px 0 0;
  padding: 0;
}
/*
.layout-contents img.olympic-header-title-logo-tab{
  width: 230px;
}
*/
.olympic-header__btn {
  width: 85px;
  padding: 2px 5px 3px 0px;
  height: 14px;
  font-size: 14px;
  letter-spacing: 2px;
  line-height: 1.1;
  margin: 5px 0 0 10px;
  /*float: left;*/
}


.olympic-header__btn.schedule-page-link {
  width: 11em;
}

.olympic-header__btn::before {
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
}

/* ニュース */
.olympic-header-news-top {
  display: none;
}

.olympic-header-news {
  width: 50%;
  margin-left: 5px;
}

.olympic-header-news-carousel {
  /*margin: 0 12px 0 0;*/
  margin: 0;
}

.olympic-header-news .slick2-vertical .slick2-slide,
.olympic-header-news-carousel .slick2-vertical .slick2-slide {
  height: 50px !important;
  margin-bottom: 12px;
}

/*
  .olympic-header-news-carousel .p-omonyu-list-item img {
    width: 73px;
    height: 48px;
  }
*/
#topNewsWrapper.olympic-header-news-top p,
#topNewsWrapper .olympic-header-news-carousel p 
{
  width: 100%;
  position: unset;
  height: auto;
  padding: 10px;
  margin: 0;
  line-height: 1.4;
  /*color: #fff;*/
}


.olympic-header-result {
  width: 49.5%;
  display:none;
}

.olympic-header-result .olympic-header-result-sport__logo {
  width: 32px;
  height: 32px;
}

.olympic-header-result__logo__title {
  width: 80%;
  line-height: 1.4
}

.olympic-header-result-opponent__match p {
  line-height: 0.9;
}

.olympic-header-result-sport {
  width: 47%;
}

.olympic-header-result-opponent {
  width: 53%;
}

.olympic-header .slick2-next-btn.slick2-arrow {
  bottom: 0px !important;
}


.olympic-header-news-top img {
  flex-basis: 81px;
  width: auto;
  height: 54px;
  flex-shrink: 0;
}


.olympic-header-news-carousel .p-omonyu-list-item img {
  width: 81px;
  height: 54px;
}

.p-omonyu-list-item-inner-article__image {
  flex-basis: 81px;
}

.p-omonyu-list-item-inner-article__image figure {
  margin:0;
}

#dailySheduleWrapper,
#dailySheduleWrapperSP{
  display:none;
}



@media screen and (max-width: 1119px) {

  /* 1119px以下に適用されるCSS（タブレット用） */
  /* 　ヘッダー　 */
  .olympic-header {
    width: 100%;
    position: relative;
  }

}


@media screen and (max-width: 799px) {
  /* 799px以下に適用されるCSS（SP用） */

  .olympic-header .slick2-next-btn.slick2-arrow::before {
    top: 39%;
    left: 15px;
  }

  .olympic-header .slick2-next-btn.slick2-arrow.open::before,
  .accordion-title.open:before {
    content: "";
    position: absolute;
    right: 25px;
    top: 56%;
    transition: all 0.2s ease-in-out;
    display: block;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }

  a.olympic-header__link {
    padding: 2px 22px 2px 0;
  }

  .accordion-content {
    display: none;
  }

  .olympic-header-contents-wrapper{
    padding:5px 16px;
  }
  
  /* CSS for CodePen */
  .accordion-container {
    width: 300px;
    margin: 1.875em auto;
  }


  .olympic-header-news{
    width:100%;
  }

  .olympic-header-news-top {
    margin-left: 0px;
  }

  /* js制御用 */
  #topNewsWrapper.on {
    display: flex;
    width: 100%;
    /*
    margin-bottom: 10px;
    */
    height: 56px;
  }

  #subNews.on {
    display: none;
  }

  li.p-omonyu-list-item.sample {
    display: none;
  }

  .olympic-header-news {
    display: block;
  }








  .olympic-header-title-medal-box {
    display: none;
  }

  .olympic-header-title-medal-box.open {
    display: flex;
    margin: 9px auto 0 auto;
  }
/*
  .olympic-header-title img {
    padding: 0px 6px 0 6px;
  }
*/
  .olympic-header-title-medal-box.sp {
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
  }

  .olympic-header__link{
    margin-left:16px;
  }

  .olympic-header__btn {
    font-size: 14px;
    display: block;
    float: left;
    margin: 5px 16px 0 15px;
  }

  img.olympic-header-title-logo-tab {
    /*margin-right: unset;*/
    float: left;
  }

  .olympic-header-title {
    width: 100%;
    /*justify-content: center;*/
    margin-bottom: 3px;
    flex-wrap: wrap;
  }

  .olympic-header {
    display: block;
  /*  background-image: url(/graphics/common/assets/olympic-2022/dailyflash/images/top_background_sp.jpg);*/
    /*margin-left: -20px;
    width: 115%;
    height: auto;
    min-height: 100px;*/
    /*padding: 5px 20px 15px;*/
    /*padding: 5px 20px 5px;*/
    background-size: cover;
    /*width: calc(40px + 100%);*/
    background-position: top;
    /*width: calc(100% + 32px);*/
    width:100%;
    /*margin-left: -16px;*/
    /*margin-bottom: 5px;*/
  }

  .olympic-header-news-top .medal {
    bottom: 0px;
  }

  .olympic-header-news-top img {
    flex-basis: 81px;
    width: auto;
    height: 54px;
    flex-shrink: 0;
  }

  .olympic-header-news-carousel {
    width: auto;
  }

  .olympic-header-news-carousel {
    margin: 0;
  }

  .olympic-header-news-carousel .p-omonyu-list {
    height: auto;
  }

  .olympic-header-news-carousel .p-omonyu-list-item img {
    height: 50px;
  }

  .olympic-header-result {
    width: 100%;
    position: relative;
  }

  .olympic-header-result ul li {
    padding: 2.5px 0;
  }

  .olympic-header-result-sport {
    margin: auto;
  }

  .olympic-header-result-sport img {
    max-width: 40px;
    max-height: 40px;
  }

  .olympic-header-result-opponent div {
    margin: auto;
  }

  .olympic-header-result-opponent-flag p {
    line-height: 1.5;
  }



  .p-omonyu-list-item-inner-article__text {
    color: #ffffff;
    margin: auto 0px;
  }

  a.p-omonyu-list-item-inner:link .p-omonyu-list-item-inner-article__text,
  a.p-omonyu-list-item-inner:visited .p-omonyu-list-item-inner-article__text,
  a.p-omonyu-list-item-inner:hover .p-omonyu-list-item-inner-article__text {
    color: #ffffff;
  }

  #topNewsWrapper.olympic-header-news-top p,
  #topNewsWrapper .olympic-header-news-carousel p {
    width: 100%;
    position: unset;
    height: auto;
    padding: 10px;
  }

  .olympic-header-news-top .medal__small {
    bottom: 0px;
  }

  .olympic-header-result .olympic-header-result-sport__logo {
    margin: unset;
    width: 38px;
  }

  .olympic-header-result__logo__title {
    margin: auto 0;
    padding-left: 10px;
  }

  .olympic-header-result-opponent-flag img {
    margin: auto;
  }

  .olympic-header-result-list .slick2-next-btn.slick2-arrow,
  .p-omonyu-list .slick2-next-btn.slick2-arrow {
    display: none !important;
  }

  .olympic-header .slick2-next-btn {
    display: block;
    cursor: pointer;
  }

  .olympic-header .slick2-next-btn.slick2-arrow {
    width: 45px;
    height: 27px;
    bottom: -4px;
  }
}

#accordionBtn{
  display:none/*!important*/;
}
/*
@media screen and (min-width: 800px) {
  #accordionBtn {
    bottom: -30px !important;
  }
}
*/
@media screen and (max-width: 400px) {


  .olympic-header__btn {
    width: 70px;
    font-size: 12px;
    /*margin: 3px 0 0 10px;*/
  }

  #topNewsWrapper.olympic-header-news-top p,
  #topNewsWrapper .olympic-header-news-carousel p {
    font-size: 12px;
  }
}

@media screen and (max-width: 375px) {
  img.olympic-header-title-logo-tab {
    width: 170px;
    height: 24px;
  }

  .olympic-header__btn {
    width: 60px;
    font-size: 11px;
    padding: 4px 7px 3px 0px;
    /*margin-top: 3px;*/
  }

  .olympic-header .slick2-next-btn.slick2-arrow {
    left: 42%;
  }
}



@media screen and (max-width: 360px) {
  img.olympic-header-title-logo-tab {
    width: 155px;
    height: 22px;
  }

  .olympic-header__btn {
    width: 60px;
    margin-top: 4px;
  }

  .olympic-header .slick2-next-btn.slick2-arrow {
    left: 36%;
  }

}

/*パラ用に追加*/
.olympic-schedule__btn {
  background-color: rgba(255, 255, 255, 0.85);
  /*IE11*/
  background-color: rgb(255 255 255 / 85%);
  color: #031e66;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  font-size: 12px;
  bottom: 3px;
  /*padding: 0px 14px;*/
  line-height: 1;
  padding: 2px 25px 2px 13px;
  display:none;
}

.olympic-schedule__btn a {
  color: #031e66;
}

.paralympic-flash .olympic-schedule__btn a {
  color: #990000;
}

.olympic-schedule__btn::before {
  position: absolute;
  content: '';
  top: 4px;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #031e66;
  border-right: 2px solid #031e66;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.paralympic-flash .olympic-schedule__btn::before {
  border-top: 2px solid #990000;
  border-right: 2px solid #990000;
}

@media screen and (min-width: 600px) {
  .olympic-schedule__btn{
    display:none!important;
  }
}


#dailyflash-target{
  height: 115px;
  margin: 10px 0 20px;
}

#dailyflash-target .olympic-header{
  margin: 0;
}



