@charset "utf-8";

.sekku h1{
  margin-bottom: 0.8em;
}

.lead_double_frame p{
  text-align: center;
}

.lead_double_frame img{
  max-width: 100%;
  padding-top: 0em;
}

.lead_double_frame02 p{
  text-align: center;
}

.lead_double_frame02 img{
  max-width: 100%;
  padding-top: 0em;
}

.lead_double_frame03 p{
  text-align: center;
}

.lead_double_frame03 img{
  max-width: 100%;
  padding-top: 0em;
}

.lead_double_frame {
  background-color: #fff;
  padding: 20px 20px;
  max-width: 900px;
  margin: 2em auto;

  background-image: url(https://www.steiff.co.jp/bearbrick/img/be_bak_01n.jpg) ;

  background-repeat: repeat;
  background-size: 100% auto;
background-color: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  /*border: solid 2px #fabeaf;*/
  /*outline: solid 3px #a18b65;
  outline-offset: 2px;*/
  overflow: hidden;
}

.lead_double_frame02 {
  background-color: #fff;
  padding: 20px 20px;
  max-width: 900px;
  margin: 20px auto;

  background-image: url(https://www.steiff.co.jp/bearbrick/img/be_bak_01n.jpg) ;

  background-repeat: repeat;
  background-size: auto 100%;
background-color: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  /*border: solid 2px #fabeaf;*/
  /*outline: solid 3px #a18b65;
  outline-offset: 2px;*/
  overflow: hidden;
}

.lead_double_frame03 {
  background-color: #fff;
  padding: 20px 20px;
  max-width: 900px;
  margin: 20px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  /*border: solid 2px #fabeaf;*/
  /*outline: solid 3px #a18b65;
  outline-offset: 2px;*/
  overflow: hidden;
}

.lead_double_frame04 {
  background-color: #f7e3ce;
  padding: 10px 20px;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  /*border: solid 2px #fabeaf;*/
  /*outline: solid 3px #a18b65;
  outline-offset: 2px;*/
  overflow: hidden;
}

/*@media (max-width: 799px) {
.lead_double_frame {
  background-size: auto 100% ;
    background-repeat: no-repeat;
}

.lead_double_frame02 {
  background-size: auto 100% ;
    background-repeat: no-repeat;
}
}*/

.sekku h1 span{
  font-size:80%;
}
.hina {
  background-color: #fcdfd7;
  padding: 3% 0 1%;
  margin: 0px auto 0px;
}

.case {
  background-color: #ffebd2;
  padding: 3% 0 1%;
  margin: 0px auto 0px;
}



.flex_list {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0em 0;
}

.flex_list .column4 {
  padding: 10px;
}

.flex_list .item-list-span-img {
    background-color: #fff !important;
}

.flex_list a:hover {
  opacity: 1 !important;
}

.flex_list02 {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0em 0;
}

.flex_list02 .column4 {
  padding: 1px;
}

.flex_list02 .item-list-span-img {
    background-color: #fff !important;
}

.flex_list02 a:hover {
  opacity: 1 !important;
}
.wrap {
  max-width: 1200px;
  margin: 2em auto;
  padding: 0 ;
}

@media (max-width: 640px) {
.wrap {
    padding: 0 .5rem;
  }
  .lead_double_frame img{
  max-width: 100%;
  padding-top: 1em;
}
  .lead_double_frame02 img{
  max-width: 100%;
  padding-top: 1em;
}
}




.text-center {
  text-align: center !important;
}

.arrow_gray_03{
  width: 7%;
  margin-top: 3px;
}

.page_link_area ul.page_link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 20px auto !important;
  max-width: 1200px;
  border-bottom: none !important;
}

.page_link_area ul.page_link li {
  /*border: solid 1px #fabeaf;*/
  padding: 10px 5px;
  border-radius: 0px;
  background: #fdefeb;
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  margin: 0 5px 10px;
  /*display: flex;*/
  align-items: center;
  width: 200px;
}

.page_link {

  border-bottom: solid 1px #f5efe4;
  padding: 0;
  margin: 0 0 1rem;
}

.sekku .page_link {
  text-align: center;
}

.wrapper_600 {
  max-width: 660px;
  padding: 10px 10px 0;
  margin: 0 auto 1em;
  position: relative;
}

.lead_double_frame03 p{
  text-align: left; !important;
}

.lead_double_frame03 .lead_h3 {
  text-align: center; !important;
}

.lead_double_frame04 .lead_h6 {
  text-align: left; !important;
      font-size: 0.8rem;
      padding-top: 1em;
  padding-bottom: 1em;

}

.lead_double_frame04 .lead_h7 {
  text-align: left; !important;
      font-size: 0.8rem;

}


@media (max-width: 1099px) {
.flex_list .column4 {
    width: 50%;
    font-size: 1rem;
    margin-top: 1em;
      padding: 6px;
  }
.flex_list .item-list-span-img {
  padding: 0%;
}
.flex_list02 .column4 {
    width: 50%;
    font-size: 1rem;
    margin-top: 1em;
      padding: 6px;
  }
.flex_list02 .item-list-span-img {
  padding: 0%;
}
}

@media (max-width: 799px) {
.wrap {
    padding: 0 .5rem;
  }


.lead_double_frame p{
  text-align: left; !important;
}

.lead_double_frame02 p{
  text-align: left; !important;
}

  .page_link_area ul.page_link {
    flex-wrap: wrap;
    justify-content: center;
  }
}



/*efffec*/
.efffect img {
  transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);  
  transition: all 0.7s ease-in-out 0s;
  -moz-transition: all 0.7s ease-in-out 0s;
  -webkit-transition: all 0.7s ease-in-out 0s;
  -o-transition: all 0.7s ease-in-out 0s;
}

