@charset "UTF-8";

/*=====================================================
*
*	oricon.css
*
========================================================*/

/* oricon module
-----------------------------------------------------*/
.sns-share-area.header-sns-area {
text-align: right;
}
.sns-share-area.footer-sns-area {
text-align: center;
margin-bottom: 12px;
}
.sns-share-area a {
display: inline-block;
text-align: center;
margin-left: 10px;
width: 36px;
height: 36px;
}
.sns-share-area a img {
border-radius: 50%;
width: 34px;
height: 34px;
}
.sns-share-area.header-sns-area a, .sns-share-area.header-sns-area a img {
width: 30px;
height: 30px;
}
.sns-share-area.footer-sns-area a {
margin-left: 28px;
}
.sns-share-area a:first-child, .sns-share-area.footer-sns-area a:first-child {
margin-left: 0;
}

.ivs-video-container {
aspect-ratio: 16 / 9;
width: 100%
}
.block-banner.videoad .gliaplayer-container {
aspect-ratio: 16 / 9;
width: 100%
}
.extended-links {
margin-top: 20px;
}
.extended-links h2 {
margin: 10px auto;
font-weight: bold;
line-height: 1.2;
}

.inner-photo {
position: relative;
margin: 0 auto;
}
.inner-photo img {
max-width: 100%;
max-height: 400px;
}
.inner-photo .image {
margin-bottom: 10px;
text-align: center;
}
.inner-photo .caption {
font-size: 0.75em;
text-align: center;
color: #888;
}
.inner-photo .zoom {
position: absolute;
right: 5px;
top: 10px;
}
.inner-photo .zoom img {
width: 15px;
opacity: 0.8;
}
.inner-photo .caption a {
color: #3171bd;
}
.icon-open-photo {
width: 14px;
height: 14px;
background: url(//contents.oricon.co.jp/sp/img/_parts/icon/icon-zoom01.png) no-repeat 0 4px;
background-size: 10px auto;
}
.inner-photo .open-photo {
text-align: center;
font-size: 12px;
margin-bottom: 15px;
}

/* oricon page module
-----------------------------------------------------*/
.pageNav a, .pageNav span {
  padding: 7px 9px;
}

#oricon #main h1 a {
  display: block;
  width: 250px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-right: 30px;
  overflow: hidden;
  background: url(/oricon-news/images/logo_oricon.png) no-repeat left 2px;
  -webkit-background-size: contain;
  background-size: contain;
}
#oricon #main h1 a:first-child::after {
  content: "";
    position: absolute;
    top: 60px;
    left: calc( 50% - 32px );
    display: block;
    width: 64px;
    height: 1px;
    background-color: #000;
}

/* list module
-----------------------------------------------------*/
#oricon h1 {
    font-size: 18px;
}
#oricon h1 + h2 {
    margin-top: -18px;
    margin-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    text-align: center;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-weight: normal;
    font-weight: 400;
    letter-spacing: 0.1em;
}

#oricon #oriconMenu {
    position: relative;
    width: 100%;
    margin: -5px 0 20px;
    padding-top: 0;
    padding-bottom: 12px;
    background: #fff;
    border: solid 1px #ccc;
}


#oricon #oriconMenu select {
    box-sizing: border-box;
	width: calc( 100% - 80px );
    margin: 10px 0 10px 40px;
	padding: 5px 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    outline: none;
    border: solid 1px #999999;
    font-size: 16px;
    line-height: 1.6;
    background: #ffffff url(/common_re2019/images/form/arrow.png) no-repeat 97% center;
    -webkit-background-size: 25px 25px;
    background-size: 25px 25px;
}

#oricon #oriconMenu h3 {
    margin-bottom: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: dotted 1px #C0C0C0;
    font-weight: 500;
    font-size: 18px;
    background: #00A4DE;
    color: #fff;
}


#oricon #articleArea .article {
    position: relative;
    display: block;
    padding: 0 0 0px;
}

#oricon #articleArea .article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
}

#oricon #articleArea .article:first-child {
    position: relative;
    margin-top: 0;
	padding-top: 0;
    border-top: none;
	border-bottom: solid 1px #ddd;
}

#oricon .article.PR {
  background: rgba(226, 243, 237, 0.3);
}
#oricon .article.detail.PR {
  background: none;
}
#oricon #articleArea .article.PR .articleHead::before {
  content: "PR";
  display: block;
  z-index: 50;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -13px;
  margin-bottom: 4px;
  padding: 0px 6px 0px 8px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 16px;
  background: rgba(0, 77, 6, 1.00);
  color: #fff;
  letter-spacing: 0.1em;
}
#oricon #articleArea .article.detail.PR .articleHead::before {
  margin-top: -3px;
}

#oricon .articleHead {
    position: relative;
    padding: 5px;
    border-left: none;
}


#oricon #articleArea .article.detail:first-child .articleHead {
    padding: 10px 15px 8px 10px;
    background: #f2f2f2;
}

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

    #oricon #articleArea .article.detail:first-child .articleHead {
        padding: 30px 15px 13px;
    }

}/*==== // end @media */

