@media screen and (max-width:600px){

/*************************** E-01. 枠組共通 *********************/
#container{
	width: 100%;
	padding:0;
	margin:0;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.fixbox {
	width: 100%;
	padding: 0 1%;
}

.pc{display:none;}
.sp{display:inherit;}
.iframe-content {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
}
.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

main > article > section {
	margin-top: 50px;
}

/*************************** E-02. header ************************/
header.sub-header+div#wrapper{
	padding-top:8.8rem;
}
.header-container {
	padding:8px 0;
}
.header-container span{
	font-size: 1.0rem;
}
.header-container img {
	margin-left: 0.4rem;
}
.header-container form {
	padding: 16px 0;
}
.header-container form {
	width: calc(100% - 42px - 1rem - 32px);
	padding: 1px 0;
}
.header-container input[type="text"] {
	width: 84%;
	height: 40px;
	padding: 8px 12px;
}
.header-container input[type="submit"] {
	margin-left: -5px;
	height: 40px;
}
.header-sp-search{
	margin-right: 0px;
}
img.artemi-stars_logo {
    max-height: 6.4rem;
}

/*************************** E-03. nav ***************************/
.megamenu div {
	padding: 24px 0;
}
.megamenu div p {
	width: 98%;
}

/*************************** E-04. main共通 **********************/
.const br{
	display: none;
}
.concept .catchcopy br{
	display: inherit;
}
.concept .concept-bg{
	font-size:4.8rem;
}

ul.before-after li:first-child::after{
	font-size: 10rem;
}
ul.before-after li:first-child::before{
	font-size: 2.8rem;
	margin-bottom: 0.6rem;
}
ul.before-after li:last-child::before{
	font-size: 2.8rem;
	margin-bottom: 0.6rem;
}

.conversion a{
	padding:2.8rem 0;
	font-size: 2.8rem;
}
.miniConversion{
	width: 100%;
}
.miniConversion a{
	padding:2.0rem;
	font-size:2.0rem;
}

div.largeT table thead {
	display: none;
}
div.largeT table tbody tr {
	background: #fff;
}
div.largeT table tbody th {
	background: #f0f2f4;
	display: block;
	border: none;
}
div.largeT table tbody td {
	display: flex;
	border-left: none;
	border-right: none;
}
div.largeT table tbody td::before {
	content: attr(data-label) ;
	font-weight: bold;
	flex-shrink: 0;
	margin-right: 1.6rem;
}
div.largeT table tbody td:last-child {
	padding-bottom: 4rem;
}

dl.table dt{
	width:auto;
	float:inherit;
	padding:15px 0 0;
	color:#666;
}
dl.table dd{
	border-bottom: 1px solid #ddd;
	padding:5px 0 15px;
}

.flex-container-four > *{
	width: 48%;
	margin: 0 1% 3%;
}

.related-article-container{
	flex-direction: column;
}
.related-article-box{
	width: 100%;
	margin-bottom: 3rem;
}
.related-article-box div.img img{
	width: 18rem;
	height: 12rem;
}
.related-article-box div.txt{
	width: calc(100% - 19rem);
}

div.leftImg .img,
div.rightImg .img{
	float: inherit;
	margin:0 auto 1rem;
	width: 60%;
}

.page-parent li{
	min-height: 14.0rem;
}
.page-parent li a{
	font-size: 2.0rem;
}

.flow-section-container{
	background:none;
}
.flow-section-container section{
	width:100%;
}
.flow-section-container section:not(:last-child){
	background: url(/images/icons/flow-bottom-start-gray.svg) no-repeat center bottom;
	padding-bottom:5rem;
	background-size:15rem;
}
.flow-section-container section:nth-child(odd){
	margin-left:0;
}

/*************************** E-05. h1, h2見出し ***************************/
h2 {
	padding-top: 16px;
	margin-bottom: 24px;
}
h2 span {
	margin-top: 8px;
}

/*************************** E-06. breadcrumb ***************************/
.breadcrumb{
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	padding:1rem 0 0.8rem;
}
.breadcrumb::-webkit-scrollbar {
	height: 5px;
}
.breadcrumb::-webkit-scrollbar-track {
	background: #eee;
}
.breadcrumb::-webkit-scrollbar-thumb {
	background: #999;
}

/*************************** E-07. pager backnumber等 **************/
.pager ul.direct {
	padding: 16px 0 0;
	clear: both;
}

/*************************** E-08. aside ***************************/
aside{
	width:100%;
	padding:0;
	float:inherit;
	clear:both;
}

aside nav > ul > li{
	width:100%;
	margin:10px 0;
}

aside nav ul li ul{
	margin-left:10px;
	padding-left:10px;
}


/*************************** E-09. footer *************************/
.contigo{
	padding:0 0 1rem;
	width: 100%;
}
.contigo a{
	width: 100%;
}
.contigo svg{
	height:auto;
	position:relative;
	top:0;
	left:0;
}


/*************************** E-10. toppage ************************/
#top h2 {
	margin-bottom: 24px;
}

.top-01 {
	margin-top: 73px;
}

.top-btn-container ul {
	flex-direction: column;
	margin-bottom: 60px;
}
.top-btn-container li {
    width: 100%;
    margin-bottom: 2px;
   	max-width: 450px;
	font-size: 1.8rem;
	min-height: 80px;
}
.top-btn-container li a {
	font-size: 1.8rem;
	min-height: 80px;
}

