@media screen and (max-width:1025px) {


/*************************** D-01. 枠組共通 ***********************/
#wrapper {
    overflow: hidden;
    margin: 0 auto;
    padding: 0px 0 80px;
    position: relative;
}
main{
    flex-direction: column;
}
main article{
    width:100%;
    margin-top:2.0rem
}
main article section {
    margin-top: 64px;
}

/*************************** D-02. header *************************/
header {
    max-width: 1280px;
    margin: auto;
    padding: 0;
    position: fixed;
    z-index: 1000;
    width: 100%;
    display: block;
}
header::before {
    display: none;
}
header.sub-header+div#wrapper{
    padding-top:10.4rem;
}
.header-container {
    padding: 16px 1%;
    width: 100%;
    background: #fff;
}
.header-container form {
    display: none;
    width: calc(100% - 42px - 1rem - 32px - 1rem);
    background: #fff;
    text-align: center;
    top: 3px;
    left: 0;
    padding: 14px;
    position: absolute;
}
.header-container input[type="text"] {
    width: 440px;
    margin: 0 auto;
}
.header-container img,
.sub-header .header-container img {
    width: 5rem;
}
img.artemi-stars_logo {
    max-height: 6.6rem;
    margin-left: 8px;
}

.hamburger {
    display: block;
    position: relative;
    width : 42px;
    height: 42px;
    cursor: pointer;
    margin: 0 1rem;
    transition:background .3s;
}
.hamburger span {
    display: block;
    position: absolute;
    width: 30px;
    height: 3px ;
    left: 6px;
    background: #393939;
    transition: 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
    top: 10px;
}
.hamburger span:nth-child(2) {
    top: 20px;
}
.hamburger span:nth-child(3) {
    top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.nav_active span:nth-child(1) {
    top : 20px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.hamburger.nav_active span:nth-child(2),
.hamburger.nav_active span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.header-sp {
    display: flex;
    align-items: center;
}
.header-sp-search{
    display: block;
    cursor: pointer;
    width: 24px;
    margin-right: 8px;
    transition:background .3s;
    position: relative;
    text-indent: -9999px;
}
.header-sp-search::after {
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    content:"";
    width: 25px;
    height: 25px;
    display: block;
    background: url(/images/icons/icon-search.svg) no-repeat;
    background-size: auto 100%;
    transition:background-color .3s;
}
.header-sp-search.search_active::after{
    background:#333 url(/images/icons/icon-close.svg) no-repeat 50%;
    padding:4px;
    background-size: 70%;
}

/*************************** D-03. nav ***************************/
.megamenu {
    height: calc(100vh - 60px);
    overflow-y: scroll;
    width: 100%;
    margin-top:0;
/*    display: none;*/
}
.megamenu > ul {
    display: block;
    margin-bottom: 120px;
}
.megamenu > ul > li {
    text-align: left;
    width: 98%;
    margin:0 auto;
}
.megamenu > ul > li:before {
    display: none;
}
.megamenu > ul > li a {
    padding: 18px;
    padding-left: 16px;
    color: #393939;
}
.megamenu > ul > li > a{
    border-top:1px solid #ccc;
}
.megamenu>ul>li.here>a {
    color: #005EAE;
    font-weight: bold;
}

.megamenu > ul > li.has-child > a::before {
    right: 16px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
    top: 45%;
    border-color: #333;
}
.megamenu div {
    position: static;
    left: 0;
    transform: none;
}
.megamenu div p a {
    border-color: #fff;
    color: #fff;
}
/* 第2階層 */
.megamenu div > ul {
    background: transparent;
}
.megamenu div > ul > li {
    width: 48%;
    border-bottom: none;
}
.megamenu div > ul > li > a {
    color: #333;
    background: #fff;
}
/* 第3階層 */
.megamenu div > ul > li > ul {
    padding: 0 0 10px 2px;
}

.megamenu div > ul > li,
.megamenu div > ul > li > ul,
.megamenu div > ul > li > ul > li > ul,
.megamenu div > ul > li > ul > li > ul > li > ul {
    background: transparent;
}
.megamenu div > ul > li > ul > li{
    border-bottom: 1px solid #ccc;
}
.megamenu div > ul > li > ul > li > ul > li, 
.megamenu div > ul > li > ul > li > ul > li > ul > li {
    border-bottom: none;
}


.header-rightcontent {
    display: none;
    width: 100%;
    background: #fff;
}
.header-sns-container {
    justify-content: center;
    padding: 8px 0;
}
.header-info {
    text-align: center;
    padding: 16px;
}

.tab-icon {
    width: 20px;
    margin-left: 4px;
}


/*************************** D-04. main共通 ***********************/
.pc{
    display: none;
}
.tablet{
    display: inherit;
}
.sp{
    display: inherit;
}

.concept{
    flex-direction: column;
}
.concept .concept-left{
    width: 96%;
    margin: 0 auto;
}
.concept .tit{
    margin:0 auto;
}
.concept .catchcopy{
    font-size:3.6rem;
    text-align: center;
}
.concept .catchcopy br{
    display: none;
}
.concept .concept-right{
    width: 96%;
    margin: 0 auto;
}
.concept .concept-bg{
    font-size:6rem;
}
.concept .concept-right p br{
    display: none;
}

ul.before-after li:first-child::after{
    font-size: 12rem;
}

ul.fourColumns li{
    width: 31.3333%;
    margin:1%;
}
ul.fiveColumns li{
    width: 23%;
    margin:1%;
}
ul.sixColumns li{
    width: 23%;
    margin:1%;
}

.flex-container-three > *{
    width: 48%;
}
.flex-container-four > *{
    width: 31.3333%;
}

div.flow-ol-container ol{
    flex-direction: column;
    width: 100%;
    background: linear-gradient(to bottom, #f0f2f4, #999);
}
div.flow-ol-container ol li{
    width: 100%;
    padding: 30px 0;
    background:url(../images/icons/flow-bottom-start.svg) no-repeat center bottom, url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
}
div.flow-ol-container ol li:last-child{
    background: url(../images/icons/flow-bottom-end.svg) no-repeat center top;
    background-size: 160px auto;
    border: none;
}
div.flow-ol-container ol li:first-child{
    background: url(../images/icons/flow-bottom-start.svg) no-repeat center bottom;
    background-size: 160px auto;
}
div.flow-ol-container ol li::before{
    counter-increment: flow-list;
    content: counter(flow-list);
    display: block;
    font-size: 4.8rem;
    padding-bottom: 1rem;
}

.flow-section-container section{
    width:calc(50% + 6rem);
}
.flow-section-container section:nth-child(odd){
    margin-left:calc(50% - 6rem);
}
.flow-section-container h3::before{
    width: 3rem;
    padding:0.3rem 0;
    color:#fff;
    margin-right: 0.3rem;
}
.flow-section-container div.img{
    width: 12rem;
}

.page-parent li{
    min-height: 16.0rem;
}
.page-parent li a{
    font-size: 2.2rem;
}

/*************************** D-05. h1, h2見出し ********************/
/*************************** D-06. breadcrumb *********************/
/*************************** D-07. pager backnumber等 *************/
/*************************** D-08. aside **************************/
aside {
    width: 100%;
    margin-left: 0;
    position:inherit;
    display: block;
}

aside nav > ul{
    display: flex;
    flex-wrap: wrap;
}
aside nav > ul > li{
    width:48%;
    margin:1%;
}
aside nav ul li ul{
    margin-left:6px;
    padding-left:6px;
}
aside nav ul li a{
    font-size: 1.6rem;
}
aside nav > ul > li > ul > li a{
    padding:10px 4px;
}

/*************************** D-09. footer *************************/
footer ul.footerNav li {
    max-width: 31.3333%;
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
}
footer ul.footerNav li a {
    padding: 0;
}
footer .logo img {
    max-width: 200px;
    height: auto;
    margin-top: 32px;
}
footer address {
    margin: 16px 0 32px;
}
footer {
    padding: 32px 1%;
}


/*************************** D-10. toppage ***********************/
main article#top > section {
    margin-top: 64px;
}

.top-01 {
    margin-top: 92px;
}

#top h2 {
    font-size: 4rem;
}

.top-btn-container {
    margin: 80px auto;
}
.top-btn-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    line-height: 1.4;
}

