@import url("reset.css");
@import url("common.css");
@import url("menu.css");
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap;);
@import url(https://fonts.googleapis.com/css2?family=Anton&display=swap;);
@import url(https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@200..700&display=swap;);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css;);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap;);
h2 {
  margin-bottom: 1.5em;
}
h2.white {
  color: #fff;
}
h2 .en {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-size: 3.5em;
  display: block;
  line-height: 110%;
}
h2 .jp {
  font-size: 0.9em;
}

a.blackBtn {
  background-color: #000;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  font-weight: 500;
}
a.blackBtn:hover {
  background-color: #0b5e29;
}
a.blackBtn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-left: 1em;
}

a.orangeBtn {
  background-color: #ec6c00;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  font-weight: 500;
}
a.orangeBtn:hover {
  background-color: #0b5e29;
}
a.orangeBtn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-left: 1em;
}

a.greenBtn {
  background-color: #0b5e29;
  color: #fff;
  border-radius: 50px;
  padding: 0.5em 1.5em;
  font-weight: 500;
}
a.greenBtn:hover {
  background-color: #0b5e29;
}
a.greenBtn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  padding-left: 1em;
}

footer {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  padding: 4em 0;
}
footer .contactWrap {
  margin-bottom: 2.5em;
}
footer .contactWrap a {
  font-size: 1.1em;
  display: block;
  margin: 0 auto;
}
footer .contactWrap span {
  font-size: 0.75em;
  color: #fff;
}
footer .blackBtn {
  font-size: 0.9em;
  margin-bottom: 1.5em;
  display: inline-block;
}
footer .gnav {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #fff;
  margin-bottom: 2em;
}
footer .gnav ul {
  display: flex;
  flex-wrap: wrap;
}
footer .gnav ul li {
  width: 50%;
  padding-bottom: 0.5em;
}
footer .gnav ul li a {
  font-size: 1.1em;
  color: #fff;
}
footer .gnav ul li a:hover {
  color: #ec6c00;
}
footer .buyBtn {
  margin: 0 auto 1em;
}
footer .buyBtn ul {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: center;
  margin: 0 auto;
}
footer .buyBtn ul li {
  width: 50%;
}
footer .buyBtn ul li a {
  width: 95%;
  font-size: 0.8em;
  margin-bottom: 0em;
  display: inline-block;
}
footer .sns {
  margin: 0 auto 1em;
  display: inline-block;
}
footer .sns ul {
  display: flex;
  justify-content: space-between;
}
footer .sns ul li {
  width: 48%;
}
footer .sns ul li a {
  color: #fff;
}
footer .logo {
  width: 100px;
  margin: 0 auto;
}

@media only screen and (min-width: 580px) {
  h2 .en {
    font-size: 4.5em;
  }
  footer .buyBtn ul {
    width: 400px;
  }
  footer .contactWrap a {
    width: 500px;
    font-size: 1.3em;
  }
  footer .gnav ul {
    justify-content: center;
  }
  footer .gnav ul li {
    width: auto;
    margin-right: 0.7em;
  }
  footer .gnav ul li:last-child {
    margin-right: 0;
  }
}
section.member {
  background-image: url(../img/bg02.jpg);
  background-size: cover;
  background-position: center center;
}
section.member .wrap {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: 0 auto;
}
section.member .wrap .memberItem {
  width: 45%;
  margin-right: 4%;
  margin-bottom: 2em;
}
section.member .wrap .memberItem:hover {
  opacity: 0.9;
}
section.member .wrap .memberItem:nth-of-type(2n) {
  margin-right: 0;
}
section.member .wrap .memberItem img {
  margin-bottom: 0.5em;
}
section.member .wrap .memberItem p.name {
  font-family: "Oswald", sans-serif;
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  line-height: 120%;
}