.efffect img {
   -webkit-transform: scaleY(1);
   -moz-transform: scaleY(1);
   -o-transform: scaleY(1);
   -ms-transform: scaleY(1);
   transform: scaleY(1);/**/
   -webkit-transition: all 0.7s ease-in-out;
   -moz-transition: all 0.7s ease-in-out;
   -o-transition: all 0.7s ease-in-out;
   -ms-transition: all 0.7s ease-in-out;
   transition: all 0.7s ease-in-out;
}

.efffect:hover img {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -o-transform: scale(1.1);
   -ms-transform: scale(1.1);
   transform: scale(1.1);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.red02 {
  color: #cc0000 !important;
  text-align: left;
  font-size: 100%;
  margin-top: 0.5em;
}


/**** ボタン ****/
.flex_list_item_btn {
  margin-top: 8px;
}

.btn_center {
  margin-top: 1em;
  display: flex;
  justify-content: center;
}

.btn_center {
  text-align: center;
}

.btn_center p.flex_list_item_btn {
  width: 47%;
  margin: auto;
}

.btn_center p.flex_list_item_btn02 {
  width: 47%;
  margin: auto;
}


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

.btn_center {
    display: block;
}
.btn_center p.flex_list_item_btn {
  width: 100%;
  margin: 0.5em auto;
}
}

.btn_arrow_light {
  display: block;
  background: #231916;
  color: #fff;
  padding: 1em 2em 1em 1em !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 0;
  border-radius: 6px !important;
  position: relative;
}

.btn_arrow_light a, a:hover {
  color: #8a8a8a !important;
  text-decoration: none;
}

.btn_arrow_light::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn_arrow_light:hover::after {
  right: 10px;
}


.btn_arrow_light02 {
  display: block;
  background: #231916;
  color: #fff;
  padding: 1em 2em 1em 1em !important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0px 0 0;
  border-radius: 6px !important;
  position: relative;
}

.btn_arrow_light02 a, a:hover {
  color: #8a8a8a !important;
  text-decoration: none;
}

.btn_arrow_light02::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-color: transparent transparent #FFF #FFF;
  transform: rotate(-135deg);
  transition: .3s;
}

.btn_arrow_light02:hover::after {
  right: 10px;
}
/*ページ下*/

.hina_point img {
  max-width: 100%;
  vertical-align: top;
}

.hina_link01{
  padding-top: 100px;
  margin-top: -100px;
}

.hina_link02{
  padding-top: 100px;
  margin-top: -100px;
}

.hina_link03{
  padding-top: 100px;
  margin-top: -100px;
}

.hina_link04{
  padding-top: 100px;
  margin-top: -100px;
}

.hina_link05{

  margin-top: 20px;
}

.order1 {
  order: 1;
}

.hina_point {
    background-color: #fff;
    padding: 0 0 3%;
    margin: 0px auto 0px;
  }

  .wrapper_1200 {
  max-width: 1200px;
  padding: 10px 15px 0;
  margin: 0px auto 20px;
  position: relative;
}

