@charset "UTF-8";
/* ----------------------------------------------------------------------------------------------------
*  index
* --------------------------------------------------------------------------------------------------*/
/* ------------------------------
   main-visual
------------------------------ */
#main-visual {
  position: relative;
}
@media screen and (min-width: 768px) {
  #main-visual {
    background: url("../img/top/main_bg_pc.svg") left top no-repeat;
    background-size: 18rem auto;
    min-height: 74.6rem;
    padding-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  #main-visual {
    background: url("../img/top/main_bg_sp.svg") left top no-repeat;
    background-size: 246px auto;
    padding-top: 6.5rem;
  }
}
#main-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  background: url("../img/top/main_bg02_pc.png") repeat left top;
}
@media screen and (min-width: 1280px) {
  #main-visual::before {
    height: 138.28125vw;
  }
}
@media screen and (max-width: 1279px) {
  #main-visual::before {
    height: 210rem;
  }
}
@media screen and (max-width: 767px) {
  #main-visual::before {
    height: 100rem;
    background: url("../img/top/main_bg02_sp.png") repeat left top/375px auto;
  }
}
#main-visual .main-img {
  text-align: center;
}
#main-visual .main-img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #main-visual .main-img img {
    max-width: inherit;
    width: 90%;
  }
}
#main-visual .scroll {
  position: absolute;
  bottom: 50px;
  right: 40px;
}

/* ------------------------------
  link-menu
------------------------------ */
.link-menu {
  position: sticky;
  top: 100px;
  z-index: 3;
  width: 16.5rem;
  margin-left: auto;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  overflow-x: hidden;
}
.link-menu li {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
.link-menu li a {
  display: block;
  position: relative;
  width: 16.5rem;
  height: 4.5rem;
  background: url(../img/top/menu_btn.svg) no-repeat right center/contain;
}
@media screen and (max-width: 767px) {
  .link-menu {
    top: calc(130px + 2.5rem);
    -webkit-transform: translateY(-2.5rem);
            transform: translateY(-2.5rem);
    width: 140px;
  }
  .link-menu li a {
    width: 140px;
    height: 39px;
  }
}

/* ------------------------------
  campaign
------------------------------ */
#campaign {
  position: relative;
  z-index: 2;
  margin-top: 11.5rem;
}
@media screen and (max-width: 767px) {
  #campaign {
    margin-top: 5.5rem;
  }
}
#campaign .campaign-title {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-title img {
    width: 19rem;
  }
}
#campaign .campaign-block {
  position: relative;
  z-index: 0;
  margin-top: -3.5rem;
  background: url(../img/top/campaign_bg.png) repeat left top;
  padding: 9.5rem 13rem 8.8rem;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-block {
    margin-top: -1.8rem;
    padding: 2rem;
  }
}
#campaign .campaign-block-img {
  line-height: 0;
  font-size: 0;
}
#campaign .campaign-block-button {
  position: absolute;
  bottom: 12.2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24rem;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-block-button {
    bottom: 2.7rem;
    width: 17rem;
  }
}
#campaign .campaign-block-button a {
  display: block;
  background: #ecec00 url(../img/top/campaign_button_icon_arrow.svg) no-repeat bottom 5px right 5px;
  background-size: 18px 18px;
  padding: 1.6rem 0.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #campaign .campaign-block-button a {
    padding: 0.8rem;
    font-size: 1.4rem;
    background-position: bottom 0.4rem right 0.4rem;
    background-size: 1.2rem 1.2rem;
  }
}

