@charset "UTF-8";

/* 全体のcss */
.sy-jp_wrapper {
    max-width: 1417px;
    display: block;
    margin: auto;
    text-align: center;
}
#sy_img_sp{
display:none;
}

body {
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 11px;
    font-size: 1.1rem;
    color: #2E2E2E;
    overflow-x: hidden
}
main> p {
    font-size: 24px;
    margin-top: 60px;
}
/* ヘッダーのcss */
header {
  background-color: #000000;
    display: flex;
    justify-content: center;
  }
  #wrapper{
    overflow: hidden;
  }
  #hd_icon img {
      width: 100%;
      padding-top: 10px;
  }
#hd_icon {
    padding-right: 10px;
    display: flex;
}
#hd_icon a {
    max-width: 60px;
    margin: auto;
}
#souyi_logo_pc {
    display: block;
    text-align: center;
    height: 90px;
    margin: auto;
    padding-left: 13rem;
}
#souyi_logo_pc img {
    width: 150px;
}
#souyi_logo_pc a {
    display: block;
    margin-top: 10px;
}

#responsive-menu{
  display:none;
}
/* ナビゲーションの箇所 */
#sy-jp_nav {
  background-color: #f5f5f5;
      margin-top: 5px;
      height: 50px;
}
.dropdwn {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
    padding-top: 8px;
}

.dropdwn ul{
    text-align: center;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
}
.dropdwn ul li {
    max-width: 100%;
    position: relative;
    padding: 4px 0px 4px 0px;
    display: block;
    cursor: pointer;
    border-bottom: solid 3px#fff;
}
.dropdwn ul li:first-child {
    border-top: solid 3px#fff;
    padding-top: 10px;
}
.dropdwn ul li:last-child {
    border:0;
}
.dropdwn li a {
    color: #000;
    text-decoration: none;
    margin-left: 3px;

}

.dropdwn >li.navigation_lnk:hover{
  height: auto;
  background: #666666;
  color: rgb(255, 255, 255);
  width: 11em;
  transition: background-color 0.5ms , color 1s  , width 1s, height 1ms  ;
}

/* .dropdwn>li:first-child{
  border-left: solid 5px #fff;
} */
.dropdwn>li {
    margin-top: -8px;
    display: inline;
    width: 180px;
    list-style-type: none;
    /* border-right: solid 5px #fff; */
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
    line-height: 38px;
}
.nav_bod::before {
    content: "";
    width: 0px;
    padding: 10px 0px;
    height: 0px;
    border: solid 3px #FFF;
    position: relative;
    left: 0px;
    top: 7px;
}

.dropdwn_menu{
  width: 100%;
    display: none;
    top: 6px;
    position: relative;
    margin-left: -2px;
    margin-top: -6px;
    padding: 0;
    background: #f5f5f5;
    z-index: 20;
    opacity: 0.8;
    font-size: 0.94rem;
}

.dropdwn_menu li{
    width: 100%;
}

.dropdwn_menu li a{
    padding: 5px 0;
    margin: -5px 5px -5px -5px;
    display: block;
    color: #000;
}
.dropdwn li:hover>a,
.dropdwn_menu li a:hover{
    background: #666666;
    color: rgb(255, 255, 255);
    width: 12.8em;
    transition: background-color 0.5s , color 1s  , width 1s, height 1s  ;
    margin-left:0px;
}

/* 検索ボックス */
#itame-search {
  margin-top: 75px;
  display: flex;
  justify-content: center;
}


#search_botann {
    background-color: #444444;
    width: 105px;
    border-top-left-radius: 8px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 8px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-right-radius: 9px;
    -moz-border-radius-topright: 0px;
    border-bottom-right-radius: 9px;
    -webkit-border-bottom-right-radius: 9px;
    -moz-border-radius-bottomright: 9px;
    position: relative;
}
#search_botann a::before {
    content: "";
    display: inline-block;
    width: 29px;
    height: 50px;
    background-image: url("https://gigaplus.makeshop.jp/souyijapan/img/icon/search-icon.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 66px;
}
/* カテゴリーを選択のcss */
#select_cat_box{
  display: flex;
    justify-content: center;
}
#select_cat_box p {
    margin-top: 10px;
    font-size: 20px;
}
.select_cat {
    list-style-type: none;
    border: solid 1px#ccc;
    border-radius: 16px;
    padding: 14px 10px 0px 10px;
    margin: 10px 8px 0px 8px;
    width: 100%;
}
#select_cat_box a {
    text-decoration: none;
    color: #000;
}


