@charset "UTF-8";
* {
  box-sizing: border-box;
  line-height: 1;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
/* variable start */
html, body {
  font: 100% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", "YuGothic", sans-serif;
  color: #fff;
  width: 100%;
  height: 100%;
  background: #000;
  margin: 0;
}

img {
  display: block;
  vertical-align: inherit;
}

a {
  display: block;
}

a:link, a:visited, a:hover {
  color: #fff;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.is-undec {
  text-align: center;
  vertical-align: middle;
}
.is-undec span {
  display: inline-block;
  text-align: center;
  color: #EDE459;
}
@media screen and (max-width: 767px) {
  .is-undec span {
    white-space: nowrap;
  }
}

.is-Smark {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .is-Smark {
    width: 11px;
    margin-right: 5px;
  }
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
/* header start */
header {
  position: relative;
}
header #header__logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: url("/companyinformation/sportssponsor/assets/img/triangle_bg.svg") top left no-repeat;
  background-size: cover;
  width: 530px;
  height: 580px;
}
header #header__logo h1 {
  position: absolute;
  top: 60px;
  left: 50px;
}
header nav {
  position: absolute;
  right: 0;
  z-index: 10;
}
header nav ul {
  display: -ms-flexbox;
  display: flex;
}
header nav ul.is-col1 {
  display: block;
}
header nav ul.is-col1 li {
  width: 50%;
}
header nav ul.is-col1 li a img {
  width: 100%;
}
header nav ul li {
  margin: 0 25px;
  position: relative;
  /* &:nth-child(5)::after{
  	content: "";
  	width: 1px;
  	height: 30px;
  	border-right: 1px solid #eee538;
  	position: absolute;
  	right: -26px;
  	top: 50%;
  	transform: translateY(-50%);
  } */
}
header nav ul li:last-child {
  margin-right: 130px;
}
header nav ul li:nth-child(1) {
  padding: 25px 0 15px;
}
header nav ul li:nth-child(3) {
  padding: 25px 0 15px;
}
header nav ul li:nth-child(4) {
  padding: 25px 0 15px;
}
header nav ul li a {
  padding: 25px 0 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f9ee27;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
}
header nav ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  header #header__logo {
    width: 350px;
    height: 383px;
  }
  header #header__logo h1 {
    top: 15px;
    left: 10px;
  }
  header nav ul li {
    margin: 0 10px;
  }
  header nav ul li:last-child {
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  header #header__logo {
    width: 100%;
    height: 110px;
    background: url("/companyinformation/sportssponsor/assets/img/triangle_bg_sp.svg") no-repeat;
    background-position: right top;
  }
  header #header__logo h1 {
    width: 126px;
    top: 10px;
    left: 10px;
  }
  header nav ul li a {
    padding: 0;
  }
}
/* header end */
/* kv start */
.kv__wr {
  position: relative;
  height: 100%;
  margin-bottom: 40px;
}
/*.kv__wr:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: url("/companyinformation/sportssponsor/assets/img/overlays.png");
}*/
.kv__wr #top__kv {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  z-index: 1;
}
.kv__wr #kv__read {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 1136px;
}
.kv__wr #kv__read h2 {
  margin-bottom: 10px;
}
.kv__wr #kv__read p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .kv__wr #kv__read {
    width: 750px;
  }
  .kv__wr #kv__read img {
    width: 730px;
  }
}
@media screen and (max-width: 767px) {
  .kv__wr {
    height: 100vh;
    background: url("/companyinformation/sportssponsor/assets/img/kv_sp.jpg") no-repeat center center;
    background-size: cover;
  }
  .kv__wr:after {
    display: none;
  }
  .kv__wr #kv__read {
    width: 100%;
  }
  .kv__wr #kv__read p {
    font-size: 16px;
  }
}
/* kv end */
/* top section start */
#top main {
  background-image: url("/companyinformation/sportssponsor/assets/img/main_bg.svg"), url("/companyinformation/sportssponsor/assets/img/main_bg.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: -160px 0, 100% 400px;
  margin-bottom: 130px;
}