/* ------------------------------
  report
------------------------------ */
#report {
  position: relative;
  z-index: 1;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #report {
    margin-top: 3rem;
  }
}
#report:before {
  position: absolute;
  top: -9rem;
  left: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: calc(100% + 18.7rem);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #report:before {
    top: -4rem;
    height: calc(100% + 8rem);
  }
}
@media screen and (max-width: 767px) {
  #report .report-title img {
    width: 15rem;
  }
}
#report .report-block {
  position: relative;
  margin-top: 8.5rem;
}
#report .report-block figure img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  #report .report-block figure img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  #report .report-block figure {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin: 0 auto;
  }
  #report .report-block figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#report .report-block-title {
  margin-top: 3.2rem;
}
#report .report-block-title .report-title {
  margin-top: 1.3rem;
  font-size: 6.1rem;
  font-weight: 900;
  line-height: 1em;
}
#report .report-block-title .report-title span {
  display: inline-block;
  background-color: #ecec00;
  line-height: 1.25em;
  padding: 3px 13px 8px;
}
#report .report-block-title .report-title-lead {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.25em;
}
#report .report-block-title .report-title-lead span {
  display: inline-block;
  background-color: #ecec00;
  padding: 7px 10px;
}
#report .report-block-title .report-title-icon {
  display: inline-block;
  margin-top: 1rem;
}
#report .report-block-text {
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  #report .report-block-text {
    position: absolute;
    bottom: 4.7rem;
    max-width: 310px;
  }
}
#report .report-block-text-inner {
  padding: 2.9rem 2.7rem 2.7rem;
}
#report .report-block-text-inner .genre {
  font-size: 90%;
  font-weight: bold;
}
#report .report-block-text-inner .button-border {
  margin-top: 2rem;
}
#report .report-block + .report-block {
  margin-top: 12rem;
}
#report .report-block .bnr {
  text-align: center;
}
#report .report-block .bnr img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #report .report-block .wrap {
    position: absolute;
    top: 0;
    max-width: none;
    width: calc(94% - 135px);
    height: 100%;
  }
  #report .report-block:nth-of-type(2n-1) .wrap {
    left: 105px;
  }
  #report .report-block:nth-of-type(2n-1) figure {
    padding-left: 105px;
  }
  #report .report-block:nth-of-type(2n-1) .report-block-text {
    right: 0;
  }
  #report .report-block:nth-of-type(2n-1) .report-block-title {
    margin-left: -2.3rem;
  }
  #report .report-block:nth-of-type(2n) .wrap {
    right: 105px;
  }
  #report .report-block:nth-of-type(2n) figure {
    padding-right: 105px;
  }
  #report .report-block:nth-of-type(2n) .report-block-text {
    left: 0;
  }
  #report .report-block:nth-of-type(2n) .report-block-title {
    margin-right: -2.3rem;
    text-align: right;
  }
  #report .report-block:nth-of-type(2n) .report-block-title .report-title-lead,
#report .report-block:nth-of-type(2n) .report-block-title .report-title {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  #report .report-block {
    width: 90%;
    margin: 2rem auto 0;
  }
  #report .report-block .wrap {
    position: static;
    width: 100%;
  }
  #report .report-block-title {
    position: absolute;
    top: 0;
    margin-top: 2rem;
    margin-left: -2%;
  }
  #report .report-block-title .report-title {
    font-size: 2.6rem;
  }
  #report .report-block-title .report-title span {
    display: inline;
    padding: 3px 5px 8px;
    line-height: 1.4em;
    letter-spacing: -1px;
  }
  #report .report-block-title .report-title-lead {
    font-size: 1.5rem;
  }
  #report .report-block-title .report-title-lead span {
    padding: 7px 5px;
  }
  #report .report-block-title .report-title-icon img {
    width: 130px;
  }
  #report .report-block-text {
    position: relative;
    width: 92.5%;
    margin: -5rem auto 0;
  }
  #report .report-block-text .button-black a {
    background-color: #3e3a39;
  }
}

.mfp-zoom-out-cur {
  cursor: unset;
}

.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}

