@charset "UTF-8";

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: url(../img/pc_mainv_cover.png)
}

.carousel {
  width: 100%;
  background: #007941;
}

.carousel>div {
  width: 100%;
  background: url(../img/pc_mainv_cover.png)
}

.main-img {
  position: relative;
  width: 100%
}

.gn-logo,
.tour-cap,
.tour-title {
  position: absolute;
  z-index: 9999
}

.gn-logo {
  top: 20px;
  left: 20px;
  width: 12%;
}
.tour-title {
  width: 80%;
  bottom: 80px;
  left: auto;
  right: 6%;
  margin: 0 auto;
}
.tour-cap {
  top: 30px;
  right: 4%;
  width: 55%
}


.about {
  width: 100%;
  background: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 5%
}

.about .title {
  width: 22%;
  margin: 8% auto 0
}

.about .title2 {
  width: 22%;
  margin: 8% auto 0
}

.about .about-schedule,
.about table td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.about .about-schedule {
  width: 80%;
  margin: 3% 10% 0;
  background: rgba(0, 121, 65, .8);
  font-size: 18px;
  padding: 3%
}

.about table {
  width: 100%;
  background: #007941;
  border-collapse: collapse;
  color: #fff
}

.about table td {
  padding: 1%;
  font-weight: 400
}

.about table td:nth-child(1) {
  text-align: center
}

.about table td,
.about table th {
  border: solid 1px #000
}

.schedule {
  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;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 60px;
  /* border: #000 solid 1px; */
  border-top: none;
  color: #fff
}

.schedule::after {
  width: 35%
}

.schedule::after,
.schedule::before {
  top: -30px;
  position: absolute;
  content: " ";
  height: 1px;
  background: #000
}

.schedule::after {
  left: 0
}

.schedule::before {
  right: 0;
  width: 38%
}

.schedule .title2 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 1.8vw;
  width: 25%;
  line-height: 1em;
  padding: 0 1%;
  font-weight: 700
}

.schedule .title2 img {
  width: 20%;
  margin-right: 3%;
  float: left;
  position: relative
}

.schedule .daily-schedule,
.watch-golfnetwork {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.schedule .daily-schedule {
  float: left;
  width: 50%;
  font-size: 1.4vw
}

.schedule .daily-schedule img {
  width: 17%;
  margin-right: 5%;
  float: left
}

.schedule .daily-schedule .min-txt {
  font-size: 1.2vw;
  width: 100%;
  text-align: right
}

.schedule .daily-schedule span {
  display: inline-block;
  margin-top: .5%
}

.about #iconTime {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-bottom: 5px;
  margin-right: 5px;
}


.watch-golfnetwork {
  background: url(../img/cv_bg.jpg);
  padding: 4.5% 11%;
  text-align: center
}

.watch-golfnetwork a {
  margin-top: 2%;
  width: 23.5%
}

.watch-golfnetwork a+a {
  margin-left: 2%
}

.watch-golfnetwork>a {
  width: 40%;
  margin-top: 3%
}

.sponsor,
.sns-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.sponsor {
  padding: 3% 17%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 5px solid #000;
  width: 100%
}

.sponsor .sponsorList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.sponsor .sponsorList > a {
  width: 13%;
}
.sponsor .sponsorList > a:nth-child(1) {
  width: 13%;
}
.sponsor .sponsorList > a:nth-child(2) {
  width: 7.6%;
}
.sponsor .sponsorList > a:nth-child(3) {
  width: 18%;
}
.sponsor .sponsorList > a:nth-child(4) {
  width: 11.5%;
}
.sponsor .sponsorList > a:nth-child(5) {
  width: 16.5%;
}
.sponsor .sponsorList > a:nth-child(6) {
  width: 11%;
}
.sponsor .sponsorList > a:nth-child(7) {
  width: 9.5%;
}





footer {
  background: #000;
  text-align: center;
  padding: 3% 3% 1%
}

.sns-share {
  width: 27%;
  margin: 0 auto
}

.sns-share a {
  width: 17%
}

.links {
  width: 35%;
  margin: 1.5% 33% 0
}

