/* # =================================================================
 * # BASE
 * # ================================================================= */
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 50%;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 62.5%; /* 1rem = 10px */
  }
}

body,
code {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

code {
  padding: 0 5px;
}

p,
li,
h3,
h4,
dl,
dt {
  font-size: 1.6rem;
  line-height: 2;
}

figure,
figcaption {
  display: block;
}

figure {
  text-align: center;
}
figure figcaption {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 5px;
}

img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (min-width: 1025px) {
  a:hover {
    opacity: 0.8;
  }
}

/* # =================================================================
 * # Header
 * # ================================================================= */
/* # =================================================================
 * # Content
 * # ================================================================= */
/* # =================================================================
 * # Footer
 * # ================================================================= */
/* # =================================================================
 * # PICLEBALL
 * # ================================================================= */
.p-picleball .c-innerW1050 {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-innerW1050 {
    padding: 0;
  }
}
.p-picleball .c-innerW1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-innerW1200 {
    padding: 0;
  }
}
.p-picleball .--bgYellow {
/*  max-width: 310px;*/
  max-width: 340px;
  background-color: #FFF675;
  text-align: center;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-picleball .--bgYellow {
    max-width: 360px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball .--bgYellow {
    max-width: 1050px;
  }
}
.p-picleball .--bgYellow::before, .p-picleball .--bgYellow::after {
  content: "";
  background-image: url(../../../assets/img/pickleball/icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  left: 12px;
  top: -12px;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1025px) {
  .p-picleball .--bgYellow::before, .p-picleball .--bgYellow::after {
    width: 165px;
    height: 165px;
    top: -65px;
  }
}
.p-picleball .--bgYellow::after {
  content: none;
}
@media screen and (min-width: 1025px) {
  .p-picleball .--bgYellow::after {
    content: "";
    width: 116px;
    height: 116px;
    left: auto;
    right: 12px;
    top: 32px;
  }
}
.p-picleball .c-ttlLv2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.46;
  position: relative;
  display: inline;
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-ttlLv2 {
    font-size: 3rem;
  }
}
.p-picleball .c-ttlLv2::before, .p-picleball .c-ttlLv2::after {
  content: "";
  background-image: url(../../../assets/img/pickleball/icon_02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 23px;
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-ttlLv2::before, .p-picleball .c-ttlLv2::after {
    width: 21px;
    height: 35px;
    left: -47px;
  }
}
.p-picleball .c-ttlLv2::after {
  transform: scale(-1, 1) translateY(-50%);
  left: auto;
  right: -33px;
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-ttlLv2::after {
    right: -47px;
  }
}
.p-picleball .c-ttlLv3 {
  font-size: 18px;
  font-weight: 700;
  color: #001489;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-ttlLv3 {
    font-size: 2.4rem;
    padding-left: 20px;
    margin-bottom: 23px;
  }
}
.p-picleball .c-ttlLv3::before {
  content: "";
  background-color: #001489;
  width: 8px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-picleball .c-ttlLv3::before {
    width: 10px;
    height: 30px;
  }
}
.p-picleball__mainV {
  position: relative;
}
.p-picleball__mainV .--mainV {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-picleball__mainV .--mainV {
    min-height: 440px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--mainV {
    object-fit: contain;
  }
}
.p-picleball__mainV .--logo {
  position: absolute;
  top: 10px;
  left: 10px;
  max-width: 60px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--logo {
    top: 16px;
    left: 21px;
    max-width: 100px;
  }
}
.p-picleball__mainV .--banner {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  border: 1px solid #fff;
  width: 100%;
  background-color: #001489;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--banner {
    max-width: 180px;
    height: 180px;
    border: 3px solid #fff;
    position: absolute;
    right: 3.2%;
    left: auto;
    bottom: 19.5%;
    border-radius: 50%;
  }
}
@media screen and (min-width: 1381px) {
  .p-picleball__mainV .--banner {
    max-width: 245px;
    height: 245px;
    right: 3.2%;
    left: auto;
    bottom: 19.5%;
  }
}
.p-picleball__mainV .--banner a {
  /*font-size: 20px;*/
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px 15px 0;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  line-height: 1.6;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--banner a {
    font-size: 1.8rem;
    padding: 0 0 14px 0;
  }
}
@media screen and (min-width: 1381px) {
  .p-picleball__mainV .--banner a {
    font-size: 2.4rem;
    padding: 0 0 14px 0;
  }
}
.p-picleball__mainV .--banner a::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/arrow_blue.png);
  background-size: contain;
  position: absolute;
  width: 24px;
  height: 24px;
  /*right: 14%;*/
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--banner a::before {
    width: 37px;
    height: 37px;
    bottom: 20px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
  }
}
@media screen and (min-width: 1381px) {
  .p-picleball__mainV .--banner a::before {
    width: 37px;
    height: 37px;
    bottom: 41px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    top: auto;
  }
}
.p-picleball__mainV .--text {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 71.5%;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-picleball__mainV .--text {
    top: 76.5%;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--text {
    top: 71.5%;
  }
}
.p-picleball__mainV .--text p {
  color: #fff;
  font-weight: 600;
  line-height: 1.75;
  text-align: center;
  letter-spacing: -0.02em;
  font-size: clamp(16px, 4.2vw, 20px);
}
@media screen and (min-width: 1025px) {
  .p-picleball__mainV .--text p {
    letter-spacing: normal;
    font-size: clamp(20px, 2vw, 29px);
  }
}
.p-picleball__news {
  background-color: #E5F7FF;
  padding: 0 15px;
  padding-bottom: 75px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news {
    padding: 0;
    /*padding-bottom: 170px;*/
    padding-bottom: 150px;
  }
}
.p-picleball__news .--newsBox {
  max-width: 1560px;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 12px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  margin-top: -105px;
  padding: 30px 5px;
}
@media screen and (min-width: 600px) {
  .p-picleball__news .--newsBox {
    margin-top: -50px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsBox {
    margin: -5.5% auto 0;
    padding: 70px 0 55px;
    border-radius: 41px;
  }
}
.p-picleball__news .--right {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-picleball__news .--right {
    max-width: 480px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--right {
    max-width: none;
    margin: 0;
    width: auto;
  }
}
.p-picleball__news .--btn a {
  max-width: 312px;
  margin: 0 auto;
  width: 100%;
  border: 1px solid #001489;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 22px 10px 0;
  font-size: 16px;
  color: #001489;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.75;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--btn a {
    margin: 0 auto 0 0;
    font-size: 1.6rem;
    padding: 11px 20px 15px 0;
  }
}
.p-picleball__news .--btn a::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/arrow_blue02.svg);
  width: 20px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 21px;
}
.p-picleball__news .--newsFlex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex {
    flex-direction: row;
  }
}
.p-picleball__news .--newsFlex .--bgYellow {
  max-width: 480px;
  width: 100%;
  position: relative;
  padding: 7px 0 9px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex .--bgYellow {
    padding: 32px 0 40px;
  }
}
.p-picleball__news .--newsFlex .--bgYellow::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 53px;
  position: absolute;
  left: -2px;
  top: -12px;
  opacity: 0.85;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex .--bgYellow::before {
    width: 140px;
    height: 140px;
    left: -49px;
    top: -36px;
  }
}
.p-picleball__news .--newsFlex .--bgYellow::after {
  content: none;
}
.p-picleball__news .--newsFlex .--newsList {
  max-width: 500px;
  width: 100%;
  margin-bottom: 25px;
  margin-top: 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex .--newsList {
    margin-top: 0;
  }
}
.p-picleball__news .--newsFlex .--newsList li {
  margin-bottom: 15px;
  color: #333;
  font-weight: 500;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex .--newsList li {
    margin-bottom: 23px;
  }
}
.p-picleball__news .--newsFlex .--newsList li:last-of-type {
  margin-bottom: 0;
}
.p-picleball__news .--newsFlex .--newsList li a {
  color: #333;
  text-decoration: none;
}
.p-picleball__news .--newsFlex .--newsList li a .-title {
  text-decoration: underline;
}
.p-picleball__news .--newsFlex .--newsList li .-title {
  font-weight: 700;
  display: block;
}
@media screen and (min-width: 1025px) {
  .p-picleball__news .--newsFlex .--newsList li .-title {
    display: inline;
    margin-left: 43px;
  }
  .p-picleball__news .--newsFlex .--newsList li .-title:hover {
    text-decoration: none;
  }
}
.p-picleball__about .--bg {
  position: relative;
  padding-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--bg {
    padding-bottom: 90px;
  }
}
.p-picleball__about .--bg::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 600px;
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--bg::before {
    background-size: contain;
    max-width: 1397px;
    height: 610px;
  }
}
.p-picleball__about .--bgYellow {
  margin-top: -25px;
  padding: 7px 0 9px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--bgYellow {
    margin-top: -27px;
    padding: 42px 0 50px;
  }
}
.p-picleball__about .--flex {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-direction: column-reverse;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--flex {
    padding: 0;
    margin-top: 65px;
    flex-direction: row;
  }
}
.p-picleball__about .--flex .--txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--flex .--txt {
    font-size: 1.6rem;
    margin-top: 0;
    width: 48.5%;
    font-weight: 700;
  }
}
.p-picleball__about .--flex figure {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-picleball__about .--flex figure {
    width: 47%;
  }
}
.p-picleball__about .--imgFlex {
  display: flex;
  flex-wrap: nowrap;
}
.p-picleball__about .--imgFlex img {
  width: 33.3333%;
}
.p-picleball__rule .--bg {
  position: relative;
  z-index: 1;
  padding-top: 32px;
  padding-bottom: 23px;
}
@media screen and (min-width: 600px) {
  .p-picleball__rule .--bg {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bg {
    padding-top: 145px;
    padding-bottom: 80px;
  }
}
.p-picleball__rule .--bg::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 600px;
  width: 100%;
  height: 350px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  transform: scale(1, -1) rotate(-180deg);
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bg::before {
    background-size: contain;
    transform: rotate(-180deg);
    max-width: 1397px;
    height: 610px;
  }
}
.p-picleball__rule .--bg02 {
  position: relative;
  z-index: 1;
  padding-top: 30px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bg02 {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.p-picleball__rule .--bg02::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/bg_01.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 600px;
  width: 100%;
  height: 330px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bg02::before {
    background-size: contain;
    max-width: 1397px;
    height: 610px;
  }
}
.p-picleball__rule .--bgYellow {
  padding: 7px 0 9px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgYellow {
    margin-top: -27px;
    padding: 46px 0;
    margin-bottom: 70px;
  }
}
.p-picleball__rule .--copyTxt {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-top: 25px;
  text-align: left;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--copyTxt {
    text-align: center;
    margin-top: 0;
    padding: 0;
  }
}
.p-picleball__rule .--bgBlue {
  background-color: #E5F7FF;
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue {
    padding: 75px 0 55px;
  }
}
.p-picleball__rule .--bgBlue .--flex {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0 15px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue .--flex {
    padding: 0;
    flex-direction: row;
  }
}
.p-picleball__rule .--bgBlue .--flex .--txtBox {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue .--flex .--txtBox {
    margin-top: 0;
    width: 49%;
  }
}
.p-picleball__rule .--bgBlue .--flex .--txtBox .--txt {
  margin-bottom: 20px;
  line-height: 2;
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue .--flex .--txtBox .--txt {
    font-size: 1.6rem;
  }
}
.p-picleball__rule .--bgBlue .--flex .--txtBox .--txt .-semiBold {
  font-weight: 600;
  font-size: 18px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue .--flex .--txtBox .--txt .-semiBold {
    font-size: 1.8rem;
  }
}
.p-picleball__rule .--bgBlue .--flex figure {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue .--flex figure {
    width: 47%;
  }
}
.p-picleball__rule .--bgBlue.--rightBox {
  max-width: 1560px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 33px 15px 35px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue.--rightBox {
    padding: 75px 0 70px 90px;
  }
}
.p-picleball__rule .--bgBlue.--rightBox .--flex {
  flex-direction: column-reverse;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue.--rightBox .--flex {
    flex-direction: row;
  }
}
.p-picleball__rule .--bgBlue.--rightBox .--txtBox {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue.--rightBox .--txtBox {
    width: 43%;
  }
}
.p-picleball__rule .--bgBlue.--rightBox .--txtBox .--txt.mb60 {
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue.--rightBox .--txtBox .--txt.mb60 {
    margin-bottom: 60px;
  }
}
.p-picleball__rule .--bgBlue.--rightBox figure {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .p-picleball__rule .--bgBlue.--rightBox figure {
    width: 46%;
  }
}
.p-picleball__mizuno {
  padding-top: 45px;
  padding-bottom: 40px;
  background-color: #E5F7FF;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mizuno {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.p-picleball__mizuno::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/bg_02.png);
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 600px;
  width: 100%;
  height: 320px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mizuno::before {
    background-size: contain;
    max-width: 1397px;
    height: 653px;
  }
}
.p-picleball__mizuno .--whiteBox {
  background-color: #fff;
  position: relative;
  text-align: center;
  padding-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .p-picleball__mizuno .--whiteBox {
    padding-bottom: 70px;
  }
}
.p-picleball__mizuno .--whiteBox::before {
  content: "";
  background-color: #E5F7FF;
  width: 100%;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
}
.p-picleball__mizuno .--bgYellow {
  margin: 0 auto 40px;
  padding: 7px 0 9px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__mizuno .--bgYellow {
    padding: 43px 0 49px;
  }
}
.p-picleball__mizuno .--copyTxt {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 43px;
  display: inline;
  background: linear-gradient(transparent 45%, #E5F7FF 45%);
}
@media screen and (min-width: 1025px) {
  .p-picleball__mizuno .--copyTxt {
    display: inline-block;
    font-size: 2.6rem;
  }
}
.p-picleball__mizuno .--list {
  display: flex;
  justify-content: space-between;
  max-width: 1010px;
  margin: 30px auto 0;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (min-width: 600px) {
  .p-picleball__mizuno .--list {
    gap: 0;
    flex-direction: row;
    margin: 40px auto;
  }
}
.p-picleball__mizuno .--list li {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 600px) {
  .p-picleball__mizuno .--list li {
    width: 30%;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__mizuno .--list li {
    width: 33%;
  }
}
.p-picleball__mizuno .--list li:last-of-type h4 {
/*  padding-top: 0;*/
  padding-bottom: 15px;
}
.p-picleball__mizuno .--list li h4 {
  /*font-size: 2.4rem;*/
  font-size: 2.2rem;
  color: #001489;
  font-weight: 700;
  line-height: 1.45;
  padding-bottom: 13px;
  margin-bottom: 15px;
  border-bottom: 1px solid #001489;
}
@media screen and (min-width: 600px) {
  .p-picleball__mizuno .--list li h4 {
    padding-top: 17px;
    height: 86px;
    padding-bottom: 33px;
    margin-bottom: 30px;
  }
}
.p-picleball__mizuno .--list li img {
  max-width: 190px;
  width: 100%;
}
.p-picleball__mizuno .--list li .--txt {
  margin-top: 15px;
  font-weight: 700;
  line-height: 2;
  text-align: left;
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .p-picleball__mizuno .--list li .--txt {
    margin-top: 25px;
  }
}
.p-picleball__event {
  padding: 90px 0 100px;
  background-image: url(../../../assets/img/pickleball/img_07.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
}
@media screen and (min-width: 600px) {
  .p-picleball__event {
    padding: 8.9% 0;
    background-position: 40%;
  }
}
.p-picleball__event .--btn {
  background-color: #001489;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-picleball__event .--btn {
    max-width: 510px;
  }
}
.p-picleball__event .--btn a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-picleball__event .--btn a {
    font-size: 2.4rem;
    padding: 50px 0 85px;
  }
}
.p-picleball__event .--btn a::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/arrow_blue.png);
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  background-size: contain;
  transform: translateX(-50%);
  bottom: 13px;
}
@media screen and (min-width: 600px) {
  .p-picleball__event .--btn a::before {
    bottom: 35px;
  }
}
.p-picleball__place {
  padding-top: 70px;
  padding-bottom: 60px;
  background-color: #001489;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place {
    padding-top: 130px;
    padding-bottom: 120px;
  }
}
.p-picleball__place .--bgYellow {
  margin-bottom: 50px;
  padding: 7px 0 9px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place .--bgYellow {
    padding: 43px 0 49px;
    margin-bottom: 90px;
  }
}
.p-picleball__place .--areaTtl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.45;
  padding-left: 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place .--areaTtl {
    padding-left: 36px;
    margin-bottom: 40px;
  }
}
.p-picleball__place .--areaTtl::before {
  content: "";
  background-color: #fff;
  width: 8px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1025px) {
  .p-picleball__place .--areaTtl::before {
    width: 14px;
    height: 45px;
  }
}
.p-picleball__place .table-wrap {
  overflow-x: scroll;
  margin-bottom: 40px;
}
.p-picleball__place .table-wrap:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place .table-wrap {
    overflow-x: auto;
    margin-bottom: 80px;
  }
}
.p-picleball__place table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place table {
    white-space: initial;
  }
}
.p-picleball__place table tr th {
  color: #333;
  background-color: #F3FBFF;
  font-size: 12px;
  font-weight: bold;
  padding: 14px 10px;
  text-align: center;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (min-width: 600px) {
  .p-picleball__place table tr th {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__place table tr th {
    padding: 22px;
  }
}
.p-picleball__place table tr th:last-of-type {
  border-right: none;
}
.p-picleball__place table tr td {
  color: #333;
  background: #fff;
  color: #4A4A4A;
  font-size: 12px;
  padding: 14px 10px;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #333;
}
.p-picleball__place table tr td.--center {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-picleball__place table tr td {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__place table tr td {
    padding: 30px 10px 25px;
  }
}
.p-picleball__place table tr td:last-of-type {
  border-right: none;
}
.p-picleball__place table tr td.--btn a {
  text-decoration: none;
  width: 100%;
  max-width: 140px;
  background-color: #001489;
  color: #fff;
  padding: 12px 3px 12px 5px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-picleball__place table tr td.--btn a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1025px) {
  .p-picleball__place table tr td.--btn a {
    padding: 14px 45px 14px 14px;
  }
}
.p-picleball__place table tr td.--btn a::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/arrow_blue.png);
  width: 12px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
@media screen and (min-width: 600px) {
  .p-picleball__place table tr td.--btn a::before {
    width: 20px;
    height: 20px;
    right: 9px;
  }
}
.p-picleball__place table tr td p {
  line-height: 1.45;
}
@media screen and (min-width: 1025px) {
  .p-picleball__place table tr td p {
    line-height: 2;
  }
}
.p-picleball__place table tr td p span {
  font-weight: 700;
}
.p-picleball__place table tr td a {
  color: #333;
  font-weight: 700;
  font-size: 12px;
}
@media screen and (min-width: 600px) {
  .p-picleball__place table tr td a {
    font-size: 14px;
  }
}

/* # =================================================================
 * # Utility
 * # ================================================================= */
.spNone {
  display: none;
}
@media screen and (min-width: 1025px) {
  .spNone {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .pcNone {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .tabNone {
    display: none;
  }
}

.tabBlock {
  display: none;
}
@media screen and (min-width: 600px) {
  .tabBlock {
    display: block;
  }
}

/* !Margin ------------------------------------------------------------------ */
.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr0 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

/* !Padding  ---------------------------------------------------------------- */
.pt0 {
  padding-top: 0 !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* !Txt ------------------------------------------------------------------ */
.alC {
  text-align: center;
}

.alR {
  text-align: right;
}

.fwB {
  font-weight: 700;
}



/* 0425 add ------------------------------------------------------------------ */

.p-mizuno_magazine {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.p-mizuno_magazine a{

}
/*------------------------------------------------------------------
OTHER-5568
------------------------------------------------------------------*/
.event-btn {
  background-color: #001489;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #fff;
  text-align: center;
  margin-top:100px;
}
@media screen and (min-width: 600px) {
  .event-btn {
    max-width: 510px;
  }
}
.event-btn a {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.58;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 60px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .event-btn a {
    font-size: 2.4rem;
    padding: 50px 0 85px;
  }
}
.event-btn a::before {
  content: "";
  background-image: url(../../../assets/img/pickleball/arrow_blue.png);
  width: 37px;
  height: 37px;
  position: absolute;
  left: 50%;
  background-size: contain;
  transform: translateX(-50%);
  bottom: 13px;
}
@media screen and (min-width: 600px) {
  .event-btn a::before {
    bottom: 35px;
  }
}

