@charset "utf-8";

body {
  position: relative;
  width: 100%;
  min-width: 1030px;
  background-color: #f3f3f3;
}

#wrapper {
  position: relative;
}

#header_logo {
  position: absolute;
  z-index: 10;
  width: 100%;
}

#header_logo img {
  display: block;
}

#header_logo #header_logo_inner {
  width: 1030px;
  margin: 0px auto 0px auto;
}

#header_logo_inner #header_logo_left {
  display: table-cell;
  width: 308px;
  vertical-align: middle;
}

#header_logo_inner #header_logo_right {
  display: table-cell;
  width: 722px;
  padding: 10px;
  text-align: right;
  /*vertical-align: middle;*/
}

#header_logo_right ul {
  display: inline-block;
}

#header_logo_right ul li {
  float: left;
  padding: 0px 13px 0px 0px;
}

#header_bottom {
  position: absolute;
  top: 368px;
  z-index: 10;
  width: 100%;
  transform: translateY(-100%);
}

#header_bottom_inner {
  width: 1030px;
  margin: 0px auto 0px auto;
}

#header_bottom_right {
  padding: 0 calc(10px + 13px + (130px - 102px))
    calc(368px - 46px - 290px - 17px) 0;
  text-align: right;
}

#header_bottom_right a {
  position: relative;
  display: inline-block;
  width: calc(280px * 0.25);
}

#header_bottom_right a:hover {
  filter: drop-shadow(0 0 10px #ffdf2a);
}

#header_bottom_right a:hover:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 1%;
  height: 1%;
  margin: auto;
  content: "";
  border-radius: 100%;
  box-shadow: 0px 0px 30px 30px rgba(255 238 142 / 0.8);
}

#header_bottom_right a img {
  width: 100%;
  vertical-align: top;
}

#header {
  position: relative;
  width: 100%;
  height: 368px;
  background-color: rgba(255, 255, 255, 1);
}

#header #header_carousel {
  width: 100%;
  height: 368px;
  background: url(../images/top_h_slide_bg.png);
}

#header #header_bnr,
#header #header_bnr a {
  display: block;
  width: 412px;
  height: 65px;
}
#header #header_bnr {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 100;
  margin-left: -206px;
}
#header #header_bnr a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/bnr_hitomoji2016.png) 0 0 no-repeat;
}
#header #header_bnr a:hover {
  background-position: 0 -65px;
}

#feed {
  position: relative;
  width: 1030px;
  margin: 0px auto 0px auto;
}

/* feedの大枠定義 */
#feed .box {
  display: block;
  width: 320px;
  max-width: 320px;
  margin: 0px 11px 15px 12px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px #bdbdbd;
  -moz-box-shadow: 0px 0px 4px #bdbdbd;
  box-shadow: 0px 0px 4px #bdbdbd;
}

#feed .box a {
  text-decoration: none;
}

#feed .box_textcolor {
  color: #2e2e2e;
}

#feed .box_title {
  width: 320px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

#feed .box_img {
  position: relative;
  width: 320px;
}

#feed .box_img > img {
  display: block;
  min-width: 100%;
  max-width: 100%;
}

#feed .box_img .box_img_sankaku {
  position: absolute;
  bottom: 0px;
  left: 150px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ffffff;
  border-left: 10px solid transparent;
}

#feed .movie_arrow {
  position: absolute;
  top: 70px;
  left: 130px;
  text-align: center;
}

#feed .box_content {
  padding: 15px 15px 15px 15px;
  word-break: break-all;
}

#feed .box_content_title {
  padding: 0px 0px 10px 0px;
  font-weight: bold;
}

#feed .box_content_naiyou {
  color: #5b5b5b;
}

#feed .box_comment {
  padding: 0px 15px 0px 15px;
  clear: both;
  border-radius: 0px 0px 5px 5px;
}

#feed .box_line {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #ffffff;
}

#feed dl {
  /* 全体300px */
  padding: 0px 0px 13px 0px;
}

#feed dt {
  float: left;
  /*margin: 0px 10px 0px 0px;*/
  width: 28px;
  height: 28px;
  border: 1px solid #616161;
  /* 全体40px */
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

#feed dt img {
  width: 28px;
  height: 28px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

#feed dd {
  float: right;
  width: 240px;
  padding: 8px 5px 8px 5px;
  color: #2e2e2e;
  word-break: break-all;
  /* 全体260px */
  border: 1px solid #616161;
}

/* feedのphotogarelly定義 */
#feed .img_title_photogarelly {
  background-color: #04ce9b;
}

#feed .box_photogarelly {
  color: #04ce9b;
}

#feed .box_line_photogarelly {
  border-color: #04ce9b;
}

/* feedのmovie定義 */
#feed .img_title_movie {
  background-color: #04c7ce;
}

#feed .box_movie {
  color: #04c7ce;
}

#feed .box_line_movie {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #04c7ce;
}

/* feedのlaletter定義 */
#feed .img_title_laletter {
  background-color: #ff6766;
}

#feed .box_laletter {
  color: #ff6766;
}

#feed .box_line_laletter {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #ff6766;
}

/* feedのblog定義 */
#feed .img_title_blog {
  background-color: #ffb527;
}

#feed .box_blog {
  color: #ffb527;
}

#feed .box_line_blog {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #ffb527;
}

#feed .box_img.blog_masumito:before {
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 115px;
  height: 25px;
  content: "";
  background: url(../images/icon_masumito.png);
  background-repeat: no-repeat;
}

/* feedのspecial定義 */
#feed .img_title_special {
  background-color: #e63533;
}

#feed .box_special {
  color: #e63533;
}

#feed .box_line_special {
  width: 100%;
  padding: 0px 0px 15px 0px;
  border-top: 1px solid #e63533;
}

#loadmore {
  width: 100%;
  min-width: 1030px;
  padding: 50px 0px 50px 0px;
}

#loadmore > #loadmore_bt {
  width: 1030px;
  padding: 5px 0px 5px 0px;
  margin: 0px auto 0px auto;
  line-height: 0px;
  text-align: center;
  cursor: pointer;
  background-image: url(../images/top_loadmore_bg.png);
  border-top: solid 1px #808080;
  border-bottom: solid 1px #808080;
}

#pagetop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 200;
  display: none;
}