.links a {
  position: relative;
  display: inline;
  margin-right: 5%;
  font-size: 1.4vw;
  color: #fff;
  text-decoration: none
}

.links a+a::after {
  position: absolute;
  content: " ";
  height: 100%;
  width: 1px;
  background: #fff
}

.links a:nth-child(2)::after,
.links a:nth-child(3)::after {
  top: 0;
  left: -7%
}

.sp {
  display: none !important
}

.copyright {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #898989;
  font-size: 1.4vw;
  margin-top: 1.5%
}

.tee-time {
  background: #a0a0a0;
  width: 100%;
  padding: 4% 0
}

.tee-time>img {
  width: 35%;
  margin: 0 auto
}

.tee-time .tee-time-info {
  width: 80%;
  margin: 3% 10% 0;
  background: #fff;
  font-size: 1.5vw;
  padding: 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.leader-board {
  width: 100%;
  padding: 4% 0;
  background: url(../img/leaderboard_bg.jpg)
}

.leader-board .leader-board-area {
  width: 80%;
  margin: 0 10%
}

.leader-board>div:not(.leader-board-area) {
  background: #fff;
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 2% 0
}

.leader-board>img {
  width: 40%;
  margin: 0 auto 3%
}

.leader-board .row {
  width: 100%;
  padding: .5% 0;
  background: #0a2540;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.highlight-movie>span,
.leader-board .row span {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 17px
}

.leader-board .players.row {
  background: #fff;
  border-bottom: 1px solid #0a2540
}

.leader-board .players.row span {
  color: #0a2540
}

.highlight-movie>a,
.leader-board>a {
  display: block;
  width: 35%;
  margin: 3% auto 0
}

.highlight-movie {
  background: #1a1a1a;
  width: 100%;
  padding: 5% 0
}

.highlight-movie>img,
.news>a {
  width: 35%;
  margin: 0 auto 2%
}

.highlight-movie>span {
  font-size: 23px;
  margin-bottom: 3%
}


.highlight-movie #movieBox {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: auto;
  overflow: hidden;
}
.highlight-movie #movieBox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}



.movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 0 10%;
  background: #000;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.movie .cell {
  width: 32%;
  margin: 1% 0;
  vertical-align: top
}

.movie .cell a {
  color: #fff;
  text-decoration: none;
  font-size: 18px
}

.movie .cell a img {
  margin-bottom: 1%
}

.news {
  width: 100%;
  padding: 5% 0;
  background: #b5bcb9;
}

.news>img {
  width: 23%;
  margin: 0 auto
}

.news .cell {
  width: 80%;
  background: #303030;
  color: #fff;
  margin: 5% 10% 0
}

.news .cell a {
  width: 25%;
  margin-right: 1%;
  float: left
}

.news .cell span {
  display: inline-block;
  vertical-align: top;
  padding: .5% 0;
  width: 70%
}

.news .cell span a {
  text-decoration: none;
  color: #fff;
  width: 100%
}

.news .cell .days {
  color: gray;
  padding: 0
}

.news>a {
  display: block;
  margin: 3% auto 0
}

.page_container {
  width: 80%;
  padding-bottom: 3%;
  margin: 0 10% 2%
}

.page_container>img {
  width: 50%;
  margin-top: 3%;
  margin-bottom: 2%
}

.page_container .twitter-wrap {
  width: 100%;
  height: 500px;
  overflow: scroll
}

@media (max-width:768px) {
  .page_container .twitter-wrap {
    display: block
  }

  .page_container {
    width: 94%;
    margin: 0 3%;
    font-size: 12px
  }

  .page_container>img {
    width: 70%;
    margin-top: 3%;
    margin-bottom: 4%
  }
}




.top-menu.pc {
  position: sticky;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  z-index: 9999999999;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
  line-height: 40px;
  overflow: visible;
  top: 0;
}
.top-menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px
}
@media (min-width:992px) {
  .top-menu {
    padding: 0 10%;
    line-height: 40px
  }
  .top-menu a {
    font-size: 18px
  }
}