@media only screen and (min-width: 580px) {
  section.member .wrap .memberItem {
    width: 13.5%;
    margin-right: 0;
  }
  section.member .wrap .memberItem p.name {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 580px) {
  .topPage .mv {
    background-color: #d22c08;
    text-align: center;
  }
  .topPage .mv img {
    max-width: 1500px;
    margin: 0 auto;
  }
}
.topPage .vision {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  padding: 1.5em 0 4em;
}
.topPage .vision .topButton ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3em;
}
.topPage .vision .topButton ul li {
  width: 49%;
}
.topPage .vision .topButton ul li a {
  font-size: 0.8em;
  padding: 0.5em;
  display: block;
  width: 100%;
  background-color: #000;
}
.topPage .vision .topButton ul li a::after {
  padding-left: 0.5em;
}
.topPage .vision .topButton ul li a:hover {
  background-color: #ec6c00;
}
.topPage .vision .img {
  margin-bottom: 3em;
}
.topPage .vision .strike {
  display: none;
}
.topPage .vision .greenTitle {
  font-weight: 900;
  color: #0b5e29;
  font-size: 1.9em;
  line-height: 130%;
  margin-bottom: 1em;
}
.topPage .vision .greenTitle.big {
  font-size: 2.35em;
}
.topPage .vision p {
  text-align: left;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 580px) {
  .topPage .vision {
    padding: 4em 0 0;
  }
  .topPage .vision .topButton {
    margin-bottom: 4em;
  }
  .topPage .vision .topButton ul {
    width: 60%;
  }
  .topPage .vision .topButton ul li {
    width: 49%;
  }
  .topPage .vision .topButton ul li a {
    font-size: 1.1em;
    padding: 1em;
  }
  .topPage .vision .inner {
    position: relative;
  }
  .topPage .vision .inner .greenTitle {
    text-align: left;
    font-size: 2.1em;
  }
  .topPage .vision .inner .img {
    width: 45%;
    margin-bottom: 0;
  }
  .topPage .vision .inner .strike {
    display: block;
    position: absolute;
    width: 340px;
    right: -2em;
    top: -4em;
  }
  .topPage .vision .inner .txt {
    width: 50%;
  }
  .topPage .vision .inner .txt h2 {
    text-align: left;
  }
}
.topPage .mission {
  background-image: url(../img/bg03.jpg);
  background-size: cover;
  background-position: center center;
}
.topPage .mission p {
  color: #fff;
}
.topPage .mission .img {
  width: 250px;
  margin: 1em auto 0;
}
.topPage .mission .missionItem {
  background-color: #fff;
  border: #ec6c00 3px solid;
  padding: 1em;
  margin-bottom: 1.5em;
  text-align: left;
}
.topPage .mission .missionItem h3 {
  color: #ec6c00;
  font-size: 1.5em;
  line-height: 130%;
  margin-bottom: 0.5em;
}
.topPage .mission .missionItem p {
  color: #000;
  font-size: 0.9em;
}
@media only screen and (min-width: 580px) {
  .topPage .mission {
    text-align: left;
  }
  .topPage .mission .wrap {
    align-items: flex-start;
  }
  .topPage .mission .wrap .left {
    width: 40%;
  }
  .topPage .mission .wrap .left .img {
    width: auto;
  }
  .topPage .mission .wrap .right {
    width: 55%;
  }
  .topPage .mission .wrap .right .missionItem h3 {
    font-size: 1.3em;
  }
}
.topPage .event {
  position: relative;
  background-image: linear-gradient(#f7da5e, #ec6c00);
}
.topPage .event a {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.2em 1em;
}
.topPage .event a.shopBtn {
  margin-bottom: 3em;
}
.topPage .event .bowler04 {
  position: absolute;
  width: 200px;
  top: -120px;
  right: 0em;
  z-index: 3;
}
.topPage .event .eventWrap {
  margin-bottom: 3em;
  position: relative;
}
.topPage .event .eventWrap .bowler05 {
  position: absolute;
  width: 100px;
  top: -16px;
  left: 0px;
}
.topPage .event .eventWrap .bowler06 {
  position: absolute;
  width: 100px;
  top: -55px;
  right: -10px;
}
.topPage .event .eventWrap .bowler07 {
  position: absolute;
  width: 100px;
  top: -60px;
  left: -10px;
}
.topPage .event .eventWrap .eventItem {
  background-color: #fff;
  padding: 1em;
  text-align: left;
  border-radius: 10px;
  margin-bottom: 1em;
  display: flex;
  justify-content: space-between;
}
.topPage .event .eventWrap .eventItem .img {
  width: 35%;
}
.topPage .event .eventWrap .eventItem .img img {
  object-fit: cover;
  height: 150px;
}
.topPage .event .eventWrap .eventItem .txt {
  width: 60%;
}
.topPage .event .eventWrap .eventItem .txt h3 {
  font-size: 1.1em;
  color: #ec6c00;
  margin-bottom: 0.5em;
}
.topPage .event .eventWrap .eventItem .txt p.date {
  font-size: 1.1em;
  font-weight: bold;
}
.topPage .event .eventWrap .eventItem .txt p.detail {
  font-size: 0.95em;
  line-height: 120%;
  margin-bottom: 0.5em;
}
.topPage .event .eventWrap .eventItem .txt a {
  font-size: 0.8em;
  display: inline-block;
  padding: 0.2em 1em;
}
.topPage .event .eventWrap .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.topPage .event .eventWrap .wrap .goodsItem {
  width: 49%;
  background-color: #fff;
  margin-bottom: 1em;
  text-align: left;
}
.topPage .event .eventWrap .wrap .goodsItem .img img {
  object-fit: cover;
  height: 150px;
}
.topPage .event .eventWrap .wrap .goodsItem .txt {
  padding: 1em;
}
.topPage .event .eventWrap .wrap .goodsItem .txt h3 {
  color: #ec6c00;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.topPage .event .eventWrap .wrap .goodsItem .txt p {
  font-size: 0.85em;
  line-height: 140%;
  text-align: justify;
  margin-bottom: 0.5em;
}
.topPage .event .eventWrap .wrap .newsItem {
  width: 49%;
  background-color: #fff;
  margin-bottom: 1em;
  text-align: left;
}
.topPage .event .eventWrap .wrap .newsItem .img img {
  object-fit: cover;
  height: 150px;
}
.topPage .event .eventWrap .wrap .newsItem .txt {
  padding: 1em;
}
.topPage .event .eventWrap .wrap .newsItem .txt h3 {
  color: #ec6c00;
  font-size: 1.1em;
  margin-bottom: 0.5em;
}
.topPage .event .eventWrap .wrap .newsItem .txt p {
  font-size: 0.85em;
  line-height: 140%;
  text-align: justify;
}
@media only screen and (min-width: 580px) {
  .topPage .event {
    padding: 4em 0 0;
  }
  .topPage .event a {
    line-height: 130%;
    font-size: 0.78em;
    display: flex;
    width: 230px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    align-items: center;
    justify-content: center;
  }
  .topPage .event a::after {
    padding-left: 0.3em;
  }
  .topPage .event .bowler04 {
    position: absolute;
    width: 250px;
    top: -7.5em;
    right: 0em;
  }
  .topPage .event .eventWrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7em;
  }
  .topPage .event .eventWrap:last-child {
    margin-bottom: 0em;
  }
  .topPage .event .eventWrap .txt {
    width: 25%;
  }
  .topPage .event .eventWrap .txt h2 {
    text-align: left;
  }
  .topPage .event .eventWrap .txt .bowler05,
  .topPage .event .eventWrap .txt .bowler06,
  .topPage .event .eventWrap .txt .bowler07 {
    width: 200px;
    position: static;
  }
  .topPage .event .eventWrap .contents,
  .topPage .event .eventWrap .wrap {
    width: 75%;
    align-items: stretch;
  }
  .topPage .event .eventWrap .contents .goodsItem .txt,
  .topPage .event .eventWrap .contents .newsItem .txt,
  .topPage .event .eventWrap .wrap .goodsItem .txt,
  .topPage .event .eventWrap .wrap .newsItem .txt {
    width: 100%;
  }
  .topPage .event .eventWrap .contents .goodsItem,
  .topPage .event .eventWrap .wrap .goodsItem {
    width: 19.5%;
  }
  .topPage .event .eventWrap .contents .goodsItem .img img,
  .topPage .event .eventWrap .wrap .goodsItem .img img {
    height: 150px;
  }
  .topPage .event .eventWrap .contents .goodsItem .txt,
  .topPage .event .eventWrap .wrap .goodsItem .txt {
    padding: 0.5em;
  }
  .topPage .event .eventWrap .contents .goodsItem .txt a,
  .topPage .event .eventWrap .wrap .goodsItem .txt a {
    padding: 0.2em 0.5em;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .topPage .event .eventWrap .contents .goodsItem .txt a::after,
  .topPage .event .eventWrap .wrap .goodsItem .txt a::after {
    padding-left: 0.4em;
  }
  .topPage .event .eventWrap .contents .newsItem .img img,
  .topPage .event .eventWrap .wrap .newsItem .img img {
    height: 250px;
  }
  .topPage .event .eventWrap .contents .newsItem .txt,
  .topPage .event .eventWrap .wrap .newsItem .txt {
    padding: 1.5em;
  }
}
.topPage .partner {
  background-image: url(../img/bg04.jpg);
  background-size: cover;
  background-position: center center;
}
.topPage .partner .title {
  font-weight: 900;
  font-size: 1.3em;
  line-height: 130%;
  margin-bottom: 2em;
  color: #fff;
}
.topPage .partner .partnerItem {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  margin-bottom: 2em;
  padding: 1em;
}
.topPage .partner .partnerItem .icon {
  position: absolute;
  width: 90px;
  top: -1.5em;
  left: -0.5em;
}
.topPage .partner .partnerItem .itemTitle {
  margin-left: 4.2em;
  margin-bottom: 1.5em;
  font-weight: bold;
  font-size: 1.1em;
}
.topPage .partner .partnerItem p {
  text-align: left;
  margin-bottom: 1em;
}
@media only screen and (min-width: 580px) {
  .topPage .partner .partnerItem {
    width: 48%;
    padding: 1.3em;
  }
  .topPage .partner .partnerItem .icon {
    width: 120px;
  }
  .topPage .partner .partnerItem .itemTitle {
    margin-left: 4em;
    font-size: 1.45em;
    line-height: 140%;
    margin-bottom: 0.5em;
  }
}

.subPage .pageTitle {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  padding: 5em 0 2em;
}
@media only screen and (min-width: 580px) {
  .subPage .pageTitle {
    padding: 6em 0 2em;
  }
}