@charset "utf-8";

@media print, screen and (min-width: 769px) {
  /*------------------------------------------------------------------------------------------
*
*
    Responsive / PC
*
*
------------------------------------------------------------------------------------------ */
  /*Cheat common*/
  #top #global_navigation {
    width: 100%;
    min-width: 980px;
    height: 30px;
    text-align: left;
    position: absolute;
    top: 120px;
    left: 0;
    z-index: 100;
    padding: 0;
    border: none;
  }

  #top #global_navigation #gnav_list {
    width: auto;
    float: left;
  }

  #top #global_navigation li {
    width: 143px;
  }

  #top #global_navigation .category {
    width: 138px;
  }

  #top #global_navigation .category ul::after {
    right: 188px;
  }

  #top #global_navigation .category ul li {
    width: 100%;
  }

  #top #global_navigation #global_navigation_inner {
    padding-top: 0;
  }

  #top #global_navigation #gnav_list .home {
    display: none;
  }

  #top #global_navigation #gnav_sns {
    float: left;
    margin-left: 12px;
  }

  .gnav_mailmagazine {
    --colorMain: #18a511;
    --colorBg: #fff;

    top: -6px;
  }

  .gnav_mailmagazine > div {
    border-radius: 5px;
  }

  /* ------------------------------------------------------------------------------------------
*
    #global_navigation
*
------------------------------------------------------------------------------------------ */
  .gnav_ico {
    display: none;
  }

  #global_navigation {
    width: 100%;
    min-width: 980px;
    height: 30px;
    text-align: left;
    position: absolute;
    top: 119px;
    left: 0;
    z-index: 100;
  }

  #global_navigation.fixed {
    position: fixed;
    top: 0;
  }

  #global_navigation a {
    font-size: 14px;
    color: #ffffff;
  }

  #global_navigation .gnav_mailmagazine > div > a {
    border-radius: 5px;
  }

  #global_navigation_inner {
    width: 980px;
    margin: 0 auto;
    position: relative;
  }

  #global_navigation h1 {
    width: 43px;
    height: 53px;
    line-height: 53px;
    position: absolute;
    top: 0;
    left: 30px;
  }

  #global_navigation h1 img {
    width: auto;
    height: 25px;
    vertical-align: middle;
  }

  #global_navigation ul {
    width: auto;
    border: none;
    font-weight: bold;
  }

  #global_navigation ul:after {
    content: "";
    clear: both;
    display: block;
  }

  #global_navigation li {
    float: left;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    border-right: none;
    white-space: nowrap;
    position: relative;
    transition: background 0.1s ease;
    text-align: center;
  }

  #global_navigation li:last-child {
    border: none;
  }

  #global_navigation .parents p.current,
  #global_navigation li.current,
  #global_navigation li:hover {
  }

  #global_navigation li a {
    display: block;
  }

  #global_navigation li ul {
    display: none;
    width: auto;
    padding: 0;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 5;
  }

  #global_navigation li ul li {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    float: none;
    position: relative;
    background-image: url(/golf/common/image_gNavi/parts_gnav_bg_pc.png);
    transition: none;
  }

  #global_navigation li:nth-child(4) {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  #global_navigation li ul li:hover {
    background-image: none;
  }

  #global_navigation .category > p > a:before {
    content: url(/golf/common/image_common/icon_arrow_bt.png);
  }

  #global_navigation .category ul:after {
    border-bottom: 10px solid rgba(255, 255, 255, 0.9);
  }

  #global_navigation .category .category_list {
    top: 31px;
    left: 578px;
  }

  #global_navigation .category .category_list ul li {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    border-bottom: 1px solid #cccccc;
  }

  /* ------------------------------------------------------------
*
    #main_visual
*
------------------------------------------------------------ */
  #main_visual {
    width: 100%;
    height: 451px;
    overflow: hidden;
    margin: 0 0 0px 0;
    background-image: url(../image/index_main_img.jpg);
    background-size: cover;
    background-position: center center;
  }

  #main_visual_inner {
    width: 980px;
    height: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    color: #ffffff;
  }

  #main_visual_inner .pic_visual {
    margin: 35px 0 0 0;
    text-align: right;
  }

  #main_visual_inner .pic_visual img {
    width: 650px;
    height: auto;
  }

  #main_visual .main_copy {
    position: absolute;
    bottom: 50%;
    left: 10%;
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
  }

  #main_visual .main_copy .copy {
    margin: 15px 0;
    font-size: 21px;
    text-align: center;
  }

  #main_visual .main_copy h2.logo {
    font-size: 58px;
    font-weight: bold;
    line-height: 1em;
  }

  .section .title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-bottom: 25px;
    font-weight: bold;
  }

  .section .title span {
    display: block;
    margin-bottom: 10px;
  }

  .section_gray {
    background-color: #f5f5f5;
  }

  .section_inner {
    width: 980px;
  }

  .category.theory {
    background-image: url(/golf/common/image_common/icon_theory.png);
  }

  .category.lesson {
    background-image: url(/golf/common/image_common/icon_lesson.png);
  }

  .category.golf_car {
    background-image: url(/golf/common/image_common/icon_golf_car.png);
  }

  .category.column {
    background-image: url(/golf/common/image_common/icon_column.png);
  }

  .category.feature {
    background-image: url(/golf/common/image_common/icon_feature.png);
  }

  /* ------------------------------------------------------------
*
    #section_banner
*
------------------------------------------------------------ */
  #section_banner {
    margin: 0 auto;
    background-color: #f5f5f5;
    padding: 25px 0px;
  }

  #section_banner .section_inner {
    width: 980px;
  }

  #section_banner .banner {
    width: 486px;
    float: left;
    position: relative;
  }

  #section_banner .banner .slider {
  }

  #section_banner .banner .slider li {
    position: relative;
  }

  #section_banner .banner .slider li a img {
    width: 100%;
  }

  #section_banner .banner .paging {
    position: absolute;
    bottom: 20px;
    left: 25px;
  }

  #section_banner .banner .paging li {
    width: 50px;
    height: 3px;
    float: left;
    margin-right: 10px;
    background-color: #8b8d8c;
  }

  #section_banner .banner .paging li.active {
    border: 1px solid #ffffff;
    background-color: #43a334;
  }

  #section_banner .banner .paging li a {
    display: block;
  }

  #section_banner .bx-controls {
    position: relative;
    background: white;
    z-index: 99;
  }

  #section_banner .bx-controls .bx-pager {
    position: absolute;
    color: white;
    top: -15px;
    left: 20px;
    z-index: 1;
  }

  #section_banner .bx-wrapper .bx-pager .bx-pager-item,
  #section_banner .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
  }

  #section_banner .bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 50px;
    height: 3px;
    margin: 0 5px;
    outline: 0;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
  }

  #section_banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
    background-color: rgba(255, 255, 255, 1);
  }

  #section_banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 48px;
    height: 4px;
    background: #43a334;
    border: solid #ffffff 1px;
  }

  #section_banner .banner_group {
    width: 484px;
    float: right;
  }

  #section_banner .banner_group .image {
    width: 213px;
    float: left;
  }

  #section_banner .banner_group .image img {
    width: 100%;
    display: block;
  }

  #section_banner .banner_group .content {
    margin-left: 213px;
    padding: 15px 17px 0px;
  }

  #section_banner .banner_group .content p {
    font-size: 15px;
    color: #010101;
    padding-bottom: 11px;
    font-weight: bold;
  }

  #section_banner .banner_group .content h3 {
    font-size: 22px;
    padding: 0px;
    font-weight: bold;
    line-height: 1.3;
  }

  #section_banner .banner_group .content h3 span {
    display: block;
    font-size: 13px;
    line-height: 1.7;
  }

  #section_banner .banner_group .item {
    background-color: #ffffff;
    height: 141px;
    box-sizing: border-box;
  }

  #section_banner .banner_group .item1 {
    border: 1px solid #e3e3e3;
  }

  #section_banner .banner_group .item1 .image {
    margin-top: -1px;
  }

  #section_banner .banner_group .item1 .content h3 {
    color: #18a511;
  }

  #section_banner .banner_group .item2 .content {
    /* padding-top: 30px; */
  }

  #section_banner .banner_group .item2 {
    border: 1px solid #e3e3e3;
    border-left: none;
    margin-bottom: 10px;
  }

  #section_banner .banner_group .item2 .image {
    margin-top: -1px;
  }

  #section_banner .banner_group .item2 .content h3 {
    color: #18a511;
  }

  #section_banner .banner_enquete,
  #section_banner .banner_event {
    padding-top: 25px;
    clear: both;
  }

  #section_banner .banner_event img {
    width: 100%;
  }

  #subscribe_newsletter .event {
    display: none;
  }

  /* ------------------------------------------------------------
*
    #section_topic
*
------------------------------------------------------------ */
  #section_topic {
    padding: 70px 0px 65px;
    margin: 0px;
  }

  #section_topic .title {
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 32px;
    font-size: 30px;
    color: #000;
  }

  #section_topic .title::before {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    width: 52px;
    height: 5px;
    margin: auto;
    content: "";
    background-color: #18a511;
  }

  #section_topic .tab {
    width: 100%;
    background-color: #ededed;
    padding: 5px 0px 5px;
    margin-bottom: 33px;
    box-sizing: border-box;
  }

  #section_topic .tab li {
    width: 25%;
    float: left;
    padding: 0px 5px;
    box-sizing: border-box;
    border-right: 1px solid #d6d6d6;
  }

  #section_topic .tab li.active,
  #section_topic .tab li:hover {
  }

  #section_topic .tab li.active a,
  #section_topic .tab li:hover a {
    border-radius: 5px 5px 0px 0px;
    background-color: #000000;
    color: #ffffff;
    border: none;
  }

  #section_topic .tab li a {
    display: block;
    color: #000000;
    padding: 13px 0px;
    font-size: 14px;
    font-weight: bold !important;
    margin-bottom: -5px;
    text-align: center;
  }

  #section_topic .tab li a.one-line {
    padding-top: 10px;
  }

  #section_topic .tab li a br {
    display: none !important;
  }

  #section_topic .tab li:last-child {
    border: none;
  }

  #section_topic .list_over {
    width: 980px;
    overflow: hidden;
    margin-bottom: 5px;
  }

  #section_topic .list {
    width: 1050px;
  }

  #section_topic .item {
    float: left;
    position: relative;
    width: 310px;
    margin-right: 25px;
    margin-bottom: 20px;
  }

  /*#section_topic .item:nth-child(3n+3){
    margin-right: 0px;
}*/
  #section_topic .item .image {
    position: relative;
  }

  #section_topic .item .image img {
    display: block;
    width: 100%;
    height: auto;
  }

  #section_topic .item.new .image:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: url(/golf/common/image_common/icon_new.png);
    vertical-align: -3px;
  }

  #section_topic .item .content {
    min-height: 145px;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-top: none;
  }

  #section_topic .item .content .category {
    display: block;
    color: #18a511;
    font-size: 13px;
    padding: 4px 12px 4px;
    /*background-image: url(/golf/common/image_common/icon_theory.png);
    background-repeat: no-repeat;
    background-position: left center;*/
  }

  #section_topic .item .content .category {
    font-size: 13px;
    color: #ffffff;
    padding: 4px 12px 4px;
    border-radius: 15px;
    margin-bottom: 10px;
    display: inline-block;
    line-height: 1;
    background: #18a511;
  }

  #section_topic .item .content .category.theory {
    background-color: #b89f25;
  }

  #section_topic .item .content .category.lesson {
    background-color: #c94040;
  }

  #section_topic .item .content .category.golf_car {
    background-color: #57a3e5;
  }

  #section_topic .item .content .category.column {
    background-color: #29a9bc;
  }

  #section_topic .item .content .category.feature {
    background-color: #18a511;
  }

  #section_topic .item .content .category.miyazato {
    background-color: #c765ab;
  }

  #section_topic .item .content .date {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-size: 12px;
    color: #888888;
    letter-spacing: 1px;
  }

  #section_topic .item .content .text {
    font-size: 20px;
    color: #010101;
    line-height: 1.4;
    letter-spacing: -0.5px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  #section_topic .tab_content .button {
    display: none;
    width: 310px;
    margin: 0px auto;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    text-align: center;
    color: #282828;
    font-size: 16px;
    padding: 14px 0px;
  }

  #section_topic .tab_content .button:before {
    display: inline-block;
    width: 25px;
    height: 26px;
    content: "";
    background-image: url(../image/icon_btn_more.png);
    vertical-align: middle;
    margin-right: 10px;
  }

  #new_list .item {
    display: none;
  }

  #section_topic .loading {
    float: left;
    display: block;
    width: 100%;
    height: 150px;
    background: url(/golf/common/image_common/pre.gif) no-repeat 50% 60%;
    background-size: 50px 50px;
  }

  /* ------------------------------------------------------------
*
    #section_category
*
------------------------------------------------------------ */
  #section_mixed {
    padding: 60px 0px 45px;
    margin-bottom: 0px;
  }

  #section_mixed .title {
    position: relative;
    padding-left: 14px;
    margin-bottom: 24px;
    font-size: 22px;
    color: #000;
    text-align: left;
  }
  #section_mixed .title::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    display: block;
    width: 4px;
    height: 100%;
    margin: auto;
    content: "";
    background-color: #18a511;
  }

  .section_category {
    float: left;
    width: 675px;
  }

  .section_category .category_list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
  }

  .section_category .category_list .item {
    grid-column: span 2;
    background-color: #ffffff;
    border: 1px solid #ededed;
  }

  .section_category .category_list .item:nth-child(-n + 2) {
    grid-column: span 3;
  }

  .section_category .category_list .item .image {
  }

  .section_category .category_list .item .image img {
    vertical-align: top;
    width: 100%;
    height: auto;
  }

  .section_category .category_list .item .content {
    border-top: 1px solid #ededed;
  }

  .section_category .item .content {
    min-height: 95px;
    padding: 5px 15px 10px;
    box-sizing: border-box;
  }

  .section_category .item .content .category {
    display: block;
    color: #18a511;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 6px 25px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left center;
  }

  .section_category .item .content .category.theory {
    background-image: url(/golf/common/image_common/icon_theory.png);
    background-color: #ffffff !important;
  }

  .section_category .item .content .category.lesson {
    background-image: url(/golf/common/image_common/icon_lesson.png);
    background-color: #ffffff !important;
  }

  .section_category .item .content .category.golf_car {
    background-image: url(/golf/common/image_common/icon_golf_car.png);
    background-color: #ffffff !important;
  }

  .section_category .item .content .category.column {
    background-image: url(/golf/common/image_common/icon_column.png);
    background-color: #ffffff !important;
  }

  .section_category .item .content .category.feature {
    background-image: url(/golf/common/image_common/icon_feature.png);
    background-color: #ffffff !important;
  }

  .section_category .item .content .category.player {
    padding-left: 30px;
    background-image: url(/golf/common/image_common/icon_player.png);
    background-color: #ffffff !important;
    background-size: 24px auto;
  }

  .section_category .item .content .text {
    color: #010101;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------------------------------------------------
*
    .related-site
*
------------------------------------------------------------------------------------------ */

.related-site--top {
  padding: 50px 0 15px;
  margin: 32px 0 0;
}

.related-site--top .only_pc {
  display: block !important;
}

.related-site--top .only_sp {
  display: none !important;
}

.related-site--top .related-site__inner {
  padding-bottom: 0;
}

.related-site__imgs {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}

.related-site__img {
  position: relative;
  display: block;
  width: 474px;
}

.related-site__icon {
  content: "";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 75px;
  height: 75px;
  top: -14px;
  left: -16px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: #dc0725;
  z-index: 1;
}

.related-site__icon-text {
  font-size: 22px;
}

.related-site__img img {
  width: 100%;
}

.related-site__link-text {
  margin-top: 13px;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  color: #000;
}

.related-site__btn-wrap {
  width: 268px;
  margin: 18px auto 18px;
}

.related-site__btn {
  display: block;
  position: relative;
  border: 1px #cccccc solid;
  border-radius: 4px;
  text-align: center;
  color: #262626;
  font-weight: normal;
  font-size: 14px;
  background: #fff;
  padding: 20px 30px;
  cursor: pointer;
}

.related-site__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 12px;
  top: 0;
  width: 18px;
  height: 100%;
  background-image: url(/golf/common/image_gNavi/gnav_category_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

/* ------------------------------------------------------------
*
    #SpecialInterview
*
------------------------------------------------------------ */

#SpecialInterview {
  padding: 64px 0 0;
  margin: 0;
  text-align: center;
}

#SpecialInterview .sp-br {
  display: none;
}