@media (max-width:768px) {
  .cover {
    background: url(../img/sp_mainv_cover.png)
  }

  .pc {
    display: none !important
  }
  .sp {
    display: inline-block !important
  }



  .gn-logo {
    width: 80px;
    left: 15px;
    bottom: 10px;
    top: auto;
  }

  .tour-title {
    /* width: 300px; */
    left: 0;
    right: 0;
    bottom: 65px;
  }

  .tour-cap {
    width: 65%;
    left: 15px;
    top: 15px;
  }


  .menu.sp {
    position: fixed;
    right: 1%;
    top: 1%;
    z-index: 99999;
    width: 12%;
    /* background: rgba(0, 0, 0, .8); */
    padding: 2%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .menu.sp img,
  .menu.sp.on img.off {
    display: none
  }

  .menu.sp img.off,
  .menu.sp.on img.on {
    display: block
  }

  .menu.sp.on+.top-menu.sp {
    height: 300px
  }
  .top-menu.sp {
  }
  .top-menu.sp {
    display: flex;
    justify-content: space-evenly;
    z-index: 9999999999;
    box-sizing: border-box;
    background: rgba(0, 0, 0, .8);
    width: 70%;
    height: 0;
    padding: 0 10px;
    color: #fff;
    line-height: 40px;
    position: fixed;
    top: 17%;
    right: 1%;
    bottom: 30px;
    overflow: hidden;
    -webkit-transition: all .3s 0s ease;
    -o-transition: all .3s 0s ease;
    transition: all .3s 0s ease;
  }

  .top-menu.sp a {
    width: 100%;
    text-align: center
  }


  .about {
    padding-top: 40px;
    padding-bottom: 8%;
  }

  .about .title {
    width: 37%;
    font-size: 3.2vw;
    line-height: 4vw;
    margin: 8% auto 4%;
  }

  .about .title img {
    width: 25%
  }

  .about .title2 {
    width: 37%;
    font-size: 3.2vw;
    line-height: 4vw;
    margin: 0 auto ;
  }
  .about .title2 img {
    width: 25%
  }

  .about .about-schedule {
    width: 94%;
    margin: 0 3%;
    font-size: 14px;
  }

  .about table td {
    padding: 2%
  }

  .schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0
  }

  .schedule .daily-schedule {
    width: 100%;
    font-size: 3.4vw
  }

  .about .about-schedule {
    width: 94%;
    margin: 0 3%;
    font-size: 14px;
  }


  .about #iconTime {
    display: inline-block;
    width: auto;
    height: 16px;
    margin-bottom: 4px;
    margin-right: 4px;
  }

}

@media (max-width:768px) and (max-width:375px) {
  .schedule .daily-schedule {
    font-size: 3.2vw
  }
}

@media (max-width:768px) {
  .schedule .daily-schedule span {
    margin-top: 0;
    margin-bottom: 3%
  }

  .schedule .daily-schedule .min-txt {
    font-size: 2.5vw;
    vertical-align: top
  }

  .schedule::after {
    width: 29%;
    left: 0
  }

  .schedule::before {
    right: 0;
    width: 30%
  }

  .watch-golfnetwork {
    padding: 9% 3%
  }

  .watch-golfnetwork a {
    width: 48%;
    margin: 4% 0 0
  }

  .watch-golfnetwork a+a {
    margin: 4% 0 0
  }

  .watch-golfnetwork a:nth-child(odd) {
    margin-right: 4%
  }

  .watch-golfnetwork>a {
    width: 80%;
    margin-top: 7%
  }

  .sponsor {
    padding: 7% 6%
  }

  .sns-share {
    width: 50%
  }

  .links {
    width: 80%;
    margin: 1.5% 14.5% 0
  }

  .links a {
    font-size: 2.8vw;
    margin-right: 7%
  }

  .links a:nth-child(2)::after,
  .links a:nth-child(3)::after {
    top: 0;
    left: -12%
  }

  footer {
    padding: 8% 3% 2%;
    overflow: hidden
  }

  .about table td:nth-child(1) {
    width: 25%
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0 !important
  }

  .copyright {
    margin-top: 1.5%;
    font-size: 2.8vw
  }

  .leader-board {
    padding: 7% 0
  }

  .leader-board .leader-board-area {
    width: 94%;
    margin: 3% 3% 0
  }

  .leader-board>div:not(.leader-board-area) {
    background: #fff;
    font-size: 14px;
    padding: 2% 0
  }

  .leader-board>img {
    width: 55%;
    margin: 0 auto 3%
  }

  .leader-board .row {
    width: 94%;
    margin: 0 3%;
    padding: 1% 0
  }

  .leader-board .row span {
    font-size: 13px
  }

  .leader-board .row span:not(:nth-child(2)) {
    width: 35%
  }

  .highlight-movie>a,
  .leader-board>a {
    display: block;
    width: 80%;
    margin: 6% auto 0
  }

  .highlight-movie {
    background: #191919;
    width: 100%;
    padding: 7% 0
  }

  .highlight-movie>img {
    width: 45%;
    margin: 0 auto 2%
  }

  .highlight-movie>span {
    font-size: 15px
  }

  .movie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 94%;
    margin: 0 3%;
    background: 0 0
  }

  .movie .cell {
    width: 31%;
    margin: 2% 0
  }
}

