/* CSS Document */

@media screen and (max-width: 1024px) {
	
}

@media screen and (max-width: 1000px) {

	


/* ==========================================================================
	common
	========================================================================== */
    
	.pc-none {
		display: block;
	}
    
    .sp-none {
        display: none;
    }
    
    .section-inner_sss {
        width: 100%;
        margin: 0 auto;;
        padding-left: 20px!important;
        padding-right: 20px!important;
        box-sizing: border-box;
    }
	
    .section-inner_ss {
        width: 100%;
        margin: 0 auto;;
        padding-left: 20px!important;
        padding-right: 20px!important;
        box-sizing: border-box;
    }

    .section-inner_s {
        width: 100%;
        margin: 0 auto;;
        padding-left: 20px!important;
        padding-right: 20px!important;
        box-sizing: border-box;
    }

    .section-inner_m {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px!important;
        padding-right: 20px!important;
        box-sizing: border-box;
    }
    
    .section-slider .section-inner_m {
        width: 100%;
        margin: 0 auto;
        padding: 0!important;
    }

    .section-inner_l {
        width: 100%;
        margin: 0 auto;
        padding-left: 20px!important;
        padding-right: 20px!important;
        box-sizing: border-box;
    }
    
    /* common
	========================================================================== */
    
	
	.sp-menu-btn {
		position: absolute;
		right: 8px;
		top: 60px;
		width: 40px;
		height: 50px;
	}
	
	.sp-menu-btn span:nth-child(1) {
		width: 30px;
		height: 2px;
		background: #FFF;
		display: block;
		position: absolute;
		top: 13px;
        transition: 0.3s;
        box-shadow: 0px 0px 8px 1.43px rgba(21, 21, 21, 1);
	}
	
	.sp-menu-btn span:nth-child(2) {
		width: 30px;
		height: 2px;
		background: #FFF;
		display: block;
		position: absolute;
		top: 23px;
        transition: 0.3s;
        box-shadow: 0px 0px 8px 1.43px rgba(21, 21, 21, 1);
	}
	
	.sp-menu-btn span:nth-child(3) {
		width: 30px;
		height: 2px;
		background: #FFF;
		display: block;
		position: absolute;
		bottom: 13px;
        transition: 0.3s;
        box-shadow: 0px 0px 8px 1.43px rgba(21, 21, 21, 1);
	}
    
    
    
    .togmenu .sp-menu-btn span:nth-child(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
      transform: translateY(10px) rotate(-45deg);
        top: 14px;
        transition: 0.3s;
    }

    .togmenu .sp-menu-btn span:nth-child(2) {
        opacity: 0;
        transition: 0.3s;
    }

    .togmenu .sp-menu-btn span:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-10px) rotate(45deg);
        bottom: 13px;
        transition: 0.3s;
    }

    
    
    .clm-3 li {
        width: 100%;
        padding: 0 13px!important;
        box-sizing: border-box;
        margin-bottom: 32px;
    }
    
    .clm-4 {
        padding: 20px;
    }
    
    .clm-4 li {
        width: 46.6%;
        padding-right: 5.5%;
    }
    
    .clm-4 li:nth-child(2n) {
        padding-right: 0%;
    }
    
	.clm-5 li .sm-zoom {
		width: auto;
		height: auto;
	}
    
    .clm-5 li {
        width: 49%!important;
		height: auto;
        padding-right: 0.8%;
        margin-bottom: 0px;
    }
	
	.clm-5 li:nth-child(2n) {
		padding-right: 0;
	}
    
    .clm-5 li .list-title {
        display: none;
    }
    
    .clm-5 li .list-sm {
        margin-bottom: 6px;
    }
    
    .clm-5 li:nth-child(n + 5) {
        display: none;
    }
    
    
    section .section-inner_m {
        padding: 56px 0;
    }
    
    .section-inner_m .section-inner_s {
        padding: 0!important;
    }
    
    
    .up-btn {
        right: 20px;
        bottom: 254px;
    }
    
    .footer-nav-list {
        display: none;
    }
    
    .section-txt {
        font-size: 1.3rem;
        text-align: center;
    }
    
    .section-pickup .cv-btn {
        display: block;
        margin-bottom: 80px;
    }
    
    .section-insta .cv-btn {
        margin:  0 auto;
    }
    
    
    .section-insta .section-txt {
        padding-left: 0;
    }
    
    .slider-pickup {
        margin-bottom: 32px;
    }
    
    .section-pickup .section-inner_s {
        padding-bottom: 1px;         
    }
    
	.main-under .section-contact {
		margin-top: 0;
	}
    
    .btn-mask::after {
        width: 100%;
        height: 100%;
    }
	
    