#select_cat_box a:hover {
  cursor: pointer;
transform: scale(1.1);
text-decoration: none;
opacity: 0.5;
transition-duration: 0.3s;
}


#select_cat_box img {
  height: 9rem;
  max-width: 100%;
  max-height: 100%;
}





#cat_BOX_triangle {
      display: flex;
      margin-top: 7px;
      height: 35px;
      justify-content: center;
  }


.cat_triangle::before {
  content: "";
width: 0px;
height: 0px;
border-left: 34px solid transparent;
border-right: 34px solid transparent;
border-top: 34px solid #f5f5f5;
margin: auto;
position: relative;
top: 265px;
}

.cat_triangle:hover:before{
      content: "";
      border-left: 32px solid transparent;
      border-right: 32px solid transparent;
      border-top: 32px solid #f5f5f5;
      position: relative;
      top: 260px;
      opacity: 1;
}

/* ここからリンク先のカテゴリーの箇所 */
.Bottom_links_img img {
    width: 30%;
}

/* 右三角のcss */
.Bottom_links{
  position:relative;
  clear: both;
  padding-top: 220px;
}

.Bottom_links_txt-rt {
    position: relative;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 85.88%);
    padding: 1em;
    width: 60%;
    margin-right: 0px;
    float: left;
    height: 220px;
    margin-bottom: 100px;
}
.Bottom_links_txt-rt:after {
      content: "";
      position: absolute;
      top: 0;
      right: -1px;
      width: 100px;
      height: 0;
      border-style: solid;
      border-color: transparent #fff transparent transparent;
      border-width: 26px 282px 229px 0px;
}
.links_txt1-rt {
    font-size: 55px;
    margin: 30px 0 0 70px;
    text-align: left;
}
.links_txt2-rt {
    font-size: 55px;
    margin: 0px 0 0 70px;
    text-align: left;
    font-family: "M PLUS 1p";
}

/* 左三角のcss */
.Bottom_links_txt-lf {
    position: relative;
    background: linear-gradient(0deg, rgba(204, 204, 204, 1) 0%, rgba(255, 255, 255, 1) 85.88%);
    padding: 1em;
    width: 60%;
    margin-right: 0px;
    float: right;
    height: 220px;
    margin-bottom: 100px;
}
.Bottom_links_txt-lf:after {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 100px;
height: 0;
border-style: solid;
border-color: transparent transparent transparent #fff;
border-width: 24px 0px 235px 293px;
}
.links_txt1-lf {
    font-size: 55px;
    margin: 30px 70px 0 0;
    text-align: right;
}
.links_txt2-lf {
    font-size: 55px;
    margin: 0 70px 0 0;
    text-align: right;
    font-family: "M PLUS 1p";
}
/* カテゴリーイメージ画像 */
#Bottom_Cleaner {
    margin-top: 180px;
    padding-top: 110px;
}
#Bottom_Cleaner .Bottom_links_img1 img {
  width: 645px;
  position: relative;
  left: 770px;
  bottom: 48px;
}
#Interior_Other .Bottom_links_img2 img {
  width: 645px;
  position: relative;
  left: 28px;
  top: -74px;
}

#kitchen_appliances .Bottom_links_img1 img{
  width: 645px;
position: absolute;
top: -40px;
left: 677px;
}
#Health_appliances .Bottom_links_img1 img {
  width: 645px;
  position: absolute;
  top: -5px;
  left: 710px;
}

#Seasonal_appliances .Bottom_links_img2 img{
  width: 645px;
  position: absolute;
  left: 28px;
  top: -74px;
}

.Bottom_links_img1 {
    position: absolute;
    z-index: 4;
}

.Bottom_links_img1 img {
  width: 645px;
      position: absolute;
      left: 770px;
      bottom: 91px;
}
.Bottom_links_img1 img{
  width: 645px;
      position: absolute;
      left: 770px;
      bottom: 91px;
}

.Bottom_links_img2 {
    position: absolute;
    z-index: 4;
}

.Bottom_links_img2 img {
    width: 675px;
    position: absolute;
}


.cat_item_box {
    clear: both;
    margin-left: 35px;
    overflow: hidden;
}
.sy-jp_item_box a {
    text-decoration: none;
    color: #000;
}

