<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* -----------------------------------------------

共通

----------------------------------------------- */
/* tableをブロックへ変更 */
table#makebanner {
    width: 1000px;
    margin: 50px 0px;
}
/* スライダーの初期隠し */
.content2020.top .mainvisual,
.content2020.top .newitem .slider {
    display: none;
}
.content2020.top .mainvisual.slick-initialized,
.content2020.top .newitem .slider.slick-initialized {
    display: block;
}

/* -----------------------------------------------

トップ

----------------------------------------------- */
.content2020.top .mainvisual_wrap {
    position: relative;
}
.content2020.top .mainvisual_wrap .mainvisual * {
    outline: none;
}
.content2020.top .mainvisual_wrap .mainvisual img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.content2020.top .mainvisual_wrap .mainlogo {
    position: absolute;
    top: 25%;
    right: 7%;
    width: 33%;
}
.content2020.top .mainvisual_wrap .mainlogo img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.content2020.top .newitem {
    background-color: #F0F0F0;
}
.content2020.top .newitem {
    padding-bottom: 300px;
    background-color: #F0F0F0;
    position: relative;
    overflow: hidden;
}
.content2020.top .newitem .slider {
    width: 2100px;
    position: absolute;
    bottom: 50px;
    right: 50%;
    transform: translateX(50%);
}
.content2020.top .newitem .slider * {
    outline: none;
}
.content2020.top .newitem .slider img {
    width: 240px;
    height: auto;
    max-width: none;
}
.content2020.top .newitem .slider img:hover {
    opacity: 0.6;
}
.content2020.top .news_event {
    background-color: #000000;
}
.content2020.top .news_event .inner {
    display: flex;
    justify-content: space-between;
    width: 1000px;
    margin: auto;
    padding: 50px 0px;
}
.content2020.top .news_event .inner .block {
    width: 470px;
}
.content2020.top .news_event .inner .block h2 {
    text-align: left;
    color: #ffffff;
    padding: 0px 0px 0px;
    margin-bottom: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}