/* header
	========================================================================== */
    
    header {
        height: 35px;
        background: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
    }
    
    header::after,  header::before {
        content: none;
    }
    
    .header-bar-logo {
        width: 130px;
        padding-top: 4px;
    }
    
    .header-bar-language {
        position: absolute;
        right: 14px;
        top: 6px;
        font-size: 1.1rem;
    }
    
    .header-bar-language span {
        padding: 0px 11px;
        margin-top: -3px;
    }
    
    .header-nav {
        z-index: -10;
        position: absolute;
        right: -20px;
        top: -100vh;
        transition: 0.6s;
        width: calc(100% + 40px);
    }
    
    .togmenu .header-nav {
        display: block;
        background: rgba(0,0,0,0.9);
        width: calc(100% + 40px);
        height:  calc(100vh - 34px);
        margin-left: -20px;
        z-index: -1;
        transition: 0.6s;
        top: 34px;
    }
    
    
    .header-nav {
        width: 100%;
        padding-top: 56px;
    }
    
    .header-nav li {
        display: block;
        padding: 14px 0;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-size: 1.8rem;
    }
    
    .header-nav li::after {
        content: none;
    }
    
    .header-nav li .header-nav-lock::after {
        top: 6px;
    }
    
    .header-nav li span {
        display: none;
    }
    
    .header-nav li:last-child {
        background: none;
        padding: 20px 0;
        width: 100%;
        margin: 0 auto;
    }
    
    .header-nav-list li img {
        min-height: 14px;
        margin-left: 0%;
    }
    
    .header-nav-sns {
        display: block;
        margin: 20px auto;
        text-align: center;
    }
    
    .header-nav-sns li:nth-child(1) svg {
        margin-bottom: -3px;
        width: 26px;
        height: 26px;
    }
    
    .header-nav-sns li:nth-child(2) svg {
        margin-bottom: -3px;
        width: 26px;
        height: 26px;
    }
    
    .section-main_visual {
        background: url(../img/sp/top/main_visual.jpg) no-repeat;
        background-size: cover;
    }
    
    .section-main_visual-banner-list li:nth-child(1) {
        display: none;
    }
    
    .section-main_visual-banner-list {
        top: 48vh;
    }
    
    .section-main_visual-banner-list li {
        width: 50vw;
    }
    
    .section-main_visual-sns-list {
        display: none;
    }
    
    .header-nav .section-main_visual-sns-list {
        display: block;
        position: relative;
        right: initial;
        top:  initial;
        margin: 0 auto;
        text-align: center;
    }
    
    .header-nav .section-main_visual-sns-list li {
        display: inline-block;
        width: auto;
        text-align: center;
        padding: 10px 6px;
    }
    
    .section-auction .section-title {
        text-align: center;
        margin-left: -5%;
    }
    
    .section-auction-more {
        margin: -60px auto 70px auto;
        font-size: 2.4rem;
        line-height: 32px;
    }

    
    
/* main
	========================================================================== */ 

    main {
        margin-top: 34px;
    }
    
    .main-under {
        margin-top: 34px;
    }
    
    .main-under .section-title {
        margin-top: 32px!important;
    }
    
    .main-under .section-title img {
        width: 70%!important;
    }
    
    .main-under .section-title h1 {
        font-size: 2rem;
        padding: 20px 0 20px 0;
    }
    
    .section-main_visual-logo {
        width: 60%;
        top: 2vh;
    }
    
    .section-main_visual-caption {
        width: 86%;
        bottom: 140px;
        left: 6vw;
    }
    
    
    .auction-creator-list span {
        display: block;
    }
    
    .auction-creator-list br {
        display: none;
    }
    
    .section-news .section-news-more {
        position: relative;
        top: initial;
        right: initial;
        border: 1px solid #FFF;
        padding: 10px 45px 10px 40px;
        width: 100px;
        font-size: 1.4rem;
        margin: 0 auto;
        text-align: center;
    }
    
    .section-news .section-news-more::after {
        position: absolute;
        top: 14px;
        right: 50px;
    }
    
    
    .section-news .list-txt {
        font-size: 1.2rem;
    }
    
    .section-news .list-sm {
        height: auto;
    }
    
    .section-news .list-sm img {
        height: auto;
    }
    
    .main-top .section-news {
        padding: 0px 0 0px 0;
    }
    
    .main-top .section-about {
        padding: 40px 0;
    }
    
    .main-top .section-about .cv-btn img {
        width: 100%;
    }
    
    .section-about .section-title img {
        width: 95%;
    }
    
    .section-about .cv-btn {
        width: 72%;
        margin: 0 auto;
    }
    
    
    .section-auction {
        padding: 40px 0;
        background: url("../img/sp/top/section-auction-background.jpg");
        background-size: cover;
    }
    
    .auction-creator-list {
        margin-top: -30px;
    }
    
    .main-top .section-news {
        background-position: top;
    }
    
    .section-news .section-title {
        text-align: center;
        margin: 0 auto 40px auto;
    }
    
    .section-news .section-title img {
        width: 60%;
    }
    