/* ------------------------------
   reserve
------------------------------ */
#reserve {
  position: relative;
  z-index: 1;
  margin-top: 9rem;
}
@media screen and (max-width: 767px) {
  #reserve {
    margin-top: 7rem;
  }
}
#reserve:before {
  position: absolute;
  top: -9.5rem;
  left: 0;
  content: "";
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 20%, 0 100%);
  width: 100%;
  height: 36.9rem;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  #reserve:before {
    height: 26.9rem;
  }
}
@media screen and (max-width: 767px) {
  #reserve:before {
    top: -7.5rem;
    height: 24.9rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  }
}
#reserve .reserve-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#reserve .reserve-block .img-block {
  position: relative;
  line-height: 0;
  padding-top: 63.9%;
}
#reserve .reserve-block .img-block img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#reserve .reserve-block .img-block .place {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 100%;
  font-size: 0;
  color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  width: 100px;
  height: 40px;
}
#reserve .reserve-block .img-block .place.toyoura {
  background-image: url(../img/top/reserve_icon_place_03.svg);
}
#reserve .reserve-block .img-block .place.shimonoseki {
  background-image: url(../img/top/reserve_icon_place_01.svg);
}
#reserve .reserve-block .img-block .place.toyota {
  background-image: url(../img/top/reserve_icon_place_04.svg);
}
#reserve .reserve-block .img-block .place.kikukawa {
  background-image: url(../img/top/reserve_icon_place_02.svg);
}
#reserve .reserve-block .img-block .place.houhoku {
  background-image: url(../img/top/reserve_icon_place_05.svg);
}
#reserve .reserve-block .img-block .place.none {
  background: none;
}
#reserve .reserve-block .img-block .place img {
  width: auto;
  height: 40px;
}
#reserve .reserve-block .img-block .icon {
  position: absolute;
  top: 12px;
  right: -8px;
  width: 77px;
  height: 40px;
}
#reserve .reserve-block .title-block {
  position: relative;
  display: block;
  margin-top: -15px;
  margin-left: -8px;
}
#reserve .reserve-block .title-block span {
  background: #eded00;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.4em;
  padding: 0 7px;
}
@media screen and (max-width: 959px) {
  #reserve .reserve-block .title-block span {
    font-size: 1.8rem;
  }
}
#reserve .reserve-block .text {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
#reserve .reserve-block .genre {
  font-size: 90%;
  font-weight: bold;
}
#reserve .reserve-block .button-border {
  width: 100%;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  #reserve .reserve-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -30px;
  }
  #reserve .reserve-list-wrap {
    max-height: 130rem;
    overflow: hidden;
    margin-left: -8px;
    padding-left: 8px;
  }
  #reserve .reserve-list-wrap.open {
    max-height: inherit;
  }
  #reserve .reserve-block {
    width: calc((100% - 135px) / 3);
    margin-right: 45px;
    margin-top: 7.7rem;
  }
}
@media screen and (max-width: 767px) {
  #reserve .reserve-list-wrap {
    max-height: 120rem;
    overflow: hidden;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #reserve .reserve-list-wrap.open {
    max-height: inherit;
  }
  #reserve .reserve-block {
    margin-top: 5rem;
  }
}
#reserve .button-more {
  text-align: center;
  display: block;
  width: 100%;
  padding: 16rem 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff",endColorstr="#ffffff",GradientType=0);
}
#reserve .button-more.open {
  display: none !important;
}
#reserve .button-more a {
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 23px;
  background: url(../img/top/reserve_link_more.svg) no-repeat center center/100% auto;
}
#reserve .button-more a:hover {
  opacity: 1;
  background: url(../img/top/reserve_link_more_over.svg) no-repeat center center/100% auto;
}
@media screen and (max-width: 767px) {
  #reserve .button-more {
    margin-top: 5rem;
  }
}
#reserve .sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 4.5rem;
  }
}
#reserve .sort-list p {
  line-height: 0;
}
#reserve .sort-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #reserve .sort-list ul {
    max-width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul {
    max-width: none;
  }
}
#reserve .sort-list ul li {
  margin-right: 1.5rem;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul li {
    margin-right: 1rem;
  }
}
#reserve .sort-list ul li:last-of-type {
  margin-right: 0;
}
#reserve .sort-list ul li a {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
  color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul li a {
    padding-left: 1.8rem;
  }
}
#reserve .sort-list ul li a::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 2rem;
  height: 2rem;
  border: 2px solid #ffffff;
  border-radius: 3px;
  background: #FFFFFF;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul li a::before {
    top: 0.23rem;
    width: 1.5rem;
    height: 1.5rem;
    border-width: 1px;
  }
}
#reserve .sort-list ul li a::after {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0.5rem;
  width: 1rem;
  height: 0.7rem;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul li a::after {
    top: 0.5rem;
    left: 0.3rem;
  }
}
#reserve .sort-list ul li a.is-current::after {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #reserve .sort-list ul li a {
    font-size: 1.2rem;
  }
}
#reserve .sort-list ul li:nth-of-type(1) a:before {
  border-color: #f0ef76;
}
#reserve .sort-list ul li:nth-of-type(2) a:before {
  border-color: #fd77a9;
}
#reserve .sort-list ul li:nth-of-type(3) a:before {
  border-color: #31b4fc;
}
#reserve .sort-list ul li:nth-of-type(4) a:before {
  border-color: #28c900;
}
#reserve .sort-list ul li:nth-of-type(5) a:before {
  border-color: #fe7800;
}
#reserve .sort-list ul li:nth-of-type(6) a:before {
  border-color: #8c4bff;
}