.content2020.top .news_event .inner .block h2::after {
    display: none;
}
.content2020.top .news_event .inner .block .list li:nth-child(n + 2) {
    margin-top: 2px;
}
.content2020.top .news_event .inner .block .list li a {
    display: flex;
    align-items: center;
    padding: 6.5px 16px;
    background-color: #ffffff;
    text-decoration: none;
    position: relative;
}
.content2020.top .news_event .inner .block .list li a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 16px;
    height: 22px;
    background: url("../images/pc/top/ne-arrow.png") center center/contain no-repeat;
}
.content2020.top .news_event .inner .block .list li a:hover {
    opacity: 0.9;
}
.content2020.top .news_event .inner .block .list li .date {
    width: 70px; /* 日付によって横幅が変わってしまうから固定させる */
}
.content2020.top .news_event .inner .block .list li .date .year {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #CACACA;
}
.content2020.top .news_event .inner .block .list li .date .month_day {
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.8px;
    color: #00B1D4;
    margin-top: -10px;
}
.content2020.top .news_event .inner .block .list li .let {
    padding-left: 15px;
    font-size: 12px;
    color: #000000;
}
/* 自動追加されるお知らせとインフォメーションのデザイン
----------------------------------------------- */
.content2020.top .news_event .inner .block &gt; table {
    width: 100%;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) {
    background-color: #ffffff;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-child(1) {
    vertical-align: middle;
    font-family: acumin-pro, sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #CACACA;
    padding: 14px 0px;
    width: 120px;
    text-align: center;
    vertical-align: middle;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-child(2) {
    vertical-align: middle;
    position: relative;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 16px;
    height: 22px;
    background: url("../images/pc/top/ne-arrow.png") center center/contain no-repeat;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-child(2) a {
    display: inline-block;
    margin: 0px 50px 0px 15px;
    font-size: 12px;
    color: #000000;
    text-decoration: none;
}
.content2020.top .news_event .inner .block &gt; table &gt; tbody &gt; tr:nth-child(2) &gt; td &gt; table &gt; tbody &gt; tr &gt; td:nth-child(2) a:hover {
    text-decoration: underline;
}
/* -------------------------------------------- */
.content2020.top .products .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1000px;
}
.content2020.top .products .list li:nth-child(1) {
    background: url("../images/pc/top/products-soccer-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(2) {
    background: url("../images/pc/top/products-running-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(3) {
    background: url("../images/pc/top/products-trackfield-on-2.jpg") center center/cover no-repeat;
}
/*
.content2020.top .products .list li:nth-child(1) {
    background: url("../images/pc/top/products-soccer-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(2) {
    background: url("../images/pc/top/products-baseball-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(3) {
    background: url("../images/pc/top/products-tennis-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(4) {
    background: url("../images/pc/top/products-trackfield-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(5) {
    background: url("../images/pc/top/products-basketball-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(6) {
    background: url("../images/pc/top/products-volleyball-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(7) {
    background: url("../images/pc/top/products-running-on-2.jpg") center center/cover no-repeat;
}
.content2020.top .products .list li:nth-child(8) {
    background: url("../images/pc/top/products-badminton-on-2.jpg") center center/cover no-repeat;
}
*/
.content2020.top .products .list li:nth-child(n + 5) {
    margin-top: 12px;
}
.content2020.top .products .list li a {
    display: block;
    position: relative;
}
.content2020.top .products .list li a:hover {
    opacity: 0;
}
.content2020.top .future {
    overflow: hidden;
}
.content2020.top .future .inner {
    width: 1000px;
    margin-top: 200px;
    padding: 60px 50px;
    background-color: #A5B1B1;
    box-sizing: border-box;
    position: relative;
}
.content2020.top .future .inner h2 {
    padding: 0px 0px 20px;
    margin-bottom: 60px;
    text-align: left;
}
.content2020.top .future .inner h2::after {
    right: auto;
    left: 0px;
    transform: translateX(0px);
}
.content2020.top .future .inner .catch {
    text-align: left;
}
.content2020.top .future .inner .let {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 15px;
    padding-top: 30px;
    letter-spacing: -0.1px;
}
.content2020.top .future .inner .btn a {
    display: block;
    width: 220px;
    line-height: 55px;
    margin: 20px auto 0px 0px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50px;
    position: relative;
}
.content2020.top .future .inner .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotateZ(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
}
.content2020.top .future .inner .btn a:hover {
    background-color: #dfe2e2;
}
.content2020.top .future .inner .image {
    position: absolute;
    bottom: 40px;
    right: -110px;
}
.content2020.top .challenge {
    margin-top: 80px;
    padding: 130px 0px;
    background: url("../images/pc/top/challenge-image.jpg") center center/cover no-repeat;
}

/* -----------------------------------------------

ABOUT

----------------------------------------------- */
.content2020.about .mainvisual {
    background: url("../images/pc/about/mainvisual-3.jpg") center center/cover no-repeat;
}
.content2020.about .aboutus .inner {
    display: flex;
    justify-content: space-between;
}
.content2020.about .aboutus .inner .left {
    width: 440px;
}
.content2020.about .aboutus .inner .left h3 {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 25px;
    letter-spacing: -0.8px;
    line-height: 1.6em;
}
.content2020.about .aboutus .inner .left p {
    padding-top: 20px;
    line-height: 1.8em;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content2020.about .shopdata {
    padding-top: 100px;
}
.content2020.about .shopdata h3 {
    text-align: center;
}
.content2020.about .shopdata .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
}
.content2020.about .shopdata .inner .right {
    width: 500px;
}
.content2020.about .shopdata .inner .right dl {
    display: flex;
    flex-wrap: wrap;
}
.content2020.about .shopdata .inner .right dl dt {
    width: 120px;
    font-size: 15px;
    padding: 12px 0px;
    border-bottom: 1px dashed #adadad;
}
.content2020.about .shopdata .inner .right dl dd {
    width: calc(100% - 120px);
    font-size: 15px;
    padding: 12px 0px;
    border-bottom: 1px dashed #adadad;
}
.content2020.about .shopdata .inner .right dl dd a {
    color: #000000;
}
.content2020.about .shopdata .inner .right dl dd a:hover {
    text-decoration: underline;
}
.content2020.about .ggmap {
    height: 250px;
    padding-top: 90px;
    position: relative;
}
.content2020.about .ggmap iframe {
    position: absolute;
    bottom: 0px;
    right: 50%;
    transform: translateX(50%);
    width: 100vw;
    height: 250px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
@media screen and (max-width: 1020px) {
    .content2020.about .ggmap iframe {
        width: 100%;
    }
}

/* -----------------------------------------------

STAFF

----------------------------------------------- */
.content2020.staff .mainvisual {
    background: url("../images/pc/staff/mainvisual-2.jpg") center center/cover no-repeat;
}
.content2020.staff .inner {
    display: flex;
    justify-content: space-between;
}
.content2020.staff .inner .left {
    width: 430px;
}
.content2020.staff .inner .left p {
    padding-top: 20px;
    line-height: 1.8em;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}
.content2020.staff .inner2 {
    display: flex;
    justify-content: space-between;
    padding: 110px 0px 150px;
}
.content2020.staff .inner2 .right {
    width: 430px;
}
.content2020.staff .inner2 .right p {
    padding-top: 20px;
    line-height: 1.8em;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* -----------------------------------------------

RECRUIT

----------------------------------------------- */
.content2020.recruit .mainvisual {
    background: url("../images/pc/recruit/mainvisual-3.jpg") center center/cover no-repeat;
}
.content2020.recruit .inner {
    display: flex;
    justify-content: space-between;
    padding-top: 150px;
}
.content2020.recruit .inner &gt; div {
    width: 470px;
}
.content2020.recruit .inner &gt; div h3 {
    font-size: 18px;
}
.content2020.recruit .inner &gt; div table {
    width: 100%;
    margin-top: 6px;
    table-layout: fixed;
    border-top: 3px solid #00AFD2;
}
.content2020.recruit .inner &gt; div table tbody tr th {
    width: 130px;
    padding: 16px 14px;
    background-color: #EEEEEE;
    font-size: 15px;
    border-bottom: 1px dashed #adadad;
    box-sizing: border-box;
}
.content2020.recruit .inner &gt; div table tbody tr td {
    padding: 16px 14px;
    border-bottom: 1px dashed #adadad;
    box-sizing: border-box;
}
.content2020.recruit .inner &gt; div .caution {
    font-size: 15px;
    padding-top: 10px;
}
.content2020.recruit .btn {
    padding: 75px 0px 80px;
}
.content2020.recruit .btn a {
    display: block;
    width: 220px;
    margin: auto;
    line-height: 55px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #00AFD2;
    border-radius: 50px;
    position: relative;
}
.content2020.recruit .btn a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%) rotateZ(45deg);
    width: 10px;
    height: 10px;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
.content2020.recruit .btn a:hover {
    background-color: #66cfe4;
}

/* -----------------------------------------------

FAQ

----------------------------------------------- */
.content2020.faq {
    margin-top: 0px;
}
.content2020.faq h2 {
    text-align: center;
}
.content2020.faq h2::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.content2020.faq .tab {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.content2020.faq .tab li {
    width: 25%;
}
.content2020.faq .tab li a {
    display: block;
    line-height: 20px;
    font-size: 15px;
    letter-spacing: -1px;
    text-indent: 10px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    border-left: 3px solid #FF9200;
}
.content2020.faq #cont .inner {
    display: none;
}
.content2020.faq #cont .inner.disp {
    display: block;
}
.content2020.faq #cont .inner h3 {
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 40px;
    margin-bottom: 40px;
    color: #ffffff;
    text-indent: 16px;
    background-color: #000000;
}
.content2020.faq #cont .inner .list dt {
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -1px;
}
.content2020.faq #cont .inner .list dt:nth-of-type(n + 2) {
    padding-top: 55px;
    border-top: 2px solid #bbbbbb;
}
.content2020.faq #cont .inner .list dt::before {
    content: "Ｑ．";
    padding-right: 0.5em;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.content2020.faq #cont .inner .list dd {
    text-indent: -2.9em;
    padding: 45px 0px 55px 2.9em;
    line-height: 1.6em;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