/* about
	========================================================================== */ 
    
    .main-under .section-about {
        padding: 0;
    }
    
    .main-under .section-about::before {
        background-position: top center;
    }
    
    .main-under .section-about .cv-btn {
        width: 52%;
    }
    
    .main-under .section-title p {
        font-size: 2.4rem;
        padding: 0px;
        line-height: 38px;
        margin-top: 0;
    }
    
    .section-about-desc_01 {
        margin: -20px auto 60px auto;
    }
    
    .section-about-desc_01 .cv-btn {
        position: absolute;
        bottom: 55.5%;
        right: 50%;
        margin-right: -26%;
    }
    
    .section-about-desc_01 .cv-btn img {
        width: auto;
    }
    
    .section-about-desc_02 {
        width: 110%;
        margin: 60px auto 20px -5%;
    }


    .section-about-desc_03 {
        width: 105.5%;
        margin: 0px auto 60px -5%;
    }

    .section-about-desc_03 .cv-btn {
        bottom: 25%;
        right: 50%;
        margin-right: -38%;
    }

    .section-about-desc_03 .cv-btn img {
        width: auto;
    }

    .section-about-desc_04 {
        margin: 40px auto 20px auto;
    }

    .section-about-desc_05 {
        width: 110%;
        margin: 0px auto 60px -5%;
    }

    .section-about-desc_06 {
        margin: 0px auto;
    }

    .section-about-desc_06 .cv-btn {
        position: absolute;
        bottom: 8%;
        right: 50%;
        margin-right: -26%;
    }

    .section-about-desc_06 .cv-btn img {
        width: auto;
    }

    .section-about-desc_07 {
        width: 110%;
        margin: 40px auto 0px -5%;
    }

    .section-about-desc_07 .cv-btn {
        position: absolute;
        bottom: 20%;
        right: 50%;
        margin-right: -26%;
    }

    .section-about-desc_07 .cv-btn img {
        width: auto;
    }
    
    .main-under .section-auction .section-title img {
        width: 100%!important;
    }
    
    .main-under .section-auction .section-title {
        margin-top: 0!important;
    }

    

/* news
	========================================================================== */ 
    
    .main-under .section-news {
        padding: 0;
    }
    
    .main-under .section-news::before {
        background-position: top center;
    }

    
/* news-detail
	========================================================================== */ 
    
    .main-under .section-news-detail::before {
        background-position: top center;
    }
    
    .section-news-detail .detail-title {
        font-size: 1.8rem;
        line-height: 32px;
    }
    
    .section-news-detail .detail-title::after {
        height: 1px;
    }
    
    .section-news-detail .detail-txt h2 {
        font-size: 1.8rem;
    }
    
    .section-news-detail .detail-txt p {
        font-size: 1.3rem;
    }

    
/* contact
	========================================================================== */     
    .section-contact label {
        width: 100%;
        padding: 30px 0 0 0;
    }
    
    .section-contact .input {
        width: 100%;
        padding: 20px 0 30px 0;
    }
    
    .section-contact #submit {
        width: 240px;
        height: 49px;
    }

/* ==========================================================================
	cam
	========================================================================== */
	
	.section-txt-cam {
		font-size: 1.5rem;
		text-align: center;
		font-weight: bold;
		line-height: 28px;
		margin-bottom: 80px;
		color: #FFF;
	}
	
	.section-txt-cam span {
		font-size: 1.8rem;
		padding: 14px 0;
		display: block;
		color: #FFF;
	}

}

@media screen and (max-width: 600px) {
	
}

@media screen and (max-width: 498px) {
	
}


@media screen and (max-width: 370px) {


}
