@charset "UTF-8";



 /*******************************************************************************************************

		　　　　　　　　　ラップトップ        

*********************************************************************************************************/
@media screen and (min-width:768px) and (max-width: 3000px){
/************************
		BASE
************************/
body{
	background: url(../img/bg.jpg);
    background-size: 1200px;
    background-attachment: fixed;
	font-family: "遊ゴシック","ヒラギノ角ゴシック","メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
    color: #3d3d3d;
    }

.wrapper{
    max-width: 1100px;
    margin: 0 auto;
    }

a:hover{
	opacity: 0.6;
    transition: all 0.8s ease 0s;
    }

.pc-only{
    display: block;
    }
.sp-only{
    display: none;
    }

    
    
/************************
		HEADER
************************/
header{
    padding-top: 30px;
    background-color: #ffffff;
        }
    
.top{
    margin: 0 10%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 75%;
    margin: 0 auto;
    }

.logo{
    width: 375px;
    }
.logo .pc{
    position: relative;
    max-width: 100%;
    height: auto;
    display: block !important;
    }
    
.logo .sp{
    display: none !important;
    }


.navi ul{
    display: flex;
    justify-content: space-between;
    }  
.navi li{
    display: inline-block;
    font-size: 16px;
    margin-left: 40px;
    }
    .navi li:last-child{
    padding-right: 0;    
    }




.hoverLine {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.hoverLine::after {
	position: absolute;
	content: '';
    bottom: -5px;
	left: 0;
	width: 0;
	height: 2px;
	background: #423171;
	transition: all 0.3s ease 0s;
}
.hoverLine:hover {
	cursor: pointer;
}
.hoverLine:hover::after {
	width: 100%;
}

.mv{
    margin-top: 35px;
}
.mv a:hover{
	opacity: 1;
    transition: all 0.8s ease 0s;
    }


.slick01 img{
    width: 100%;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

    
    /*slick矢印*/


.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 33px !important;
    line-height: 1;

    opacity: .75;
    color: #2d2d2d !important;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '<' !important;
}
[dir='rtl'] .slick-prev:before
{
    content: '>';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '>' !important;
}
[dir='rtl'] .slick-next:before
{
    content: '<';
}


/************************
		YouTube
************************/
.item-iframe{
    display: block;
    margin: 100px auto;
    max-width: 100%;
    }


    
/************************
		お知らせ
************************/

#nextInfo{
    margin: 100px 0 130px 0;
    background-color: #fff;
    }
#nextInfo h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    padding-bottom: 23px;
    }

.info{
    width: 85%;
    margin: auto;
    padding: 50px;
    border: solid 1px;
    background-color: #fff;
    }
.infoBox{
    margin-bottom: 30px;
    border-bottom: solid 1px #808080;
    padding-bottom: 30px;
    font-size: 15px;
    line-height: 1.7;
    }
.infoBox h3{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    }
.infoBox h3 span{
    font-size: 12px;
    color: #a9a9a9;
    }
.date-span-sp{
    display: none;
    }
.infoBox-btn{
    border: solid 1px;
    padding: 10px 50px;
    }
a.infoBox-btn:hover {
  color: #fff;
  background: #000;
}
    

/************************
		お知らせ　下層ページ
************************/
.newsInner{
    border: 1px solid #a9a9a9;
    margin: 80px 40px;
    padding: 60px 60px;
    background-color: #ffffff;
    }
.newsTitle{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 32px;
    color: #423171;
    line-height: 2;
    padding-bottom: 20px;
    text-align: center;
    }
.newsText{
    font-size: 17px;
    font-weight: 300;
    line-height: 2.2;
    padding: 50px 10px 50px 10px;
    }
.newsText2{
    margin-top: 70px;
    }
.newsText2 h4{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 20px;
    }
.newsText3{
    margin-top: 150px;
    text-align: center;
    }
.auctionpageLink{
    color: #ff8c00;
    }
    
    

.catalog{
    font-size: 16px;
    font-weight: 300;
    margin-top: 40px;

    }
/**.catalog a{
    width: 30px;
    color: #fff;
    background-color: #423171;
    padding: 10px;
    text-align: center;
    border-radius: 0.2rem;
    }
    **/

/************************
		11月LIVEオークションWEBカタログページ
************************/
.flexLot{
    display: flex;
    margin: 30px 80px;
    border: #212529 1px solid;
    align-items: center;
    }
