input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}
@font-face {
  font-family: "vincent";
  src: url("./Vincent_Regular.woff") format("woff");
}
@font-face {
  font-family: "din";
  src: url("./DINAlternate-Bold.woff") format("woff");
}
body {
  color: #1a1a1a;
  background: url("../img/common/bg.png") repeat;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ent_bg-yellow-top {
  background: url("../img/common/bg_left.png") top left no-repeat;
}
.ent_bg-yellow-bottom {
  background: url("../img/common/bg_right.png") bottom right no-repeat;
}
header {
  padding-top: 85px;
}
header a:hover {
  opacity: 0.7;
}
header .ent_nav-fixed {
  position: fixed;
  width: 100%;
  min-width: 960px;
  z-index: 9999;
  top: 0;
  left: 0;
}
header .ent_nav-fixed > ul {
  display: table;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 14, 0.9);
  color: #fff;
  padding: 0 32px 0 30px;
  border-radius: 0 0 10px 10px;
}
header .ent_nav-fixed > ul > li:nth-of-type(1) {
  display: table-cell;
  vertical-align: middle;
  width: 173px;
}
header .ent_nav-fixed > ul > li:nth-of-type(1) a {
  display: inline-block;
  width: 100%;
}
header .ent_nav-fixed > ul > li:nth-of-type(1) a img {
  width: 100%;
}
header .ent_nav-fixed > ul > li:nth-of-type(2) {
  display: table-cell;
  vertical-align: middle;
  max-width: calc(100% - 173px);
  padding-left: 9.3%;
}
header .ent_nav-fixed-ul {
  float: left;
}
header .ent_nav-fixed-ul > li {
  float: left;
  width: 110px;
  height: 85px;
  display: table;
  position: relative;
}
header .ent_nav-fixed-ul > li > a {
  /*display: table;*/
  width: 100%;
  height: 100%;
  vertical-align: center;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
header .ent_nav-fixed-ul > li > a > span {
  display: block;
  vertical-align: middle;
}
header .ent_nav-fixed-ul > li:nth-of-type(1) a {
  border-bottom: 3px solid #cf28ff;
}
header .ent_nav-fixed-ul > li:nth-of-type(2) a {
  border-bottom: 3px solid #ff50be;
}
header .ent_nav-fixed-ul > li:nth-of-type(3) a {
  border-bottom: 3px solid #00bf9a;
}
header .ent_nav-fixed-ul > li:nth-of-type(4) a {
  border-bottom: 3px solid #fbb43b;
}
header .ent_nav-fixed-ul > li:nth-of-type(5) a {
  border-bottom: 3px solid #00bae2;
}
header .ent_nav-fixed-ul > li:nth-of-type(6) > a {
  border-bottom: 3px solid #b3955e;
}
header .ent_nav-fixed-ul > li:nth-of-type(7) > a {
  border-bottom: 3px solid #f15a24;
}
header .ent_nav-fixed-ul > li:nth-of-type(7) > a i {
  font-size: 1.6rem;
  padding-left: 10px;
  padding-top: 5px;
}
header .ent_nav-fixed-ul > li > ul {
  background: #b3955e;
  position: absolute;
  width: 180px;
  left: 0;
  top: 82px;
  padding: 0 10px;
  display: none;
}
header .ent_nav-fixed-ul > li > ul.on {
  display: block;
}
header .ent_nav-fixed-ul > li > ul:after {
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-bottom: 12px solid #b3955e;
  content: "";
  position: absolute;
  left: 30px;
  top: -18px;
}
header .ent_nav-fixed-ul > li > ul > li {
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
header .ent_nav-fixed-ul > li > ul > li:last-child {
  border: none;
}
header .ent_nav-fixed-ul > li > ul > li > a {
  display: block;
  color: #fff;
  padding: 8px 4px 7px;
  font-weight: bold;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group {
  position: relative;
  cursor: pointer;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in.on {
  height: 200px;
  padding: 0 10px 10px;
  bottom: -197px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in.on:before {
  border-bottom: 10px solid #b3955e;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in.on li {
  display: block;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in {
  position: absolute;
  width: 180px;
  height: 0;
  bottom: 3px;
  background: #b3955e;
  padding: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 0px solid #b3955e;
  top: -16px;
  left: 40px;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in li {
  display: none;
  border-bottom: 1px solid #fff;
  line-height: 1;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in li a {
  display: inline-block;
  width: 100%;
  font-size: 1.3rem;
  color: #fff;
  padding: 14px 5px 12px;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-group .ent_group-in li:last-of-type {
  border-bottom: none;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search {
  width: 25px;
  margin-left: 20px;
  cursor: pointer;
  position: relative;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search i {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch.on {
  height: 29px;
  bottom: -26px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 4px 6px 2px rgba(0, 0, 0, 0.1);
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch.on:before {
  border-bottom: 10px solid #f0f0f0;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch.on form {
  display: block;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch {
  position: absolute;
  height: 0;
  background: #f0f0f0;
  right: -10px;
  bottom: 3px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 0 0 5px 5px;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-bottom: 0px solid #f0f0f0;
  top: -16px;
  right: 12px;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch form {
  width: 100%;
  display: none;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch input[type="text"] {
  width: 100%;
  color: #191925 !important;
  border-radius: 0;
  border: none;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-search .headerSearch i {
  color: #191925;
}
header .ent_nav-fixed-ul .ent_nav-fixed-ul-login {
  width: 25px;
  margin-left: 18px;
}
header .ent_sns-fixed {
  width: 214px;
  position: fixed;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 3px 2px #e6e6e6;
  box-shadow: 3px 2px #e6e6e6;
  padding: 10px 20px 10px 14px;
  border-radius: 0 0 8px 8px;
  top: 267px;
  right: -85px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .ent_sns-fixed dl {
  width: 100%;
}
header .ent_sns-fixed dl dt {
  display: inline-block;
  float: left;
}
header .ent_sns-fixed dl dt p {
  font-size: 1.2rem;
  color: #000;
  line-height: 1;
  font-weight: bold;
  padding: 5px 13px 6px 0;
  border-right: 1px solid #e6e6e6;
}
header .ent_sns-fixed dl dd {
  width: 74px;
  float: right;
}
header .ent_sns-fixed dl dd ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
header .ent_sns-fixed dl dd ul li {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
header .ent_sns-fixed dl dd ul li a {
  display: inline-block;
}
header .ent_sns-fixed dl dd ul li a:hover {
  opacity: 1;
}
header .ent_sns-fixed dl dd ul li i {
  font-size: 1.8rem;
  color: #000;
}
header .pankuzu {
  background: none;
}
header .pankuzu > ul {
  padding: 10px 30px 0;
}
footer.ent_foot {
  max-width: 1200px;
  width: 100%;
  margin: 68px auto 0;
  background: rgba(0, 0, 14, 0.9);
  border-radius: 10px 10px 0 0;
  padding: 37px 38px;
  position: relative;
}
footer.ent_foot .ent_foot-btn {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -30px;
  right: 3.33%;
}
footer.ent_foot .ent_foot-btn a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #a2815e;
}
footer.ent_foot .ent_foot-btn a span {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  top: 26px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
footer.ent_foot .ent_foot-logo {
  width: 100%;
  overflow: hidden;
}
footer.ent_foot .ent_foot-logo div {
  width: 173px;
}
footer.ent_foot .ent_foot-logo div img {
  width: 100%;
}
footer.ent_foot .ent_foot-dl {
  width: 100%;
  margin-top: 31px;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer.ent_foot .ent_foot-dl dt {
  float: left;
}
footer.ent_foot .ent_foot-dl dt ul li {
  display: inline-block;
  margin-right: 10px;
  padding-right: 18px;
  line-height: 1;
  position: relative;
}
footer.ent_foot .ent_foot-dl dt ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}
footer.ent_foot .ent_foot-dl dt ul li a {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 2px;
  padding-right: 0;
  position: relative;
}
footer.ent_foot .ent_foot-dl dd {
  float: right;
}
footer.ent_foot .ent_foot-dl dd p {
  font-size: 1.1rem;
  color: #999;
  margin-top: 24px;
}
footer.ent_foot .ent_foot-nav-a li {
  border-right: solid 1px #a2815e;
}
footer.ent_foot .ent_foot-nav-a li a {
  font-size: 1.4rem;
  color: #a2815e;
}
footer.ent_foot .ent_foot-nav-a li a i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
  line-height: 1;
}
footer.ent_foot .ent_foot-nav-a li:last-of-type a {
  padding-right: 18px;
}
footer.ent_foot .ent_foot-dl dt ul li > ul {
  position: absolute;
  width: 620px;
  background: #b3955e;
  padding: 10px 10px 3px;
  left: -285px;
  top: -80px;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
}
footer.ent_foot .ent_foot-dl dt ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}
footer.ent_foot .ent_foot-dl dt ul li > ul:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top: 10px solid #b3955e;
  bottom: -17px;
  left: 50%;
}
footer.ent_foot .ent_foot-dl dt ul li > ul li {
  margin-bottom: 10px;
  padding-right: 10px;
  border-color: #fff;
}
footer.ent_foot .ent_foot-nav-a li:last-of-type > ul a {
  color: #fff;
  padding-right: 0;
}
footer.ent_foot .ent_foot-dl dt ul li > ul.on {
  display: block;
}
footer.ent_foot .ent_foot-nav-b {
  margin-top: 24px;
}
footer.ent_foot .ent_foot-nav-b li {
  border-right: 1px solid #999;
}
footer.ent_foot .ent_foot-nav-b li a {
  font-size: 1.2rem;
  color: #999;
}
footer.ent_foot .ent_foot-nav-sns {
  text-align: right;
}
footer.ent_foot .ent_foot-nav-sns li {
  display: inline-block;
}
footer.ent_foot .ent_foot-nav-sns li a {
  display: inline-block;
}
footer.ent_foot .ent_foot-nav-sns li a i {
  color: #a2815e;
}
footer.ent_foot .ent_foot-nav-sns li:nth-of-type(2) {
  margin-left: 15px;
}
footer.ent_foot .ent_foot-nav-sns li:nth-of-type(3) {
  margin-left: 13px;
}
/******************共通************************/
.cont {
  min-height: auto;
  position: relative;
  z-index: 10 !important;
  padding-top: 44px;
}
.contLeft {
  max-width: 713px;
  width: 60%;
}
.contRight {
  max-width: 447px;
  width: 37.25%;
}
.data {
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #b3b3b3;
  text-align: right;
}
.ent_img-box {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #e6e6e6;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.ent_img-box img {
  width: 100%;
}
.ent_tag {
  position: absolute;
  /* display: inline-block; */
  display: none;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 7px 18px;
  background: #000;
}
.ent_tag:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  bottom: -10px;
  border: 5px solid transparent;
  border-top: 5px solid #b3b3b3;
  border-right: 5px solid #b3b3b3;
}
.ent_tag.feature_interview-tag {
  background: #ff50be;
}
.ent_tag.column-tag {
  background: #fbb43b;
}
.ent_tag.tv_blog-tag {
  background: #fbb43b;
}
.ent_tag.live_report-tag {
  background: #00bae2;
}
.ent_tag.news-tag {
  background: #00bf9a;
}
.ent_tag.gloup-tag {
  background: #b3955e;
}
/******************スライド************************/
.ent_slide-wrap {
  width: 100%;
  padding-top: 0;
}
.ent_slide-wrap > dt {
  float: left;
  width: 56.75%;
  margin-left: -10px;
}
.ent_slide-wrap > dd {
  float: right;
  width: 40.1666%;
}
.ent_slide-top li a {
  display: block;
}
.ent_slide-top .slick-arrow {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
}
.ent_slide-top .slick-arrow:after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ent_slide-top .slick-prev {
  position: absolute;
  left: -15px;
  top: 164px;
  z-index: 1000;
}
.ent_slide-top .slick-next {
  position: absolute;
  right: -25px;
  top: 164px;
  z-index: 1000;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ent_slide-dl {
  width: calc(100% - 10px);
  margin-left: 10px;
}
.ent_slide-dl dt {
  position: relative;
  width: 100%;
}
.ent_slide-dl dt .ent_img-box {
  border-radius: 8px 8px 0 0;
}
.ent_slide-dl dt .ent_tag {
  left: -10px;
  bottom: 20px;
}
.ent_slide-dl dd {
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 19px 3.6% 24px;
  background: #fff;
  border-bottom: 3px solid #e6e6e6;
}
.ent_slide-dl dd .tit {
  font-size: 2.4rem;
  line-height: 1.54;
  letter-spacing: 0.1em;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ent_slide-dl dd .text {
  font-size: 1.2rem;
  line-height: 1.83;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #666;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ent_slide-dl dd .data {
  margin-top: 15px;
}
.ent_slide-box {
  width: 100%;
  position: relative;
}
.ent_slide-box a {
  display: block;
}
.ent_slide-box .ent_img-box {
  border-radius: 8px;
}
.ent_slide-box .ent_txt-box {
  width: 100%;
  padding: 40px 10px 10px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  border-radius: 0 0 8px 8px;
  position: absolute;
  bottom: 0;
}
.ent_slide-box .ent_tag {
  top: 0;
  bottom: auto;
  left: -10px;
}
.ent_slide-box .tit {
  font-size: 1.3rem;
  line-height: 1.61;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #fff;
}
.ent_slide-box .data {
  margin-top: 15px;
  color: #fff;
}
.ent_slide-box + .ent_slide-box {
  margin-top: 39px;
}
/**********************スライド下段UL*************************/
.ent_top-ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 53px;
}
.ent_top-ul li {
  width: 23%;
  border-bottom: 3px solid #e6e6e6;
  background: #fff;
  border-radius: 8px 8px 0 0;
}
.ent_top-ul li a {
  width: 100%;
}
.ent_top-ul-in {
  width: 100%;
}
.ent_top-ul-in dt {
  width: 100%;
  position: relative;
}
.ent_top-ul-in dt .ent_img-box {
  border-radius: 8px 8px 0 0;
}
.ent_top-ul-in dt .ent_tag {
  left: -7px;
  bottom: -9px;
}
.ent_top-ul-in dd {
  width: 100%;
  padding: 16px 7.81% 20px;
}
.ent_top-ul-in dd .tit {
  font-size: 1.3rem;
  line-height: 1.61;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.ent_top-ul-in dd .data {
  margin-top: 15px;
}
/**********************TOPメインコンテンツ共通*************************/
.ent_title-box-a h2 {
  position: relative;
  font-size: 7.3rem;
  padding-bottom: 21px;
  width: 100%;
  line-height: 0.95;
  font-family: "vincent";
  font-weight: normal;
}
.ent_title-box-a h2:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.ent_title-box-a p {
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 18px;
  letter-spacing: 0.2em;
}
.ent_title-box-b h2 {
  position: relative;
  font-size: 4.4rem;
  padding-bottom: 19px;
  width: 100%;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "vincent";
  font-weight: normal;
}
.ent_title-box-b h2:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 37px;
  height: 1px;
  background: #000;
}
.ent_title-box-b p {
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 17px;
  text-align: center;
}
.ent_blog-box {
  width: 100%;
}
.ent_blog-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
  padding-bottom: 33px;
}
.ent_blog-box ul li {
  width: 47.61%;
  margin-top: 35px;
  background: #f8f8f8;
  border-bottom: 3px solid #e6e6e6;
  border-radius: 8px 8px 0 0;
}
.ent_blog-box ul li a,
.ent_blog-dl {
  width: 100%;
}
.ent_blog-dl dt {
  position: relative;
  width: 100%;
}
.ent_blog-dl dt .ent_img-box {
  border-radius: 8px 8px 0 0;
}
.ent_blog-dl dd {
  width: 100%;
  overflow: hidden;
  padding: 14px 6.56% 16px;
}
.ent_blog-dl dd .tit {
  font-size: 1.3rem;
  line-height: 1.58;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.ent_blog-dl dd .data {
  margin-top: 5px;
}
.ent_more-box {
  width: 100%;
}
.ent_more-box a {
  width: 100%;
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 14px 0 15px;
  border-radius: 42px;
  -webkit-box-shadow: 0 3px #82674b;
  box-shadow: 0 3px #82674b;
  background: #a2815e url("../img/common/icon_arrow2.png") center right 10px no-repeat;
}
.ent_more-box.right_more {
  letter-spacing: 0.1em;
  color: #000;
}
/**********************ライブレポート*************************/
.ent_live-sec {
  margin-top: 49px;
}
.ent_title-grd-a:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(55%, #f657be),
    color-stop(55%, #58d5bd),
    color-stop(64%, #58d5bd),
    color-stop(64%, #fbb43b),
    color-stop(73%, #fbb43b),
    color-stop(73%, #f15a24),
    color-stop(82%, #f15a24),
    color-stop(82%, #00bae2),
    color-stop(91%, #00bae2),
    color-stop(91%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 55%,
    #58d5bd 55%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: -o-linear-gradient(
    left,
    #f657be 55%,
    #58d5bd 55%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: linear-gradient(
    90deg,
    #f657be 55%,
    #58d5bd 55%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
}
/**********************テレビ/ブログ*************************/
.ent_tv-sec {
  margin-top: 50px;
}
.ent_tv-sec .ent_title-box-a h2 {
  padding-bottom: 25px;
}
.ent_tv-sec .ent_title-box-a p {
  padding-top: 16px;
}
.ent_tv-sec .ent_blog-dl {
  padding-bottom: 0px;
}
.ent_title-grd-b:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(9%, #f657be),
    color-stop(9%, #58d5bd),
    color-stop(64%, #58d5bd),
    color-stop(64%, #fbb43b),
    color-stop(73%, #fbb43b),
    color-stop(73%, #f15a24),
    color-stop(82%, #f15a24),
    color-stop(82%, #00bae2),
    color-stop(91%, #00bae2),
    color-stop(91%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: -o-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: linear-gradient(
    90deg,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 64%,
    #fbb43b 64%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
}
/**********************特集/インタビュー*************************/
.ent_feature-sec {
  margin-top: 50px;
}
.ent_feature-sec .ent_title-box-a h2 {
  padding-bottom: 27px;
}
.ent_feature-box.ent_blog-box li:nth-of-type(n + 3) {
  width: 30.15%;
}
.ent_title-grd-c:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(9%, #f657be),
    color-stop(9%, #58d5bd),
    color-stop(18%, #58d5bd),
    color-stop(18%, #fbb43b),
    color-stop(73%, #fbb43b),
    color-stop(73%, #f15a24),
    color-stop(82%, #f15a24),
    color-stop(82%, #00bae2),
    color-stop(91%, #00bae2),
    color-stop(91%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: -o-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: linear-gradient(
    90deg,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 73%,
    #f15a24 73%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
}
/**********************コラム*************************/
.ent_column-sec {
  margin-top: 50px;
}
.ent_column-sec .ent_title-box-a h2 {
  padding-bottom: 23px;
}
.ent_column-sec .ent_title-box-a p {
  padding-top: 16px;
}
.ent_column-sec .ent_blog-box ul {
  padding-bottom: 0px;
}
.ent_title-grd-d:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(9%, #f657be),
    color-stop(9%, #58d5bd),
    color-stop(18%, #58d5bd),
    color-stop(18%, #fbb43b),
    color-stop(27%, #fbb43b),
    color-stop(27%, #f15a24),
    color-stop(82%, #f15a24),
    color-stop(82%, #00bae2),
    color-stop(91%, #00bae2),
    color-stop(91%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 27%,
    #f15a24 27%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: -o-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 27%,
    #f15a24 27%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: linear-gradient(
    90deg,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 18%,
    #fbb43b 18%,
    #fbb43b 27%,
    #f15a24 27%,
    #f15a24 82%,
    #00bae2 82%,
    #00bae2 91%,
    #b3955e 91%
  );
}
.ent_column-box.ent_blog-box {
  padding-bottom: 20px;
}
.ent_column-box.ent_blog-box li + li {
  margin-top: 10px;
}
.ent_column-box.ent_blog-box li {
  width: 100%;
  margin-top: 25px;
  border-radius: 0;
}
.ent_column-box.ent_blog-box li a {
  width: 100%;
}
.ent_column-box.ent_blog-box li a .ent_blog-dl {
  height: 93px;
  overflow: hidden;
  padding: 0;
}
.ent_column-box.ent_blog-box li a .ent_blog-dl dt {
  float: left;
  width: 23.7%;
}
.ent_column-box.ent_blog-box li a .ent_blog-dl dt .ent_img-box {
  position: relative;
  width: 100%;
  height: 90px;
  border-radius: 0;
}
.ent_column-box.ent_blog-box li a .ent_blog-dl dt .ent_img-box img {
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  left: 0;
}
.ent_column-box.ent_blog-box li a .ent_blog-dl dd {
  float: left;
  width: 76.3%;
  padding: 15px 3.5% 0;
  border-bottom: none;
  background: none;
}
/**********************ニュース*************************/
.ent_title-grd-e:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(9%, #f657be),
    color-stop(9%, #58d5bd),
    color-stop(27%, #58d5bd),
    color-stop(27%, #fbb43b),
    color-stop(36%, #fbb43b),
    color-stop(36%, #f15a24),
    color-stop(45%, #f15a24),
    color-stop(45%, #00bae2),
    color-stop(91%, #00bae2),
    color-stop(91%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: -o-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 91%,
    #b3955e 91%
  );
  background: linear-gradient(
    90deg,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 91%,
    #b3955e 91%
  );
}
/**********************グループ*************************/
.ent_title-grd-f:after {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(9%, #f657be),
    color-stop(9%, #58d5bd),
    color-stop(27%, #58d5bd),
    color-stop(27%, #fbb43b),
    color-stop(36%, #fbb43b),
    color-stop(36%, #f15a24),
    color-stop(45%, #f15a24),
    color-stop(45%, #00bae2),
    color-stop(56%, #00bae2),
    color-stop(56%, #b3955e)
  );
  background: -webkit-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 56%,
    #b3955e 56%
  );
  background: -o-linear-gradient(
    left,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 56%,
    #b3955e 56%
  );
  background: linear-gradient(
    90deg,
    #f657be 9%,
    #58d5bd 9%,
    #58d5bd 27%,
    #fbb43b 27%,
    #fbb43b 36%,
    #f15a24 36%,
    #f15a24 45%,
    #00bae2 45%,
    #00bae2 56%,
    #b3955e 56%
  );
}
/**********************人気記事*************************/
.ent_title-grd-g:after {
  background: #cf28ff;
}
/**********************ギャラリー*************************/
.ent_right-sec {
  margin-top: 61px;
  padding: 29px 10.49% 40px;
  border-radius: 10px;
  background-color: #f4eeed;
  background: #b3955e;
}
.ent_gallery-box {
  width: 100%;
  margin-top: 29px;
}
.ent_gallery-box ul {
  width: 100%;
  border: 1px solid #fff;
  overflow: hidden;
}
.ent_gallery-box ul li {
  width: 100%;
}
.ent_gallery-box ul li a {
  width: 50%;
  height: 167px;
  display: block;
  float: left;
  border: 1px solid #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  background-position: center;
  background-size: cover;
}
/*.ent_gallery-box ul li:nth-of-type(1) a,
.ent_gallery-box ul li:nth-of-type(2) a,
.ent_gallery-box ul li:nth-of-type(4) a,
.ent_gallery-box ul li:nth-of-type(5) a {
  width: 50%;
  height: 167px;
}
.ent_gallery-box ul li:nth-of-type(3) a,
.ent_gallery-box ul li:nth-of-type(6) a {
  width: 100%;
  height: 194px;
}
.ent_gallery-box ul li:nth-of-type(n + 7) {
  display: none;
}*/
/**********************ランキング*************************/
.ent_ranking-sec {
  width: 100%;
  margin-left: -5px;
}
.ent_ranking-sec .cont {
  max-width: 1210px;
}
.ent_ranking-tit h2 {
  font-size: 5.1rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.06em;
  font-family: "vincent";
  font-weight: normal;
}
.slick-dots {
  width: 100%;
  margin: 12px auto 0;
  display: block;
  font-size: 0;
  text-align: center;
}
.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7px;
  padding: 0 !important;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  overflow: hidden;
  background: #1a1a1a;
  cursor: pointer;
  display: inline-block;
}
.slick-dots li button {
  background: none;
  border: none;
  font-size: 0;
  display: none;
}
.slick-dots .slick-active {
  background: #a2815e;
}
.ent_ranking-slide-box {
  width: 100%;
  margin-top: 25px;
}
.ent_slide-ranking {
  margin: 0 -16px;
}
.ent_ranking-slide-box li {
  padding: 0 16px;
}
.ent_ranking-slide-box li a,
.ent_ranking-slide-box li .ent_tag {
  width: 100%;
}
.ent_ranking-slide-box li .ent_tag {
  left: -10px;
  bottom: -9px;
}
.ent_ranking-slide-box li .ent_number-icon {
  padding-top: 43px;
  position: relative;
}
.ent_ranking-slide-box li .ent_number-icon:before {
  position: absolute;
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 52px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.ent_ranking-slide-box li .ent_blog-dl {
  padding-bottom: 35px;
}
.ent_ranking-slide-box li .ent_blog-dl dd {
  height: 126px;
  padding-top: 18px;
  padding-bottom: 20px;
  background: #f8f8f8;
  border-bottom: 3px solid #e6e6e6;
}
.ent_ranking-slide-box li .ent_blog-dl dd .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ent_ranking-slide-box li .ent_blog-dl dd .data {
  margin-top: 13px;
}
.ent_ranking-slide-box li .ent_number-icon:before {
  background-color: #666;
  background-position: top 13px center;
  background-repeat: no-repeat;
}
.ent_ranking-slide-box .slick-slide:nth-of-type(1) .ent_number-icon:before {
  background-image: url("../img/common/icon_1.png");
  background-color: #a2815e;
}
.ent_ranking-slide-box .slick-slide:nth-of-type(2) .ent_number-icon:before {
  background-image: url("../img/common/icon_2.png");
  background-color: #999;
}
.ent_ranking-slide-box .slick-slide:nth-of-type(3) .ent_number-icon:before {
  background-image: url("../img/common/icon_3.png");
  background-color: #997972;
}
.ent_ranking-slide-box .slick-slide:nth-of-type(4) .ent_number-icon:before {
  background-image: url("../img/common/icon_4.png");
  background-color: #4d4d4d;
}
.ent_ranking-slide-box .slick-slide:nth-of-type(5) .ent_number-icon:before {
  background-image: url("../img/common/icon_5.png");
}
.ent_ranking-slide-box .slick-slide:nth-of-type(6) .ent_number-icon:before {
  background-image: url("../img/common/icon_6.png");
}
.ent_ranking-slide-box .slick-slide:nth-of-type(7) .ent_number-icon:before {
  background-image: url("../img/common/icon_7.png");
}
.ent_ranking-slide-box .slick-slide:nth-of-type(8) .ent_number-icon:before {
  background-image: url("../img/common/icon_8.png");
}
.ent_ranking-slide-box .slick-slide:nth-of-type(9) .ent_number-icon:before {
  background-image: url("../img/common/icon_9.png");
}
.ent_ranking-slide-box .slick-slide:nth-of-type(10) .ent_number-icon:before {
  background-image: url("../img/common/icon_10.png");
}
/**********************グループ*************************/
.ent_group-sec {
  margin-top: 85px;
  padding-bottom: 52px;
}
.ent_group-box {
  width: 100%;
}
.ent_group-box ul {
  width: 100%;
  margin-top: 25px;
  padding-bottom: 30px;
}
.ent_group-box ul li {
  width: 100%;
}
.ent_group-box ul li a {
  width: 100%;
}
.ent_group-box ul li + li {
  margin-top: 34px;
}
.ent_group-dl {
  width: 100%;
}
.ent_group-dl dt {
  width: 100%;
}
.ent_group-dl dt .ent_img-box {
  border-radius: 8px 8px 0 0;
}
.ent_group-dl dd {
  padding: 15px 6.81%;
  background: #fff;
  border-bottom: 3px solid #ccc;
}
.ent_group-dl dd h3 {
  width: 80px;
  margin: 0 auto;
}
.ent_group-dl dd h3 img {
  width: 100%;
}
.ent_group-dl dd .tit {
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.1em;
  counter-reset: #666;
  margin-top: 6px;
}
.ent_group-dl dd .logo {
  text-align: center;
}
.ent_group-dl dd .logo img {
  width: auto;
  height: 30px;
}
.ent_group-dl dd .txt {
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.04em;
  counter-reset: #666;
  margin-top: 6px;
}
/**********************マガジン*************************/
.ent_magazine-sec {
  margin-top: 48px;
  padding-top: 35px;
  padding-bottom: 52px;
}
.ent_magazine-sec .ent_title-box-b h2 {
  padding-bottom: 25px;
}
.ent_magazine-dl {
  width: 100%;
  overflow: hidden;
  margin-top: 36px;
}
.ent_magazine-dl dt {
  width: 144px;
  float: left;
  padding-bottom: 36px;
}
.ent_magazine-dl dt h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}
.ent_magazine-dl dt > p {
  font-size: 1.2rem;
  line-height: 1.58;
  letter-spacing: 0.3em;
  margin-top: 14px;
}
.ent_magazine-dl dt div {
  width: 144px;
  height: 144px;
  border-radius: 144px;
  background-color: #fff;
  padding-top: 15px;
  margin: 15px auto 0;
}
.ent_magazine-dl dt div p {
  font-size: 2rem;
  color: #a2815e;
  line-height: 1;
  text-align: center;
  font-family: "din";
  font-weight: normal;
}
.ent_magazine-dl dt div p span {
  font-size: 7.4rem;
}
.ent_magazine-dl dd {
  width: calc(100% - 159px);
  max-width: 182px;
  float: right;
}
.ent_magazine-dl dd img {
  width: 100%;
}
/**********************オフィシャルSNS*************************/
.ent_sns-title {
  width: 100%;
}
.ent_sns-title h2 {
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 27px;
}
.ent_sns-title h2 span {
  color: #a2815e;
  padding-left: 10px;
}
.ent_sns-box {
  width: 81.71%;
  margin: 20px auto 0;
}
.ent_sns-box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ent_sns-box ul li {
  width: 25%;
}
.ent_sns-box ul li p {
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-top: 11px;
  letter-spacing: 0.1em;
  font-family: "din";
  font-weight: 900;
  -webkit-transform: rotate(0.05deg);
  -ms-transform: rotate(0.05deg);
  transform: rotate(0.05deg);
}
.ent_sns-box .ent_img-box {
  height: auto;
  padding: 0;
  background: none;
}
/**********************こっから一覧ページ*************************/
.ent_title-box-c h2 .ent_title-main {
  display: block;
  position: relative;
  font-size: 7.3rem;
  padding-bottom: 21px;
  width: 100%;
  line-height: 0.95;
  font-family: "vincent";
  font-weight: normal;
}
.ent_title-box-c h2 .ent_title-main:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
}
.ent_title-box-c h2 .ent_title-sub {
  display: block;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 18px;
  letter-spacing: 0.2em;
}
.articlesList.ent_article-list-a ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articlesList.ent_article-list-a ul li {
  width: 47.62%;
  margin-top: 34px;
  margin-bottom: 0;
}
.articlesList.ent_article-list-a ul li:nth-of-type(2n) {
  margin-left: 0;
}
.articlesList.ent_article-list-a .img {
  border-radius: 10px 10px 0 0;
}
.ent_articlesList-textbox {
  width: 100%;
  height: 110px;
  overflow: hidden;
  padding: 14px 6.56% 16px;
  border-bottom: 3px solid #e6e6e6;
}
.ent_articlesList-textbox .tit {
  font-size: 1.3rem;
  line-height: 1.58;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #1a1a1a;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.ent_articlesList-textbox .data {
  margin: 5px 0 0 0;
}
.articlesListPager li a {
  min-width: 40px;
  line-height: 40px;
  background: #f2f2f2;
  color: #1a1a1a;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px #ccc;
  box-shadow: 0px 3px #ccc;
}
.articlesListPager li a:hover,
.articlesListPager li.active a {
  color: #fff;
  background: #a2815e;
  -webkit-box-shadow: 0px 3px #82674b;
  box-shadow: 0px 3px #82674b;
}
.articlesListPager li.prev a,
.articlesListPager li.next a {
  /*padding-top: 40px;*/
  background: #282828 !important;
  -webkit-box-shadow: 0px 3px #000;
  box-shadow: 0px 3px #000;
}
.articlesListPager li.prev a i,
.articlesListPager li.next a i {
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.articlesListPager li.next a i:nth-child(2) {
  left: 14px;
}
.articlesListPager li.prev a i:nth-child(2) {
  right: 14px;
}
/**********************こっから詳細ページ*************************/
.articleDetailHead {
  background: #fff;
  padding: 30px 30px 15px;
  border-bottom: none;
  margin-bottom: 0;
}
.articleDetailHead .tit {
  font-size: 2.4rem;
  line-height: 1.62;
  padding-top: 30px;
  color: #1a1a1a;
}
.articleDetailHead + section {
  background: #fff;
  border-radius: 10px;
  padding-bottom: 40px;
  -webkit-box-shadow: 0px 3px #e6e6e6;
  box-shadow: 0px 3px #e6e6e6;
}
.ent_tag.ent_article-tag {
  top: 50px;
  left: -10px;
  font-size: 1.2rem;
}
.ent_tag.tag_color-a {
  color: #ff50be;
  background: #191926;
}
.ent_article-head-data {
  text-align: right;
  font-size: 1.2rem;
  font-weight: bold;
  color: #000;
  line-height: 1;
  letter-spacing: 0.1em;
}
.ent_article-head-data .date {
  color: #b3b3b3;
}
.articleDetailHead .sns .ent_article-sns li {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  overflow: hidden;
  margin-left: 8px;
}
.articleDetailHead .sns .ent_article-sns li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.articleDetailHead .sns .ent_article-sns li a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-right: 0;
  font-size: 1.4rem;
  padding-top: 6px;
}
.articleDetailHead .sns .ent_article-sns .ent_article-bm a {
  background: #ab8d6e;
}
.articleDetailHead .sns .ent_article-sns .ent_article-bm a:before {
  content: "\f02e";
}
.articleDetailHead .sns .ent_article-sns .ent_article-li a {
  position: relative;
}
.articleDetailHead .sns .ent_article-sns .ent_article-li a:before {
  color: #00b900;
  font-size: 2.8rem;
  position: absolute;
  top: -8px;
  left: 4px;
  right: auto;
  bottom: auto;
  z-index: 10;
  padding-top: 4px;
}
.articleDetailHead .sns .ent_article-sns .ent_article-li a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.articleDetailTxt {
  min-height: 300px;
  padding: 0 30px 0;
}
.articleDetailTxt p {
  font-size: 1.4rem;
  line-height: 2.28;
}
.articleDetailTag {
}
.articleDetailTag ul li a {
  color: #1a1a1a !important;
  font-size: 1.2rem;
  line-height: 1;
  padding: 10px 12px;
  background: #f2f2f2;
}
.articleDetailTranslator {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a2815e;
  padding: 0 30px;
}
.articleDetailTranslator p {
  font-weight: normal;
  padding-left: 25px;
  color: #000;
  font-size: 1.3rem;
  display: inline-block;
}
.author {
  letter-spacing: -0.4em;
  padding: 0 30px;
}
.author > div {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.author .authorImg a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #eeeeee;
  background-size: cover;
  margin-right: 10px;
  transition: all 0.1s ease;
}
.author .authorImg a:hover {
  opacity: 0.7;
}
.author .authorTxt {
  font-size: 1.2rem;
  font-weight: bold;
  color: #a2815e;
}
.author .authorTxt .name {
  font-weight: normal;
  padding-left: 25px;
  color: #000;
  font-size: 1.3rem;
  display: inline-block;
}
.author .authorTxt .sponsor {
  display: inline-block;
}
.author .authorTxt .follow_button {
  margin: 10px 0 0 20px;
  text-align: center;
}
.author .authorTxt .follow_button a {
  position: relative;
  display: block;
  width: 104px;
  height: 22px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 22px;
  background: #000;
  transition: all 0.4s ease;
}
.author .authorTxt .follow_button a::before {
  content: "+";
  position: absolute;
  top: 0;
  left: -20px;
  height: 22px;
  padding: 0 5px 0 6px;
  color: #000;
  font-size: 15px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #000;
  box-sizing: border-box;
}
.author .authorTxt .btn.follow_button_done a {
  width: 124px;
  height: 22px;
  background: #888;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 22px;
}
.author .authorTxt .btn.follow_button_done a:hover {
  opacity: 1;
}
/**********************こっから下部リストページ*************************/
.ent_title-box-d h2 .ent_title-main {
  display: block;
  position: relative;
  font-size: 3rem;
  padding-bottom: 18px;
  width: 100%;
  line-height: 0.95;
  font-family: "din";
  font-weight: 900;
  letter-spacing: 0;
}
.ent_title-box-d h2 .ent_title-main:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url("../img/common/bg_bottom.png") left;
}
.ent_title-box-d h2 .ent_title-sub {
  display: block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 18px;
  letter-spacing: 0.2em;
}
.articlesList.ent_article-list-b ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articlesList.ent_article-list-b ul li {
  width: 47.62%;
  float: none;
  margin-top: 34px;
  margin-bottom: 0;
}
.articlesList.ent_article-list-b ul li .ent_articlesList-textbox {
  height: 73px;
}
.articlesList.ent_article-list-b ul li .ent_articlesList-textbox .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.articlesList.ent_article-list-b ul li:nth-of-type(2n) {
  margin-left: 0;
}
.articlesList.ent_article-list-b ul li:nth-of-type(n + 3) {
  width: 28.67%;
}
.articlesList.ent_article-list-b ul li:nth-of-type(n + 3) .ent_articlesList-textbox {
  height: 93px;
}
.articlesList.ent_article-list-b ul li:nth-of-type(n + 3) .ent_articlesList-textbox .tit {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.articlesList.ent_article-list-b .img {
  border-radius: 10px 10px 0 0;
}
/**********************こっから右リストページ*************************/
.contRight > section {
  padding: 30px 10.51% 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px #e6e6e6;
  box-shadow: 0px 3px #e6e6e6;
}
.contRight > .ent_right-sec {
  margin: 61px 0 40px;
  padding: 29px 10.49% 40px;
  background-color: #f4eeed;
  box-shadow: none;
}
.contRight > .ent_sns-sec {
  margin: 61px 0;
  padding: 28px 10.49% 40px;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #f2f2f2;
  box-shadow: none;
}
.sideArticlesList li {
  margin-top: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e6e6e6;
}
.sideArticlesList li:last-of-type {
  border-bottom: none;
}
.sideArticlesList a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sideArticlesList a > div {
  display: flexbox;
}
.sideArticlesList a > .imgWrap {
  width: 90px;
}
.sideArticlesList a > .txtBox {
  width: calc(100% - 106px);
  padding: 0;
  position: relative;
}
.sideArticlesList .img {
  width: 90px;
  padding-top: 90px;
}
.sideArticlesList .tit {
  color: #1a1a1a;
  line-height: 1.61;
}
.sideArticlesList .data {
  font-size: 1.2rem;
  color: #b3b3b3;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.ent_title-box-e {
  padding-bottom: 10px;
}
.ent_title-box-e h2 .ent_title-main {
  display: block;
  position: relative;
  font-size: 4.4rem;
  padding-bottom: 19px;
  width: 100%;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
  font-family: "Squada One";
  font-weight: normal;
}
.ent_title-box-e h2 .ent_title-main:after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 37px;
  height: 1px;
  background: #000;
}
.ent_title-box-e h2 .ent_title-sub {
  width: 100%;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: bold;
  padding-top: 17px;
  text-align: center;
}
.mostViewed .sideArticlesList li {
  margin-left: 0;
}
.mostViewed .sideArticlesList li:before {
  width: 32px;
  height: 32px;
  border-radius: 32px;
  top: -16px;
  left: -16px;
  content: "" !important;
  z-index: 10;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
}
.mostViewed .sideArticlesList li:before {
}
.mostViewed .sideArticlesList li:nth-of-type(1):before {
  background-image: url("../img/common/icon_1.png");
  background-color: #a2815e;
}
.mostViewed .sideArticlesList li:nth-of-type(2):before {
  background-image: url("../img/common/icon_2.png");
  background-color: #999;
}
.mostViewed .sideArticlesList li:nth-of-type(3):before {
  background-image: url("../img/common/icon_3.png");
  background-color: #997972;
}
.mostViewed .sideArticlesList li:nth-of-type(4):before {
  background-image: url("../img/common/icon_4.png");
  background-color: #4d4d4d;
}
.mostViewed .sideArticlesList li:nth-of-type(5):before {
  background-image: url("../img/common/icon_5.png");
  background-color: #666;
}
.article_detail .kizi-honbun a {
  color: #0000ff;
}