@media (max-width:768px) and (max-width:768px) {
  .movie .cell {
    width: 49%;
    margin-top: 3%
  }
}

@media (max-width:768px) {
  .movie .cell a {
    color: #fff;
    text-decoration: none;
    font-size: 12px
  }

  .news>img {
    width: 30%;
    margin: 0 auto
  }

  .news .cell {
    width: 94%;
    margin: 5% 3% 0
  }

  .news .cell a {
    width: 30%;
    margin-right: 1%;
    float: left
  }

  .news .cell span {
    display: inline-block;
    vertical-align: top;
    padding: .5% 0;
    width: 65%;
    font-size: 10px
  }

  .news .cell .days {
    color: gray;
    padding: 0
  }

  .news>a {
    display: block;
    width: 80%;
    margin: 6% auto 0
  }

  .tee-time .tee-time-info {
    width: 94%;
    margin: 3% 3% 0;
    background: #fff;
    font-size: 9.5px;
    padding: 3%
  }
}

.slick-arrow {
  display: none !important
}

.slick-dots li button:before {
  content: "■";
  font-size: 12px
}

.menu-fix {
  position: fixed;
  top: 0;
  height: 12%
}

.drop>span {
  width: 100% !important;
  text-align: center !important
}

ul.inner span.detals {
  display: none
}

.schedule .featured-video {
  margin-top: 0;
  border-top: #000 7px solid;
  padding-top: 2%
}

#day1:checked~.day1,
#day2:checked~.day2,
#day3:checked~.day3,
#day4:checked~.day4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

#day1:checked~.schedule-label .day1,
#day2:checked~.schedule-label .day2,
#day3:checked~.schedule-label .day3,
#day4:checked~.schedule-label .day4 {
  color: #fff;
  background: #000;
  font-weight: 700
}

.schedule-label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media (max-width:767px) {
  .schedule-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
}

.schedule-label label {
  padding: 15px 20px;
  background: silver;
  text-align: center;
  width: 21%
}

@media (max-width:767px) {
  .schedule-label label {
    width: 24.1%
  }
}

label {
  display: inline-block
}

.pos-re::after {
  position: absolute;
  content: " ";
  background: url(https://www.golfnetwork.plus/tv/img/play_mark.png?01);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 43px;
  height: 43px;
  opacity: 1;
  margin: auto;
  z-index: 999;
  background-size: cover
}




.campaign {
  width: 100%;
  background: #0b251a;
  padding-top: 8%;
  padding-bottom: 50px;
}
.campaign .campaignTit {
  display: block;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3%;
}
.campaign .campaignImg {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.campaign .campaignConts {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.campaign .campaignConts > p {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.campaign>a {
  display: block;
  width: 35%;
  margin: 3% auto 0;
}
@media (max-width:767px) {
  .campaign .campaignTit {
    width: 94%;
  }
  .campaign .campaignImg {
    width: 94%;
  }
  .campaign .campaignConts {
    width: 94%;
    font-size: 14px;
  }
  .campaign .campaignConts > p {
    max-width: 100%;
  }
  .campaign>a {
    display: block;
    width: 80%;
    margin: 6% auto 0;
  }
}
