@charset "UTF-8";
#topPage #wrap {
  width: auto;
  position: relative;
  margin: 0;
}
#topPage #wrap #con_wrap {
  width: auto;
  margin-bottom: 70px;
}
#topPage #wrap #con_wrap .topBlock {
  overflow: hidden;
}
#topPage #wrap #con_wrap .topBlock .topSlide {
  position: relative;
  z-index: 50;
  font-size: 0;
  padding-bottom: 21px;
}
#topPage #wrap #con_wrap .topBlock .topSlide .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/ball_loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}
#topPage #wrap #con_wrap .topBlock .topSlide a {
  display: block;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-wrapper {
  width: 780px;
  margin: 0 auto;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 28px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -14px;
  background-image: url(../images/common/prev_arrow.png);
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-wrapper .bx-controls-direction a.bx-next {
  right: -14px;
  background-image: url(../images/common/next_arrow.png);
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport {
  width: 780px;
  height: 460px;
  overflow: visible !important;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li {
  min-height: 1px;
  min-width: 1px;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li a {
  display: block;
  position: relative;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li a:after {
  content: "";
  background-image: url(../images/top/net_blk.png);
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li img {
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li:hover img {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#topPage #wrap #con_wrap .topBlock .topSlide .bx-viewport li.active a:after {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#topPage #wrap #con_wrap .topBlock .topSlide .toCat {
  position: absolute;
  z-index: 51;
  bottom: 24px;
  left: 25px;
}

/*----------------------------
　　　　-　カテゴリー
----------------------------*/
.cat span {
  display: inline-block;
  width: 130px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}
.cat span.technique {
  background-color: #D90000;
  background-image: url(../images/tag/tag_tech.png);
}
.cat span.styling {
  background-color: #FF8000;
  background-image: url(../images/tag/tag_styling.png);
}
.cat span.new {
  background-color: #0059B2;
  background-image: url(../images/tag/tag_new.png);
}
.cat span.digest_movie {
  width: 94px;
  background-color: #00A3D9;
  background-image: url(../images/tag/tag_movie.png);
}
.cat span.quality_standard {
  background-color: #006600;
  background-image: url(../images/tag/tag_quality.png);
}

#webmagFeedList {
  width: 1000px;
  margin: 0 auto 58px;
}
#webmagFeedList .inr {
  width: 1100px;
  zoom: 1;
}
#webmagFeedList .inr:before, #webmagFeedList .inr:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#webmagFeedList .inr:after {
  clear: both;
}
#webmagFeedList h3 {
  text-align: center;
  padding: 42px 0 42px;
}
#webmagFeedList .articleItem {
  width: 280px;
  height: 330px;
  overflow: hidden;
  float: left;
  margin: 0 80px 0 0;
  position: relative;
}
#webmagFeedList .articleItem a {
  color: #000;
  text-decoration: none;
}
#webmagFeedList .articleItem .thumbnail {
  height: 162px;
  overflow: hidden;
}
#webmagFeedList .articleItem .thumbnail img {
  max-width: 280px;
  height: auto;
  vertical-align: middle;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
}
#webmagFeedList .articleItem .noImg {
  box-sizing: border-box;
  height: 162px;
  background-image: url(https://www.orihica.com/orcmag/wp-content/themes/orcmag/images/common/no_img_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eee;
}
#webmagFeedList .articleItem .cat {
  margin: 13px 0;
}
#webmagFeedList .articleItem .date {
  display: inline-block;
  font-family: 'Cabin', sans-serif;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 175px;
  letter-spacing: 0.1em;
}
#webmagFeedList .articleItem .ttl {
  font-size: 18px;
  line-height: 1.5;
}
#webmagFeedList .articleItem:hover .thumbnail img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#webmagFeedList .moreBtn {
  width: 200px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: 'Arial';
  font-size: 13px;
  background-color: #000;
  background-image: url(../images/top/wht_arrow.png);
  background-repeat: no-repeat;
  background-position: 180px center;
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#webmagFeedList .moreBtn a {
  color: #fff;
  text-decoration: none;
  display: block;
}
#webmagFeedList .moreBtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

#catalogBox {
  width: 801px;
  margin: 0 auto 100px;
}
#catalogBox .catalogBnr {
  -webkit-transition: opacity ease 0.5s;
  -moz-transition: opacity ease 0.5s;
  -ms-transition: opacity ease 0.5s;
  -o-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
}
#catalogBox .catalogBnr:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
#catalogBox .catalogTitle {
  display: block;
  color: #2685c3;
  margin: 20px 0 15px;
}
#catalogBox .catalogText {
  color: #000;
  font-size: 13px;
}
#catalogBox .catalogText a {
  color: #000;
  text-decoration: none;
}
#catalogBox .catalogText a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  text-decoration: underline;
}

#specialBox {
  width: 1000px;
  margin: 0 auto 100px;
}
#specialBox .index .en {
  font-size: 29px;
}
#specialBox .index .jp {
  font-size: 16px;
}
#specialBox ul {
  zoom: 1;
  width: 1060px;
}
#specialBox ul:before, #specialBox ul:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
#specialBox ul:after {
  clear: both;
}
#specialBox ul li {
  float: left;
  width: 470px;
  margin-right: 60px;
}
#specialBox ul li .specialImg {
  width: 470px;
  border: 1px solid #ccc;
  overflow: hidden;
}
#specialBox ul li .specialImg img {
  width: 100%;
  vertical-align: middle;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