.cat_item_box .sy-jp_item_box {
    float: left;
    width: 450px;
    margin-top: 30px;
}
.cat_item_box .sy-jp_item_box>a img:first-child:hover{
  opacity: 0.5;
}
.sy-jp_item_box img {
      max-width: 295px;
}
.parts_buy_btn {
  margin-top: 30px;
margin-bottom: 15px;
}

.item_buy_btn a {
  color: #fff;
  background-color: #666666;
  padding: 5px 70px;
  border-radius: 9px;
  font-weight: 100;
  font-size: 21px;
  box-shadow: 2px 5px 1px 1px #4d4d4d;
}
.item_buy_btn a:hover {
    position: relative;
    top: 2px;
    padding: 5px 70px;
     box-shadow: 1px 2px 1px 1px #4d4d4d;
    background: #666666;
}

.parts_buy_btn a {
    color: #000;
    background-color: #F2F2F2;
    padding: 5px 30px;
    border-radius: 9px;
    font-weight: 100;
    text-align: center;
    font-size: 21px;
    box-shadow: 2px 3px 1px 2px #d0d0d0;
}
.parts_buy_btn a:hover {
    position: relative;
    top: 2px;
    padding: 5px 30px;
      box-shadow: 1px 2px 1px 1px #d0d0d0;
    background: #F2F2F2;
}

.parts_buy_btn a span:before{
  content: "▶︎";
  color: #666666;
  font-size: 22px;
}


.sy-jp_item_code a {
    font-size: 25px;
    transition: 0.5s;
}
.sy-jp_item_name {
  margin-top: -15px;
  height: 65px;
}
.sy-jp_item_name a {
    font-size: 20px;
    transition: 0.2s;
}

.sy-jp_item_code a:hover,
.sy-jp_item_name a:hover {
    color: #ccc;
}

/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity:0;
  transform: translateX(-200px);
  transition: all 0.8s 0.1ms cubic-bezier(0.01, 0.96, 0.84, 1.04);
}
.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}
/*左から右にフェードイン*/
.right-to-left {
  opacity:0;
  transform: translateX(200px);
  transition: all 0.8s 0.1ms cubic-bezier(0.01, 0.96, 0.84, 1.04);
}
.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
  position: relative;
}



/* 画像のフェイドイン */

.img-to-ghost {
opacity: 0;
-webkit-transition: opacity 2s;
transition: opacity 2s ;
transform : translate(0, 50px);
}
.img-to-ghost.scrollin {
  opacity: 1;
  transform: translate(0);
}

/* 画像位置調整 */

#cleaner_img {
  width: 100%;
height: auto;
max-width: 530px;
position: absolute;
left: 86%;
z-index: 10;
top: -14%;
}

#home_als_img{
  width: 645px;
  position: absolute;
  z-index: 10;
  top: 17px;
}
#kitchen_img{
  width: 490px;
  position: absolute;
  left: 86%;
  z-index: 10;
  top: 9%;
}
#health_als_img{
  width: 520px;
  position: absolute;
  left: 83%;
  z-index: 10;
  top: 20%;
}
#seasonal_als_img{
  width: 530px;
  position: absolute;
  right: 80%;
  z-index: 10;
  top: 20%;
}
#Interior_other_img{
  width: 530px;
  position: absolute;
  right: 80%;
  z-index: 10;
  top: 20%;
}
/* サイドの画像制御 */
#side_itemBox {
    position: fixed;
    top: 50px;
    right: 20px;
    z-index: 2000;
}
#side_itemBox li {
  list-style-type: none;
  margin-top: 5px;
  border: solid 1px#ccc;
  border-radius: 9px;
  padding: 8px;
  background-color: #fff;
}
#side_itemBox a {
    text-decoration: none;
    width: 100px;
    text-align: center;
    display: block;
}
#side_itemBox li>a:hover {
    text-decoration: none;
    opacity: 0.4;
}