/* ------------------------------
  cycling
------------------------------ */
#cycling {
  position: relative;
  margin-top: 10.8rem;
  padding-top: 10rem;
  padding-bottom: 13.5rem;
}
#cycling:before {
  position: absolute;
  top: -125px;
  left: 0;
  content: "";
  background: url("../img/common/cycling_bg_pc.jpg") left top repeat;
  width: 100%;
  height: 120%;
  z-index: -1;
  -webkit-clip-path: polygon(0 30.5rem, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 30.5rem, 100% 0, 100% 100%, 0 100%);
}
#cycling:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  background-color: #000;
  width: 100%;
  height: 230px;
  z-index: -1;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
#cycling .bg_a {
  position: absolute;
  top: 0;
  right: 0;
}
#cycling .bg_b {
  position: absolute;
  bottom: 70px;
  left: 0;
}
#cycling .title-lead {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.25em;
}
#cycling .title-lead span {
  display: inline-block;
  background-color: #ecec00;
  letter-spacing: -1px;
  padding: 0 10px;
}
#cycling .title-main {
  font-size: 4.1rem;
  font-weight: 900;
  line-height: 1em;
}
#cycling .title-main span {
  display: inline-block;
  background-color: #ecec00;
  line-height: 1.25em;
  letter-spacing: -4px;
  padding: 0 10px;
}
#cycling .lead-text {
  max-width: 500px;
  margin-top: 3rem;
  line-height: 2.2em;
}
#cycling .map-block {
  position: relative;
  margin-top: 4rem;
  padding-bottom: 4rem;
}
#cycling .map-block .area-list .area-block .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1.5rem;
}
#cycling .map-block .area-list .area-block .text-block figure {
  min-width: 65px;
  margin-right: 1.5rem;
}
#cycling .map-block .area-list .area-block .text-block .area-title {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1em;
}
#cycling .map-block .area-list .area-block .text-block .text {
  margin-top: 1rem;
  line-height: 1.25em;
}
#cycling .map-block .area-list .area-block .button-black {
  margin-top: 3.5rem;
}
#cycling .button {
  margin: 8rem auto 0;
  text-align: center;
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  width: 71.3rem;
}
#cycling .button img {
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  #cycling .map-block .area-list .area-block {
    position: absolute;
    max-width: 322px;
  }
  #cycling .map-block .area-list .area-block#is-a {
    bottom: 42.5vw;
    right: 0;
  }
  #cycling .map-block .area-list .area-block#is-b {
    bottom: 10vw;
    right: 0;
  }
  #cycling .map-block .area-list .area-block#is-c {
    bottom: 0;
    left: 0;
  }
  #cycling .map-block .area-list .area-block#is-d {
    bottom: 33vw;
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  #cycling {
    padding-top: 4rem;
    padding-bottom: 16rem;
  }
  #cycling:before {
    top: 15px;
    -webkit-clip-path: polygon(0 21vw, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 21vw, 100% 0, 100% 100%, 0 100%);
  }
  #cycling:after {
    height: 70px;
  }
  #cycling .bg_a {
    top: 98vw;
  }
  #cycling .map-block {
    position: relative;
    margin-top: 6.7rem;
    padding-bottom: 0;
  }
  #cycling .map-block > figure {
    margin-bottom: 6rem;
  }
  #cycling .map-block .area-link li {
    position: absolute;
  }
  #cycling .map-block .area-link li.is-a {
    top: 14vw;
    left: 0;
  }
  #cycling .map-block .area-link li.is-b {
    top: 77vw;
    right: 0;
  }
  #cycling .map-block .area-link li.is-c {
    top: 70vw;
    left: 0;
  }
  #cycling .map-block .area-link li.is-d {
    top: 35.5vw;
    right: 0;
  }
  #cycling .map-block .area-list {
    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;
    margin-top: 2rem;
  }
  #cycling .map-block .area-list .area-block {
    width: 49%;
  }
  #cycling .map-block .area-list .area-block:nth-of-type(n + 3) {
    margin-top: 6rem;
  }
  #cycling .map-block .area-list .area-block figure img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #cycling {
    margin-top: 3.8rem;
    padding-bottom: 8rem;
  }
  #cycling .title-main {
    font-size: 3.9rem;
  }
  #cycling .map-block .area-link li.is-a {
    top: 9vw;
  }
  #cycling .map-block .area-link li.is-b {
    top: 73vw;
  }
  #cycling .map-block .area-link li.is-c {
    top: 66vw;
  }
  #cycling .map-block .area-link li.is-d {
    top: 31vw;
  }
  #cycling .map-block .area-list .area-block {
    width: 100%;
  }
  #cycling .map-block .area-list .area-block:nth-of-type(n + 2) {
    margin-top: 6rem;
  }
  #cycling .button {
    margin: 4rem auto 0;
    width: calc(100% + 1rem);
    max-width: 71.3rem;
  }
}