#top__mnWr {
  max-width: 1720px;
  margin: 0 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 10;
}
#top__mnWr .top__box {
  width: 50%;
  min-height: 470px;
  position: relative;
  overflow: hidden;
}
#top__mnWr .top__box:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all .7s ease-out;
  z-index: -1;
}
#top__mnWr .top__box:nth-child(1):after {
  background: url("/companyinformation/sportssponsor/assets/img/top_formula_bg.png") center center;
  background-size: cover;
}
#top__mnWr .top__box:nth-child(2):after {
  background: url("/companyinformation/sportssponsor/assets/img/top_golf_bg.png") center center;
  background-size: cover;
}
#top__mnWr .top__box:nth-child(3):after {
  background: url("/companyinformation/sportssponsor/assets/img/top_baseball_bg.png") center center;
  background-size: cover;
}
#top__mnWr .top__box:nth-child(4):after {
  background: url("/companyinformation/sportssponsor/assets/img/top_supergt_bg.png") center center;
  background-size: cover;
}
#top__mnWr .top__box:hover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#top__mnWr .top__box h3 {
  max-width: 340px;
  margin: 210px auto 20px;
  padding: 0 20px;
}
#top__mnWr .top__box ul {
  text-align: center;
}
#top__mnWr .top__box ul li {
  display: inline-block;
  margin: 0 17px 50px;
}
#top__mnWr .top__box ul li a {
  transition: .7s;
}
#top__mnWr .top__box ul li a:hover {
  opacity: .5;
}
#top__mnWr .top__box p {
  width: calc(100% - 200px);
  margin: 0 100px 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #top__mnWr {
    margin: 0 50px;
  }
  #top__mnWr .top__box p {
    width: calc(100% - 40px);
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  #top main {
    background-image: none;
    margin-bottom: 50px;
  }

  #top__mnWr {
    max-width: inherit;
    width: 100%;
    margin: 0;
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  #top__mnWr .top__box {
    width: 100%;
  }
  #top__mnWr .top__box h3 {
    margin: 100px auto 20px;
    max-width: inherit;
    width: 250px;
  }
  #top__mnWr .top__box ul li {
    width: 132px;
    margin: 0 10px 20px;
  }
  #top__mnWr .top__box p {
    width: auto;
    margin: 0 20px;
  }
}
/* top section end */
/* footer start */
#ft__wr {
  height: 650px;
  background: url("/companyinformation/sportssponsor/assets/img/triangle_bg_reverse.svg") bottom right no-repeat;
}
#ft__wr footer {
  max-width: 1720px;
  margin: 0 100px;
  position: relative;
}
#ft__wr footer h1 {
  float: left;
  padding: 15px 0;
  margin-right: 125px;
}
#ft__wr footer h1 a {
  transition: .7s;
}
#ft__wr footer h1 a:hover {
  opacity: .5;
}
#ft__wr footer nav {
  float: left;
}
#ft__wr footer nav ul {
  display: -ms-flexbox !important;
  display: flex !important;
}
#ft__wr footer nav ul li {
  margin: 0 25px 0 0;
  position: relative;
}
#ft__wr footer nav ul li:nth-child(1) {
  padding: 25px 0 15px;
}
#ft__wr footer nav ul li:nth-child(3) {
  padding: 25px 0 15px;
}
#ft__wr footer nav ul li:nth-child(4) {
  padding: 25px 0 15px;
}
#ft__wr footer nav ul li a {
  padding: 25px 0 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#ft__wr footer nav ul li a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #f9ee27;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  transition: -webkit-transform .3s;
  transition: transform .3s;
}
#ft__wr footer nav ul li a:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
#ft__wr footer #offical__link {
  float: right;
  text-align: center;
  font-weight: bold;
}
#ft__wr footer #offical__link a {
  display: inline-block;
  transition: .7s;
}
#ft__wr footer #offical__link a:hover {
  opacity: .5;
}
#ft__wr footer #sns__link {
  clear: both;
  margin-bottom: 250px;
}
#ft__wr footer #sns__link a {
  display: inline-block;
  margin-left: 40px;
  transition: .7s;
}
#ft__wr footer #sns__link a:hover {
  opacity: .5;
}
#ft__wr footer small {
  display: block;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 1400px) and (max-width: 1500px) {
  #ft__wr footer h1 {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1399px) {
  #ft__wr footer nav {
    clear: both;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #ft__wr {
    background-size: 350px 383px;
  }
}
@media screen and (max-width: 1050px) {
  #ft__wr footer #offical__link {
    clear: both;
    float: none;
    margin-bottom: 40px;
    text-align: left;
  }
  #ft__wr footer #offical__link a {
    display: block;
    float: left;
    margin-right: 20px;
  }
  #ft__wr footer #offical__link a + br {
    display: none;
  }
  #ft__wr footer #offical__link span {
    display: block;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  #ft__wr {
    height: auto;
    background: url("/companyinformation/sportssponsor/assets/img/triangle_bg_reverse_sp.svg") no-repeat;
    background-position: left bottom;
  }
  #ft__wr footer {
    max-width: inherit;
    width: 100%;
    margin: 0;
  }
  #ft__wr footer nav {
    float: none;
  }
  #ft__wr footer nav ul {
    padding: 0;
  }
  #ft__wr footer nav ul.is-col1 {
    display: block !important;
    text-align: center;
  }
  #ft__wr footer nav ul.is-col1 li {
    width: 50%;
    display: inline-block;
  }
  #ft__wr footer nav ul.is-col1 li a img {
    width: 100%;
  }
  #ft__wr footer nav ul li {
    margin: 0;
  }
  #ft__wr footer nav ul li:nth-child(1) {
    padding: 15px;
  }
  #ft__wr footer nav ul li:nth-child(2) {
    padding: 15px;
  }
  #ft__wr footer nav ul li a {
    padding: 0;
  }
  #ft__wr footer h1 {
    float: none;
    text-align: center;
    margin: 0;
  }
  #ft__wr footer h1 img {
    margin: 0 auto;
    width: 185px;
  }
  #ft__wr footer #offical__link {
    float: none;
    margin-bottom: 20px;
    text-align: center;
  }
  #ft__wr footer #offical__link a {
    display: inline-block;
    float: none;
    margin-right: 0;
    width: 129px;
  }
  #ft__wr footer #offical__link a + br {
    display: block;
  }
  #ft__wr footer #offical__link span {
    display: inline;
    line-height: inherit;
    font-size: 10px;
  }
  #ft__wr footer #sns__link {
    text-align: center;
    margin-bottom: 50px;
  }
  #ft__wr footer #sns__link a {
    margin: 0 40px;
  }
  #ft__wr footer small {
    font-size: 10px;
    padding-bottom: 50px;
  }
}
/* footer end */
/* js-scroll start */
.motion-txt {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.motion-txt:after {
  content: '';
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #f9ee27;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}

.js-scroll.show .motion-txt:after, .js-scroll-delay.show .motion-txt:after {
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.js-scroll.done .motion-txt:after, .js-scroll-delay.done .motion-txt:after {
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
          transform: translate3d(103%, 0, 0);
}

.motion-txt .motion-inner {
  display: inline-block;
  opacity: 0;
}

.js-scroll.done .motion-txt .motion-inner, .js-scroll-delay.done .motion-txt .motion-inner {
  opacity: 1;
}

/* js-scroll end */
/* ac start */
.accordionbox {
  width: calc(100% - 20px);
  margin: 10px auto 40px;
  border: 1px solid #f7ee22;
}

.accordionlist dt {
  display: block;
  padding: 20px 0;
  border-top: 1px solid #f7ee22;
  position: relative;
}

.accordionlist dt:first-child {
  border-top: none !important;
}

.accordionlist dt .title {
  width: 100px;
  margin: 0 auto;
}

.accordionlist dt .title2 {
  width: 120px;
  margin: 0 auto;
}

.accordionlist dd {
  display: none;
  background: #000;
  padding: 0 20px;
}

.accordionlist dd ul {
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 0;
}

.accordion_icon,
.accordion_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/companyinformation/sportssponsor/assets/img/circle_sp.png") no-repeat;
  background-size: cover;
}

.accordion_icon span {
  position: absolute;
  left: 8px;
  width: 50%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
  top: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion_icon.active span:nth-of-type(1) {
  display: none;
}

.accordion_icon.active span:nth-of-type(2) {
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.statusbox {
  width: 100%;
}

.statuslist dt {
  display: block;
  padding: 0;
  position: relative;
  margin-top: 70px;
  cursor: pointer;
}
.statuslist dt figure img {
  transition: .3s;
}
.statuslist dt:hover figure img {
  opacity: .7;
}

.statuslist dt:first-child {
  border-top: none !important;
}

.statuslist dt .title {
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}

.statuslist dd {
  display: none;
  background: #000;
  padding: 0;
}
.statuslist dd figure img {
  transition: .3s;
}
.statuslist dd figure img.is-active {
  opacity: .7;
}

.status_icon,
.status_icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.status_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  z-index: 2;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/companyinformation/sportssponsor/assets/img/circle_sp.png") no-repeat;
  background-size: cover;
}

.status_icon span {
  position: absolute;
  left: 8px;
  width: 50%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.status_icon span:nth-of-type(1) {
  top: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.status_icon span:nth-of-type(2) {
  top: 15px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.status_icon.active span:nth-of-type(1) {
  display: none;
}

.status_icon.active span:nth-of-type(2) {
  top: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ac end */
/* sp nav start */
nav.NavMenu {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  background: #000;
  color: #000;
  text-align: center;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.6s;
}

nav.NavMenu ul {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

nav.NavMenu ul li {
  padding: 0;
  margin: 0 !important;
  padding: 15px !important;
  display: inline-block;
}

nav.NavMenu.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  height: 100vh;
}

.Toggle {
  display: block;
  position: fixed;
  right: 13px;
  top: 12px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  z-index: 30;
}

.Toggle span {
  display: block;
  position: absolute;
  width: 30px;
  border-bottom: solid 3px #fff;
  transition: .35s ease-in-out;
  left: 6px;
}

.Toggle span:nth-child(1) {
  top: 9px;
}

.Toggle span:nth-child(2) {
  top: 18px;
}

.Toggle span:nth-child(3) {
  top: 27px;
}

.Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.NavMenu .accordionbox {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .Toggle {
    display: none;
  }
}
#totop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 50px;
}

@media screen and (min-width: 768px) {
  #totop {
    display: none;
  }
}
/* sp nav end */
#golf__kv__wr {
  width: 100%;
  height: 490px;
  position: relative;
  background: url("/companyinformation/sportssponsor/assets/img/golf_kv_bg.png") no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}

#golf__kv__wr2 {
  width: 100%;
  height: 490px;
  position: relative;
  background: url("/companyinformation/sportssponsor/assets/img/golf_kv_bg2.png") no-repeat;
  background-size: cover;
  margin-bottom: 150px;
}

#golf__kv__read {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  width: 840px;
}
#golf__kv__read h2 {
  width: 340px;
  margin: 0 auto;
}
#golf__kv__read p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
}

