
body{ background-color:#ffffff;}
section{ display:block; }

/* ----------------------------------------------
	ヘッダー
------------------------------------------------- */
header{
	display:block;
	padding:20px 0 0;
}
header a{
	display:block;
	margin:0 auto;
}
header a h1{
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 57.3333333333333%;
	background-image:url(../images/title_sp.png);
	background-position:center bottom;
	background-repeat:no-repeat;
    background-size: contain;
	display:block;
}
header.sub_header a h1{
	height: 0;
    /* 表示画像の高さ ÷ 表示画像の幅 × 100 */
    padding-top: 25.3333333333333%;
	background-image:url(../images/title_sp2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
    background-size: contain;
	display:block;
}

/* ----------------------------------------------
	共通
------------------------------------------------- */
* {
	font-size: 16px;
  }
.content{
	margin:0 auto;
    background-color: #fff;
}
.content img {
    width: 100%;
}
.center{
    text-align: center;
 }
.sp_non{
    display: none;
 }
#pagetop {
    position: fixed;
    bottom: -80px;
    right: -20px;
}
#pagetop img{
    width: 70%;
}
.wrapper {
	padding: 10px;
  }

  .box-txt {
	margin-bottom: 15px;
  }
  .item {
    padding: 10px 0 0;
}
.item .brand {
    font-size: 16px;
}
.item .brand span {
    font-size: 16px;
}
.item .detail {
    display: block;
}
.item .detail .item-name {
    font-size: 16px;
	line-height: 1.5;
}
.item .detail .size {
    font-size: 14px;
    line-height: 1;
}
.item .detail .price {
    font-size: 16px;
}
.item .detail .price span {
    font-size: 14px;
}
.thumbnail {
    margin-top: 10px;
}
.content .area {
    max-width: 90%;
	padding: 20px 0 20px;

}
.content .content-title .img {
    max-width: 90%;
    margin: auto;
}

.sp{
	display: block;
}

.box-txt {
	font-size: 16px;
  }

.note{
    margin:20px 20px ;
    font-size: 60%;
    text-align: left;
    line-height: 12px;
 }
/* ----------------------------------------------
	スライド
------------------------------------------------- */
/*.slick-prev, .slick-next {
	top: 45%;
	height: 20px;
    width: 20px;
}*/
/* ----------------------------------------------
	内容
------------------------------------------------- */
.back_2 iframe {
	width: 90%;
}

#video_h{
}
.video_size{
	width: 100%;
}

/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  margin: auto;
 max-width: 90%; 
  /* ここに動画の横幅を指定 */
}
/* ----------------------------------------------
	ボタン
------------------------------------------------- */
.content .b1{
    background-color: #709CCF;
}


/* ----------------------------------------------
	ページトップへ
------------------------------------------------- */
#topback  img {
    width: 100%;
}
#topback a{
    display: block;
    margin: 0px auto 20px;
}
/* ----------------------------------------------
	フッター
------------------------------------------------- */
footer{
	display:block;
	background-color:#FFF;
	padding:20px 0 20px;
}
footer .footer_logo{
    margin:0;
    width: auto;
    display: block;
    text-align: center;
}
footer .footer_logo a img{
	display:block;
	width:240px;
	height:36px;
	background-image:url(../img/logo.png);
	background-position:center top;
	background-repeat:no-repeat;
	background-size:auto 36px;
	margin:0 auto;
}
/* ----------------------------------------------
	インフォメーション
------------------------------------------------- */
.info-link{
    margin: 40px 0;
    flex-wrap: wrap;
    justify-content: center;
	gap: 15px;
  }
  .info-link .link-item {
    width: 90%;
}
/* ----------------------------------------------
	7Fコンテンツ
------------------------------------------------- */
.content-7f {
    margin-bottom: 10px;
}
.content-7f .scallop-item{
	padding-bottom: 40px;
  }

  .content-7f .scallop-item .item::after{
	width: 40px;
	height: 40px;
  }

  .content-7f .scallop-item .item {
    padding-bottom: 16px;
}
.content-7f .scallop-item .icon-a::before,
.content-7f .scallop-item .icon-b::before,
.content-7f .scallop-item .icon-c::before{
  width: 20px;
  height: 20px;
}
/* ----------------------------------------------
	6Fコンテンツ
------------------------------------------------- */
.content-6f .new-item .content-title .img{
    padding: 5px 0;
}

  /* ----------------------------------------------
	バナー
------------------------------------------------- */
.bnr-area {
    gap: 40px;
    width: 90%;
    margin: 60px auto;
}

  /* ----------------------------------------------
	バイヤーバナー
------------------------------------------------- */
.buyer-bnr{
	padding-top: 20px;
  }
  