@media screen and (max-width: 799px) {
    .wrapper_1200 {
      padding: 10px 10px 0;
    }
}


.point{
  position: relative;
  max-width: 1600px;
  margin: auto;
  padding: 0px 5px 0px;
}

.point .flex_box{
    display: flex;
    align-items: center;
}

.point .kv{
  width: 50%;
  text-align: center;
  position: relative;
}

.point .text{
  width: 50%;
  padding: 10px 50px;
}

.point .text p{
  line-height: 1.6;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  font-weight:400;
}

@media (max-width: 799px){
.point{
  padding: 0px 0px 0px;
}

.point h2.top_contents_recommend{
    margin-top: 20px;
}

.point .flex_box{
    display: block;
}
.point .kv, .point .text{
  width: 100%;
  padding: 0px 0px;
}

.point .text p{

  text-align: left;

}

}

h2.top_contents_recommend{
  text-align: center;
  padding: 0 0 ;
  position: relative;
  font-weight: 600;
  font-size: 22px;
  margin: 10px 0;
}


h2.baked{
    border-bottom: solid 3px #fabeaf;
    color: #000000;
    font-weight: bold;
    margin: 1em 0 1em;
    padding: 0em 0 0.5rem;
    text-align: center;
}

h2.mincho {
  color: #634858;
  font-size: 24px;
  line-height: 1.8;
  border-bottom: none;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}

.mincho {
  color: #634858;
  /*font-size: 120%;*/
  line-height: 1.8;
  border-bottom: none;
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}


/*page-top*/
.block-page-top {
  position: fixed;
  top: auto;
  bottom: 10px;
  right: 26px;
  /*display: none;*/
  z-index: 100;
}
.block-page-top a::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(-45deg);
  left: 50%;
  top: 50%;
  margin-top: -4px;
  margin-left: -8px;
}

.block-page-top a {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
  background-color: #444;
}

/*details*/


.kv img {
  max-width: 100%;
}



.collection_items img {
  max-width: 100%;
    vertical-align: bottom;
}

.title_collection {
  margin: 0px auto 0;
  background-color: #afa0af;
  padding: 20px 0px;
  color: #421f1b;
  text-align: center;
}

/*▼▼ページ上にお知らせがある場合は「100px」▼▼*/

.title_collection_01 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}

.title_collection_02 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}

.title_collection_03 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}

.title_collection_04 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}

.title_collection_05 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}

.title_collection_06 {
  padding-top: 130px;
  margin-top: -130px;
  /*padding-top: 100px;
  margin-top: -100px;*/
}
/*▲▲ページ上にお知らせがある場合は「100px」▲▲*/

.hina_top {
  padding-top: 100px;
  margin-top: -100px;
}

.collection_items {
  background: #f5efe4;
  padding: 20px 0 10px;
}

.list__special {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 1em 0;

}



.hw_2023_layout_same {
  padding: 0 2%;
}

.order1 {
  order: 1;
}

.list__special_img_half {
width: 50%;
  margin: 0 auto 5px;
  /*padding: 0 1.5rem 0 1.5rem;*/
  object-fit: contain;
}

.list__special_img_half .collection_img {

  padding: 0 0;
}

.order0 {
  order: 0;
}

.list__special_text_half {
width: 50%;
  margin: 0 auto 50px;
  padding: 0 2rem 0 2rem;
  text-align: left;

}

.list__special_text_half .mincho {
  font-size: 18px;
}

.list__special_text_half h3 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -.01em;
  text-align: center;
  margin: 20px 0 20px;
  color: #231815;
}
.list__special_text_half img {
 width: 40%;

}

.list__special_text_half p {
  font-size: 16px;
}

.collection_items p {
  color: #421f1b;
}


.collection_img {
  border: 1px solid #afa0af;
  /*padding: 0rem;
  padding: .5rem;*/
  background: #fff;
  text-align: center;
  /*align-items: center;
  justify-content: center;*/
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.mb20{
  margin-bottom: 20px;
}




.list__special .ichiran_bak::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 20px;
  bottom: 0;
  right: 0em;
  left: -11.5em;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}
.list__special .ichiran_bak p {
  margin: 1em 0 0 1.5em;
}

@media screen and (max-width: 799px) {
  .list__special, .boulangerie .list__special {
    display: block;
  }

    .list__special_img_half, .list__special_text_half {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto 0px;
  }

    .list__special_img_half, .list__special_text_half {
    padding: 0 10px;
    width: 100%;
    margin: 0 auto 0px;
  }

    .brand_collection h3 {
    padding: 0rem 0.5rem 0rem;
  }
}

