@charset "utf-8";

@media screen and (max-width:767px)
{
	body
	{
		min-width: inherit;
	}
	
	#myc
	{
		font-size: 13px;
	}
    
    #myc .ez-large-4
    {
        font-size: 250%;
        line-height: 1.2;
    }
	
	#myc img
	{
		width: 100%;
		height: auto;
	}
    
    #myc .box-radius
    {
        border-radius: 3.2vw;
    }
	
	#myc .pc-only
	{
		display: none;
	}
	
	#myc .sp-only
	{
		display: inherit;
	}
	#myc img.sp-only
	{
		display: inline;
	}
	
	#myc a
	{
		text-decoration: underline;
	}
	#myc a:hover
	{
		
	}

	#myc a:hover img
	{
		opacity: inherit;
	}
	
	#myc input[type=text],
	#myc input[type=password],
	#myc input[type=email],
	#myc input[type=tel],
	#myc input[type=date],
	#myc textarea,
	#myc select,
	#myc label
	{
		font-size: 16px;
	}
	
	#myc .centerview,
	#myc.type-sub .centerview
	{
        padding: 0 5.81vw;
		width: initial;
	}
	
	#myc .partition
	{
		display: inherit;
	}
	#myc .partition .left,
	#myc .partition .right
	{
		flex: inherit;
	}
	
	#myc .sp-partition
	{
		display: flex;
	}
	#myc .sp-partition .sp-left,
	#myc .sp-partition .sp-right
	{
		width: 50%;
	}
	
	
	
	#myc #myc-pagetop .fix-area
	{
		padding: 2vw;
	}
	
	#myc #myc-pagetop .pagetop
	{
		width: 40px;
	}
	
	
	#myc .video .video-thumb
	{
		
	}

	#myc .video .video-thumb iframe
	{
		
	}
	
	
	#myc .common-shadow
	{
		box-shadow: 0px 1.5vw 3vw 0px rgba(0,0,0,0.2);
	}
	#myc .common-shadow.type-large
	{
		box-shadow: 0px 3vw 10vw 0px rgba(0,0,0,0.2);
	}
	
	
	#myc .section
	{
		padding: 10vw 0;
	}
	#myc .section.type-half
	{
		padding: 4vw 0;
	}
	
	#myc .section-title
	{
		
	}
	
	#myc .section-inner
	{
		margin-top: 8vw;
	}
	#myc .section.type-half .section-inner
	{
		margin-top: 4vw;
	}
	
	
	
	#myc .ez-row-ll
	{
		margin-top: 10vw;
	}
	#myc .ez-row-l
	{
		margin-top: 8vw;
	}
	#myc .ez-row-m
	{
		margin-top: 4vw;
	}
	#myc .ez-row-s
	{
		margin-top: 2vw;
	}
	
	#myc .ez-pad-l
	{
		padding: 8vw 12vw;
	}
	#myc .ez-pad-m
	{
		padding: 4vw 6vw;
	}
	#myc .ez-pad-s
	{
		padding: 2vw 3vw;
	}
	
	#myc .ez-subsection
	{
		padding: 6.4vw 0;
	}
	#myc .ez-subsection:first-child
	{
		padding-top: 0;
	}
	#myc .ez-subsection:last-child
	{
		padding-bottom: 0;
	}
	
	#myc .ez-subsection-inner
	{
		margin-top: 16px;
	}
	
	#myc .ez-smallsection
	{
		padding: 4.8vw 0;
	}
	#myc .ez-smallsection:first-child
	{
		padding-top: 0;
	}
	#myc .ez-smallsection:last-child
	{
		padding-bottom: 0;
	}
	
	#myc .ez-smallsection-inner
	{
		margin-top: 4vw;
	}
	
	#myc .ez-pcwidebox
	{
		display: inherit;
		justify-content: inherit;
	}
	
	#myc .ez-pcwidebox .item
	{
		width: inherit;
	}
	
	#myc .ez-pcwidebox .item+.item
	{
		margin-left: inherit;
		margin-top: 8vw;
	}
	
	#myc .ez-wordpress-content>*+*
	{
		margin-top: 7.2vw;
	}
	
	#myc .ez-sp-left
	{
		text-align: left;
	}

	#myc .ez-sp-center
	{
		text-align: center;
	}
	
	#myc .ez-sp-right
	{
		text-align: right;
	}

	
	
	/*
		modal
	*/
	#myc .modal
	{
		width: 100%;
	}
	
	#myc .modal .vertical-center
	{
		padding: 48px 2.4vw;
	}
	
	#myc .modal .firstview
	{
		width: 100%;
	}
	#myc .modal.type-movie .firstview
	{
		width: 100%;
	}
	#myc .modal.type-short .firstview
	{
		padding: 24px;
	}
	#myc .modal.type-long .firstview
	{
		padding: 24px;
	}
	
	#myc .modal .close-button
	{
		width: 32px;
	}
	#myc .modal.type-movie .close-button
	{
		top: -32px;
	}
	#myc .modal.hide-close .close-button
	{
		
	}
	
	#myc .modal .close-fix-area
	{
		right: 0;
		top: 0;
	}
	
	#myc .remodal-overlay
	{
		
	}
	
	/*
		menu
	*/
	#myc #myc-menu-open
	{
        right: 3.49vw;
        top: 4.4vw;
        
		width: 9.53vw;
	}
	
	#myc #myc-menu
	{

	}

	#myc #myc-menu .bg
	{

	}
	
	#myc #myc-menu .scroll-area
	{
		
	}

	#myc #myc-menu .contents
	{
		padding: 8vw 12.4vw;
	}

	#myc #myc-menu #myc-menu-close
	{
		width: 15vw;
	}
	
	
	
	
    
    
    
    
    
    #myc .link-button
    {
        width: 100%;
        min-width: initial;
    }
    #myc .link-button.type-wide
    {
        
    }
    #myc .link-button.type-large
    {
        
    }
    #myc span.link-button
    {
        
    }
	
	
    
	
	
	
	
    #myc #myc-navi
    {
        height: 13.95vw;
        
        /*★*/
        /*border: 3px solid #f00;*/
        
        background-image: url(../images/sp/navi_bg.png);
    }
    #myc.type-sub #myc-navi
    {
        background-image: url(../images/sp/sub/navi_bg.jpg);
    }
    #myc #myc-navi .partition
    {
    }
    #myc #myc-navi .partition .left
    {
    }
    #myc #myc-navi .partition .left .logo
    {
        padding: 4vw;
    }
    #myc #myc-navi .partition .left .logo .link
    {
        text-decoration: none;
    }
    #myc #myc-navi .partition .left .logo .link:hover
    {
    }
    #myc #myc-navi .partition .left .logo .logo-text
    {
        width: 19.77vw;
    }
    #myc #myc-navi .partition .left .logo .logo-subtext
    {
        margin-left: 1.6vw;
        
        font-size: 3.2vw;
    }
    #myc #myc-navi .partition .right
    {
    }
    #myc #myc-navi .partition .right #myc-menu-open
    {
    }




    #myc #myc-header
    {
        background-image: url(../images/sp/header_bg.png);
        background-size: 100% auto;
    }
    
    #myc #myc-header .bg
    {
        padding: 21.4vw 0 24vw;
        
        background: linear-gradient(
          to bottom,
          rgba(0, 0, 0, 0) 0%,
          rgba(0, 0, 0, 0) 30%,
          rgba(0, 0, 0, 0.31) 100%
        );
    }
    
    #myc #myc-header .catch
    {
        right: 5vw;
        top: 54vw;
        width: 58.6vw;
    }
    #myc #myc-header .catch .image
    {
    }
    #myc #myc-header .image-list
    {
        margin-top: 36vw;
        
        box-sizing: border-box;
        margin-left: -15vw;
        width: 120vw;
        
        /*border: 4px solid #f00;*/
    }
    #myc #myc-header .image-list .item
    {
    }
    #myc #myc-header .image-list .item+.item
    {
        margin-left: 2%
    }
    #myc #myc-header .image-list .item:nth-child(2)
    {
        transform: translateY(2vw);
    }
    #myc #myc-header .image-list .item:nth-child(2)
    {
        transform: translateY(4vw);
    }
    #myc #myc-header .image-list .item:nth-child(3)
    {
        transform: translateY(6vw);
    }
    #myc #myc-header .image-list .item .image
    {
    }






    #myc #myc-contents-bg
    {
        background-image: url(../images/sp/contents_bg.png);
        background-size: 100% auto;
    }
        






    #myc #myc-about .text
    {
        font-size: 3.76vw;
    }






    #myc #myc-tournaments .tournaments-list
    {
        display: block;
    }
    #myc #myc-tournaments .tournaments-list .item
    {
        margin-left: initial;
        padding: 24px 5vw;
        width: initial;
    }
    #myc #myc-tournaments .tournaments-list .item:nth-child(3n-2)
    {
        
    }
    #myc #myc-tournaments .tournaments-list .item+.item
    {
        margin-top: 5vw;
    }
    #myc #myc-tournaments .tournaments-list .item .title
    {
    }






    #myc #myc-footer
    {
        padding: 20px 0;
        background: linear-gradient(to right, #283787, #38A0B2);
    }









    /*
        sub
    */
    #myc #myc-sub-content-bg
    {
        background: linear-gradient(to right, #0c5eb2, #0c5cb1);
    }
    #myc #myc-sub-content-bg-top
    {
        background-image: url(../images/sp/sub/content_bg_01.jpg);
    }
    #myc #myc-sub-content-bg-bottom
    {
        background-image: url(../images/sp/sub/content_bg_02.jpg);
    }
    
    



    #myc #myc-sub-header
    {
        padding: 12vw 0 14vw;
    }
    #myc #myc-sub-header .title-area
    {
        text-align: initial;
    }
    #myc #myc-sub-header .title-area .inline
    {
    }
    #myc #myc-sub-header .title-area .title
    {
        font-size: 22.5vw;
        line-height: 0.85;
    }
    #myc #myc-sub-header .title-area .sub-title
    {
        font-size: 12.5vw;
    }
    #myc #myc-sub-header .main-image
    {
        margin-top: -6.4vw;
    }
    #myc #myc-sub-header .main-image .image
    {
        margin: 0 -5.81vw;
    }
    #myc #myc-sub-header .main-image .image img
    {
        width: 100%;
        
        border-radius: initial;
    }




    #myc #myc-sub-desc
    {
    }
    #myc #myc-sub-desc .partition
    {
    }
    #myc #myc-sub-desc .partition .left
    {
        width: initial;
    }
    #myc #myc-sub-desc .partition .left .image
    {
        text-align: center;
    }
    #myc #myc-sub-desc .partition .left .image img
    {
        width: 64%;
    }
    #myc #myc-sub-desc .partition .right
    {
        margin-left: initial;
        margin-top: 4vw;
    }
    #myc #myc-sub-desc .partition .right .text
    {
    }




    #myc #myc-outline .row-list
    {
        display: block;
    }
    #myc #myc-outline .row-list th
    {
        display: block;
        padding-bottom: 0;
    }
    #myc #myc-outline .row-list td
    {
        display: block;
        padding-left: initial;
        padding-top: 0;
    }
    #myc #myc-outline .row-list th,
    #myc #myc-outline .row-list td
    {
        
    }
    #myc #myc-outline .row-list tr+tr th,
    #myc #myc-outline .row-list tr+tr td
    {
    }
    
    #myc #myc-outline .row-list tr+tr td
    {
        border-top: initial;
    }
    
    #myc #myc-outline .row-list tr:first-child th,
    #myc #myc-outline .row-list tr:first-child td
    {
        
    }
    #myc #myc-outline .row-list tr:last-child th,
    #myc #myc-outline .row-list tr:last-child td
    {
    }
    
    
    #myc #myc-outline .column-list
    {
        
    }
    #myc #myc-outline .column-list th,
    #myc #myc-outline .column-list td
    {
        
    }




    #myc #myc-sponsors
    {
        
    }
    #myc #myc-sponsors .bg
    {
        background-image: url(../images/sp/sub/sponsor_bg.jpg);
    }
    #myc #myc-sponsors .ez-subsection+.ez-subsection
    {
    }
    
    #myc #myc-sponsors .list
    {
        display: block;
    }
    
    #myc #myc-sponsors .list .item
    {
        width: 100%;
        
        text-align: center;
    }
    #myc #myc-sponsors .list.type-large .item
    {
        width: 100%;
    }
    #myc #myc-sponsors .list .item+.item
    {
        margin-left: initial;
        margin-top: 8vw;
    }
    
    #myc #myc-sponsors .list.type-large .item .image img
    {
        width: 85%;
    }
    #myc #myc-sponsors .list .item .image img
    {
        width: 60%;
    }

}