.u-bg--black{
  background-color: #000000;
}
.l-drivestar__visual,
.l-drivestar_ladies__visual{
  position: relative;
}
#inpres_drivestar_dmy{
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
#inpres_drivestar_kv_bg{
  width: 100%;
  height: auto;
  opacity: 0;
}
#inpres_drivestar_kv_copy{
  position: absolute;
  top: 12.14vw;
  width: 38.07vw;
  left: 53vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #inpres_drivestar_kv_copy{
    position: absolute;
    top: 12.14vw;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#inpres_drivestar_kv_copy_1{
  /*position: absolute;*/
  position: relative;
  top: 150px;
  width: 16.714vw;
  opacity: 0;
  transform: scale(0);
}
@media (max-width: 767px) {
  #inpres_drivestar_kv_copy_1{
    position: relative;
    top: 75px;
    width: 40.4vw;
  }
}
#inpres_drivestar_kv_copy_2{
  /*position: absolute;*/
  position: relative;
  width: 38.07vw;
  margin-top: -2vw;
  opacity: 0;
  top: 150px;
  transform: scale(0);
}
@media (max-width: 767px) {
  #inpres_drivestar_kv_copy_2{
    position: relative;
    top: 75px;
    width: 92.1vw;
  }
}
#inpres_drivestar_kv_copy_3{
  /*position: absolute;*/
  position: relative;
  width: 16.42vw;
  margin-top: -0.8vw;
  opacity: 0;
  top: 150px;
  transform: scale(0);
}
@media (max-width: 767px) {
  #inpres_drivestar_kv_copy_3{
    top: 75px;
    width: 39.7vw;
  }
}
#inpres_drivestar_kv_copy{

}
.l-inpres-drivestar__kv {
  padding-top: 55.7vw;
  position: relative;
  margin: 34px auto 0;
  height: 0;
  overflow: hidden;
  z-index: 10;
}
.l-inpres-drivestar__kv:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.l-inpres-drivestar__kv .ytPlayer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 170%;
  transform: translate(-50%, -50%);
}
.l-inpres-drivestar__kv .ytPlayerShort{
  display: none;
}
@media (max-width: 767px) {
  .l-inpres-drivestar__kv {
    padding-top: 177%;
    margin: auto;
  }

  .l-inpres-drivestar__kv .ytPlayerShort{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 170%;
    transform: none;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .l-inpres-drivestar__kv:before{
    display: none !important;
  }
  .l-inpres-drivestar__kv .ytPlayer{
    display: none;
  }
  .l-inpres-drivestar__kv .c-sound {
    right: 15px;
    bottom: 12px;
  }
  .l-inpres-drivestar__kv.pause .ytPlayerShort{
    pointer-events: auto;
  }
}
.c-yt-controls{
  position: absolute;
  bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  left: 0;
  right: 0;
  z-index: 999;
}
.c-yt-controls .c-playpause{
  width: 14px;
  height: 16px;
  margin-right: 14px;
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.c-yt-controls .c-playpause:focus{
  box-shadow: 0 0 3px rgba(82,179,221,1);
  outline: auto;
}
.c-yt-controls .c-pause{
  display: block;
  position: absolute;
  /*position: absolute;*/
}
.c-yt-controls .c-play{
  position: absolute;
  display: none;
  /*position: absolute;*/
}
.c-yt-controls .c-playpause.on .c-pause{
  display: none;
}
.c-yt-controls .c-playpause.on .c-play{
  display: block;
}
.l-inpres-drivestar__kv .c-sound:focus{
  box-shadow: 0 0 3px rgba(82,179,221,1);
  outline: auto;
}
.l-inpres-drivestar__kv .c-sound {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0;
}
.l-inpres-drivestar__kv .c-sound__on {
  position: absolute;
  display: none;
}
.l-inpres-drivestar__kv .c-sound__off {
  display: block;
  position: absolute;
}
.l-inpres-drivestar__kv .c-sound.on .c-sound__off {
  display: none;
}
.l-inpres-drivestar__kv .c-sound.on .c-sound__on {
  display: block;
}
.l-drivestar-anchors-wrap{
  position: relative;
  height: 48px;
}
.l-drivestar-anchors{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0;
  background-color: #212121;
  height: 48px;
  width: 100%;
}
.l-drivestar-anchors--ladies{
  background-color: #F8F8F8;
}
.l-drivestar-anchors.fixed{
  position: fixed;
  left: 0;
  top: 48px;
  z-index: 10;
}
@media (max-width: 767px) {
  .l-drivestar-anchors.fixed{
    top: 64px;
  }
}
.p-anchors{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .p-anchors{
    border-right: 1px solid #fff;
  }
}
.p-anchors a{
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 32px;
  padding-right: 32px;
  color: #fff;
  font-size: 10px;
  font-family: "GT America Y", Oswald,sans-serif;
  border-left: 1px solid #fff;
  transition: 0.4s ease-out;
}
@media (min-width: 768px) {
  .p-anchors a{
    border-left: 1px solid #fff;
  }
}
@media (max-width: 767px) {
  .p-anchors a{
    padding-left: 20px;
    padding-right: 20px;
  }
  .p-anchors a:first-child {
    border-left: none;
  }
}
.p-anchors a:hover,
.p-anchors a:focus{
  background-color: #2E7BB7;
  color: #FFFFFF;
}
.u-bg--black .p-anchors a:hover,
.u-bg--black .p-anchors a:focus{
  background-color: #52B3DD;
  color: #000000;
}
.l-drivestar-anchors--ladies .p-anchors{
  border-color:#000;
}
.l-drivestar-anchors--ladies .p-anchors a{
  color: #000;
  border-color:#000;
}
.l-drivestar-anchors--ladies .p-anchors a:hover,
.l-drivestar-anchors--ladies .p-anchors a:focus{
  background-color: #2E7BB7;
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .p-lineup li + li{
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .p-lineup {
    display: flex;
    gap: 6px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }

  .p-lineup li {
    width: calc(50% - 3px);
  }
}
.l-drivestar__visual img{
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.drivestar-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/inpresx2013/img/25inpres_drivestar/lp_mens/kv_movie_thumb_mens_25inpres.png) center/cover;
}
@media (max-width: 767px) {
  .drivestar-poster {
    background: url(/wp-content/themes/inpresx2013/img/25inpres_drivestar/lp_mens/kv_movie_thumb_mens_25inpres_sp.png) center/cover;
  }
}
.c-link-btn {
  position: relative;
  display: block;
  width: 274px;
  font-size: 14px;
  line-height: 37px;
  border: 1px solid;
  text-align: center;
  transition: 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.c-link-btn::after {
  content: ">";
  position: absolute;
  right: 0.7em;
  font-size: 22px;
  font-weight: 300;
}
.c-link-btn:hover {
  background: #000;
  color: #fff;
}

.c-title--h1 {
  padding: 50px 0 50px;
}
.c-title--h1 > img {
  margin: auto;
  display: block;
  width: 470px;
}
.c-title--h1 .c-icon {
  margin: auto;
  display: block;
  text-align: center;
  padding-top: 30px;
}

.p-button-menu {
  padding-bottom: 28px;
}
.p-button-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-button-menu ul li {
  padding: 0 55px;
  border-right: 1px solid;
}
.p-button-menu ul li:last-child {
  border-right: none;
}

.l-lineup {
  padding-top: 50px;
  margin-bottom: 100px;
}
.c-title--h2{
  font-size: 22px;
  font-family: Oswald,sans-serif;
  font-weight: normal;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.3em;
  margin-bottom: 30px;
  color: #333333;
}
.c-title--h2-ls-0{
  letter-spacing: 0;
}
.u-bg--black .c-title--h2{
  color: #fff;
}
@media (min-width: 768px) {
  .c-title--h2{
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .c-title--h2.c-title--h2--small{
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}
.u-bg--black .p-technology__text{
  color: #ddd;
}
.u-bg--black .p-technology__caption{
  color: #ddd;
}
@media (min-width: 768px) {
  .p-technology{
    display: flex;
    align-items: center;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 130px;
  }
  .p-technology .p-technology__pict{
    width: 487px;
    min-width: 487px;
    height: auto;
    margin-right: 30px;
  }
  .p-technology__caption{
    display: block;
    margin-top: 0.5em;
    font-size: 14px;
  }
  .p-technology__text{
    color: #333;
  }
  .u-bg--black .p-technology__text{
    color: #ddd;
  }
  .p-technology__text h3{
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .p-technology__text small{
    font-size: 16px;
  }
  .p-technology__text p b{
    font-size: 16px;
    color: #2F7BB7;
    display: block;
    margin-bottom: 8px;
  }
  .u-bg--black .p-technology__text p b{
    color: #52B3DD;
  }
  .p-technology__text p{
    font-size: 14px;
    line-height: 1.714;
  }
}

@media (max-width: 767px) {
  .p-technology{
    display: block;
    margin-bottom: 125px;
  }
  .p-technology img{
    height: auto;
  }
  .p-technology__caption{
    display: block;
    margin-top: 0.5em;
    font-size: 14px;
  }
  .p-technology__text{
    padding: 24px 20px;
  }
  .p-technology__text h3{
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .p-technology__text p b{
    font-size: 14px;
    color: #52B3DD;
    display: block;
    margin-bottom: 6px;
  }
  .p-technology__text p{
    font-size: 13px;
    line-height: 1.714;
  }
  .p-technology__text .c-drivestar-link-btn{
    margin-left: auto;
    margin-right: auto;
  }
}

.c-drivestar-link-btn{
  width: 260px;
  height: 37px;
  display: flex;
  align-items: center;
  border: 1px solid #999999;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 13px;
  margin-top: 30px;
  color: #333333;
  transition: 0.4s ease-out;
}
.c-drivestar-link-btn:hover,
.c-drivestar-link-btn:focus{
  background-color: #2F7BB7;
  border-color:#2F7BB7;
  color: #fff;
}
.u-bg--black .c-drivestar-link-btn:hover,
.u-bg--black .c-drivestar-link-btn:focus{
  background-color: #52b3dd;
  border-color:#52b3dd;
  color: #000;
}
.c-drivestar-link-btn img,
.c-drivestar-link-btn svg{
  width: 18px;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}
.u-bg--black .c-drivestar-link-btn svg path,
.u-bg--black .c-drivestar-link-btn svg path{
  fill: #707070;
}
.c-drivestar-link-btn:hover svg path,
.c-drivestar-link-btn:focus svg path{
  fill: #fff;
}
.u-bg--black .c-drivestar-link-btn:hover svg path,
.u-bg--black .c-drivestar-link-btn:focus svg path{
  fill: #000;
}
.p-lineup-products {
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}
.p-lineup-products h3 {
  position: absolute;
  left: -58px;
}
.p-lineup-products ul li {
  position: relative;
  margin-bottom: 3%;
}
.p-lineup-products ul li .c-link-btn {
  position: absolute;
  right: 168px;
  bottom: 55px;
}

.l-sns {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}
.l-special-movie,
.p-special-movie {
  max-width: 980px;
  margin: 0 auto;
}
.l-special-movie .i-close,
.p-special-movie .i-close {
  display: none;
}
.l-special-movie__inner,
.p-special-movie__inner {
  margin: 0 auto;
  max-width: 980px;
}
.l-youtube,
.l-story {
  margin: 0 auto 113px;
  max-width: 980px;
}
.l-special-movie-story,
.p-special-movie-story {
  margin: 0 0 113px 0;
}
.l-special-movie-story__title,
.p-special-movie-story__title {
  text-align: center;
}
.l-special-movie-story-movieList,
.p-special-movie-story-movieList {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 45px 0 0;
  gap: 20px;
}
.l-special-movie-story-movieList-item,
.p-special-movie-story-movieList-item {
  width: 480px;
  height: calc(269px + 34px);
}
.l-special-movie-story-movieList-item:first-child,
.p-special-movie-story-movieList-item:first-child {
}
.modal-open .p-special-movie-story-movieList-item{
  transform: none !important;
}
.modal-open .p-special-movie-story-movieList-item dl{
  display: none;
}
.l-special-movie-story-movieList-item iframe,
.p-special-movie-story-movieList-item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}
.p-special-movie-story-movieList dl{
  display: flex;
  color: #333;
  align-items: center;
  margin-top: 17px;
}
.u-bg--black .p-special-movie-story-movieList dl{
  color: #ccc;
}
.p-special-movie-story-movieList dl dt{
  font-size: 16px;
  font-family: Oswald,sans-serif;
  padding-right: 14px;
  margin-right: 14px;
  border-right: 1px solid #999;
  line-height: 1;
}
.u-bg--black .p-special-movie-story-movieList dl{
}
.p-special-movie-story-movieList dl dd{
  font-size: 10px;
  line-height: 1;
  margin-bottom: 0;
  padding-top: 4px;
}
.l-special-movie-voice,
.p-special-movie-voice {
  margin: 0 0 113px 0;
}
.l-special-movie-voice__title,
.p-special-movie-voice__title {
  text-align: center;
}
.l-special-movie-voice-shortList,
.p-special-movie-voice-shortList {
  margin: 45px 0 0;
}
.l-special-movie-voice-shortList .slick-arrow:before,
.p-special-movie-voice-shortList .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.l-special-movie-voice-shortList .slick-prev,
.p-special-movie-voice-shortList .slick-prev {
  left: 6px;
  top: 50%;
  transform: translateY(-150%);
  width: 77px;
  height: 35px;
  z-index: 1;
  background: url("/wp-content/themes/inpresx2013/img/home/slider/slider_prev.svg") no-repeat center/100%;
}
.l-special-movie-voice-shortList .slick-prev::before,
.p-special-movie-voice-shortList .slick-prev::before {
  display: none;
}
.l-special-movie-voice-shortList .slick-next,
.p-special-movie-voice-shortList .slick-next {
  right: 6px;
  top: 50%;
  transform: translateY(-150%);
  width: 77px;
  height: 35px;
  z-index: 1;
  background: url("/wp-content/themes/inpresx2013/img/home/slider/slider_next.svg") no-repeat center/100%;
}
.l-special-movie-voice-shortList .slick-next::before,
.p-special-movie-voice-shortList .slick-next::before {
  display: none;
}
.l-special-movie-voice-shortList .slick-disabled,
.p-special-movie-voice-shortList .slick-disabled {
  opacity: 0;
}
.l-special-movie-voice-shortList-item,
.p-special-movie-voice-shortList-item {
  position: relative;
  width: 100%;
  margin: 0 7px;
}
.l-special-movie-voice-shortList-item::before,
.p-special-movie-voice-shortList-item::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.l-special-movie-voice-shortList-item img,
.p-special-movie-voice-shortList-item img {
  margin: 0 auto;
}
.l-special-movie-voice-shortList-item__text,
.p-special-movie-voice-shortList-item__text {
  margin-top: 0.5em;
  text-align: center;
  font-size: 21px;
}
.l-special-movie-voice-videoWrap,
.p-special-movie-voice-videoWrap {
  width: 100%;
  position: relative;
}
.l-special-movie-voice-videoWrap iframe,
.p-special-movie-voice-videoWrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.l-special-movie-voice .ytPlayerShort,
.p-special-movie-voice .ytPlayerShort {
  display: none;
}
.l-special-movie-main,
.p-special-movie-main {
  margin: 0 0 113px 0;
  position: relative;
}
.l-special-movie-main::after,
.p-special-movie-main::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 357px;
  height: 202px;
  transform: translateY(15%);
  background: url(/wp-content/themes/inpresx2013/img/inpres_drivestar/special-movie_label.svg) center/100% no-repeat;
}
.l-special-movie-main__title,
.p-special-movie-main__title {
  text-align: center;
}
.l-special-movie-main-movie,
.p-special-movie-main-movie {
  margin: 45px 0 0;
  padding-top: 56.25%;
  width: 100%;
  position: relative;
  background-color: #000;
}
.l-special-movie-main-movie iframe,
.p-special-movie-main-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.l-special-movie h3,
.p-special-movie h3 {
  position: absolute;
  top: 70px;
  left: -58px;
  z-index: 1;
}
.c-drivestar-link-btn__wrap{
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
@font-face {
  font-family: "wor";
  src: url("/wp-content/themes/inpresx2013/css/world_of_rmx/wor.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/inpresx2013/css/world_of_rmx/wor.woff") format("woff"), url("/wp-content/themes/inpresx2013/css/world_of_rmx/wor.ttf") format("truetype"), url("/wp-content/themes/inpresx2013/css/world_of_rmx/wor.svg#ucc") format("svg");
  font-weight: normal;
  font-style: normal;
}
.i-play:before,
.i-close:before,
.i-angle-down:before,
.i-angle-left:before,
.i-angle-right:before,
.i-angle-up:before,
.i-angle-down-bold:before,
.i-angle-left-bold:before,
.i-angle-right-bold:before,
.i-angle-up-bold:before,
.i-breadcrumb-right:before {
  display: inline-block;
  font-family: "wor";
  font-size: inherit;
  font-style: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-close:before {
  content: "\e001";
}

.modal-open .p-special-movie__wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 980px;
  height: 552px;
  z-index: 10000;
  margin: 0 !important;
}
.modal-open .p-special-movie__wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
  max-width: none;
  z-index: 1;
}
.modal-open .p-special-movie__wrap .i-close {
  position: absolute;
  top: -55px;
  right: 0;
  font-size: 38px;
  display: block;
  color: #ffffff !important;
  cursor: pointer;
}
.modal-open .p-special-movie__wrap .slick-list {
  transform: none !important;
}
.modal-open .p-special-movie__wrap .slick-track {
  transform: none !important;
}
.modal-open .c-modal-bg {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.c-modal-open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.modal-open .l-drivestar-anchors-wrap,
.c-modal-open .l-drivestar-anchors-wrap{
  display: none;
}
.c-modal-open img {
  opacity: 0;
}
.c-modal-open:hover img ,
.c-modal-open:focus img {
  opacity: 0;
}
.modal-open .c-modal-open{
  display: none;
}

.l-sns h3,
.p-sns h3 {
  margin-left: 58px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .l-sns h3,
  .p-sns h3 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}
.l-sns h3 img,
.p-sns h3 img {
  margin: auto;
}
.l-sns--ladies,
.p-sns--ladies {
  margin: 100px 0 0;
}
.l-sns-hashtagImg,
.p-sns-hashtagImg {
  margin: 0 0 0 38px !important;
}
.l-sns-subTitle,
.p-sns-subTitle {
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}
.l-sns__fewDescription,
.p-sns__fewDescription {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #0200ad;
}
.l-sns-btn,
.p-sns-btn {
  margin: 22px auto 0;
}
.l-sns-instaList,
.p-sns-instaList {
  display: flex;
  justify-content: center;
  margin: 30px auto 53px;
  max-width: 980px;
  position: relative;
}
.l-sns-instaList-item,
.p-sns-instaList-item {
  margin: 0 7px;
  position: relative;
  width: 234px;
  overflow: hidden;
}
.l-sns-instaList__img,
.p-sns-instaList__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.l-sns-instaList .slick-next,
.p-sns-instaList .slick-next {
  top: -43px;
  right: 10px;
}
.l-sns-instaList .slick-next::before,
.p-sns-instaList .slick-next::before {
  display: block;
  content: "";
  background: url(/wp-content/themes/inpresx2013/img/golf_lover/icon_arrow_next.svg);
  width: 17px;
  height: 20px;
}
.l-sns-instaList .slick-prev,
.p-sns-instaList .slick-prev {
  top: -43px;
  left: 10px;
}
.l-sns-instaList .slick-prev::before,
.p-sns-instaList .slick-prev::before {
  display: block;
  content: "";
  background: url(/wp-content/themes/inpresx2013/img/golf_lover/icon_arrow_prev.svg);
  width: 17px;
  height: 20px;
}

.l-topics {
  margin: 130px auto 0 !important;
  position: relative;
  max-width: 980px;
}
.l-topics h3 {
  position: absolute;
  left: -58px;
}

.p-topics {
  display: flex;
  justify-content: space-between;
}
.p-topics li {
  width: 32.45%;
}

.p-golf-lover h3,
.l-golf-lover h3 {
  margin-bottom: 38px;
  text-align: center;
}
.p-golf-lover__kv,
.l-golf-lover__kv {
  padding-top: 45.58%;
  position: relative;
  background: url(/wp-content/themes/inpresx2013/img/inpres_drivestar/golf-lover_kv.jpg) center top/cover no-repeat;
}
.p-golf-lover__kv__inner,
.l-golf-lover__kv__inner {
  position: absolute;
  bottom: 27%;
  left: 50%;
  margin-left: -490px;
  color: #fff;
}
.p-golf-lover__kv__inner p,
.l-golf-lover__kv__inner p {
  margin-bottom: 1em;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.3em;
}
.p-golf-lover__kv__inner .c-link-btn:hover,
.l-golf-lover__kv__inner .c-link-btn:hover {
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}

.p-club-setting,
.l-club-setting {
  margin: auto;
  padding-top: 97px;
  max-width: 980px;
}
.p-club-setting h3,
.l-club-setting h3 {
  margin-bottom: 26px;
  text-align: center;
}
.p-club-setting ul,
.l-club-setting ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-club-setting ul li,
.l-club-setting ul li {
  margin-bottom: 5%;
  position: relative;
  width: 47.34%;
  background: #efefef;
}
.p-club-setting ul li img,
.l-club-setting ul li img {
  width: 100%;
}
.p-club-setting__name,
.l-club-setting__name {
  padding: 112px 20px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 15px;
  letter-spacing: 0.1em;
  font-weight: 400;
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8029805672) 100%);
}
.p-club-setting .c-link-btn,
.l-club-setting .c-link-btn {
  margin: auto;
}

.js-fadeIn {
  opacity: 0;
}
.js-fadeIn--bottom {
  opacity: 0;
  transform: translateY(70px);
}

.js-slideIn--left {
  opacity: 0;
  transform: translateX(-150px);
}

@media (max-width: 980px) {
  .l-inpres-drivestar__kv {
  }
  .p-ladies-lineup-feature__text img {
    width: 30vw;
  }
  .p-golf-lover__kv__inner,
  .l-golf-lover__kv__inner {
    left: 5%;
    bottom: 8%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {

  .c-link-btn {
    width: 41.333%;
    font-size: 12px;
    line-height: 24px;
  }
  .c-link-btn::after {
    font-size: 12px;
    line-height: 21px;
  }
  .c-title--h1 {
    padding: 17.43% auto 25%;
  }
  .c-title--h1 > img {
    width: 69.48%;
  }
  .c-title--h1 .c-icon {
    padding-top: 5%;
  }
  .c-title--h1 .c-icon img {
    width: 46%;
  }
  .p-button-menu {
    display: none;
  }
  .l-lineup {
    margin-bottom: 12.533%;
  }
  .p-lineup-feature {
    margin-bottom: 0;
    padding-top: 99.7%;
    height: 0;
  }
  .p-lineup-feature h2 {
    top: 6%;
    left: 5%;
    transform: translateX(0);
    width: 54.4%;
  }
  .p-lineup-feature__item {
    left: auto;
    right: 2%;
    bottom: 0%;
    margin-left: 0;
    width: 65%;
  }
  .p-lineup-feature__text {
    position: absolute;
    top: auto;
    left: 5%;
    bottom: 7vw;
    margin-left: 0;
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 5.3vw;
    letter-spacing: 0.12em;
  }
  .p-ladies-lineup-feature {
    margin-bottom: 0;
  }
  .p-ladies-lineup-feature h2 img {
    transform: scale(1.14);
    transform-origin: center top;
  }
  .p-ladies-lineup-feature__text {
    top: 29vw;
    left: auto;
    right: 0;
    margin-left: 0;
    font-size: 1.8vw;
    font-weight: 500;
    line-height: 3.1vw;
  }
  .p-lineup-products {
    margin: 40px 8px 50px;
  }
  .p-lineup-products h3 {
    margin-bottom: 12px;
    padding: 0 10px;
    position: relative;
    left: 0;
  }
  .p-lineup-products h3 img {
    height: 14px;
  }
  .p-lineup-products ul li .c-link-btn {
    display: none;
  }
  .l-special-movie,
  .p-special-movie {
    padding: 0;
  }
  .l-special-movie-story,
  .p-special-movie-story {
    margin: 13% 0;
  }
  .l-special-movie-story__title img,
  .p-special-movie-story__title img {
    height: 4vw;
  }
  .l-special-movie-story-movieList,
  .p-special-movie-story-movieList {
    display: block;
    margin: 5.8vw 0 0;
  }
  .l-special-movie-story-movieList-item,
  .p-special-movie-story-movieList-item {
    width: 100%;
    height: calc(56.25vw + 30px);
  }

  .l-special-movie-story-movieList-item:first-child,
  .p-special-movie-story-movieList-item:first-child {
    margin: 0 0 20px 0;
  }
  .p-special-movie-story-movieList dl{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
  }
  .l-special-movie-voice,
  .p-special-movie-voice {
    margin: 13% 0 14%;
  }
  .l-special-movie-voice__title img,
  .p-special-movie-voice__title img {
    height: 4vw;
  }
  .l-special-movie-voice-shortList,
  .p-special-movie-voice-shortList {
    margin: 5.8vw 0 0;
  }
  .l-special-movie-voice-shortList .slick-prev,
  .p-special-movie-voice-shortList .slick-prev {
    width: 10vw;
    height: 5vw;
  }
  .l-special-movie-voice-shortList .slick-next,
  .p-special-movie-voice-shortList .slick-next {
    width: 10vw;
    height: 5vw;
  }
  .l-special-movie-voice-shortList-item,
  .p-special-movie-voice-shortList-item {
    margin: 0 5px;
  }
  .l-special-movie-voice-shortList-item__text,
  .p-special-movie-voice-shortList-item__text {
    font-size: 3.5vw;
  }
  .l-special-movie-main,
  .p-special-movie-main {
    margin: 0 0 14% 0;
  }
  .l-special-movie-main::after,
  .p-special-movie-main::after {
    right: 10px;
    width: 36.5vw;
    height: 25vw;
  }
  .l-special-movie-main-movie,
  .p-special-movie-main-movie {
    margin-top: 5.8vw;
  }
  .l-special-movie h3,
  .p-special-movie h3 {
    margin-bottom: 12px;
    padding: 0 10px;
    position: relative;
    top: 0;
    left: 0;
  }
  .l-special-movie h3 img,
  .p-special-movie h3 img {
    height: 14px;
  }
  .modal-open .p-special-movie__wrap {
    width: 100% !important;
    padding-top: 56.45%;
    height: 0;
  }
  .modal-open .p-special-movie__wrap .i-close {
    top: -35px;
    right: 0;
    font-size: 28px;
  }
  .l-sns h3,
  .p-sns h3 {
    margin-bottom: 5.4666666667%;
  }
  .l-sns h3 img,
  .p-sns h3 img {
  }
  .l-sns--ladies,
  .p-sns--ladies {
    margin: 9.7333333333% 0 0;
  }
  .l-sns-hashtagImg,
  .p-sns-hashtagImg {
    margin: 12px auto 0 !important;
    width: 20% !important;
    border-bottom: 1px solid #0200ad;
  }
  .l-sns-subTitle,
  .p-sns-subTitle {
    font-size: 3.4vw;
  }
  .l-sns__fewDescription,
  .p-sns__fewDescription {
    font-size: 3.5vw;
  }
  .l-sns-instaList,
  .p-sns-instaList {
    padding: 0 3px;
    display: block;
    margin: 4.9333333333% auto 10.9333333333%;
  }
  .l-sns-instaList-item,
  .p-sns-instaList-item {
    display: block;
    width: 95.0666666667%;
    margin: 0 5px;
  }
  .l-sns-instaList .slick-next,
  .p-sns-instaList .slick-next {
    top: -28px;
  }
  .l-sns-instaList .slick-prev,
  .p-sns-instaList .slick-prev {
    top: -28px;
  }
  .l-topics {
    margin: 13.5% auto 24.5%;
  }
  .l-topics h3 {
    margin-bottom: 12px;
    padding: 0 10px;
    position: relative;
    left: 0;
  }
  .l-topics h3 img {
    height: 14px;
  }
  .p-topics {
    padding: 0 9px;
    display: block;
  }
  .p-topics li {
    margin-bottom: 3%;
    width: 100%;
  }
  .p-topics li img {
    width: 100%;
  }
  .p-golf-lover h3,
  .l-golf-lover h3 {
    margin-bottom: 22px;
  }
  .p-golf-lover h3 img,
  .l-golf-lover h3 img {
    margin: auto;
    height: 40px;
  }
  .p-golf-lover__kv,
  .l-golf-lover__kv {
    padding-top: 63.333%;
  }
  .p-golf-lover__kv__inner p,
  .l-golf-lover__kv__inner p {
    font-size: 3.2vw;
  }
  .p-golf-lover__kv__inner .c-link-btn,
  .l-golf-lover__kv__inner .c-link-btn {
    width: 100%;
    font-size: 3.466vw;
    line-height: 6.5333vw;
  }
  .p-golf-lover__kv__inner .c-link-btn::after,
  .l-golf-lover__kv__inner .c-link-btn::after {
    font-size: 3.466vw;
    line-height: 6.5333vw;
  }
  .p-club-setting,
  .l-club-setting {
    padding: 12.5% 8px 0;
  }
  .p-club-setting h3,
  .l-club-setting h3 {
    margin-bottom: 22px;
  }
  .p-club-setting h3 img,
  .l-club-setting h3 img {
    margin: auto;
    height: 40px;
  }
  .p-club-setting ul,
  .l-club-setting ul {
    padding: 8px;
    display: block;
  }
  .p-club-setting ul li,
  .l-club-setting ul li {
    margin-bottom: 10px;
    width: 100%;
  }
  .p-club-setting__name,
  .l-club-setting__name {
    padding: 35px 10px 10px;
    font-size: 23px;
  }
  .js-fadeIn--bottom {
    transform: translateY(35px);
  }
  .js-slideIn--left {
    transform: translateX(-75px);
  }
}

@media (max-width: 980px) and (min-width: 768px) {
  .c-link-btn::after {
    font-size: 2.244vw;
    line-height: 3.2vw;
  }
  .p-ladies-lineup-feature__text {
    top: 25vw;
    left: auto;
    right: 0;
    margin-left: 0;
    font-size: 1.8vw;
    line-height: 3.1vw;
  }
  .p-lineup-products ul li .c-link-btn {
    width: 28%;
    font-size: 1.428vw;
    line-height: 3.775vw;
    right: 17.3%;
    bottom: 14%;
  }
  .modal-open .p-special-movie__wrap {
    height: 0;
    width: 80%;
    padding-top: 56.45%;
  }
  .modal-open .p-special-movie__wrap iframe {
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}


@media (min-width: 768px) {
  .c-link-card{
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
  }
  .u-bg--black   .c-link-card{
    background-color: #212121;
  }
}

@media (min-width: 768px) {
  .c-link-card__pict{
    display: block;
    max-width: 50%;
    min-width: 50%;
  }
}
.c-link-card__desc{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 768px) {
  .c-link-card__desc{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
    max-width: 50%;
    min-width: 50%;
    padding-left: 77px;
    padding-right: 77px;
    box-sizing: border-box;
  }
}
.c-link-card__desc p{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  text-justify: auto;
  text-align: justify;
  line-height: 1.7;
  color: #333;

}

@media (min-width: 768px) {
  .c-link-card__desc p{
    font-size: 15px;
  }
}
.c-link-card__desc a{
  color: #333;
}
.u-bg--black .c-link-card__desc p,
.u-bg--black .c-link-card__desc a{
  color: #DDD;
}

.l-topics{
  padding-bottom: 90px;
}
@media (max-width: 767px) {
  .l-topics{
    padding-bottom: 60px;
  }
}
.d-flex{
  display: flex;
}
.jc-center{
  justify-content: center;
}
