@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&display=swap&subset=japanese");

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 9.5px;
    min-width: 100%;
    width: 100%;
  }
}

.inner {
  margin-left: auto;
  margin-right: auto;
  width: 1100px;
  min-width: 1100px;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 9.5px;
    min-width: 100%;
    width: 100%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  background: #000;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

#main img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: inherit;
  }
}

#__bs_notify__ {
  display: none !important;
}

.wholewrapper {
  position: relative;
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  .wholewrapper {
    min-width: 100%;
  }
}

.wholewrapper * {
  box-sizing: border-box;
}

.wholewrapper *::after,
.wholewrapper *::before {
  box-sizing: border-box;
}

/*header*/
.header {
  position: relative;
  z-index: 10;
  box-shadow: 0px 5px 8px 0px rgba(53, 53, 53, 0.2);
}

@media screen and (max-width: 767px) {
  .header {
    position: relative;
    width: 100%;
    max-width: 100%;
  }
}

.header .header_inner {
  position: relative;
}

@media screen and (min-width: 768px) {
  .header .header_inner {
    width: 1100px;
    margin: 0 auto;
  }

}

.header .header_title {
  position: absolute;
  top: 18px;
  left: 14px;
  padding: 0;
  margin: 0;
  width: 260px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .header .header_title {
    position: static;
    padding: 9px 0 4px;
    width: 100%;
  }
}

.header .header_title a {
  display: block;
  text-decoration: none;
}

@media print,
screen and (min-width: 1024px) {
  .header .header_title a {
    transition: 0.3s;
  }

  .header .header_title a:hover {
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .header .header_title a {
    margin: 0 0 0 19px;
    width: 120px;
  }
}

.header .header_title img {
  display: block;
  width: 100%;
}

.header .header_menu {
  position: relative;
}


.header .header_menu > .button_radius {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header_menu {
    position: static;
  }

  .header .header_menu > .button_radius {
    width: 140px;
    display: block;
    position: absolute;
    right: 50px;
    top: 7px;
  }

  .header .header_menu > .button_radius > a {
    padding: 11px 5px 11px 5px;
  }
}

.header .header_top {
  box-shadow: 0px 5px 8px 0px rgba(53, 53, 53, 0.2);
  background-color: #1c1c1c;
}

.header .header_bottom {
  background-color: #000;
}

.header .header_button {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .header .header_button {
    margin: 0;
    width: 100%;
    text-align: center;
  }
}

.header .header_sitename {
  position: absolute;
  top: 16px;
  right: 265px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #ad9a57;
  letter-spacing: 0.6px;
}

@media screen and (max-width: 767px) {
  .header .header_sitename {
    position: static;
    margin-top: 90px;
    font-size: 12px;
    text-align: center;
  }
}

.header .header_sitename_sub {
  margin-right: 9px;
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .header .header_sitename_sub {
    margin-right: 4px;
    font-size: 10px;
  }
}

.header .header_sitename_en {
  margin-left: 15px;
  letter-spacing: 0.4px;
  display: inline-block;
  font-style: italic;
  font-size: 11px;
  color: #6c5d28;
}

@media screen and (max-width: 767px) {
  .header .header_sitename_en {
    display: block;
    margin-top: 5px;
    margin-left: 0;
    font-size: 9px;
  }
}

.header .header_copy {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .header_copy {
    display: block;
    margin-top: 25px;
    padding-bottom: 18px;
    font-size: 11px;
    color: #919191;
    text-align: center;
  }
}

.header .gnavi {
  position: relative;
}

@media screen and (max-width: 767px) {
  .header .gnavi {
    position: static;
  }
}

.header .list_link {
  position: absolute;
  top: 11px;
  right: 25px;
}

@media screen and (max-width: 767px) {
  .header .list_link {
    position: static;
    margin: 15px 0;
    padding: 0 20px;
    width: 100%;
  }

  .header .list_link > a {
    width: 100%;
  }
}

.header ul.depth1 {
  margin: 0 265px 0 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .header ul.depth1 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header ul.depth1 {
    margin: 0;
    padding: 0 20px;
    width: 100%;
  }
}

.header ul.depth1 a {
  text-decoration: none;
}

.header ul.depth1 li.depth1 {
  position: relative;
  /*border-bottom: 2px solid #555;*/
}

.header ul.depth1 li.depth1 + li {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .header ul.depth1 li.depth1 + li {
    margin-left: 0;
  }
}

.header ul.depth1 li.depth1 > a {
  display: block;
  padding: 22px 15px 20px;
  font-size: 16px;
  text-decoration: none;
  color: #c1aa5a;
  font-weight: bold;
}

@media print,
screen and (min-width: 1024px) {
  .header ul.depth1 li.depth1 > a {
    transition: 0.3s;
  }

  .header ul.depth1 li.depth1 > a:hover {
    opacity: 0.8;
    background: #c1aa5a;
    color: white;
  }
}

@media screen and (max-width: 767px) {
  .header ul.depth1 li.depth1 > a {
    position: relative;
    padding: 10px 0px;
    font-size: 15px;
    text-align: left;
  }

  .header ul.depth1 li.depth1 > a::after {
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .header ul.depth1 li.depth1.active > a {
    background-color: #fff;
    color: #55aa77;
  }
}

@media screen and (max-width: 767px) {
  .header ul.depth1 li.depth1.has_children > a.open::after {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
  }
}

.header ul.depth1 ul.depth2 {
  padding-left: 0;
  list-style: none;
  display: none;
}

@media screen and (max-width: 767px) {
  .header ul.depth1 ul.depth2 {
    padding-left: 15px;
    padding-bottom: 18px;
  }
}

.header ul.depth1 ul.depth2 > li {
  position: relative;
  padding-left: 13px;
}

.header ul.depth1 ul.depth2 > li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 7px;
  border-top: 1px solid #ccc;
}

.header ul.depth1 ul.depth2 > li + li {
  margin-top: 10px;
}

.header ul.depth1 ul.depth2 > li > a {
  font-size: 11px;
  color: #919191;
}

@media screen and (max-width: 767px) {
  .header .header_menu_wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #000;
  }
}

