﻿/* -----------------------------------------------
  ELEMENT
----------------------------------------------- */
*, *:before, *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ul, li {
  list-style: none;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border: none;
}
button, input {
  border-radius: 0;
  -webkit-appearance: none;
  appearance: none;
}


/* -----------------------------------------------
  TEXT
----------------------------------------------- */
html {
  font-size: 62.5%;
}
body {
  /*font-family: "Poppins", Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "繝偵Λ繧ｮ繝主諸繧ｴ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  /*font-family: "Roboto", Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "繝偵Λ繧ｮ繝主諸繧ｴ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  /*font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "繝偵Λ繧ｮ繝主諸繧ｴ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.65;
  -webkit-text-size-adjust: 100%;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* : LINK : */
a, a:link {
  color: #000;
  text-decoration: none;
  outline: 0;
}
a:hover {
  /*opacity: .7;*/
}

@media (min-width: 768px) {
  #glbHeader a:hover {
    opacity: .7;
  }
  #footerBloggerList a:hover {
    opacity: .7;
  }
  #pagetop a:hover {
    opacity: .7;
  }
  #glbFooter a:hover {
    opacity: .7;
  }
  .sharebtn a:hover {
    opacity: .7;
  }

  .topics-sort li:hover {
    opacity: .7;
  }
  .sidebox-blog a:hover {
    opacity: .7;
  }
  .sidebox-horoscope a:hover {
    opacity: .7;
  }

  .article-content a:hover {
    opacity: .7;
  }

  .topics-items .item a:hover .text {
    opacity: .7;
  }
}

/* -----------------------------------------------
  ICON
----------------------------------------------- */
.ico-new {
  position: relative;
}
.ico-new:after {
  content: '';
  display: block;
  position: absolute;
  top: 14px;
  left: 14px;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background-color: #FF00BA;
}
.ico-new--border {
  
}

.border-new {
  border:solid 3px #FF00BA;
  border-radius: 100%;
}

/* -----------------------------------------------
  CONTAINER
----------------------------------------------- */
#wrapper {
  position: relative;
  /*padding-top: 56px;*/
  max-width: 1600px;
  margin: 0 auto;
  background: #fff;
}
#container {
  /*padding-top: 56px;*/
}
.inner {
  padding: 0 10px;
  margin: 0 auto;
}
#topicsList.inner {
  padding: 0;
}
.topics-sort-result {
  padding: 0 10px;
}
@media (min-width: 768px) {
  #container {
    /*margin-bottom: 40px;*/
  }
  .inner {
    max-width: 1250px;
    padding: 0 20px;
  }
  #topicsList.inner {
    max-width: 1250px;
    padding: 0 20px;
  }
  .topics-sort-result {
    padding: 0;
  }
}
@media (min-width: 1024px) {
  #wrapper {
    padding-top: 0;
  }
  #container {
  }
  .inner {
    padding: 0 50px;
  }
  #glbHeader.js-fixed + #container {
    /*padding-top: 60px;*/
  }
}
@media (min-width: 1150px) {
  #topicsList.inner {
    /*padding: 0;*/
  }
}

.no-margin {
  margin: 0 !important;
}


/* -----------------------------------------------
  PAGETOP
----------------------------------------------- */
#pagetop {
  text-align: center;
  margin: 50px 0;
}
#pagetop a {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  /*border: 1px solid #464646;*/
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
#pagetop a:before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #464646;
  border-left: 2px solid #464646;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5px;
  margin-left: -5px;
}