#specialBox ul li .specialImg:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
#specialBox ul li .iconLink {
  margin-top: 18px;
  height: 126px;
  font-size: 13px;
  line-height: 1.8;
}
#specialBox ul li .iconLink a {
  text-decoration: none;
  color: #000;
}
#specialBox ul li .iconLink strong {
  display: block;
  color: #2685c3;
  font-weight: normal;
}
#specialBox ul li .iconLink:hover {
  text-decoration: underline;
}
#specialBox .listBtn a {
  font-size: 16px;
  letter-spacing: 0.2em;
  margin: 0 auto;
  width: 280px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  background-color: #212e52;
  display: block;
  color: #fff;
  border: 1px solid #212e52;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
#specialBox .listBtn a:hover {
  color: #212e52;
  background-color: #fff;
}

.newsTopix {
  zoom: 1;
  padding: 98px 0;
  background-color: #eee;
}
.newsTopix:before, .newsTopix:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.newsTopix:after {
  clear: both;
}
.newsTopix > .inr {
  width: 1000px;
  margin: 0 auto;
}
.newsTopix .leftBox {
  float: left;
  width: 730px;
  position: relative;
}
.newsTopix .rightBox {
  width: 230px;
  float: right;
}
.newsTopix .rightBox li {
  margin-bottom: 20px;
  -webkit-transition: 500ms ease;
  -moz-transition: 500ms ease;
  -ms-transition: 500ms ease;
  -o-transition: 500ms ease;
  transition: 500ms ease;
}
.newsTopix .rightBox li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.newsTopix .index {
  text-align: left;
  margin-bottom: 35px;
}
.newsTopix .index span {
  display: inline-block;
  vertical-align: bottom;
}
.newsTopix .index span.en {
  font-size: 26px;
  margin: 0 18px 0 0;
}
.newsTopix .toNews {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.newsTopix .topixList ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
.newsTopix .topixList ul li .tag {
  display: block;
  width: 110px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 11px;
  font-style: normal;
  margin-bottom: 8px;
  color: #fff;
  background-color: #ff7f00;
  text-align: center;
}
.newsTopix .topixList ul li .tag.info {
  font-size: 10px;
  background-color: #212e52;
}
.newsTopix .topixList ul li .tag.closed {
  background-color: #666;
}
.newsTopix .topixList ul li .tag.open {
  background-color: #D90000;
}
.newsTopix .topixList ul li .tag.press {
  background-color: #FF8000;
}
.newsTopix .topixList ul li a {
  line-height: 1.8;
  text-decoration: none;
}
.newsTopix .topixList ul li a:hover {
  text-decoration: underline;
}
.newsTopix .topixList ul li p {
  line-height: 1.8;
  color: #000;
}

.fbFeed {
  zoom: 1;
  padding: 98px 0;
}
.fbFeed:before, .fbFeed:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}
.fbFeed:after {
  clear: both;
}
.fbFeed > .inr {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.fbFeed .index {
  text-align: left;
  margin-bottom: 35px;
}
.fbFeed .index span {
  display: inline-block;
  vertical-align: bottom;
}
.fbFeed .index span.en {
  font-size: 26px;
  margin: 0 18px 0 0;
}
.fbFeed .toNews {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 13px;
  letter-spacing: 0.1em;
}
.fbFeed .fbList {
  width: 1060px;
}
.fbFeed .fbList li {
  float: left;
  margin: 0 60px 0 0;
  width: 200px;
  position: relative;
}
.fbFeed .fbList li .inr {
  background-color: #fff;
  height: 210px;
}
.fbFeed .fbList li:hover .fbMedia img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.fbFeed .fbList li a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  color: #000;
}
.fbFeed .fbList li .fbMedia {
  overflow: hidden;
  text-align: center;
  height: 118px;
}
.fbFeed .fbList li .fbMedia span {
  width: 200px;
  height: 118px;
  display: table-cell;
  vertical-align: middle;
}
.fbFeed .fbList li .fbMedia img {
  max-width: 100%;
  max-height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  display: inline;
  vertical-align: middle;
  -webkit-transition: 400ms ease;
  -moz-transition: 400ms ease;
  -ms-transition: 400ms ease;
  -o-transition: 400ms ease;
  transition: 400ms ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.fbFeed .fbList li .fbMess {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  padding: 12px 0;
}
.fbFeed .fbList li .fbMess:before {
  content: "";
  background-image: url(../images/common/more_i.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 46px;
  height: 13px;
}

.sticky_button {
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 1000;
  transition: all 300ms ease;
}
.sticky_button a {
  display: block;
}
.sticky_button.fadeOut {
  opacity: 0;
  left: 0;
  transform: translateX(-100%);
}
.sticky_button.hide {
  display: none;
}

.sticky_button_close {
  font-size: 0;
  display: block;
  width: 18px;
  cursor: pointer;
  position: absolute;
  top: -2px;
  right: 2px;
  transform: translateY(-100%);
}
.sticky_button_close img {
  width: 100%;
}

.sticky_button_img {
  font-size: 0;
  width: 260px;
}
.sticky_button_img img {
  width: 100%;
}