.lotImage img{
    width: 120px;
    margin: 10px;
    }
.lotText{
    margin-left: 50px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 300;
    }
.lotBox:hover .flexLot{
    top:-3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    }


/************************
		202406LIVEオークションWEBカタログページ
************************/
.auction202406_header{
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    }
.auction202406_top{
    max-width: 980px;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    }
.auction202406_title{
    font-size: 46px;
    letter-spacing: 0.2em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-top: 20px;
    }
.auction202406_title span{
    font-size: 20px;
    letter-spacing:normal;
    }
.auction202406_subTitle{
    padding-top: 10px;
    font-size: 25px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
.miniprogram{
    padding-right: 20px;
    width: 320px;
    }

.auction_grid{
    display: grid;
    max-width: 980px;
    margin: 30px auto;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 30px;
    }
.auction_grid a{
    transition: all .3s;
    }
.auction_grid a:hover{
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
    }
.grid_item{
    border: 0.8px solid #ababab;
    padding: 35px 30px 20px 30px;
    background-color: #fff;
    }
.grid_item img{
    width: 100%;
    }
.auction202406_textBox{
    padding-top: 20px;
    }
.auction202406_textBox h4{
    font-size: 14px;
    line-height: 1.4em;
    }



    
    
/************************
		出品募集
************************/  
    
#bosyu{
    margin: 160px 0;
}
.bosyuImg{
    text-align: center;
}
.bosyuImg img{
    width: 93%;
}
.bosyuText h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    padding-bottom: 23px;
}



/************************
		和聚会について
************************/  
#about{      
    margin-top: 180px;
    
    }
#about h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    padding-bottom: 45px;
    }
.aboutBox{
    display: flex;
    align-items: flex-start;
    }
.aboutBox img{
    width: 500px;
    height: auto;
    }
.aboutBox p{
    margin-left: 3%;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.7;
    }
a.aboutwashukai-more-btn {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;


}
a.aboutwashukai-more-btn:hover {
  color: #fff;
  background: #000;
}
.aboutwashukai-more-btn {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
    }



/************************
		広告・代行会社
************************/  
.ad{
    margin-top: 170px;
    
    clear: both;
}
.ad h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    text-align: center;
    font-size: 33px;
    padding-bottom: 45px;
    }

.adImg{
    padding: 0 auto;
    }
.adImg ul{
    display: flex;
    justify-content: center;
    }
.adImg ul li{
    padding: 5%;
    }





/************************
		FOOTER
************************/ 

.footer{
    margin-top: 130px;
    background-color: #fff;
    border-top: 1px solid;
    border-color: #000;
    padding: 100px 0 0 0;
    }
.footer .wrapper{
    display: flex;
    justify-content: center;
    padding: 0 auto;
    }
    .footer .wrapper:before, .footer .wrapper:after {
    content:"";
    }
    .footer .wrapper:after { clear:both }

.sitemap{
    width: 100%;
    padding: 0 10%;
    display: flex;
    justify-content: space-around;
    }
.sitemap div{
    margin: 0 10%
    }
.footer .wrapper div h3{
    font-size: 16px;
    border-bottom: 1px solid;
    border-bottom-color: #000;
    padding-bottom: 5px;
    width: 150px;
    
    }
.footer .wrapper div ul{
    padding-top: 5px;
    
    }
.footer .wrapper div ul li{
    padding: 7px 0;
    }
    
.sns{
    display: flex;
    justify-content: center;
    margin: 50px auto 0 auto;
    }
.sns img{
    margin: 0 5px;
    }
.copyright{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 30px;
}


.help_area {
    position: relative;
    text-align: center;
}
.help_area a {
    position: relative;
    transition: 0.3s ease-in-out;
}
.tooltip {
    position: absolute;
    border-radius: 0.3em;
    border: #333 1px solid;
    background-color: #fff;
    padding: 0;
    margin: 0.3em 0 0 0;
    display: none;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid rgba(50, 50, 50, 0.8);
}
.tooltip_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 20px 15px;
    flex-wrap: nowrap;
}
.tooltip_inner img {
    width: 230px;
    padding-right: 7%;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}




.othersHeader{
    padding-bottom: 30px;
}



/************************
		準備中ページ
************************/ 
#notReady{
    width: 100%;

}
#notReady p{
    text-align: center;
    margin: 300px auto 380px auto;
    font-size: 20px;
}


