@charset "utf-8";

/*body{ background-color:#f6aa00; }*/
section {
  display: block;
}
.content{ background-color: #FFF;}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
 
.bw a img{
    width: 96%
}
.text_s {
  font-size: 86%;
}

.red {
  float: right;
  background-color: red;
  padding: 2px 4px;
  margin: 2px 0 0 4px;
  color: white;
  font-size: 11px;
  font-weight: bold;
}

.w90{ 
    width: 90%;
    margin:20px auto ;
}
.w90 img{ 
    padding: 10px;
}
.back_1{ 
    display:block;
    background-color: #F7E7BE;
    padding: 0 0 40px;
}
.back_2{ 
    display:block;
    text-align: center;
    padding: 30px 0 30px;
}

/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  margin: auto;
  /*<!-- max-width: 91%; -->*/
  /* ここに動画の横幅を指定 */
}

/* 動画を囲うdiv */
.video1 {
  position: relative;
  width: 90%;
  /* 横幅は100%で固定 */
  height: 0;
  /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%;
  /* 高さを指定(16:9) */
    margin: auto;
}
.video2 {
    display: block;
    width: 100%;
    height: 0;
    text-align: center;
}

/* YouTube埋め込み用のiframe */
.video1 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video2 iframe {
}

/* インスタ */
.insta {
    width: 95%;
    margin: auto;
}
.insta p{
    color: #5BB532;
    margin: 20px 0;
    text-align: center;
    font-size: 200%;
    font-weight: bold;
    font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    }

.instagram-media {
  background: #FFF;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5), 0 1px 10px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  margin: 10px auto !important;
  max-width: 540px;
  min-width: 326px;
  padding: 0;
  width: 99.375%;
  width: -webkit-calc(100% - 2px);
  width: calc(100% - 2px);
}

.sp{
  display: none;
}

.none{
  display: none;
}
/* ----------------------------------------------
	スライド
------------------------------------------------- */

.slide {
  margin: auto;
}

.img_slide {
  margin: auto;
  max-width: 91%;
  /* ここに写真の横幅を指定 */
}

.back_c {
  background-color: #FDD077;
}

/*==================================================
スライダーのためのcss
===================================*/
.container {
  max-width: 700px;
  margin: auto;
}

.slider img {
  width: 100%;
  /*スライダー内の画像を横幅100%に*/
  height: auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
  margin: 0 0px;
  /*スライド左右の余白調整*/
}

/*画像の横幅を100%にしてレスポンシブ化*/
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  /*画像の下にできる余白を削除*/
}

/*メイン画像下に余白をつける*/
.gallery {
  margin: 0 0 5px 0;
}

li {
  list-style: none;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    width: 30px;
    height: 30px;
    background: rgba(112, 112, 112, 0.2);/*矢印の背景*/
    border: 1px solid rgb(255, 255, 255, 0.6);/*矢印の枠*/
    border-radius: 50%;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 1.5%;
    transform: rotate(45deg);
}

.slick-prev::after,
.slick-next::after{
    content: '';
    display: inline-block;
  vertical-align: middle;
	width: 0.6em;
  height: 0.6em;
    border: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
    border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
}
.slick-prev::after{
    position: relative;
    top: 10px;
    left: 7px;}
.slick-next::after{
    position: relative;
    top: 10px;
    right: -7px;}

/*選択するサムネイル画像の設定*/

.thumbnail {
  margin-top: 20px;
}

.choice-btn li {
  cursor: pointer;
  outline: none;
  list-style: none;
  background: #333;
}

.choice-btn li img {
  opacity: 0.4;
  /*選択されていないものは透過40%*/
}

.choice-btn li.slick-current img {
  opacity: 1;
  /*選択されているものは透過しない*/
}

/*========= レイアウトのためのCSS ===============*/