#oricon #articleArea h2 {	
	font-size: 15px;
    line-height: 1.7;
}

#oricon #articleArea .detail h2 {	
	font-size: 18px;
}
#oricon #articleArea .relatedNews {
    padding-top: 10px !important;
}
#oricon #articleArea .relatedNews h2 {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1;
}
#oricon #articleArea .relatedNews h2 span {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
@media screen and ( max-width : 580px ) {
    
    #oricon #articleArea .relatedNews h2 {
        margin-bottom: 5px !important;
    }
    #oricon #articleArea .relatedNews h2 span {
    display: block;
}

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

    #oricon #articleArea .detail h2 {	
        font-size: 16px;
    }

}

}/*==== // end @media */
@media screen and ( max-width : 400px ) {

    #oricon #articleArea .detail h2 {	
        font-size: 16px;
    }

}/*==== // end @media */

@media screen and ( max-width : 370px ) {
    
    #oricon #articleArea h2 {	
        font-size: 14px;
    }
    #oricon #articleArea .detail h2 {	
        font-size: 15px;
    }

}/*==== // end @media */

#oricon #articleArea h2 span.new,
.relatedNews ul.news span.new {
    /*background: #d74eaf;*/
    left: 0px;
    top: 0px;
    position: relative;
    display: inline-block;
    z-index: 20;
    width: auto;
    margin-top: -3px;
    margin-left: -3px;
    margin-right: 0.4em;
    padding: 3px 5px 3px;
    background:#FFF;
    color: #CF2222;
    border: solid 1px #CF2222;
    font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    text-decoration: none !important;
    border-radius: 1px;
}
.relatedNews ul.news span.new {
    padding: 2px 4px 2px;
    top: -1px;
    font-size: 12px;
}
#oricon #articleArea p.date {
  display: inline-block;
  margin-bottom: 0;
  color: #666;
  font-size: 13px;
}
#oricon #articleArea .detail p.date {
  margin-bottom: 0;
  font-size: 14px;
}

#oricon #articleArea p.program-name,
#oricon #articleArea .detail p.program-name {
    margin-top: -6px;
    margin-bottom: 4px;
	font-size: 14px;
    font-weight: 500;
    color: #254E50;
    letter-spacing: 0.05em;
    line-height: 1.35;
}


@media screen and ( max-width : 370px ) {
    
    #oricon #articleArea p.program-name,
    #oricon #articleArea .detail p.program-name {
        font-size: 13px;
    }


}/*==== // end @media */

#oricon #articleArea p.program-name a,
#oricon #articleArea .detail p.program-name a {
    color: #254E50;
}

#oricon #articleArea p.genre {
  display: inline-block;
  background: #fefefe;
  color: #000;
  border-radius: 2px;
  border: solid 1px #999;
  min-width: 60px;
  margin-left: 10px;
  margin-bottom: 0px;
  padding: 4px 10px 3px 8px;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
#oricon #articleArea .detail p.genre {
  margin-bottom: 5px;
  padding: 4px 10px 3px 8px;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: #fff;
}


.filter #main h1 + h2::before {
    display: block;
    margin-bottom: 5px;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
}

#oricon #articleArea p.photo {
  position: relative;
  float: left;
  margin-bottom: 10px;
}
#oricon #articleArea p.photo::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  width: 30vw;
  height: 30vw;
  background: rgba(255, 255, 255, 0.0);
}
#oricon #main #articleArea .detail p.photo {
  float: none;
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
#oricon #main #articleArea .detail .articleHead + p.photo {
  display: block;
  width: 100%;
  background: #efefef;
  text-align: center;
}
#oricon #articleArea p.photo a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 30vw;
  height: 30vw;
  padding: 1px;
  margin-bottom: 2px;
  background: #efefef;
  vertical-align: middle;
  text-align: center;
}
#oricon #articleArea .detail p.photo a {
  width: 100%;
  height: auto;
  /*border: solid 1px #dadee7;*/
}
#oricon #articleArea p.photo img {
  display: inline-block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: calc( 30vw - 2px );
  max-height: calc( 30vw - 2px );
  vertical-align: middle;
  text-align: center;
}



#oricon #articleArea .detail p.photo img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: solid 1px #dadee7;
}
#oricon #main #articleArea .detail .articleHead + p.photo img {
  display: block;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60vw;
  margin-right: auto;
  margin-left: auto;
  border: solid 1px #dadee7;
}
#oricon #articleArea p.photo:hover a img {
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
#oricon #articleArea .detail p.photo:hover img {
  opacity: 1;
}
#oricon #articleArea p.photo .copy {
  display: block;
  width: calc( 30vw - 2px );
  padding-top: 2px;
  text-align: center;
  font-size: 11px;
  color: #ABAFBC;
  line-height: 1.3;
}
#oricon #articleArea .detail p.photo .copy {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 2px;
  font-size: 12px;
  letter-spacing: 0.05em;
  background: #fff;
}
#oricon #articleArea div.text {
  min-height: 30vw;
  margin-bottom: 0;
  padding: 0 5px 0 33vw;
  line-height: 1.8;
}
#oricon #articleArea .detail #content {
  min-height: 200px;
  padding: 1.2em 10px 25px 10px;
  font-size: 15px;
  line-height: 1.75;
}
#oricon #articleArea .detail p {
  margin-bottom: 1.6em;
  font-size: 13px;
  line-height: 1.6;
}
#oricon #articleArea .detail p.image {
    margin-bottom: 3px;
}
#oricon #articleArea .detail p.image img {
    max-width: 100%;
}
#oricon #articleArea p.link {
  position: absolute;
  right: 3px;
  top: 6px;
  z-index: 105;
  display: block;
  width: 100%;;
  height: calc(100% - 12px);
  vertical-align: middle;
  font-size: 14px;
}