.header .sp_button {
  display: none;
}

@media screen and (max-width: 767px) {
  .header .sp_button {
    display: block;
    position: absolute;
    top: 16px;
    right: 11px;
    color: #fff;
    font-size: 7px;
    width: 30px;
  }

  .header .sp_button span {
    display: block;
    height: 2px;
    background-color: #fff;
    transition: 0.3s;
  }

  .header .sp_button span:nth-child(2) {
    margin: 6px 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .header .sp_button.open span:first-child {
    transform: rotate(28deg) translate(4px, 6px);
  }

  .header .sp_button.open span:nth-child(2) {
    opacity: 0;
  }

  .header .sp_button.open span:nth-child(3) {
    transform: rotate(-28deg) translate(4px, -7px);
  }
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  visibility: hidden;
  transition: 0.3s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .pagetop {
    bottom: 26px;
    right: 15px;
  }
}

.pagetop.show {
  visibility: visible;
  opacity: 1;
}

.pagetop a {
  position: relative;
  display: block;
  background-color: #55aa77;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagetop a {
    width: 45px;
    height: 45px;
  }
}

.pagetop a::before {
  position: absolute;
  top: 20px;
  left: 13px;
  content: '';
  display: block;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg) translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .pagetop a::before {
    top: 19px;
    left: 17px;
    content: '';
    display: block;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    width: 13px;
    height: 13px;
    transform: rotate(45deg) translate(0, 0);
  }
}

.footer {
  margin-top: 0px;
  padding: 35px 0 30px;
  background-color: #000;
  color: #fff;
  clear: both;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-top: 30px;
    padding: 30px 0;
  }
}

.footer .footer_inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .footer .footer_inner {
    display: block;
  }
}

.footer .footer_inner .copy {
  margin: 26px 0 5px;
  font-size: 13px;
  letter-spacing: 0.9px;
  color: #919191;
}

@media screen and (max-width: 767px) {
  .footer .footer_inner .copy {
    margin: 20px 0 0;
    font-size: 12px;
    text-align: center;
    width: 100%;
  }
}

.footer .footer_left {
  flex: 0 0 280px;
  max-width: 280px;
}