@media screen and (min-width: 1200px) {
  #cycling .map-block .area-list .area-block#is-a {
    bottom: 522px;
  }
  #cycling .map-block .area-list .area-block#is-b {
    bottom: 118px;
  }
  #cycling .map-block .area-list .area-block#is-c {
    bottom: 0;
  }
  #cycling .map-block .area-list .area-block#is-d {
    bottom: 401px;
  }
}
/* ------------------------------
	movie
------------------------------ */
#movie {
  background-color: #000;
  margin-top: -1px;
  padding-top: 6.1rem;
}
#movie .movie_block {
  padding-bottom: 80px;
}
#movie iframe {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -20px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}
#movie .yt_col1, #movie .left, #movie .right {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  background: #000;
}
#movie .movie_wrap {
  padding: 0 140px;
}
#movie .movie_block.last {
  padding-bottom: 3rem;
}
#movie .yt_col2 {
  padding: 0;
}
#movie .yt_col2 .movie_wrap {
  width: 480px;
  padding: 0;
  margin: 0 0 0 40px;
  float: left;
}
#movie .movie_block .prf {
  background: url("../img/common/cycling_bg_pc.jpg") left top repeat;
  padding: 48px 50px 70px 50px;
}
#movie .movie_block .prf p {
  margin: 0 40px 0 0;
  float: left;
}
#movie .movie_block .prf p span {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 0;
  display: block;
}
#movie .movie_block .prf p.txt {
  margin: 62px 0 0 0;
}
#movie .clearfix {
  display: block;
}
#movie .clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#movie .clearfix:before {
  　　　　content: "";
  display: block;
  clear: both;
}