.entry-container section {
    width: 48%;
    margin: 0 1% 30px;
}
.entry-container section div {
    padding: 1.2rem;
}

.top-04 {
    margin-bottom: 80px;
    padding-bottom: 60px;
}
.top-04-container section {
    width: 100%;
    margin-bottom: 5.6rem;
    border-top: none;
}
.fb_iframe_widget_fluid {
    display: inline-block !important;
}
.top-04 .img img {
    max-width: 650px;
    width: 100%;
}
.top-04-container img {
    height: auto;
}
.top-04-container {
    margin-top: 60px;
}

.top-02 p {
    font-size: 1.6rem;
}
.top-02 .team img, .top-02 .opponent img {
    height: 80px;
}
.top-02 .vs-container {
    font-size: 1.6rem;
}
.top-02 .vs-num {
    font-size: 4rem;
}
.top-02 td.team,
.top-02 td.opponent {
    max-width: 20%;
}
.top-02 .next-game {
    margin-top: 80px;
}

ul.partner-container {
    margin-top: 1.0rem;
}
.partner-container li a {
    max-width: 60%;
    margin: 0 auto 10px;
}
.partner-container li {
    width: 31.3333%;
}
.uniformsponsor-container li,
.supplier-container li {
    width: 40%;
    margin: 0 5% 5%;
}