@media screen and (max-width: 767px) {
  .footer .footer_left {
    margin: 0 auto 30px;
    max-width: 100%;
  }
}

.footer .footer_right {
  flex: 1 1 auto;
}

@media screen and (max-width: 767px) {
  .footer .footer_right {
    padding: 0 15px;
  }
}

.footer .footer_right .inner_end {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}

.footer .footer_right p {
  margin: 0;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .footer .footer_right p {
    line-height: 1.5;
  }
}

.footer .footer_logo {
  margin: 0 0 9px;
}

@media screen and (max-width: 767px) {
  .footer .footer_logo {
    margin: 0 auto 20px;
    max-width: 150px;
  }
}

.footer .footer_logo a {
  display: block;
}

@media print,
screen and (min-width: 1024px) {
  .footer .footer_logo a {
    transition: 0.3s;
  }

  .footer .footer_logo a:hover {
    opacity: 0.8;
  }
}

.footer .footer_logo img {
  display: block;
  width: 100%;
}

.footer .footer_title {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #ad9a57;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .footer .footer_title {
    text-align: center;
  }
}

.footer .footer_title_sub {
  margin-right: 16px;
  display: inline-block;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .footer .footer_title_sub {
    display: block;
    margin-bottom: 8px;
  }
}

.footer .footer_title_en {
  margin-top: 5px;
  letter-spacing: 0.7px;
  font-style: italic;
  font-size: 12px;
  color: #6c5d28;
}

@media screen and (max-width: 767px) {
  .footer .footer_title_en {
    margin-top: 8px;
    text-align: center;
  }
}

.main {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../media/images/furlong/bg_tri.png"), url("../media/images/furlong/bg.png");
  background-repeat: no-repeat;
  background-position: top left, top center;
  background-size: 338px, cover;
}

@media screen and (max-width: 767px) {
  .main {
    background-image: url("../media/images/furlong/bg_tri_sp.png"), url("../media/images/furlong/bg.png");
    background-size: 50%, cover;
  }
}

.button {
  width: 250px;
}

@media print,
screen and (min-width: 1024px) {
  .button {
    background-color: #fff;
  }

  .button a {
    transition: 0.3s;
  }

  .button a:hover {
    opacity: 0.8;
  }
}

.button > a {
  display: block;
  padding: 16px 45px 17px 36px;
  background-image: url("../media/images/furlong/icon_link.svg");
  background-position: top 50% right 25px;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-color: #3e3e3e;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2.2px;
}

@media print,
screen and (min-width: 1024px) {
  .button > a {
    transition: 0.3s;
  }

  .button > a:hover {
    opacity: 0.8;
  }
}

.button_radius {
  width: 200px;
  border-radius: 18px;
  overflow: hidden;
}

@media print,
screen and (min-width: 1024px) {
  .button_radius {
    background-color: #fff;
  }

  .button_radius a {
    transition: 0.3s;
  }

  .button_radius a:hover {
    opacity: 0.8;
  }
}

.button_radius > a {
  display: block;
  position: relative;
  padding: 11px 20px 11px 29px;
  background-color: #bba659;
  text-decoration: none;
  letter-spacing: 0.6px;
  font-size: 14px;
  text-align: center;
  color: #000;
  font-weight: bold;
}

@media print,
screen and (min-width: 1024px) {
  .button_radius > a {
    transition: 0.3s;
  }

  .button_radius > a:hover {
    opacity: 0.8;
  }
}

.button_radius > a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.title_grd_min {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 22px;
  color: white;
  border-bottom: 4px solid #bba659;
  overflow: hidden;
  font-size: 34px;
  font-weight: bold;
  height: 50px;
}

/* h2内の記事一覧リンク */
.title_grd_min a{
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: normal;
    text-shadow: none;
    color: white;
}

@media screen and (max-width: 767px) {
  .title_grd_min a{
      font-size: 12px;
  }
}


.title_grd_min a:after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    border-top: solid 8px transparent;
    border-right: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-left: solid 8px #FFF;
    margin-left: 5px;
    top: 2px;
}

.title_grd_min_grey {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 22px;


  padding: 5px;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;

  /*text-shadow: 0 -1px 3px #440, 1px 1px 3px #fff;*/
  overflow: hidden;
  border-bottom: 4px solid #bba659;
}