/************************
		市場交換会ページ
************************/  
.market{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 46px;
    margin: 100px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.marketInner1{
    margin: 80px auto 0 auto;
    position: relative;
    }
.marketImg1{
    width: 90%;
    height: auto;
    margin: auto;
    }

.marketInner1Text{
    font-family: "ヒラギノ明朝 ProN";
    font-size: 22px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 0.02em;
    margin: 60px auto 0 auto;
    width: 70%;
    text-align: center;
    }
.kobutsuNo{
    margin-right: 50px;
    margin: 80px auto 80px auto;
    width: 70%;
    text-align: center;
    }
.kobutsuNo span{
    font-size: 12px;
    font-weight: 200;
    }
.marketExhibitTitle{
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: center;
    margin: 20px auto;
    }
.marketExhibit{
    margin-top: 100px;
    padding: 50px;
    background-color: #f5f7f6;
    }
.marketExhibitText{
    padding: 50px 0;
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
    width: 800px;
    margin: 0 auto;
    }
.marketExhibit p{
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
    text-align: center;
    }
.marketExhibitMail{
    margin: 150px auto;
    }
.marketExhibitMail img{
    display: block;
    margin: auto;
    }
.marketExhibitMail p{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
    }
a.marketBtn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}
a.marketBtn-border:hover {
  color: #fff;
  background: #000;
}
.marketBtn {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 15px 63px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
    }
    
    
    
    
    

/************************
		オークションページ
************************/
.auction{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 46px;
    margin: 100px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    border-bottom: solid 2px;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.auctionInner1{
    margin: 70px auto 0 auto;
    position: relative;
    }
.auctionImg1{
    width: 90%;
    height: auto;
    margin: auto;
    text-align: center;
    }
.auctionImg1 .slick01 img{
    width: 90%;
    margin: 0 auto;
    }

    
.auctionImg1 .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(65%);
    -moz-filter: opacity(65%);
    -o-filter: opacity(65%);
    -ms-filter: opacity(65%);
    filter: opacity(65%);
    transition: 0.2s linear;
    }
    
    
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
    .slick-next{ right:0!important; }
    .slick-prev{ left:0!important; }
    .slick-arrow{ z-index:2!important; }
    
    
    
    
/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
    font-size: 27px;
    font-weight: 300;
    letter-spacing: 0.15em;
    justify-content: center;
    align-items: center;
}
.tab li a{
	display: block;
	background:#fff;
	margin: 10px 5px 50px 5px;
	padding: 28px 150px;
    border-radius: 1px;
    border: solid 0.5px #a0a0a0;
    color: #a0a0a0;

}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#ddd;
    box-shadow: none;
    border: solid 1px;
    border-radius: 1px;
    background-color: #423171;
    color: #fff;
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.3);
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:10px 35px 50px 35px;
    border-left: solid 2px;
    border-right: solid 2px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.guide-area{
    margin: 100px auto;
    }
.guide-area h2{
    font-size: 25px;
    padding-bottom: 20px;
    text-align: center;
    }
.guide-area p{
    font-size: 17px;
    font-weight: 300;
    line-height: 1.55;
    }
.selling-guide h2{
    font-size: 29px;
    }
.selling-guide h3,
.buying-guide h3{
    font-size: 25px;
    font-weight: 300;
    margin: 40px auto 30px 30px;
    }
.guide{
    margin-top: 110px;
    }
.selling-guide ol li,
.buying-guide ol li{
    list-style-type:decimal;
    margin: 30px 80px 10px 70px;     
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
    }
.selling-guide p,
.buying-guide p{
    font-size: 16px;
    margin: 0 50px 95px 60px;
    }
.buying-guide h4{
    font-size: 20px;
    font-weight: 300;
    margin: 30px 80px 10px 70px;   
    }
.buyingStyle p{
    font-size: 16px;
    margin: 10px 50px 10px 100px;
    }
.buyingStyle{
    margin-bottom: 85px;
    }
a.auctionBtn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
}
a.auctionBtn-border:hover {
  color: #fff;
  background: #000;
}
.auctionBtn {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 15px 63px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 40px auto 0 auto;
    }
.auctionContact{
    text-align: center;
    padding-top: 50px;
    }