/*ハスコチャンネル*/
@media screen and (max-width: 1170px) {
  #movie .yt_col2 {
    padding: 0 5% 0;
  }
  #movie .yt_col2 .movie_wrap {
    width: 48%;
    margin: 0 4% 0 0;
  }
  #movie .yt_col2 .movie_wrap.right_m {
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #movie .movie_block img {
    max-width: 100%;
    height: auto;
  }
  #movie .left iframe {
    bottom: 0px;
  }
  #movie .movie_wrap {
    padding: 0 5%;
  }
  #movie .yt_col2 .movie_wrap {
    width: 100%;
    margin: 0;
    float: none;
  }
  #movie .movie_block .prf {
    padding: 10% 10%;
    text-align: center;
  }
  #movie .movie_block .prf p {
    margin: 0;
    float: none;
    text-align: center;
  }
  #movie .movie_block .prf p span {
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 0;
    display: block;
  }
  #movie .movie_block .prf p.txt {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #movie .title-team {
    text-align: center;
  }
  #movie .title-team img {
    width: 51.4%;
    margin: 0 auto;
  }
}
/* ------------------------------
	team
------------------------------ */
#team {
  background-color: #000;
  margin-top: -1px;
  padding-top: 6.1rem;
  padding-bottom: 9rem;
}
#team .text-block p {
  margin-top: 3rem;
  color: #fff;
  line-height: 2.2em;
}
#team .concept-block {
  background: #1b1817;
  margin-top: 7rem;
  padding: 4rem;
  position: relative;
}
#team .concept-block .concept-text {
  font-size: 2rem;
  line-height: 2em;
}
#team .team-logo {
  margin-top: 3.5rem;
  position: absolute;
  bottom: 4rem;
  right: 4rem;
  width: 12.5rem;
}
#team .team-logo img {
  width: 100%;
}
#team .team-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.8rem;
}
#team .team-list-ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#team .team-list li {
  font-size: 2rem;
  margin-top: 1rem;
  padding-right: 1em;
}
#team .team-list li a {
  color: #FFFFFF;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
#team .team-list li a:hover {
  text-decoration: underline;
  opacity: 1;
}
#team .team-list li a::before {
  content: "";
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 1em;
  height: 1em;
  background: url(../img/top/team_icon_01.svg) no-repeat center center;
}
@media screen and (max-width: 767px) {
  #team {
    padding-bottom: 6rem;
  }
  #team .text-block .title-team {
    text-align: center;
  }
  #team .text-block .title-team img {
    width: 51.4%;
    margin: 0 auto;
  }
  #team .concept-block {
    background: #1b1817;
    margin-top: 7rem;
    padding: 3rem;
    position: relative;
  }
  #team .concept-block .concept-text {
    font-size: 1.6rem;
    line-height: 2em;
  }
  #team .team-logo {
    margin-top: 4rem;
    text-align: center;
    position: static;
    margin-left: auto;
  }
  #team .team-list {
    display: block;
    margin-top: 5rem;
  }
  #team .team-list-ul {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #team .team-list li {
    font-size: 1.6rem;
    margin-top: 1rem;
    padding-right: 1em;
  }
  #team .team-list li a {
    color: #FFFFFF;
    font-weight: 700;
    position: relative;
    display: inline-block;
    padding-left: 1em;
  }
  #team .team-list li a::before {
    content: "";
    position: absolute;
    top: 0.3em;
    left: 0;
    width: 1em;
    height: 1em;
    background: url(../img/top/team_icon_01.svg) no-repeat center center;
  }
}
/* ------------------------------
	contact
------------------------------ */
#contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#contact .block-text .contact-title {
  font-size: 2.6rem;
  font-weight: bold;
}
#contact .block-text .contact-text {
  margin-top: 2.5rem;
  line-height: 2em;
}
#contact .block-text .button-border {
  max-width: 330px;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  #contact {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  #contact .block-text .contact-title {
    font-size: 2.4rem;
    text-align: center;
  }
  #contact .block-text .button-border {
    max-width: none;
    margin-top: 2.5rem;
  }
  #contact .block-logo {
    margin-top: 6rem;
    text-align: center;
  }
}