* {
  font-size: 19px;
  letter-spacing: 1px;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

/*エリア全体を中央寄せ*/
.wrapper {
  /*  width:94%;
  max-width:900px;*/
  margin: 0 auto;
  padding: 28px;
  border: solid 3px;
  background-color: #fff;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wrapper a {
  color: #333;
}

.wrapper a:hover,
.wrapper a:active {
  text-decoration: none;
}

.wrapper p {
  margin: 30px 0;
  word-wrap: break-word;
}

.box-txt {
  margin-bottom: 22px;
  font-size: 23px;
  line-height: 1.5;
  letter-spacing: 0.5px;
}

.item {
  padding: 20px 0 0;
}

.item .brand {
  font-size: 22px;
  color: #A31A4B;
  font-weight: bold;
}

.content-7f .new-item .item .brand {
  color: #D86600;
}

.content-7f .scallop-item .item .brand {
  color: #2B83D4;
}


.item .brand span {
  font-size: 20px;
  color: #000;
}

.item .detail {
  display: flex;
  gap: 0;
}
.detail.block{
  display: block !important;
}

.item .detail .item-name {
  font-size: 24px;
  font-weight: bold;
}

.item .detail.block .item-name {
line-height: 1.5;
}

.item .detail .size {
  font-size: 16px;
  font-weight: normal;
  line-height: 3;
}
.detail.block .item .detail .size{
  line-height: 2;
}

.item .detail .price {
  font-size: 24px;
  font-weight: bold;
}

.item .detail.block .price {
  line-height: 1;
  }

.item .detail .price span {
  font-size: 16px;
}

.content .area {
  max-width: 454px;
  margin: auto;
  padding: 30px 0 20px
}

.content .content-title {
  height: auto;
  margin: 0 auto 28px;
}

.content .content-title .img {
  max-width: 498px;
  margin: auto;
}

/* ----------------------------------------------
	インフォメーション
------------------------------------------------- */
.info-link {
  display: flex;
  gap: 5px;
  margin: 60px 0;
}

.info-link .link-item {
  display: flex;
  width: calc(33.33333% - 5px /3);
  justify-content: center;
  padding: 10px 0 22px;
  background-color: #B10819;
  gap: 18px;
  align-items: end;
  text-decoration: none;
}
.info-link .link-item:hover{
    opacity: 0.30;
    transition: all 1s;
}

.info-link .link-item .icon {
  width: 58px;
  height: 58px;
}

.info-link .link-item .txt {
  width: 150px;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  line-height: 1;
  color: #fff;

}

.info-link .link-item .txt span {
  font-size: 28px;
}

/* ----------------------------------------------
	7階
------------------------------------------------- */
.content-7f {
  margin-bottom: 24px;
  background: url(/special/2023/1004hokkaido/images/img-bg-7th.jpg) top no-repeat #FFF3DD;
  background-size: contain;
}

.content-7f .new-item {
  margin-bottom: 56px;
}

.content-7f .new-item .content-title {
  background-color: #D86600;
}

.content-7f .new-item .wrapper {
  border-color: #D86600;
}

.content-7f .thumbnail li {
  border: solid 2px #fff;
}

.content-7f .scallop-item {
  padding-bottom: 70px;
}

.content-7f .scallop-item .content-title .img{
max-width: 534px;
}

.content-7f .scallop-item .content-title {
  background-color: #2B83D4;
}

.content-7f .scallop-item .wrapper {
  border-color: #2B83D4;
}

.content-7f .scallop-item .item{
  position: relative;
}
.content-7f .scallop-item .item::after{
  content: "";
  position: absolute;
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image:url(/special/2023/1004hokkaido/images/icon-hotate.png);
  background-size: contain;
  vertical-align: middle;
  bottom: 0;
  right: 2px;
}
.content-7f .scallop-item .icon-a::before,
.content-7f .scallop-item .icon-b::before,
.content-7f .scallop-item .icon-c::before{
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 5px;
}
.content-7f .scallop-item .icon-a::before{
  background-image:url(/special/2023/1004hokkaido/images/icon-a.png);
}
.content-7f .scallop-item .icon-b::before{
  background-image:url(/special/2023/1004hokkaido/images/icon-b.png);
}
.content-7f .scallop-item .icon-c::before{
  background-image:url(/special/2023/1004hokkaido/images/icon-c.png);
}

/* ----------------------------------------------
	6階
------------------------------------------------- */
.content-6f {
  padding-bottom: 60px;
  background: url(/special/2023/1004hokkaido/images/img-bg-6th.jpg) top no-repeat #FDDADC;
  background-size: contain;
}

.content-6f .new-item .content-title {
  background-color: #A31A4B;
}
.content-6f .new-item .wrapper {
  border-color: #A31A4B;
}
.content-6f .note{
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.content-6f .note span{
  color: red;
}

.content-6f .new-item .box-txt {
  color: #A31A4B;
  }

.content-6f .new-item .content-title .img{
  max-width: 580px;
  }

  .content-6f .thumbnail li {
    border: solid 2px #fff;
  }
/* ----------------------------------------------
	バナーエリア
------------------------------------------------- */
.bnr-area {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin: 60px 0;
}

/* ----------------------------------------------
	バイヤーバナー
------------------------------------------------- */
.buyer-bnr {
  border-top: solid 1px #969494;
  padding-top: 48px;
}