/************************
		会社案内ページ
************************/
.aboutTitle{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 46px;
    border-bottom: solid 2px;
    margin: 100px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.aboutWashukai{
    margin: 100px auto 0 auto;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    font-size: 29px;
    }
.aboutWashukaiInner{
    margin: 40px auto 0 auto;
    display: flex;
    }
.aboutWashukaiInner p{
    margin-left: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.5;
    }
.nomotoGreeting{
    margin-top: 150px;
    width: 100%;
    border: solid 1px;
    display: flex;
    justify-content: flex-end;
    background-color: #fff;
    }
.nomotoGreetingTitle{
    font-size: 26px;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    }
.nomotoGreeting p{
    font-size: 16px;
    text-align: center;
    margin: auto;
    line-height: 1.5;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    }

.companyOutline{
    margin: 150px auto 0 auto;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    font-size: 29px;
    }
.companyOutlineInner table{
    margin: 30px 2%;
    width: 95%;
    }
.companyOutlineInner table th,td{
    border: solid 1px #dadedc;
    padding: 12px 10px 12px 8px;
    font-size: 14px;
    font-weight: 300;
    }
.companyOutlineInner table th{
    background-color: #f5f7f6;
    }
.companyOutlineInner table td{
    background-color: #fff;
    }
.access{
    margin: 170px auto 0 auto;
    }
.map{
    width: 85%;
    margin: 0 auto;
    }
.map iframe{
    height: 400px;
    }
.address{
    font-size: 15px;
    font-weight: 200;
    line-height: 1.5;
    margin: 30px auto;
    display: flex;
    background-color: #f5f7f6;
    width: 85%;
    }

.address p{
    margin: 0 40px;
    padding: 22px 40px 30px 40px;
    }
    

/************************
		catalog
************************/
.catalogInner{
    width: 100%;
    margin: 60px auto;
    }








 } 
 
 /*******************************************************************************************************


		　　　　　　　　　　モバイル        

*********************************************************************************************************/
@media screen and (max-width:767px){

/************************
		BASE
************************/
body{
	background: url(../img/bg.jpg);
    background-size: 100%;
    background-attachment: fixed;
	font-family: "ヒラギノ角ゴシック","メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
    color: #3d3d3d;
    }

.wrapper{
    width: 90%;
    margin: 0 5%
    }
    
.sp-only{
    display: block;
    }
.pc-only{
    display: none;
    }

    
/************************
		HEADER
************************/
header{
    padding-top: 17px;
    background-color: #ffffff;
    margin: 0 auto;
    }

.top{
    margin: 0 5%;
    display: flex;
    }

.logo .pc{
    display: none !important;
    }

.logo .sp{
    display: block !important;
    width: 60%;
    height: auto;
    }


nav{
    display: flex;
    position: relative;
    }
.nav_toggle {
    display: block;
    position: absolute;
    width: 1.75rem;
    height: 1.5rem;
    right: 0;
    top: 24%;
    
    }
.nav_toggle span {
    display: block;
    width: 100%;
    height: 2.7px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
    }
.nav_toggle span:nth-child(1) {
    top: 0;
    }
.nav_toggle span:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
    }
.nav_toggle span:nth-child(3) {
    bottom: 0;
    }
.nav_toggle.show span:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
    }
.nav_toggle.show span:nth-child(2) {
    opacity: 0;
    }
.nav_toggle.show span:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
    }
.navi{
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    width: 100%;
    height: 100%;
    margin: 50px auto 0 auto;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    left: 0;
    padding: 20px;
    text-align: center;
    }
.navi.show {
    opacity: 0.9;
    visibility: visible;
    }
.nav_menu_li{
    padding: 21px 0;
    font-size: 18px;
    font-weight: 300;
    }
.nav_menu_li:first-child{
    padding-top: 35px;;
    }

.mv{
    margin-top: 25px;
}
.slick01 img{
    width: 100%;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}

.background-image{
    margin-top: 5px;
    }

.background-image p {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 20px 0 0 0;
}
.background-image p.figure-slide-01 {
  background-image: url(../img/mv1test.JPG);
}
.background-image p.figure-slide-02 {
  background-image: url(../img/mv2test.JPG);
}
.background-image p.figure-slide-03 {
  background-image: url(../img/mv3test.JPG);
}

    .slick-next{ right:0!important; }
    .slick-prev{ left:0!important; }
    .slick-arrow{ z-index:2!important; }
    


/************************
		youtube
************************/
.item-movie {
    margin: 50px auto;
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }
  .item-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }


    
/************************
		お知らせ
************************/
#nextInfo{
    margin: 50px 0 0 0;
    background-color: #fff;
    }