/* -----------------------------------------------
  UTILS
----------------------------------------------- */
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex-row {
  -webkit-flex-direction:row;
  -moz-flex-direction:row;
  -ms-flex-direction:row;
  -o-flex-direction:row;
  flex-direction:row;
}
.flex-col {
  -webkit-flex-direction:column;
  -moz-flex-direction:column;
  -ms-flex-direction:column;
  -o-flex-direction:column;
  flex-direction:column;
}
.flex-left {
  -webkit-justify-content:flex-start;
  -ms-justify-content:flex-start;
  justify-content:flex-start;
}
.flex-center {
  -webkit-justify-content:center;
  -ms-justify-content:center;
  justify-content:center;
}
.flex-right {
  -webkit-justify-content:flex-end;
  -ms-justify-content:flex-end;
  justify-content:flex-end;
}
.flex-between {
  -webkit-justify-content:space-between;
  -ms-justify-content:space-between;
  justify-content:space-between;
}
.flex-stretch {
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.flex-al-start {
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.flex-al-center {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex-al-end {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.flex-al-between {
  -webkit-align-content: space-between;
  align-content: space-between;
}

.pt0 { padding-top: 0px !important; }
.pt10 { padding-top: 10px !important; }
.pt20 { padding-top: 20px !important; }
.pt30 { padding-top: 30px !important; }
.pt40 { padding-top: 40px !important; }
.pt50 { padding-top: 50px !important; }

.pb0 { padding-bottom: 0px !important; }
.pb10 { padding-bottom: 10px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb30 { padding-bottom: 30px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb50 { padding-bottom: 50px !important; }

.ptb0 { padding-top: 0px !important; padding-bottom: 0px !important; }
.ptb10 { padding-top: 10px !important; padding-bottom: 10px !important; }
.ptb20 { padding-top: 20px !important; padding-bottom: 20px !important; }
.ptb30 { padding-top: 30px !important; padding-bottom: 30px !important; }
.ptb40 { padding-top: 40px !important; padding-bottom: 40px !important; }
.ptb50 { padding-top: 50px !important; padding-bottom: 50px !important; }

.mt0 { margin-top: 0px !important; }
.mt10 { margin-top: 10px !important; }
.mt20 { margin-top: 20px !important; }
.mt30 { margin-top: 30px !important; }
.mt40 { margin-top: 40px !important; }
.mt50 { margin-top: 50px !important; }

.mb0 { margin-bottom: 0px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }

.mtb0 { margin-top: 0px !important; margin-bottom: 0px !important; }
.mtb10 { margin-top: 10px !important; margin-bottom: 10px !important; }
.mtb20 { margin-top: 20px !important; margin-bottom: 20px !important; }
.mtb30 { margin-top: 30px !important; margin-bottom: 30px !important; }
.mtb40 { margin-top: 40px !important; margin-bottom: 40px !important; }
.mtb50 { margin-top: 50px !important; margin-bottom: 50px !important; }

.none { display: none !important; }

.txt-al-center {
  text-align: center !important;
}
.txt-al-left {
  text-align: left !important;
}
.txt-al-right {
  text-align: right !important;
}

.inner_mxw1400 {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.inner_mxw1280 {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
.inner_mxw1210 {
  max-width: 1210px;
  margin: 0 auto;
  position: relative;
}
.inner_mxw1150 {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.inner_full {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 1150px) {
  .inner_mxw1400 {
    padding: 0 20px;
  }
  .inner_mxw1280 {
    padding: 0 20px;
  }
  .inner_mxw1150 {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  .inner_mxw1400 {
    padding: 0 20px;
  }
  .inner_mxw1280 {
    padding: 0;
  }
}

.blink {
  -webkit-animation:blink 0.8s ease-in-out infinite alternate;
  -moz-animation:blink 0.8s ease-in-out infinite alternate;
  animation:blink 0.8s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
  0% {opacity:0;}
  50% {opacity:0;}
  51% {opacity:1;}
  100% {opacity:1;}
}
@-moz-keyframes blink{
  0% {opacity:0;}
  50% {opacity:0;}
  51% {opacity:1;}
  100% {opacity:1;}
}
@keyframes blink{
  0% {opacity:0;}
  50% {opacity:0;}
  51% {opacity:1;}
  100% {opacity:1;}
}

.hny_bg__header {
  background-color: transparent;
  /*background-color: #FFF;*/
}

/* : font family : */
.font-sansserif {
  font-family: Helvetica, "Helvetica Neue", "Lucida Grande", Arial, "繝偵Λ繧ｮ繝主諸繧ｴ ProN W3", "Hiragino Kaku Gothic ProN", 繝｡繧､繝ｪ繧ｪ, Meiryo, "�ｭ�ｳ �ｰ繧ｴ繧ｷ繝�け", sans-serif;
}
.font-serif {
  font-family: "繝偵Λ繧ｮ繝手匡蜉ｾ Pro W3", "Hiragino Mincho Pro", "HGS闍ｧ蜉ｾE", "�ｭ�ｳ �ｰ闍ｧ蜉ｾ", serif;
}


/* : AD : */
.ad-header-up {
  background-color: #000;
}
.ad-header_upper {
  display: none;
}
.ad-leaderboard-a,
.ad-leaderboard-b1,
.ad-leaderboard-c
{
  display: none;
}
.ad-overlay {
  display: block;
  overflow-y: visible;
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  text-align: center;
  line-height: 0px;
  left: 0px;
  right: 0px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .ad-headersp {
    display: none;
  }
  .ad-header_upper {
    display: block;
  }
  .ad-inlinebanner-a,
  .ad-inlinebanner-b1,
  .ad-inlinebanner-c
  {
    display: none;
  }
  .ad-leaderboard-a,
  .ad-leaderboard-b1,
  .ad-leaderboard-c
  {
    display: block;
  }
  .ad-overlay {
    display: none;
  }
}
@media (min-width: 1024px) {
}
@media (min-width: 1150px) {
}
@media (min-width: 1280px) {
}