/* フッター箇所 */
footer {
    clear: both;
    background-color: #000;
    color: #fff;
    position: relative;
    margin-top: 60px;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer li{
  list-style-type: none;
}

footer small {
    text-align: center;
    display: block;
    padding: 10px 0px;
    font-size: 14px;
    padding-left: 38px;
}
.flex_footer {
    display: flex;
    justify-content: center;
}
.baby_nav_tr li {
    position: relative;
    padding: 6px 0px 6px 0px;
    text-align: left;
    font-size: 14px;
    font-weight: 200;
}

.baby_nav_tr li::before {
      content: "▶︎";
      display: block;
      font-size: 0.1em;
      position: absolute;
      top: 6.4em;
      left: -9.9em;
}

.parent_nav {
    padding-left: 0px;
    width: 280px;
    margin: 50px 20px 10px 0px;
}
.parent_nav li a:hover,
#Shopping_guide li a:hover{
  color: #ccc;
  border-bottom: solid 1px#ccc;
}
.flex_footer>.parent_nav:last-child {
    padding-left: 5px;
    margin-right: -98px;
}

.parent_nav li:only-of-type {
    padding-left: 26px;
    text-align: left;
    font-size: 20px;
    padding-bottom: 10px;
}
/* SNSの制御 */
#sns-box {
  margin-right: 25px;
      text-align: center;
      font-size: 16px;
      font-weight: lighter;
}
#sns a img {
    width: 2.3rem;
}
.balloon a span{
  display: none;
  position: absolute;
  padding-top: 10px;
  padding-left: 42px;
  font-size: 16px;
  line-height: 1.6em;
  color: #fff;
  border-radius: 5px;
  background: #000;
  width: 120px;
}

.balloon a:hover span{
  display: block;
}


/* お買い物ガイド */
#Shopping_guide {
    display: flex;
    margin-top: 55px;
    padding-right: 130px;
    margin-right: 100px;
}
#Shopping_guide li {
  margin: 0px 14px;
  line-height: 2.2;
  position: relative;
}
#Shopping_guide li::before {
  content: "";
    width: 0px;
    border-right: 1px solid #fff;
    height: 18px;
    position: absolute;
    right: -15px;
    top: 12px;
    bottom: 0px;
}
#Shopping_guide>a{
    position:relative;
}
#Shopping_guide>a:before {
  content: "";
width: 0px;
border-right: 1px solid #fff;
height: 18px;
position: absolute;
right: -3px;
top: 12px;
bottom: 0px;
}


#Shopping_guide img {
    width: 9.8rem;
}
#Shopping_guide li a {
    font-size: 16px;
}
.section.s_07{
  display: none;
}

@media screen and (max-width:1400px){
  .sy-jp_wrapper {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
  }
  #select_cat_box_wrapper{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  #select_cat_box {
    display: flex;
  justify-content: center;
  width: 65%;
  flex-wrap: wrap;
  }
  #select_cat_box img {
    height: 8.6rem;
    max-width: 100%;
    max-height: 100%;
  }

  #select_cat_box a.select_cat {
    max-width: 100%;
  text-align: center;
  width: 169px;
  margin: 45px 25px;
  padding: 0px 10px 0px 10px;
  }
  #select_cat_box a:hover {
    cursor: pointer;
  transform: scale(1.03);
  text-decoration: none;
  opacity: 0.5;
  transition-duration: 0.3s;
  }

  #select_cat_box p {
      margin-top: 8px;
      font-size: 18px;
      margin-bottom: 10px;
  }
#select_cat_box a.select_cat>div>img{
max-width:100%;
height:auto;
}
.cat_triangle::before {
  content: "";
width: 0px;
height: 0px;
border-left: 34px solid transparent;
border-right: 34px solid transparent;
border-top: 34px solid #f5f5f5;
margin: auto;
position: relative;
top: 243px;
}

  .cat_item_box .sy-jp_item_box {
    width: 320px;
    margin-top: 30px;
    margin: auto;
}

.cat_item_box {
  display: flex;
    width: 100%;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: center;
}
.cat_item_box .sy-jp_item_box {
  clear: both;
    margin: 33px auto 19px 50px;
    justify-content: center;
}
.cat_triangle:hover:before{
      content: "";
      border-left: 30px solid transparent;
      border-right: 30px solid transparent;
      border-top: 30px solid #f5f5f5;
      position: relative;
      top: 238px;
      opacity: 1;
}

.sy-jp_item_box img {
    max-width: 100%;
}
.Bottom_links_img1 {
  position: relative;
    z-index: 4;
    margin-bottom: -300px;
}
.Bottom_links_img2 {
    position: relative;
    z-index: 4;
    margin-bottom: -300px;
}
/* カテゴリーイメージ画像 */
#Bottom_Cleaner .Bottom_links_img1 img {
    width: 600px;
    position: relative;
    left: 270px;
    bottom: 398px;
}