#nextInfo h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 7px;
    }
.info{
    margin: auto;
    padding: 10px 20px;
    border: solid #808080 1px;
    background-color: #fff;
    }
.infoBox{
    padding-top: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #808080;
    padding-bottom: 30px;
    font-weight: 400;
    font-size: 0.99rem;
    line-height: 1.5rem;
    color: #494949;
    }
.infoBox h3{
    padding-bottom: 15px;
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.25rem;
    color: #494949;
    }
.infoBox h3 span{
    font-size: 12px;
    color: #a9a9a9;
    line-height: 2.3;
    }
.date-span-sp{
    display: block;
    }
.infoBox-btn{
    border: solid 1px;
    padding: 10px 50px;
    }

    
/************************
		お知らせ　下層ページ
************************/
.newsInner{
    border: 1px solid #a9a9a9;
    margin: 30px 0;
    padding: 20px 8px;
    background-color: #fff;
    }
.newsTitle{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 23px;
    padding-bottom: 20px;
    }
.newsText{
    font-size: 17px;
    font-weight: 300;
    line-height: 2.1;
    padding: 10px 10px 20px 10px;
    }
.newsText2{
    margin-top: 70px;
    }
.newsText2 h4{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    font-size: 22px;
    padding-bottom: 20px;
    }
.newsText3{
    margin-top: 70px;
    text-align: center;
    }
.auctionpageLink{
    color: #ff8c00;
    }



/************************
		11月LIVEオークションWEBカタログページ
************************/
.flexLot{
    display: flex;
    margin: 15px 5%;
    border: #212529 1px solid;
    align-items: center;
    }
.lotImage img{
    width: 60px;
    margin: 10px;
    }
.lotText{
    margin-left: 10px;
    font-size: 15px;
    font-weight: 300;
    }
.lotBox:hover .flexLot{
    top:-3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    }
    

/************************
		202406LIVEオークションWEBカタログページ
************************/
.auction202406_header{
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    }
.auction202406_top{
    max-width: 100%;
    margin: 40px auto 0 auto;
    display: flex;
    justify-content: space-between;
    }
.auction202406_title{
    font-size: 36px;
    letter-spacing: 0.2em;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    border-bottom: 1px solid #333;
    line-height: 0.8em;
    padding-top: 10px;
    }
.auction202406_title span{
    font-size: 15px;
    letter-spacing:normal;
    }
.auction202406_subTitle{
    padding-top: 10px;
    font-size: 23px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    }
.miniprogram{
    width: 82px;
    }

.auction_grid{
    display: grid;
    max-width: 980px;
    margin: 20px auto;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 20px;
    }
.auction_grid a{
    transition: all .3s;
    }
.auction_grid a:hover{
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4), 0 0 50px rgba(128, 128, 128, 0.1) ;
    border-color: transparent;
    }
.grid_item{
    border: 0.8px solid #ababab;
    padding: 15px 20px 15px 20px;
    background-color: #fff;
    }
.grid_item img{
    width: 100%;
    }
.auction202406_textBox{
    padding-top: 15px;
    }
.auction202406_textBox h4{
    font-size: 12px;
    line-height: 1.4em;
    }


    
    
/************************
		出品募集
************************/  
    
#bosyu{
    margin: 80px auto 0 auto;
    }
.bosyuImg{
    text-align: center;
    width: 80%;
    margin: auto;
    }
.bosyuImg img{
    width: 100%;
    height: auto;
    }



/************************
		和聚会について
************************/  
#about{      
    margin-top: 70px; 
    }
#about h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 21px;
    padding-bottom: 8px;
    }

.aboutBox img{
    width: 100%;
    height: auto;
    }
.aboutBox p{
    padding-top: 5px;
    font-size: 14px;
    line-height:   23px;
    }
a.aboutwashukai-more-btn {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;


}
a.aboutwashukai-more-btn:hover {
  color: #fff;
  background: #000;
}
.aboutwashukai-more-btn {
  font-size: 12px;
  font-weight: 300;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
    }



/************************
		広告・代行会社
************************/  
.ad{
    margin-top: 100px;
    }
.ad h2{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 10px;
    }
    
.adImg{
    }
.adImg ul{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    
    }
.adImg ul li{
    padding: 3%;
    flex: 1;
    }
.ad1 img{
    width: 67%;
    }
.ad2 img{
    width: 98%;
    }
.ad3 img{
    width: 84%;
    }