.lead_h3{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000 !important;
    font-weight: 800;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
}
.lead_double_frame .lead_h3{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000 !important;
    font-weight: 800;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
}

.lead_double_frame .lead_h4{
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 1em 0;
}

.lead_double_frame .lead_h2{
    text-align: center;
    font-weight: 700;
    font-size: 1.3rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 1em 0 0;
}

.lead_double_frame .lead_h5{
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 0;
}

.lead_h2{
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 1em 0 0;
}


.lead_double_frame02 .lead_h3{
    text-align: center;
    font-weight: 700;
    font-size: 1.6rem;
    color: #000 !important;
    font-weight: 800;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
}

.lead_double_frame02 .lead_h4{
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 1em 0;
}

.lead_double_frame02 .lead_h2{
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 0;
}

.lead_double_frame02 .lead_h5{
    text-align: center;
    font-weight: 500;
    font-size: 1.2rem;
    color: #000 !important;
    font-weight: 600;
  font-family:helveticaneue lt std,helveticaneue,helvetica neue,helvetica,Open Sans,arial,Noto Sans JP,sans-serif;
  font-style: normal;
    line-height: 1.5;
    letter-spacing: .05rem;
    padding: 0;
}
.bearbrick .main_visual_03{
  text-align: center;
  /*margin-bottom: 2em;*/
  position: relative;
  overflow: hidden;
  /*padding-top: 16px;*/
}



/********* bearbrick ***********/

#top{
max-width:1100px;
  margin-left: auto;
  margin-right: auto;
}

#second {
max-width:500px;
  margin-left: auto;
  margin-right: auto;
}

#third {
max-width:500px;
  margin-left: auto;
  margin-right: auto;
}

.bearbrick .main_visual_02 {
  text-align: center;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  padding-top: 1em;
}

.main_visual_03 img{
width: 100%;
}

#second .main_visual_02 img{
width: 100%;
}

#third .main_visual_02 img{
width: 100%;
}


.bearbrick .column4 .itemThumb-wrap {
  position: relative;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0);
}

.bearbrick .column4 h3 {
  text-align: center;
  letter-spacing: 0.02em;
  /*text-shadow: 8px 1px 8px rgba(255, 255, 255);*/
  font-weight: 500;
  padding-top: 0.6em;
}

.bearbrick .topPickup {
  text-align: center;
  margin-bottom: 0em;
}

.bearbrick .column4 .wrapping_itemThumb-wrap {
  content: "";
  display: block;
  width: 250px;
}

.bearbrick .column4 .wrapping_itemThumb-wrap {
  position: relative;
}

.bearbrick .item-list-span-img {
  display: block;
  width: 100%;
  padding: 0;
}

.bearbrick .wrapping_Pickup {
  text-align: center;
  margin-bottom: 0em;
  display:flex;
  flex-wrap: wrap;
}

 .bearbrick .wrapping_Pickup .column4 {
    width: 25%;
    font-size: 1rem;
    margin-top: 1em;

  }

.bearbrick .wrapping_Pickup .column4 .wrapping_itemThumb-wrap {
  content: "";
  display: block;
  width: 198px;
}

.bearbrick .align_center {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 0em;
  margin-bottom: 1.5em;
}

.bearbrick .text_center{
  text-align: center;
}

.img_50{
  /*width: 8% !important;*/
  width: 50px;
  float: left;
  margin-right: 1em;

  padding-bottom: 2em;
}

.text_ind{
  margin-left: 1rem; 
  text-indent: -1rem;
}
.text_red{
  color: rgb(255, 0, 0);
}

.attention{
  text-align: left !important;
}


@media (max-width: 1099px) {
 .bearbrick .wrapping_Pickup .column4 {
    width: 50%;
    font-size: 1rem;
    margin-top: 1em;
  }

    .bearbrick  .main_visual_02 {
    padding-top: 0px;
  }

  .bearbrick .wrapping_Pickup .column4 .wrapping_itemThumb-wrap {
  content: "";
  display: block;
  width: 170px;
}

.lead_h2{
    text-align: left;
    padding: 1em 0.7em 0;
}
.img_50{
  padding-top: 0.4em !important;
padding-bottom: 2em;
}

}