#kitchen_appliances .Bottom_links_img1 img {
  width: 600px;
    position: relative;
    left: 270px;
    top: -398px;

}
#Health_appliances .Bottom_links_img1 img {
    width: 600px;
    position: relative;
    left: 270px;
    top: -335px;
}
#Seasonal_appliances .Bottom_links_img2 img {
    width: 600px;
    position: relative;
    left: -256px;
    top: -413px;
}
#Interior_Other .Bottom_links_img2 img {
    width: 600px;
    position: relative;
    left: -256px;
    top: -413px;
}
#home_als_img {
    width: 600px;
    position: relative;
    z-index: 10;
    right: 270px;
    top: -328px;
}

.left-to-right.scrollin {
    width: 60%;
}


.links_txt1-rt {
    font-size: 4vw;
    margin: auto;
    text-align: left;
    padding-top: 50px;
    padding-left: 25px;
}

.links_txt2-rt {
    font-size: 4vw;
    margin: auto;
    font-family: "M PLUS 1p";
    padding-left: 25px;
}
.links_txt1-lf {
    font-size: 3.7vw;
    margin:auto;
    text-align: right;
}
.links_txt2-lf {
    font-size: 3.7vw;
    margin:auto;
    text-align: right;
    font-family: "M PLUS 1p";
}

}

@media screen and (max-width: 980px) {
  #sy_img_sp{
display:block;
}
#sy_img_pc{
display:none;
}
  /* スマホ用 */
  header{
    padding: 10px 0px;
  }
/* サイド */
#side_itemBox{
  display: none;
}
  /* ロゴ */
  #hd_icon {
    padding-right: 54px;
    display: flex;
}
#hd_icon img {
    width: 100%;
    padding-top: 10px;
}
#hd_icon a {
  max-width: 47px;
    margin-right: 5px;
}
#souyi_logo_pc {
  height: 75px;
  margin-left: 10px;
  padding-left: 0rem;
  padding-top: 0px;
}
  #souyi_logo_pc img {
      width: 100%;
      height: auto;
      max-width: 125px;
      text-align: left;
  }
  nav#sy-jp_nav {
      display: none;
  }

  #souyi_logo_pc a {
    display: block;
    margin-top: 18px;
}
  #select_cat_box {
display: flex;
justify-content: center;
width: 100%;
flex-wrap: wrap;
  }
  #select_cat_box a.select_cat {
    max-width: 100%;
  text-align: center;
  width: 100px;
  margin: 10px 20px;
  padding: 0px 10px 0px 10px;
  }
  .cat_triangle::before {
      display: none;
  }
  .cat_item_box .sy-jp_item_box {
      margin: 0px;
  }
  #select_cat_box img {
    height: 4.6rem;
    max-width: 100%;
    max-height: 100%;
}
#select_cat_box p {
    margin-top: 8px;
    font-size: 12px;
    margin-bottom: 10px;
}
#select_cat_box a li {
    padding-top: 15px;
}
  #responsive-menu{
    display:block;
  }
  #menu-btn{
        position: absolute;
        top: 31px;
        right: 15px;
        width: 100%;
        max-width: 40px;
        height: auto;
        z-index: 99999;
  }


  #menu-conts {
    display: none;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2367vh;
    bottom: 0px;
    width: 100%;
    background-size: cover;
    z-index: 9999;
  }
  #menu-conts ul {
    margin-top: 60px;
    margin-left: -15px;
 }

 #menu-conts ul li {
   list-style-type: none;
 text-align: center;
 font-size: 2.2rem;
 padding: 20px 0px;
}
  #menu-conts a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 14px 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  main> p {
    font-size: 25px;
    margin-bottom: 20px;
}

  /* 検索ホーム */
  #search_botann {
    background-color: #444444;
        width: 80px;
        border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        border-bottom-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-bottomleft: 10px;
        border-top-right-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topright: 0px;
        border-bottom-right-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomright: 10px;
        position: relative;
}
#search_botann a::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 49px;
  background-image: url(https://gigaplus.makeshop.jp/souyijapan/img/icon/search-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 4px;
  right: 50px;
}
  /* メインコンテンツ */
  .cat_item_box {
    display: flex;
    width: 100%;
    width: 73vw;
    margin: auto;
    flex-wrap: wrap;
    justify-content: center;
}
  .sy-jp_item_code a {
    font-size: 30px;
}
.sy-jp_item_name {
    margin-top: -7px;
    height: 45px;
}
.sy-jp_item_name a {
    font-size: 20px;
}
  .item_buy_btn a {
    padding: 7px 58px;
      font-size: 18px;
}