.ad4 img{
    width: 59%;
    }
.ad5 img{
    width: 37%;
    }
.ad6 img{
    width: 59%;
    }


/************************
		FOOTER
************************/ 

.footer{
    margin-top: 50px;
    background-color: #fff;
    border-top: 1px solid;
    border-color: #000;
    padding-top: 20px;
    }
.footer .wrapper{
    /*display: flex;
    justify-content: center;
    padding: 0 auto;*/
    margin: 0 auto;
    }

.sitemap{
    margin: 20px auto 0 auto;
    width: 100%;
    display: flex;
    flex-flow: column;
    }
.sitemap div{
    margin: 15px auto 20px auto;
    }
.footer .wrapper div h3{
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid;
    border-bottom-color: #000;
    padding-bottom: 5px;
    width: 120px;
    
    }
.footer .wrapper div ul{
    padding-top: 5px;
    
    }
.footer .wrapper div ul li{
    padding: 6px 0;
    }
    
.sns{
    display: flex;
    justify-content: center;
    margin: 20px auto 0 auto;
    }
.sns img{
    margin: 0 5px;
    }
.copyright{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}


.help_area {
    position: relative;
    text-align: center;
}
.help_area a {
    position: relative;
    transition: 0.3s ease-in-out;
}
.tooltip {
    position: absolute;
    border-radius: 0.3em;
    border: #333 1px solid;
    background-color: #fff;
    padding: 0;
    margin: 0.3em 0 0 0;
    display: none;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
  animation-name: fade-in;
  animation-duration: 0.5s;
}
.tooltip:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid rgba(50, 50, 50, 0.8);
}
.tooltip_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 20px 15px;
    flex-wrap: nowrap;
}
.tooltip_inner img {
    width: 120px;
    padding-right: 7%;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


/************************
		準備中ページ
************************/ 
#notReady{
    width: 100%;

}
#notReady p{
    text-align: center;
    margin: 100px auto 120px auto;
    font-size: 13px;
}



/************************
		市場交換会ページ
************************/  
.market{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 23px;
    border-bottom: solid 2px;
    margin: 40px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.marketImg1{
    margin: 0 auto;
    }
.marketInner1{
    margin: 30px auto 0 auto;
    position: relative;
    }

.marketInner1Text{
    font-family: "ヒラギノ明朝 ProN";
    font-size: 16px;
    font-weight: 200;
    line-height: 1.6;
    margin: 20px auto 0 auto;
    width: 95%
    }
.kobutsuNo{
    margin: 10px;
    text-align: center;
    }
.kobutsuNo span{
    font-size: 12px;
    font-weight: 100;
    }
    
.marketExhibitTitle{
    font-size: 18px;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    text-align: center;
    margin: 15px auto 5px auto;
    }
.marketExhibit{
    margin-top: 40px;
    padding: 5px 5px 10px 5px;
    background-color: #f5f7f6;
    }
.marketExhibitText{
    padding: 10px 0;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7;
    margin: 0 auto;
    }
.marketExhibitText li{
    margin: 10px auto;
    }
.marketExhibit p{
    font-size: 20px;
    font-weight: 200;
    line-height: 1.7;
    text-align: center;
    }

.marketExhibitMail{
    margin: 70px auto;
    }
.marketExhibitMail img{
    display: block;
    margin: auto;
    }
.marketExhibitMail p{
    margin-left: 10px;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.5;
    padding: 20px;
    text-align: center;
    }
a.marketBtn-border {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}
.marketBtn {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
    }
    



/************************
		オークションページ
************************/
.auction{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 23px;
    border-bottom: solid 2px;
    margin: 40px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.auctionInner1{
    margin: 30px auto 0 auto;
    position: relative;
    }
.auctionImg2{
    width: 90%;
    height: auto;
    margin: auto;
    }
.auctionImg2 .slider_thumb img{
    width: 100%;
    margin: 0 auto;
    }
.auctionImg2 .thumb img{
    width: 90%;
    margin: 10px auto;
    }
.auctionImg2 .thumb:not(.slick-current) {
    -webkit-filter: opacity(65%);
    -moz-filter: opacity(65%);
    -o-filter: opacity(65%);
    -ms-filter: opacity(65%);
    filter: opacity(65%);
    transition: 0.2s linear;
    }
.thumb .slick-current{
    opacity: 1;
    }
.thumb .slick-track {
transform:unset!important;
}
    
    
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
    .slick-next{ right:0!important; }
    .slick-prev{ left:0!important; }
    .slick-arrow{ z-index:2!important; }
    
    
    
    
    
/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.07em;
    text-align: center;
}
.tab li{
    flex: 1; 
    }
.tab li a{
	display: block;
	background:#fff;
	margin: 30px 1px 30px 1px;
	padding: 15px 15px;
    border-radius: 1px;
    border: solid 0.5px #a0a0a0;
    color: #a0a0a0;

}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#ddd;
    box-shadow: none;
    border: solid 1px;
    border-radius: 1px;
    background-color: #423171;
    color: #fff;
    box-shadow:inset 0 1px 5px rgba(0,0,0,0.3);
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding: 10px 10px 15px 10px;

}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}