#oricon #articleArea p.link a {
  display: block;
  width: 100%;
  height: 100%;
}
#oricon .article {
  position: relative;
}
#oricon .article.PR {
  background: rgba(226, 243, 237, 0.3);
}
#oricon .article.detail.PR {
  background: none;
}
#oricon .article #content {
  width: auto;
  min-width: auto;
}
#oricon #articleArea p.link a {
  display: inline-block;
  margin-left: 0.4em;
  color: #CF2222;
  line-height: 1.6;
  vertical-align: middle;
}
#oricon #articleArea .detail #content h2 {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 0px 25px 5px;
  text-align: left;
  font-size: 26px;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.15em;
  color: #222;
}
#oricon #main .detail #content h3, #oricon #main .detail #content h4 {
  box-sizing: border-box;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#oricon #main .detail #content h4 {
  font-size: 20px;
  letter-spacing: 0.05em;
}
#oricon #main .detail #content h5 {
  margin-bottom: 1.3em;
  font-size: 18px;
  font-weight: bold;
  font-weight: 500;
}
#oricon #main .detail #content h6 {
  margin-bottom: 0.6em;
  font-size: 100%;
  font-weight: bold;
  font-weight: 500;
}

#oricon #main p.btn-back {
    position: relative;
    margin-top: -20px;
    margin-right: 10px;
    text-align: right;
}
#oricon #main .detail + p.btn-back {
    margin-top: 10px;
}

/* for AD */
#gStickyAd {
    height: auto;
    min-height: auto;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background-color: rgba(188,188,188,0.80);
}
.topBanner > div {
    display: inline-block;
    text-align: center;
    margin-bottom: 7px;
    border: solid 1px #eee;
}

.block-banner {
    margin-bottom: 1.2rem;
    padding: 0 !important;
    text-align: center;
}
.article.detail .block-banner {
    margin-top: 1.2rem;
}
.break-ad-box {
    position: relative;
    margin-top: 1.2rem;
    background-color: transparent;
    text-align: center;
    
}
.article.detail .break-ad-box {
    margin-top: 0;
}
.article.detail .break-ad-box:after {
    content: "";
    display: flex;
    border-bottom: .0625rem solid #9f9f9f;
    margin: 1.3rem .938rem 0;
}
.break-ad-text { display: none; }
.article.detail .break-ad-text {
    font-size: 12px;
    line-height: 1;
    letter-spacing: .05rem;
    color: #535353;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 0 0 1rem;
}
.article.detail .break-ad-text:before {
    margin: 0 .625rem 0 .938rem;
    background-color: #9f9f9f;
    content: "";
    flex-grow: 1;
    height: .0625rem;
    position: relative;
    top: .5em;
}
.article.detail .break-ad-text:after {
    margin: 0 .938rem 0 .625rem;
    background-color: #9f9f9f;
    content: "";
    flex-grow: 1;
    height: .0625rem;
    position: relative;
    top: .5em;
}
.break-ad-box .section {
    margin: 0 auto;
}

.break-ad-box .AD {
    position: relative;
    width: 100vw;
    margin-left: -14px;
    margin-right: -14px;
    padding: 15px 0;
    background: rgba(225,226,231,1.00);
}
.article.detail .break-ad-box .AD {
    margin-left: -24px;
    margin-right: -24px;
}
.block-banner .break-ad-box .section {
position: sticky;
position: -webkit-sticky;
top: 0px;
min-height: 300px;
z-index: 10000;
}

.break-ad-box .AD > img {
    margin-bottom: 12px;
    max-width: 100%;
    vertical-align: top;
}
.break-ad-box .AD > img:last-child {
    margin-bottom: 0;
}
.break-ad-box .AD > div {
    display: inline-block;
    margin-bottom: 12px;
    max-width: 100%;
    vertical-align: top;
}
.break-ad-box .AD > div:last-child {
    margin-bottom: 0;
}



@media screen and ( min-width : 481px ) {

    #oricon #articleArea p.photo::after {
      width: 144px;
      height: 144px;
    }

    #oricon #articleArea p.photo a {
      width: 144px;
      height: 144px;
    }

    #oricon #articleArea p.photo img {
      max-width: 142px;
      max-height: 142px;
    }
    #oricon #articleArea p.photo .copy {
      width: 142px;
    }
    #oricon #articleArea div.text {
      min-height: 144px;
      padding: 5px 5px 0 160px;
    }

}/*==== // end @media */