.parts_buy_btn {
  margin-top: 30px;
margin-bottom: 40px;
}
.parts_buy_btn a {
    padding: 8px 22px;
    font-size: 18px;
    margin-right: -3px;
}
.left-to-right.scrollin {
    width: 100%;
    height: 30vw;
    margin-bottom: 40px;
}
.right-to-left.scrollin {
    opacity: 1;
    transform: translate(0);
    position: relative;
    height: 30vw;
    padding: 1em;
    width: 100%;
}
#Bottom_Cleaner {
  margin-top: 45px;
padding-top: 0px;
}
.Bottom_links {
    padding-top: 50px;
}
  #Bottom_Cleaner .Bottom_links_img1 img {
    max-width: 16rem;
  position: relative;
  left: 62px;
  bottom: 172px;
  width: 100%;
}
#home_als_img {
    position: relative;
    z-index: 10;
    right: 84px;
    top: -226px;
    max-width: 14rem;
    width: 100%;
}
#kitchen_appliances .Bottom_links_img1 img {
    top: -220px;
    position: relative;
    max-width: 13.5rem;
    left: 82px;
    width: 100%;
}
#Seasonal_appliances .Bottom_links_img2 img {
  position: relative;
  left: -75px;
  top: -260px;
  max-width: 16rem;
  width: 100%;
}
#Health_appliances .Bottom_links_img1 img {
  position: relative;
  left: 79px;
  top: -165px;
  max-width: 16rem;
  width: 100%;
}
#Interior_Other .Bottom_links_img2 img {
  position: relative;
      left: -69px;
      top: -274px;
      max-width: 16rem;
      width: 100%;
}
  .Bottom_links_txt-lf,.Bottom_links_txt-lf{
        padding: 0.1em;
  }
  .links_txt1-rt {
      margin: auto;
      font-size: 5.4vw;
      text-align: left;
      padding-top: 39px;
      padding-left: 0px;
  }
  .links_txt2-rt {
      font-size: 5vw;
      margin: auto;
      font-family: "M PLUS 1p";
      padding-left: 0px;
  }
  .links_txt1-lf {
      font-size: 5.4vw;
      margin: auto;
      padding-top: 39px;
  }
  .links_txt2-lf {
      margin: auto;
      font-size: 5vw;
      font-family: "M PLUS 1p";
      padding-left: 0px;
  }
.Bottom_links_txt-rt:after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 100px;
    height: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    border-width: 11px 279px 322px 0px;
}
.Bottom_links_txt-lf:after {
    content: "";
    position: absolute;
    top: 0;
    right: 59px;
    width: 100px;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    border-width: 15px 0px 280px 248px;
}
#pc_footer{
  display: none;
}
/*====================================================================
.s_07 .accordion_one
====================================================================*/
.section.s_07{
  display: block;
}
.s_07 .accordion_one {
  max-width: 1024px;
  margin: 0 auto;
}
.s_07 .accordion_one .accordion_header {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 3% 1%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header:hover {
  opacity: .8;
}
.s_07 .accordion_one .accordion_header .i_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 104%;
    right: 4%;
    width: 27px;
    height: 27px;
    border: 1px solid #fff;
    border-radius: 65px;
    margin-top: -37px;
    box-sizing: border-box;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center center;
    transition-duration: 0.2s;
}
.s_07 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 16px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_07 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before, .s_07 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #fff;
  border-radius: 10px;
  width: 19px;
  height: 3px;
  position: absolute;
  top: 7px;
  left: -1px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_07 .accordion_one .accordion_header .i_box .one_i:before {
  width: 3px;
  height: 19px;
  top: -1px;
  left: 7px;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_07 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_07 .accordion_one .accordion_inner {
  display: none;
  padding: 0;
  box-sizing: border-box;
}
.s_07 .accordion_one .accordion_inner .box_one {
  height: 300px;
}
.s_07 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
footer small {
  text-align: center;
      display: block;
      padding: 12px 0px;
      font-size: 12px;
      padding-left: 0px;
}
}