/* 子ページのタイトル帯 */

main div.title_sub {
  position: relative;
  max-width: 1100px;
  margin: 0 auto 22px;
  color: white;
  border-bottom: 4px solid #bba659;
  overflow: hidden;
  font-size: 34px;
  font-weight: bold;
  height: 70px;
}

.main .title_sub img {
  height: 40px;
  width: auto;
  display: inline-block;
  position: relative;
  top: 5px;
}

.main .title_sub h1 {
  font-size: 34px;
  display: inline;
}

@media screen and (max-width: 767px) {
  .main .title_sub img {
    display: block;
    margin: 0 auto;
  }

  .main .title_sub h1 {
    font-size: 24px;
  }

  .main .title_sub img {
    height: 30px;
  }

}

@media print,
screen and (min-width: 768px) {
  .title_grd_min {
    height: 50px;
  }
}

.main .title_sub p {
  font-size: 20px;
  margin: 0;
}

.title_sub div,
.title_grd_min span {
  height: auto;
  padding: 18px 10px 20px;
  top: 0;
  left: 0;
  /*display: block;
  background-image: url(../media/images/furlong/title_grd_frame.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
*/
}

.title_sub div:before,
.title_grd_min span:before {
  content: "";
  display: inline-block;
  background: #bba659;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.leftArea .title_sub div:before{
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 767px) {
  .title_sub div:before,
  .title_grd_min span:before {
    width: 25px;
    height: 25px;
  }
  
  .leftArea .title_sub div:before{
    width: 20px;
    height:20px;
  }
}

.title_grd_min_grey span {
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 100%;
  height: auto;
  font-size: 24px;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {

  .title_sub div,
  .title_grd_min span {
    padding: 7px 0 5px;
    font-size: 24px;
    background-size: 150%;
  }

  .title_grd_min_grey span {
    padding: 7px 0 5px;
    font-size: 24px;
    background-size: 150%;
  }

  .title_sub div {
    padding: 0 20px;
   /* min-height: 50px;*/
  }

}





#highlight .info ul.winner li.icon {
  background-image: url(images/winner.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  text-indent: -9999px;
  width: 120px;
  background-size: 100%;
}

.title_grd_min + article {
  margin-bottom: 60px;
}

.title_grd_min + article:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .title_grd_min + article {
    margin-bottom: 15px;
  }
}

.main img {
  display: block;
  width: 100%;
  max-width: 100%;
}

@media print,
screen and (min-width: 1024px) {
  .main ul:not(.asymmetry) li {
    /*background-color: #fff;*/
  }

  .main ul:not(.asymmetry) li a > div {
    transition: 0.3s;
  }

  .main ul:not(.asymmetry) li a > div:hover {
    opacity: 0.8;
  }
}

.main a {
  text-decoration: none;
}

.main .thumbnail img {
  display: block;
  width: 100%;
}

/*.main .asymmetryWrapper{
  background-image: url(../media/images/furlong/bg_asymmetry.png);
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .main .asymmetryWrapper {
    background-image: none;
  }
}*/

.main .asymmetry {
  width: 1100px;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .main .asymmetry {
    width: auto;
    display: block;
  }
}

@media print,
screen and (min-width: 1024px) {

  .main .asymmetry .main_img,
  .main .asymmetry .sub_img_list > li {
    background-color: #fff;
  }

  .main .asymmetry .main_img a,
  .main .asymmetry .sub_img_list > li a {
    transition: 0.3s;
  }

  .main .asymmetry .main_img a:hover,
  .main .asymmetry .sub_img_list > li a:hover {
    opacity: 0.8;
  }
}

.main .asymmetry a {
  display: block;
}

@media screen and (max-width: 767px) {
  .main .asymmetry > li + li {
    margin-top: 5px;
  }
}

.main .asymmetry .main_img {
  flex: 0 0 733px;
  position: relative;
  margin-right: 4px;
  
}

@media screen and (max-width: 767px) {
  .main .asymmetry .main_img {
    margin-right: 0;
  }
}