main article#top > section.top-06 {
    margin: 80px 0;
}
.top-06-container .more a {
    max-width: 250px;
}

.top-07-container div {
    width: calc(100%/3 - 2%);
    margin: 0 1% 40px;
}

.top-08 {
    margin-top: 64px;
    padding: 64px 56px;
}

/*************************** D-11. form **************************/
.keywordsearch-page form dl dd {
    padding: 10px 0 10px 0;
}
.keywordsearch-page form dl dt {
    width: 100%;
}
.keywordsearch-page input[type="text"] {
    border: 1px solid #787878;
}


/*************************** D-12. レギュレーション ********************/
pre.show{
    max-height: 80vh;
}
.regulation-color-container ul li {
    width: 31.3333%;
}

/*************************** D-13. 検索結果 ***********************/
p.search-jump{
    display:inherit;
    margin:-2.0rem 0;
}
p.search-jump a{
    padding: 5px;
    text-align: center;
    margin:0 auto;
    font-weight: bold;
    border-radius: 5px;
    cursor :pointer;
    display: block;
    transition: .5s;
}
p.search-jump a::before {
    display: inline-block;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    padding-right: 5px;
    transition: 0.2s;
}
p.search-jump a:hover {
    background: #eee;
}


/*************************** D-14. 内部ページ ***********************/

/*B-14-1 エリア*/
.area-cities-container ul {
    width: 32.3333%;
    margin: 0 0.5% 3%;
}

/* B-14-5 試合結果(view) */
.result-score{
    padding:4rem 1rem;
}
main article#top > section.result-score{
    margin:5rem auto;
}
.result-score-container{
    grid-template-columns: 25% 50% 25%;
    width: 100%;
}
div.result-myteam ul li{
    font-size: 1.6rem;
    font-weight: bold;
}
div.result-myteam ul li:first-child{
    margin-bottom: 1rem;
}

div.result-number{
    display: grid;
    place-content: center;
}
div.result-number div ul li:nth-child(2){
    width: 5rem;
}
ul.result-number-total li{
    font-size: 8rem;
}
div.result-opponent ul li:first-child{
    margin-bottom: 1rem;
    width: 10rem;
    height: 10rem;
}
ul.game-result-gallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1%;
}
ul.game-result-gallery li{
    list-style: none;
    margin: 1%;
    width: 48%;
    line-height: 1.6;
}
ul.game-result-gallery li img{
    width: 100%;
    height: auto;
}