.top-02 {
	padding: 32px 10px;
	margin-top: 40px;
}
.top-02 p {
	font-size: 1.2rem;
}
.top-02 .vs p {
	font-size: 1.6rem;
}
.top-02 p.match_name  {
	font-size: 2rem;
}
.top-02 .vs-container {
	font-size: 1.4rem;
}
.top-02 .vs-num:first-child {
	margin-right: 2rem;
}
.top-02 .vs-num:last-child {
	margin-left: 2rem;
}
.top-02 .vs-num {
	font-size: 3.2rem;
}
.top-02 table.game-result tr td {
	padding: 4rem 0.6rem;
}
.top-02 table.game-result td.team,
.top-02 table.game-result td.opponent {
	width: 15%;
}

.top-02 table.next-game td.team,
.top-02 table.next-game td.opponent {
	width: 20%;
}
.top-02 .team img, .top-02 .opponent img {
	height: auto;
	width: 100%;
	max-width: 60px;
}
.top-02 table.game-result thead th {
	font-size: 2rem;
}
.top-02 .next-game {
	margin-top: 40px;
}

.entry-container section {}
.entry-container section div.img img{
	width: 100%;
	height: auto;
}
.entry-container a {
	width: 100%;
}


.top-04::before {
	height: 70%;
}
.top-04-container {
	flex-wrap: wrap;
	margin-top: 40px;
}
.top-04-container section {
	margin-bottom: 3.2rem;
}
main article section.top-04 > section {
	margin-top: 40px;
}

.partner-container li a {
	max-width: 80%;
}
.partner-container li {
	font-size: 1.2rem;
}

.top-06 {
       background-position: -800px;
}
.top-06-container {
    flex-direction: column;
}

.top-07-container {
	margin-top: 60px;
}
.top-07-container div {
    width: calc(100%/2 - 2%);
}

.top-08 {
	margin-bottom: 0;
	padding: 4rem 2rem;
}

/*************************** E-11. form ***************************/
form dl {
	border: none;
}
form dl dt {
	float: none;
	width: auto;
	min-height: auto;
	justify-content: flex-start;
}
form dl dd {
	padding: 0 0 15px 0;
}
form dl dd:last-child {
	border:none;
}
form span.required,
form span.will{
	margin-left:5px;
	margin-right: 0;
}
form dl textarea{
	width:100%;
	height:100px;
}
form dl label input{
	width:22px;
}
form .submit {
	margin-top: 20px;
}


/*************************** E-12. レギュレーション *************************/
pre.show{
	white-space:pre-line;
}
.regulation-color-container ul li {
	width: 48%;
}

/*************************** E-13. 検索結果 ***********************/

/*************************** E-14. 内部ページ ***************************/


/*B-14-1 エリア*/
.area-map > ul > li{
	display: block;
	text-align: center;
}
.area-map > ul > li > a{
	display: block;
	width: 100%;
}
.area-map > ul > li > a::after{
	border-top: 10px solid #f0f0f0;/*底辺*/
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	top: inherit;
	left: 50%;
	right: inherit;
	bottom: -20px;
	transform: translateX(-50%);
}
.area-map > ul > li > ul{
	padding-left: 0;
}

.area-cities-container {
	margin: 0 -1%;
}
.area-cities-container ul {
	width: 48%;
	margin: 0 1% 3%;
}
.area-map-chomei li{
	width: 31.3333%;
	margin: 0 1% 3%;
}


.search_btn input{
	padding:2.0rem;
	font-size:2.0rem;
}
.search_btn{
	width: 100%;
}


/* B-14-5 試合結果(view) */
div.result-myteam ul li{
	font-size: 1.4rem;
}
div.result-myteam ul li span{
	display: block;
}

table.game-result thead th {
	font-size: 1.4rem;
	padding: 15px 2px;
}
table.game-result thead th:nth-child(1) {width: 40%;}
table.game-result thead th:nth-child(2) {width: 20%;}
table.game-result thead th:nth-child(3) {width: 40%;}
table.game-result td.team{
	font-size: 5.0rem;
	background-size: auto 60px;
	padding-left: 5rem;
}
table.game-result td.vs{
	font-size: 1.4rem;
}
table.game-result td.opponent{
	font-size: 5.0rem;
}

table.game-result tr td {
	padding: 2rem 1rem;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	border-left: 1px solid rgba(255,255,255,0.2);
	text-align: center;
	vertical-align: middle;
}


.game-result-container{
	flex-direction: column;
}
.game-result-container section.game-result-box{
	width: 100%;
}
.game-result-container div.game-result-box{
	width: 100%;
}

ul.game-result-gallery li{
	width: 98%;
}

div.game-result-next{
	flex-direction: column;
}


/* player */
.player-parent-container section{
	width: 48%;
}
.player-parent-container section h3{
	font-size:2.2rem;
}
.player-parent-container section h3 span{
	font-size: 1.2rem;
}
.player-img{
	text-align: center;
}
.player-img div.img img{
	width: 96%;
	margin:2% auto;
}

.player-img div.txt{
	position:inherit;
	top:1rem;
	left:1rem;
	display: flex;
	flex-direction: column-reverse;
}
.player-img h1{
	margin-bottom:2rem;
}

/*academy*/
.academy_04_container {
    flex-direction: column;
}
.academy_04_box {
    width: 100%;
    max-width: 380px;
    margin: 64px auto 0;
}
.academy .listing li span:first-of-type {
    margin-left: 1.6rem;
}



}/* max-width */