.main .asymmetry .main_img .caption {
  padding: 20px 30px 27px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.69+54,0.73+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 54%, rgba(0,0,0,0.73) 99%, rgba(0,0,0,0.73) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 54%,rgba(0,0,0,0.73) 99%,rgba(0,0,0,0.73) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 54%,rgba(0,0,0,0.73) 99%,rgba(0,0,0,0.73) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ba000000',GradientType=0 ); /* IE6-9 */




}

@media screen and (max-width: 767px) {
  .main .asymmetry .main_img .caption {
    padding: 20px 5px 8px 10px;
  }
}

.main .asymmetry .sub_img {
  flex: 1 1 auto;
  max-width: 430px;
}

@media screen and (max-width: 767px) {
  .main .asymmetry .sub_img {
    max-width: 100%;
  }
}

.main .asymmetry .sub_img_list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}

.main .asymmetry .sub_img_list > li {
  position: relative;
}

.main .asymmetry .sub_img_list > li img {
  display: block;
  width: 100%;
}

.main .asymmetry .sub_img_list > li .caption {
  padding: 20px 20px 20px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+99&0+0,0.69+54,0.73+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.69) 54%, rgba(0,0,0,0.73) 99%, rgba(0,0,0,0.73) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 54%,rgba(0,0,0,0.73) 99%,rgba(0,0,0,0.73) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.69) 54%,rgba(0,0,0,0.73) 99%,rgba(0,0,0,0.73) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#ba000000',GradientType=0 ); /* IE6-9 */

}

@media screen and (max-width: 767px) {
  .main .asymmetry .sub_img_list > li .caption {
    padding: 20px 5px 8px 10px;
  }
}

.main .asymmetry .sub_img_list > li .date {
  margin-bottom: 6px;
  font-size: 13px;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .main .asymmetry .sub_img_list > li .date {
    margin-bottom: 3px;
    font-size: 9px;
  }
}

.main .asymmetry .sub_img_list > li .title {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .main .asymmetry .sub_img_list > li .title {
    font-size: 13px;
  }
}

.main .asymmetry .sub_img_list > li .title .race_name {
  margin-bottom: 0px;
}

.main .asymmetry .sub_img_list > li + li {
  margin-top: 3px;
}

.main .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.main .caption .date {
  position: relative;
  margin-bottom: 6px;
  font-size: 18px;
  color: #f4f4f4;
  letter-spacing: 1.7px;
}

@media screen and (max-width: 767px) {
  .main .caption .date {
    margin-bottom: 3px;
    font-size: 9px;
    letter-spacing: 1px;
  }
}

.main .caption .date.new::after {
  display: inline-block;
  content: 'New!';
  background-color: #fff33f;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.7px;
}

.main .sub_img .caption .date.new::after {
  padding: 3px 10px 5px;
  font-size: 11px;
}

@media screen and (max-width: 767px) {
  .main .sub_img .caption .date.new::after,
  .main .caption .date.new::after {
    font-size: 8px;
  }
}

.main .caption .date.new::after {
  padding: 3px 14px 5px;
  margin-left: 7px;
  position: absolute;
  transform: translateY(-3px);
}

@media screen and (max-width: 767px) {
  .main .sub_img .caption .date.new::after,
  .main .caption .date.new::after {
    padding: 2px 7px 2px;
    margin-left: 3px;
    transform: translateY(-1px);
  }
}

.main .caption .title {
  margin: 0;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.56;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .main .caption .title {
    font-size: 13px;
    letter-spacing: 0.3px;
  }
}

.main .caption .title .race_name {
  display: block;
  margin-bottom: 0px;
}