#SpecialInterview .title {
  position: relative;
  padding-bottom: 14px;
  margin-bottom: 32px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
}

#SpecialInterview .title::before {
  position: absolute;
  top: auto;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  width: 52px;
  height: 5px;
  margin: auto;
  content: "";
  background-color: #18a511;
}

#SpecialInterview #SpecialInterviewButton {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

#SpecialInterview .special-interview-thumbnail {
  max-width: 550px;
  width: 100%;
}
#SpecialInterview .special-interview-thumbnail:hover {
  opacity: .7;
}

#SpecialInterviewModal {
  display: none;
  box-sizing: border-box;
  padding: 0 20px;
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 100;
}
#SpecialInterviewModal .movie-area {
  background-color: #fff;
  border-radius: 5px;
  box-sizing: border-box;
  max-height: 583px;
  max-width: 1020px;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  margin: 0;
  padding: 10px;
  z-index: 999;
}
#SpecialInterviewModal .movie-area #SpecialInterviewClose {
  appearance: none;
  position: absolute;
  top: -40px;
  right: 10px;
  font-size: 50px;
  line-height: 0;
  background: #17a512;
  width: 40px;
  display: inline-block;
  border: none;
  color: #fff;
  height: 40px;
  cursor: pointer;
}
#SpecialInterviewModal #SpecialInterviewMovie {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 999;
}
#SpecialInterviewModal .special-interview-bg {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 998;
}
#SpecialInterviewModal .youtube-frame {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}
#SpecialInterviewModal .youtube-frame .youtube-frame-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