#golf__mnMnu,
.mnMnu {
  position: absolute;
  width: 1200px;
  background: #eee64b;
  padding: 25px 0;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  font-size: 0;
}
#golf__mnMnu li,
.mnMnu li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #463f1f;
}
#golf__mnMnu li:last-child,
.mnMnu li:last-child {
  border-right: none;
}
#golf__mnMnu li a,
.mnMnu li a {
  transition: .7s;
}
#golf__mnMnu li a:hover,
.mnMnu li a:hover {
  opacity: .5;
}

.golf__scAndRe {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.golf__scAndRe h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-left: 70px;
}
.golf__scAndRe h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: #eee64b;
  bottom: -10px;
  left: 0;
}
.golf__scAndRe h4 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5em;
  line-height: 55px;
  position: relative;
}
.golf__scAndRe h4 .is-legend {
  position: relative;
  position: absolute;
  font-weight: normal;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  line-height: 18px;
}
.golf__scAndRe h4 .is-legend img {
  display: inline-block;
  vertical-align: bottom;
}

.golf__sch {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.golf__sch th {
  border-bottom: 1px solid #eee64b;
  box-sizing: border-box;
  padding: 25px;
}
.golf__sch th:nth-child(1) {
  width: 30%;
}
.golf__sch th:nth-child(2) {
  width: 50%;
}
.golf__sch th:nth-child(1) {
  width: 20%;
}
.golf__sch th:nth-child(1) {
  width: 20%;
}
.golf__sch td {
  border-bottom: 1px solid #eee64b;
  box-sizing: border-box;
  padding: 25px;
  vertical-align: middle;
}
.golf__sch td.is-ws {
  white-space: nowrap;
}
.golf__sch td:last-child {
  text-align: center;
}
.golf__sch td:last-child img {
  margin: 0 auto;
}

.golf__player {
  max-width: 1200px;
  margin: 0 auto 70px;
  padding: 0 10px;
}
.golf__player .golf__scAndRe {
  padding: 0;
}
.golf__player .statusbox .statuslist dt .title h3 {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.golf__player .statusbox .statuslist dt .title h3::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: #eee64b;
  bottom: -20px;
  left: 0;
}
.golf__player .statusbox .statuslist dd .golf__profile__ttl {
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
}
.golf__player .statusbox .statuslist dd .golf__profile__txt {
  font-size: 18px;
  line-height: 26PX;
  margin-bottom: 50px;
}
.golf__player .statusbox .statuslist dd .golf__img__wr {
  display: -ms-flexbox;
  display: flex;
}
.golf__player .statusbox .statuslist dd .golf__img__wr .golf__img__l {
  width: 590px;
  margin-bottom: 40px;
  margin-right: 10px;
}
.golf__player .statusbox .statuslist dd .golf__img__wr .golf__img__r {
  width: 590px;
  margin-bottom: 40px;
  margin-left: 10px;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l {
  width: calc(100% / 3);
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l table {
  font-size: 18px;
  line-height: 26px;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l table th {
  text-align: left;
  width: 30%;
  box-sizing: border-box;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l table td {
  text-align: left;
  width: 70%;
  box-sizing: border-box;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__c {
  width: calc(100% / 3);
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__c p {
  font-size: 18px;
  line-height: 26px;
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__r {
  width: calc(100% / 3);
}
.golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__r p {
  font-size: 18px;
  line-height: 26px;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr {
  background: #343434;
  padding: 30px;
  margin-bottom: 50px;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr.is-btm {
  margin-bottom: 90px;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr h4 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #eee64b;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr table {
  font-size: 18px;
  line-height: 26px;
  width: 100%;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr table th {
  text-align: left;
  vertical-align: top;
  padding: 20px 5px 0;
  box-sizing: border-box;
  width: 15%;
}
.golf__player .statusbox .statuslist dd .golf__sta__wr table td {
  vertical-align: top;
  padding: 20px 5px 0;
  box-sizing: border-box;
  width: 85%;
}

@media screen and (max-width: 1200px) {
  #golf__mnMnu,
  .mnMnu {
    width: 100%;
  }
  #golf__mnMnu li,
  .mnMnu li {
    width: 19%;
    box-sizing: border-box;
  }

  .golf__scAndRe h3 {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .golf__scAndRe h4 .is-legend {
    position: relative;
    display: block;
    text-align: right;
    margin-top: 20px;
  }
}
@media screen and (max-width: 900px) {
  #golf__kv__read {
    width: calc(100% - 20px);
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  #golf__kv__wr {
    height: 100vh;
    background: url("/companyinformation/sportssponsor/assets/img/golf_kv_bg_sp.png") no-repeat center top;
  }

  #golf__kv__wr2 {
    height: 100vh;
    background: url("/companyinformation/sportssponsor/assets/img/golf_kv_bg_sp2.png") no-repeat center top;
  }
	
  #golf__kv__read {
    width: 100%;
    padding: 0;
  }

  #golf__kv__read h2 {
    width: 170px;
  }

  #golf__kv__read p {
    font-size: 16px;
  }

  #golf__mnMnu,
  .mnMnu {
    width: 50%;
    bottom: -80px;
    left: 0;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  #golf__mnMnu.is-c5,
  .mnMnu.is-c5 {
    bottom: -120px;
  }

  #golf__mnMnu li,
  .mnMnu li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #231815;
    border-right: none;
  }

  .golf__scAndRe h3 {
    margin-left: 20px;
    margin-right: 20px;
    width: calc(100% - 40px);
  }

  .golf__scAndRe h4 {
    font-size: 22px;
    line-height: 1.5em;
    text-align: left;
  }
  .golf__scAndRe h4 .is-legend {
    font-size: 11px;
    line-height: 11px;
    margin-top: 10px;
  }
  .golf__scAndRe h4 .is-legend img {
    width: 11px;
  }

  .golf__sch {
    font-size: 10px;
    font-size: 0.625rem;
  }

  .golf__sch th {
    padding: 5px;
  }

  .golf__sch td {
    padding: 5px 9px;
  }
  .golf__sch td.is-ws {
    white-space: normal;
  }

  .golf__player .statusbox .statuslist dt .title h3 {
    width: 180px;
  }

  .golf__player .statusbox .statuslist dt .title h3::after {
    height: 3px;
    bottom: -10px;
  }

  .statuslist dt {
    margin-top: 10px;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr {
    display: block;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l {
    width: 100%;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__l table {
    font-size: 14px;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__c {
    width: 100%;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__c p {
    font-size: 14px;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__r {
    width: 100%;
  }

  .golf__player .statusbox .statuslist dd .golf__3col__wr .golf__3col__r p {
    font-size: 14px;
  }

  .golf__player .statusbox .statuslist dd .golf__profile__txt {
    font-size: 14px;
  }

  .golf__player .statusbox .statuslist dd .golf__img__wr {
    display: block;
  }

  .golf__player .statusbox .statuslist dd .golf__img__wr .golf__img__l {
    width: 100%;
    margin: 0 0 10px;
  }

  .golf__player .statusbox .statuslist dd .golf__img__wr .golf__img__r {
    width: 100%;
    margin: 0 0 10px;
  }

  .golf__player .statusbox .statuslist dd .golf__sta__wr {
    padding: 10px;
  }

  .golf__player .statusbox .statuslist dd .golf__sta__wr h4 {
    font-size: 22px;
  }

  .golf__player .statusbox .statuslist dd .golf__sta__wr table {
    font-size: 14px;
    width: 100%;
  }

  .golf__player .statusbox .statuslist dd .golf__profile__ttl {
    font-size: 22px;
    margin: 20px 0;
  }

  .golf__player .statusbox .statuslist dd .golf__sta__wr table th {
    width: 20%;
  }

  .golf__player .statusbox .statuslist dd .golf__sta__wr table td {
    width: 80%;
  }
}
/* variable end */
header nav.pc ul li:nth-child(1), header nav.pc ul li:nth-child(3), header nav.pc ul li:nth-child(4) {
  padding: 0;
}

#ft__wr footer nav ul.pc li:nth-child(1), #ft__wr footer nav ul.pc li:nth-child(3), #ft__wr footer nav ul.pc li:nth-child(4) {
  padding: 0;
}

.is-li {
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .is-li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.is-col2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.is-col2 > * {
  width: 590px;
  max-width: calc(50% - 10px);
}
@media screen and (max-width: 767px) {
  .is-col2 > * {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .is-col2 > *:last-child {
    margin-bottom: 0;
  }
  .is-col2 > * img {
    width: 100%;
  }
}
.is-textHover {
  position: relative;
  display: inline-block;
  transition: .3s;
}
.is-textHover::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: .3s;
}
.is-textHover:hover::after {
  width: 100%;
}

.mb-L {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .mb-L {
    margin-bottom: 35px;
  }
}
.mb-XL {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .mb-XL {
    margin-bottom: 50px;
  }
}

.low__kv__wr {
  width: 100%;
  height: 490px;
  position: relative;
  background-size: cover;
  margin-bottom: 150px;
}
.low__kv__wr.is-f3 {
  background-image: url("../img/motorsports/superformula/superformula_kv_bg.jpg");
}
.low__kv__wr.is-f3_2 {
  background-image: url("../img/motorsports/superformula/superformula_kv_bg_2.jpg");
}
.low__kv__wr.is-gt {
  background-image: url("../img/motorsports/supergt/supergt_kv_bg.jpg");
}
.low__kv__wr.is-baseball {
  background-image: url("../img/baseball/baseball_kv_bg.jpg");
}
.low__kv__wr.is-baseball2 {
  background-image: url("../img/baseball/baseball_kv_bg2.jpg");
}
.low__kv__lead {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 100%;
  text-align: center;
}
.low__kv__lead__txt {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .low__kv__wr {
    height: 100vh;
  }
  .low__kv__wr.is-f3 {
    background-image: url("../img/motorsports/superformula/superformula_kv_bg_sp.jpg");
  }
  .low__kv__wr.is-f3_2 {
    background-image: url("../img/motorsports/superformula/superformula_kv_bg_sp_2.jpg");
  }	
  .low__kv__wr.is-gt {
    background-image: url("../img/motorsports/supergt/supergt_kv_bg_sp.jpg");
  }
  .low__kv__wr.is-baseball {
    background-image: url("../img/baseball/baseball_kv_bg_sp.jpg");
    background-position: center;
  }
  .low__kv__wr.is-baseball2 {
    background-image: url("../img/baseball/baseball_kv_bg_sp2.jpg");
    background-position: center;
  }
  .low__kv__lead__ttl.is-f3 img {
    width: 294px;
  }
  .low__kv__lead__ttl.is-gt img {
    width: 304px;
  }
  .low__kv__lead__txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
.sec {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto 70px;
  padding: 0 10px;
}

.cnt__ttl {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cnt__ttl::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: #eee64b;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cnt__ttl::after {
    bottom: -10px;
    height: 3px;
  }
}
.cnt__ttl02 {
  position: relative;
  margin: 100px 0 80px 20px;
}
.cnt__ttl02::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 6px;
  background: #eee64b;
  bottom: -20px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .cnt__ttl02::after {
    bottom: -10px;
    height: 3px;
  }
}
.cnt__ttl03 {
  font-size: 30px;
  font-size: 1.875rem;
  margin-bottom: 40px;
  font-weight: bold;
}
.cnt__ttl03--f3his {
  margin-top: 50px;
}
.cnt__kv__btm {
  margin-bottom: 40px;
}
.cnt__lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
  margin-bottom: 50px;
}
.cnt__lead.mb-0 {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cnt__ttl.is-sp img {
    height: 20px;
  }
  .cnt__ttl02 {
    margin: 50px 0 40px 20px;
  }
  .cnt__ttl02.is-sp img {
    height: 20px;
  }
  .cnt__ttl03 {
    margin-bottom: 20px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .cnt__kv__btm {
    margin-bottom: 20px;
  }
  .cnt__lead {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.sch {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.sch:last-child {
  margin-bottom: 0;
}
.sch__ttl {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee64b;
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: bold;
}
.sch th,
.sch td {
  border-bottom: 1px solid #eee64b;
  box-sizing: border-box;
  padding: 25px;
  vertical-align: middle;
}
.sch th:nth-child(1) {
  width: 20%;
}
.sch th:nth-child(2) {
  width: 50%;
}
.sch td.is-result img {
  margin: 0 auto;
}
.sch.is-baseball td:first-child {
  width: 210px;
}

@media screen and (max-width: 767px) {
  .sch {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .sch__ttl {
    padding-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.5em;
    text-align: left;
  }
  .sch th,
  .sch td {
    padding: 5px;
  }
  .sch td.is-result img {
    width: 80px;
  }
  .sch.is-f3 td:nth-child(2) {
    width: 110px;
  }
  .sch.is-gt td:nth-child(2) {
    width: 65px;
  }
  .sch.is-baseball td:first-child {
    width: auto;
    min-width: 65px;
  }
}
.driver__avatar {
  margin-bottom: 40px;
}
.driver__hd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 40px;
}
.driver__name {
  font-size: 30px;
  font-size: 1.875rem;
}
.driver__name .is-en {
  margin-left: 20px;
  font-size: 20px;
  font-size: 1.25rem;
}
.driver__sns {
  margin-right: 40px;
}
.driver__prf {
  margin-bottom: 70px;
  font-size: 0;
}
.driver__prf > dt,
.driver__prf > dd {
  display: inline-block;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}
.driver__prf > dt.is-link,
.driver__prf > dd.is-link {
  display: block;
  width: 100%;
  padding: 0;
}
.driver__prf > dt {
  width: 4em;
}
.driver__prf > dt.is-link {
  margin-top: 40px;
}
.driver__prf > dt.is-link a {
  display: inline;
}
.driver__prf > dd {
  width: calc(100% - 4em);
  padding-left: 40px;
}
.driver__sta {
  padding: 30px 30px 90px;
  background: #333;
}
.driver__sta__ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee64b;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
.driver__sta__dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.125rem;
}
.driver__sta__dl > dt,
.driver__sta__dl > dd {
  display: block;
  margin-bottom: 30px;
}
.driver__sta__dl > dt {
  margin-top: 0;
  width: 90px;
}
.driver__sta__dl > dt:nth-last-child(2) {
  margin-bottom: 0;
}
.driver__sta__dl > dd {
  width: calc(100% - 90px);
  background: none;
}
.driver__sta__dl > dd:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .driver__avatar {
    margin-bottom: 20px;
  }
  .driver__hd {
    margin-bottom: 20px;
  }
  .driver__name {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .driver__name .is-en {
    display: block;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .driver__sns {
    width: 24px;
    margin: 0;
  }
  .driver__prf {
    margin-bottom: 35px;
  }
  .driver__prf > dt,
  .driver__prf > dd {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .driver__prf > dt.is-link {
    margin-top: 20px;
  }
  .driver__prf > dd {
    padding-left: 20px;
  }
  .driver__sta {
    padding: 10px;
  }
  .driver__sta__ttl {
    margin-bottom: 10px;
    padding-bottom: 5px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  .driver__sta__dl {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .driver__sta__dl > dt,
  .driver__sta__dl > dd {
    margin-bottom: 10px;
  }
  .driver__sta__dl > dt {
    width: 70px;
  }
}
.player__li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .player__li {
    margin-bottom: 20px;
  }
}
.player__li > li {
  float: left;
  margin-top: 30px;
  margin-right: 30px;
}
.player__li > li:nth-child(-n + 3) {
  margin-top: 0;
}
.player__li > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 1220px) {
  .player__li > li {
    width: calc(33.33% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .player__li > li {
    width: 50%;
    margin: 0;
  }
}

.sta {
  padding: 30px 30px 40px 30px;
  background: #333;
}
@media screen and (max-width: 767px) {
  .sta {
    padding: 10px;
  }
}
.sta__ttl {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee64b;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sta__ttl {
    padding: 0;
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.sta__dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sta__dl > dt,
.sta__dl > dd {
  display: block;
  margin: 0 0 30px 0;
  background: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .sta__dl > dt,
  .sta__dl > dd {
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.sta__dl > dt {
  width: 125px;
}
.sta__dl > dt:nth-last-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sta__dl > dt {
    width: 75px;
  }
}
.sta__dl > dd {
  width: calc(100% - 125px);
}
.sta__dl > dd:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .sta__dl > dd {
    width: calc(100% - 75px);
  }
}

.glry__li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.glry__li a {
  position: relative;
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .glry__li a {
    width: 50%;
  }
}
.glry__li a::before {
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 66.6666%;
  content: "";
}
.glry__li a img {
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}
.glry__li a img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.bbmodal {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .bbmodal {
    padding: 0;
  }
}
.bbmodal::after {
  display: block;
  clear: both;
  content: "";
}
.bbmodal__bg {
  background: url("../img/baseball/modal_bg_pc02.jpg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bbmodal__bg {
    background: url("../img/baseball/modal_bg_sp.jpg");
  }
}
.bbmodal__bg button.mfp-close {
  top: 50px;
  right: calc(50% - 550px);
  width: 70px;
  height: 70px;
  background: url("../img/baseball/modal_close.png") no-repeat center;
  background-size: cover;
  font-size: 0;
}
@media screen and (max-width: 1200px) {
  .bbmodal__bg button.mfp-close {
    right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bbmodal__bg button.mfp-close {
    top: 25px;
    right: 25px;
    width: 35px;
    height: 35px;
  }
}
.bbmodal__bg button.mfp-close:active {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .bbmodal__bg button.mfp-close:active {
    top: 25px;
  }
}
.bbmodal__profile {
  position: absolute;
  top: 50px;
  left: 50px;
  z-index: 2;
  width: 50%;
  min-width: 300px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile {
    position: absolute;
    top: 25px;
    left: 25px;
    width: calc(100% - 50px);
    max-width: 100%;
    min-width: auto;
  }
}
.bbmodal__profile__number {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__number img {
    width: 300px;
    margin-bottom: 10px;
  }
}
.bbmodal__profile__name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__name {
    margin-bottom: 25px;
  }
}
.bbmodal__profile__name__span01 {
  font-size: 38px;
  font-size: 2.375rem;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__name__span01 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.bbmodal__profile__name__span02 {
  display: block;
  margin-left: 40px;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__name__span02 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
  }
}
.bbmodal__profile__name__span03 {
  display: block;
  padding: 0 20px;
  border: 1px solid #fff;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__name__span03 {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 22px;
  }
}
.bbmodal__profile__ttl {
  width: 470px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee64b;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__ttl {
    width: 240px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.bbmodal__profile__status {
  margin-bottom: 30px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__status {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
  }
}
.bbmodal__profile__detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.125rem;
}
.bbmodal__profile__detail_en {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
  line-height: 26px;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__detail {
    margin-bottom: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__detail_en {
    margin-bottom: 0px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
  }
}
.bbmodal__profile__detail > dt {
  width: 130px;
}
.bbmodal__profile__detail > dd {
  width: calc(100% - 130px);
}


.bbmodal__profile__comment {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 26px;
}
@media screen and (max-width: 767px) {
  .bbmodal__profile__comment {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 18px;
  }
}
.bbmodal__kv {
  float: right;
}

.mfp-counter {
  font-size: 0;
}

.mfp-arrow-left:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 0;
  width: 50px;
  height: 50px;
  border: none;
  border-right: 0;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

.mfp-arrow-left:after,
.mfp-arrow-right:after {
  content: none;
}

.mfp-arrow-right:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin: -10px 50% 0 0;
  width: 50px;
  height: 50px;
  border: none;
  border-left: 0;
  border-right: 3px solid #ffffff;
  border-top: 3px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.2s linear;
}

@media screen and (max-width: 767px) {
  button.mfp-arrow {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.mfp-ajax-holder {
  padding: 0;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer;
}


/* 20200304add */


.accordionlist dt .title {
  width: 165px;
}

.top__cnt__wr{
  max-width: 1720px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 20px;
}

.top__cnt{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: stretch;
  align-items: stretch;
  box-sizing: content-box;
  padding-right: 0;
  padding-left: 0;
  z-index: 1;
  background: #4C4948;
  min-height: 350px;
  margin-bottom: 40px;
}

.top__cnt:last-of-type{
  margin-bottom: 0;
}


.top__cnt__img{
  width: 51.76%;
}

.top__cnt__img span{
  display: block;
  width: 100%;
  height: 100%;
  min-height: 350px;
  /*padding-top: 39.7727%;*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.top__cnt__img span.is_sf{
  background-image: url("../img/top_cnt_img01.jpg") ;
}
.top__cnt__img span.is_sf_2{
  background-image: url("../img/top_cnt_img01_2.jpg") ;
}

.top__cnt__img span.is_golf{
  background-image: url("../img/top_cnt_img02.png") ;
}

.top__cnt__img span.is_baseball{
  background-image: url("../img/top_cnt_img03.png") ;
}
.top__cnt__img span.is_baseball_2{
  background-image: url("../img/top_cnt_img03_2.jpg") ;
}

.top__cnt__txt{
  width: calc(100% - 51.76%);
  padding: 60px 135px 40px 85px;
  position: relative;
}

.top__cnt__txt::before{
  position: absolute;
  content: "";
  top: 0;
  left: -60px;
  background: red;
  height: 100%;
  width: 60px; 
  background:linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #4C4948 50.5%) no-repeat top left/100% 100%;
}

.top__cnt__txt .is_ttl{
  margin-bottom: 20px;
}

.top__cnt__txt .is_ttl img{
  margin: 0 auto;
}


.top__cnt__txt .is_li {
  text-align: center;
}

.top__cnt__txt .is_li li{
  display: inline-block;
  margin: 0 17px 40px;
}

.top__cnt__txt .is_li li a {
  cursor: pointer;
  transition: .7s;
}

.top__cnt__txt .is_li li a:hover{
  opacity: .5;
}

.top__cnt__txt .is_ld{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  line-height: 1.6;
  font-size: 16px;
}
.top__cnt__txt .is_ld .motion-txt{
  padding: 0;
}

.avoid-clicks{
  pointer-events: none;
}

@media screen and (max-width: 1390px){
  .top__cnt__txt{
    padding: 60px 50px 40px 50px;
  }
}

@media screen and (max-width: 767px){

  .top__cnt__wr{
    padding: 0;
  }

  .top__cnt{
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0;
  }

  .top__cnt__img{
    width: 100%;
  }

  .top__cnt__img span{
    height: auto;
    min-height: auto;
    padding-top: 300px;
  }

  .top__cnt__txt{
    width: 100%;
    padding: 55px 20px 30px;
  }

  .top__cnt__txt::before{
    content: none;   
  }

  .top__cnt__txt .is_li li{
    width: 132px;
    margin: 0 10px 20px;
  }

}