div.result-info {
    padding: 0;
}
div.result-info ul {
    flex-direction: column;
}
div.result-info ul li {
    margin-bottom: 8px;
}

/* B-14-6 試合結果（カテゴリー）*/
ul.result li{
    margin: 8px 0.8%;
}

div.result table thead th:nth-child(1){}
div.result table thead th:nth-child(2){display:none;}
div.result table thead th:nth-child(3){display:none;}
div.result table thead th:nth-child(4){display:none;}
div.result table thead th:nth-child(5){display:none;}
div.result table thead th:nth-child(6){}
div.result table thead th span{
    display: inline-block;
}

div.result table tbody td{
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: center;
}
div.result table tbody td:nth-child(1) {
    text-align: left;
}
div.result table tbody td:nth-child(2){display:none;}
div.result table tbody td:nth-child(3){display:none;}
div.result table tbody td:nth-child(4){display:none;}
div.result table tbody td:nth-child(5){display:none;}
div.result table tbody td:nth-child(6){
    font-size: 1.8rem;
}
div.result table tbody td em{
    display: block !important;
    text-align: left;
    margin-top: 5px;
}

dl.result-options{
    width: 100%;
    margin-bottom: 0.5rem;
}
dl.result-options select {
    border-radius: 0;
    background: #fff url(/images/icons/sort-down-solid.svg) no-repeat right 4px top 20%;
    background-size: 14px;
    color: #333;
}
ul.pager {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
ul.pager > li {
    width: 100%;
    margin-bottom: 16px;
}

.cat-date-conatiner {
    display: flex;
    align-items: center;
}
.cat-date-conatiner em {
    margin: 0 0 0 4px !important;
    padding: 0 !important;
}

/* team */
.team-01-container{
    flex-direction: column;
}
.team-01-container div.img{
    width: 100%;
}
.team-01-container dl,
.team-04-container div.txt{
    width: 100%;
    margin: 0 auto ;
}

.team-02-container,
.team-04-container{
    flex-direction: column;
}
.team-02-container div.img,
.team-04-container div.img{
    width: 100%;
}
.team-02-container div.txt{
    width: 100%;
    margin:0 auto;
}
.team-04-container img {
    width: 100%;
}


.team-03-container{
    flex-direction: column;
}
.team-03-container div.iframe-content{
    width: 100%;
}
.team-03-container div.txt{
    width: 100%;
    margin:0 auto;
    display: flex;
}
.team-03-container div.txt div.img{
    width: 50%;
    margin-right:2%;
}
.team-03-container div.txt div.img img{
    width: 100%;
    height: auto;
}

/* staff */
.player-parent-container section {
    width: calc(100%/3);
}


/* academy */
.academy_04_box {
    width: calc(100%/3 - 1%);
    margin: 80px .5% 0;
    padding: 64px .5% 32px;
}
.academy_04_box h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
}
.academy_04_box p {
    font-size: 1.6rem;
}

/*academy*/
.academy_01 {
    flex-wrap: wrap;
}
.academy_01 li {
    width: calc(100%/2 - 2%);
    margin-bottom: 0;
}
.academy_img_container {
    flex-wrap: wrap;
}
.academy_img_container > div {
    width: 100%;
    margin: 0 1%;
}
.academy_img_container .img {
    margin-bottom: 0;
}


/* 試合結果 リザルト */
div.result-pager{
    border-bottom:2px dotted #ccc;
    margin:0 0 3rem;
    padding-bottom: 3rem;
}

ul.result-year li{
    margin:0 1rem;
}
ul.result-year li a{
    font-size: 1.6rem;
}

ul.result-cat{
    flex-direction: column;
    flex-wrap: wrap;
}
ul.result-cat > li{
    width: 98%;
}
ul.result-cat > li > a{
    padding:1.2rem;
}

}/* max-width */