.guide-area{
    margin: 10px auto 10px auto;
    }
.guide-area h2{
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: 200;
    text-align: center;
    }
.guide-area p{
    font-size: 16px;
    font-weight: 200;
    line-height: 1.55;
    }
.selling-guide h2,
.buying-guide h2{
    font-size: 25px;
    }
.selling-guide h3,
.buying-guide h3{
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin: 40px auto 30px auto;
    }
.guide{
    margin-top: 110px;
    }
.selling-guide ol li,
.buying-guide ol li{
    list-style-type:decimal;
    margin: 30px auto 10px 20px;     
    font-size: 21px;
    font-weight: 300;
    line-height: 1.5;
    }
.guide p{
    font-size: 16px;
    margin: 0 10px 60px 3px;
    }
.satei-hani{
    margin: 0 10px 95px 10px;
    }
.buyingStyle h4{
    font-size: 17px;
    font-weight: 300;
    margin-top: 10px;
    }
.buyingStyle p{
    margin: 5px 10px;
    }
a.auctionBtn-border {
  border: 1px solid #000;
  border-radius: 0;
  background: #fff;
}
.auctionBtn {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.2em;
  color: #212529;
  border-radius: 0.5rem;
  margin: 30px auto;
    }
.auctionContact{
    text-align: center;
    padding: 50px 5px 0 5px;
    }








/************************
		会社案内ページ
************************/
.aboutTitle{
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 500;
    font-size: 23px;
    border-bottom: solid 2px;
    margin: 40px auto 0 auto;
    padding-left: 5px;
    padding-bottom: 5px;
    }
.aboutWashukai{
    margin: 20px auto 0 auto;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 20px;
    }
.aboutWashukaiInner-sp{
    margin: 10px auto 0 auto;
    }
.aboutWashukaiInner-sp img{
    display: block;
    margin: auto;
    }
.aboutWashukaiInner p{
    margin: 20px auto;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    }
    
.nomotoGreeting{
    margin-top: 40px;
    width: 100%;
    border: solid 1px;
    background-color: #fff;
    padding: 5px
    }
.nomotoGreetingTitle{
    font-size: 20px;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    }
.nomotoGreeting p{
    font-size: 16px;
    text-align: center;
    margin: auto;
    line-height: 1.5;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.08em;
    font-weight: 400;
    padding: 20px;
    }

.companyOutline{
    margin: 70px auto 0 auto;
    font-family: "ヒラギノ明朝 ProN";
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 20px;
    }
.companyOutlineInner table{
    margin: 10px auto;
    width: 100%;
    }
.companyOutlineInner table th,td{
    border: solid 1px #dadedc;
    padding: 12px 10px 12px 8px;
    font-size: 14px;
    font-weight: 300;
    display: block;
    }
.companyOutlineInner table th{
    background-color: #f5f7f6;
    }
.companyOutlineInner table td{
    background-color: #fff;
    }
    
.access{
    margin: 60px auto 80px auto;
    }    
.map{
    width: 100%;
    margin: 0 auto;
    }
.map iframe{
    height: 250px;
    }
.address{
    font-size: 14px;
    font-weight: 200;
    line-height: 1.5;
    margin: 30px auto;
    background-color: #f5f7f6;
    width: 100%;
    }
.address p{
    padding: 15px;
    }




/************************
		お問合せページ
************************/ 
#contact{
    height: auto;
    margin: 30px auto 60px auto;
    background-color: #fff;
}
iframe{
    width: 100%;
    height: 1600px;
    display: block;
}





}




.padding-bottom30{
    padding-bottom: 30px;
}
.margin-bottom30{
    margin-bottom: 30px;
}