.content2020.faq #cont .inner .list dd::before {
    content: "Ａ．";
    padding-right: 0.5em;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.content2020.faq #cont .inner .list dd a {
    color: #FF9200;
    font-weight: bold;
}
.content2020.faq #cont .inner .list dd .small {
    font-size: 10px;
}

/* -----------------------------------------------

GUIDE

----------------------------------------------- */
.content2020.guide {
    margin-top: 0px;
}
.content2020.guide h2 {
    text-align: center;
}
.content2020.guide h2::after {
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.content2020.guide .wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 60px;
}
.content2020.guide .wrap .inner {
    max-width: 30%;
}
.content2020.guide .wrap .inner h3 {
    font-size: 20px;
    letter-spacing: -1px;
    text-indent: 10px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
    border-left: 3px solid #FF9200;
    margin-bottom: 30px;
}
.content2020.guide .wrap .inner h3:nth-of-type(n + 2) {
    margin-top: 80px;
}
.content2020.guide .wrap .inner p {
    letter-spacing: -1px;
    line-height: 1.6em;
    text-align: justify;
    text-justify: inter-ideograph;
    word-break: break-all;
}
.content2020.guide .wrap .inner .line {
    margin: 25px 0px;
    border-top: 2px dashed #d2d2d2;
}
.content2020.guide .wrap .inner p .strong {
    color: #FF9200;
    font-size: 17px;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 600;
}



























</pre></body></html>