.main .col3 {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .main .col3 {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .main .col3 > li {
    flex: 0 0 33%;
    margin-left: 5px;
  }

  .main .col3 > li:nth-child(3n + 1) {
    margin-left: 0;
  }

  .main .col3 > li:nth-child(n + 4) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .main .col3 > li > li + li {
    margin-top: 5px;
  }
}

.main .col4 {
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

@media screen and (max-width: 767px) {
  .main .col4 {
    display: block;
  }
}

.main .col4 > li {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main .col4 > li {
    flex: 0 0 calc(50% - 4px);
    margin-left: 6px;
    width: calc(50% - 4px);
  }

  .main .col4 > li:nth-child(odd) {
    margin-left: 0;
  }

  .main .col4 > li:nth-child(n + 3) {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .main .col4 > li + li {
    margin-top: 5px;
  }
}

.main .col4 > li .release {
  position: absolute;
  top: 12px;
  right: 10px;
  padding: 5px 15px;
  background-color: #fff;
  font-size: 12px;
  color: #000;
  width: 120px;
  border-radius: 16px;
  text-align: center;
  letter-spacing: 0.5px;
}

.main .col4 > li .serial_story_info {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  color: #fff;
}

.main .col4 > li .serial_story_info .date {
  position: relative;
  display: table;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_info .date {
    font-size: 13px;
  }
}

.main .col4 > li .serial_story_info .date.new::after {
  display: inline-block;
  content: 'New!';
  background-color: #fff33f;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_info .date.new::after {
    font-size: 8px;
  }
}

.main .col4 > li .serial_story_info .date.new::after {
  position: absolute;
  top: 1px;
  left: 100%;
  margin-left: 5px;
  padding: 2px 9px 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_info .date.new::after {
    top: -1px;
    font-size: 11px;
  }
}

.main .col4 > li .serial_story_info .date .serial_story_id {
  display: inline-block;
  margin-left: 8px;
}

.main .col4 > li .serial_story_name {
  margin: 0 0 17px 23px;
  padding: 0px 5px 0px 11px;
  border-left: 2px solid #fff;
  font-size: 28px;
  line-height: 1;
  letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_name {
    margin-left: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

.main .col4 > li .serial_story_bottom {
  padding: 16px 22px 17px;
  background-color: #000;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_bottom {
    padding: 13px 20px;
  }
}

.main .col4 > li .serial_story_title {
  margin: 8px 0 0;
}

@media screen and (max-width: 767px) {
  .main .col4 > li .serial_story_title {
    font-size: 13px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .main .series_list li + li {
    margin-top: 5px;
  }
}

.main .series_list_wrap {
  position: relative;
  padding-bottom: 60px;
}

.main .series_list_bottom {
  /*display: flex;
  flex-flow: row nowrap;
  align-items: baseline;*/
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0 18px;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 767px) {
.main .series_list_wrap {
  position: relative;
  padding-bottom: 45px;
}

  
  
  .main .series_list_bottom {
    padding: 2px 0 17px;
  }
}

.main .series_list_seriesTitle {
  position: relative;
  margin-left: 19px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1.4px;
  color: #FFF;
  
}

@media screen and (max-width: 767px) {
  .main .series_list_seriesTitle {
    margin-left: 12px;
    font-size: 9px;
    letter-spacing: 1px;
  }
}

.main .series_list_seriesTitle.new {
  margin-right: 5px;
  padding-right: 55px;
}

@media screen and (max-width: 767px) {
  .main .series_list_seriesTitle.new {
    padding-right: 38px;
  }
}

.main .series_list_seriesTitle.new::after {
  display: inline-block;
  content: 'New!';
  background-color: #fff33f;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .main .series_list_seriesTitle.new::after {
    font-size: 8px;
  }
}

.main .series_list_seriesTitle.new::after {
  position: absolute;
  top: -3px;
  right: 0px;
  padding: 2px 9px 4px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .main .series_list_seriesTitle.new::after {
    top: -1px;
    right: 0px;
    padding: 1px 5px 2px 6px;
    font-size: 9px;
    letter-spacing: 0.2px;
  }
}

.main .series_list_title {
  margin: 0 0 0 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
  color: #FFF;
}

.main .series_list_title .date {
  font-size: 14px;
  font-weight: normal;
  margin-right: 5px;
  color: white;
}

@media screen and (max-width: 767px) {
  .main .series_list_title {
    margin: 0 0 0 10px;
    font-size: 13px;
  }
}



/* 写真一覧*/


.main .photo_list {
  margin: 20px auto 10px;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  .main .photo_list {
    width: auto;
  }
}

.main .photo_list li {
  display: flex;
  padding-bottom: 10px;
}

.main .photo_list li a {
  margin: auto;
  color: white;
  text-align: center;
}

.main .photo_list li img {
  max-height: 220px;
  width: auto;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .main .photo_list li + li {
    margin-top: 5px;
  }
}


/*　記者　*/

div.interviewer {
  justify-content: flex-end;
  text-align: right;
  margin-bottom: 50px;
}

div.interviewer p {
  text-decoration: none;
  color: white;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

div.interviewer span.interview,
div.interviewer span.picture {
  background-color: #9c8b4f;
  background-color: #c58b04;
  padding: 2px 10px;
  color: white;
  margin-left: 20px;
  margin-right: 5px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  div.interviewer {
    flex-wrap: wrap;
  }

}

/*　インタビューコメント　*/

.commentWrapper {
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.commentWrapper .image.fl {
  float: left;
  margin: 0;
}

.commentWrapper .image img {
  width: 200px;
}

.commentWrapper .fr {
  color: white;
}

.commentWrapper .fr h4 {
  font-size: 1.5rem;
  margin-left: 220px;
}

.commentWrapper .fr .text {
  line-height: 1.5em;
  font-weight: normal;
  margin-left: 220px;
}

@media screen and (max-width: 767px) {
  .commentWrapper .image.fl {
    float: none;
  }

  .commentWrapper .image img {
    margin: 0 auto;
  }

  .commentWrapper .fr h4 {
    margin-left: 0;
    text-align: center;
    margin: 10px 0;
  }

  .commentWrapper .fr .text {
    margin-left: 0;
    font-size: 16px;
  }
}



.main .pickup .wrap {
  position: relative;
}

.main .pickup .date {
  position: relative;
  margin-right: 18px;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0.2px;
}

.main .closeup .date.new {
  margin-right: 13px;
  padding-right: 60px;
}

.main .closeup .date.new::after {
  display: inline-block;
  content: 'New!';
  background-color: #fff33f;
  font-size: 16px;
  margin-left: 10px;
  font-weight: 500;
  color: #000;
  line-height: 1;
  letter-spacing: 0.7px;
}

@media screen and (max-width: 767px) {
  .main .closeup .date.new::after {
    font-size: 8px;
  }
}

.main .closeup .date.new::after {
  position: absolute;
  /*top: 2px;
  right: 3px;*/
  padding: 2px 9px 4px;
  font-size: 12px;
}

.main .closeup .title {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
  padding: 15px 16px 17px;
  background-color: #000;
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .main .closeup .title {
    padding: 10px 10px 10px;
  }
}

.main .closeup .title .closeup_title {
  margin: 0;
  font-size: 14px;
  letter-spacing: 1px;
  /*text-overflow: ellipsis;
  white-space: nowrap;*/
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .main .closeup .title .closeup_title .date {
    display: block;
  }
}

/*# sourceMappingURL=main.css.map */


.clearfix:after {
  content: "";
  display: block;
  clear: both;
}





/* ----------一覧部分ここから---------- */
p.introMsg {
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  padding: 0;
  box-sizing: border-box;
  display: block;
}

.scheduleArea {
  width: 1100px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .scheduleArea {
    width: 100%;
  }
}

.chartHeader {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #555;
  border-radius: 4px 4px 0 0;
}

.chartHeader .sortWrapper {
  width: auto;
  height: auto;
  margin: 0 12px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}

.chartHeader p.sortName {
  width: auto;
  height: 35px;
  margin: 0 8px 0 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  line-height: 35px;
  float: left;
}

.sortWrapper:nth-child(3) .sortName{
  display: none;
}

.chartHeader select {
  width: auto;
  height: 35px;
  margin: 0;
  padding: 0 24px 0 8px;
  box-sizing: border-box;
  border-radius: 3px;
  background: url(../img/icon_arr_down_bk.png) right 8px top 50% no-repeat #fff;
  border: 1px solid #cacaca;
  display: block;
  float: left;
  line-height: 35px;
}

.chartHeader select::-ms-expand {
  display: none;
}

.chartHeader .catSelect,
.chartHeader .courseSelect {
  width: 180px;
}

.chartHeader .subcatSelect {
  width: 340px;
}

@media screen and (max-width: 767px) {
  .chartHeader {
    box-sizing: border-box;
    width: 100%;
  }

  .chartHeader .sortWrapper {
    width: calc(50% - 20px);
    display: inline-block;
  }

  .chartHeader .sortWrapper:nth-child(2n) {
    margin-right: 0;
  }

  .chartHeader p.sortName {
    width: 100px;
    display: none;
  }

  .chartHeader .yearSelect,
  .chartHeader .catSelect,
  .chartHeader .courseSelect,
  .chartHeader .subcatSelect {
    width: 100%;
    margin-bottom: 8px;
  }
}

.chartHeader label.checkBox {
  width: 30px;
  height: 30px;
  margin: 2.5px 0;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  background: #fff;
  float: left;
}

.chartHeader label.checkBox.disabled {
  opacity: 0.3;
  cursor: auto;
}

.chartHeader label.checkBox:hover {
  border: 2px solid #ffd700;
}

.chartHeader label.checkBox:active {
  background: #fff;
}




.cellCol {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #d0d0d0;
  position: relative;
}

.cellCol:nth-child(2n-1) {
  background: #dfdfdf;
}


.cellCol ul.list {
  width: 100%;
  min-height: 110px;
  height: auto;
  margin: 0 auto;
  padding: 10px 7px 0 7px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  float: left;
}


@media screen and (max-width: 767px) {
  .listWrapper.cellCol ul.list {
    width: 100%;
    overflow-x: scroll;
  }
}

.cellCol ul.list li {
  width: calc(100% - 20px);
  height: auto;
  margin: 0 10px 10px;
  padding: 0 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  border-left: 13px solid #fff;
  float: left;
  border-radius: 3px;
  clear: both;
}

@media screen and (max-width: 767px) {
  .listWrapper.cellCol ul.list li {
    width: 1100px;
  }
}

.cellCol ul.list li.rollover:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
  box-shadow: none;
  cursor: pointer;
}


.cellCol ul.list li span.cat {
  width: 130px;
  height: auto;
  padding: 5px 4px;
  margin: -5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  top: -3px;
  position: relative;
  color: #fff;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2pt;
  text-align: center;
  transform: rotate(0.05deg);
}

.cellCol ul.list li {
  border-left: 13px solid #757575;
}

.cellCol ul.list li .cat {
  background: #757575;
}



.cellCol ul.list li.series {
  border-left: 13px solid #268300;
}

.cellCol ul.list li.series .cat {
  background: rgb(76, 159, 39);
}

.cellCol ul.list li.series .cat:after {
  content: "シリーズ競走";
}


.cellCol ul.list li.closeup {
  border-left: 13px solid rgb(253, 119, 78);
}

.cellCol ul.list li.closeup .cat {
  background: rgb(253, 119, 78);
}

.cellCol ul.list li.closeup .cat:after {
  content: "クローズアップ";
}


.cellCol ul.list li.race {
  border-left: 13px solid rgb(26, 116, 188);
}

.cellCol ul.list li.race .cat {
  background: rgb(26, 116, 188);
}

.cellCol ul.list li.race .cat:after {
  content: "レースハイライト";
}

.cellCol ul.list li.serial {
  border-left: 13px solid #d33834;
}

.cellCol ul.list li.serial .cat {
  background: #d33834;
}

.cellCol ul.list li.serial .cat:after {
  content: "連載";
}

.cellCol ul.list li span.date {
  margin: auto;
  padding: 2px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  width: 94px;
}

.cellCol ul.list li span.name {
  width: 700px;
  height: auto;
  margin: auto;
  padding: 2px 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: normal;
  ;
  border-left: 4px solid #adadad;

}

.cellCol ul.list li span.name.small {
  font-size: 0.88em;
}

.cellCol ul.list li span.course {
  width: 90px;
  height: auto;
  margin: 0;
  padding: 2px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.2pt;
  border-left: 4px solid #adadad;
}

.cellCol ul.list li span.course.none {
  border-left: 4px solid rgba(0, 0, 0, 0);

}

.cellCol ul.list li a {
  color: #1c1c1c;
  display: block;
  height: auto;
  padding: 7px 0;
  /*display: none;*/
}

.cellCol ul.list li:hover {
  opacity: 0.75;
}

/* ----------一覧部分ここまで---------- */
