<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}


body {
    background-color: #ffffff;
    background-image: url(../img/common/background.jpg);
    background-repeat: repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
  overflow-x: hidden;
}


ul {
  list-style: none;
}

a {
  text-decoration:none; 
}

img {
    width: 100%;
}



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

$$ ビルボード周辺

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

.box_top {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 100px;
}



.logo_img {
    width: 150px;
    margin: 20px auto 20px;
}

.billboard_img {
    margin: 0px auto 30px;
}


.menu_list_pc_01 {
    width: 1090px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.menu_list_pc_01 li a {
    width: 124px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    background-color: #674d4d;
    font-size: 10pt;
    font-weight: 900;
    letter-spacing: 0.2pt;
    color: #ffffff;
    padding: 8px 0px 9px;
}



.txt_intro {
    font-size: 11pt;
    font-weight: 900;
    color: #473737;
    letter-spacing: 0.3pt;
    line-height: 26pt;
    text-align: center;
    margin-bottom: 120px;
}

.door_img {
    width: 100px;
    margin-bottom: 90px;
}

/* ナビゲーション */


#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: -1;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 52%;
    height: 100vh;
    /*ナビの高さ*/
    background: #ffffff;
    /*動き*/
    opacity: 0;
    transition: all 0.6s;
    transition: opacity 0.6s ease;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    right: 0;
    opacity: 1;
    z-index: 999;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 52%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav .nav_box_01 {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
}

/*リストのレイアウト設定*/

#g-nav .nav_box_01 &gt; li {
    list-style: none;
    margin-top: 35px;
}


.bmenu_logo {
    width: 420px;
        margin-bottom: 50px;
}

.bmenu_logo a img {
    width: 140px;
}

.hamburger-bg-cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgba(255, 255, 255, .5);
    display: block;
}


/*========= ボタンのためのCSS ===============*/
.openbtn1 {
    position: fixed;
    z-index: 9999;
    /*ボタンを最前面に*/
    top: 22px;
    right: 50px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border: 2px solid #2b4858;
    background-color: #2b4858;
    border-radius: 50px;
}

/*×に変化*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 15px;
}

.openbtn1 span:nth-of-type(2) {
    top: 23px;
}

.openbtn1 span:nth-of-type(3) {
    top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 17px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
}

.openbtn1.active span:nth-of-type(3) {
    top: 29px;
    left: 14px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
}

.hmb_menu_01 {
    width: 420px;
}

.nav_box_02 {
    width: 410px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.nav_box_02 li {
    width: 120px;
}







/* 見出し */

.concept_01 {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 34px;
  letter-spacing: 0.13rem;
  margin-bottom: 15px;
}

.concept_02 {
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 0.03rem;
  margin-bottom: 80px;
}



.col_bro {
  color: #2b4858;
}

.bg_b_g {
  background-color: #f9bf25;
}

.col_nav {
  color: #1a2d4c;
}

.col_nav_02 {
  color: #123055;
}

.col_pin {
  color: #e88d90;
}

.bg_boy {
  background-color: #296a90;
}

.bg_girl {
  background-color: #f5766f;
}

.ttl_img {
  width: 550px;
  margin: 50px auto 80px;
  text-align: center;
}

.ttl_img img {
  width: 100%;
}

.ttl_img_02 {
  width: 600px;
  margin: 120px auto 40px;
  text-align: center;
}

.ttl_img_02 img {
  width: 100%;
}

.ttl_img_03 {
  width: 350px;
  margin: 80px auto 60px;
  text-align: center;
}

.ttl_img_03 img {
  width: 100%;
}

.ttl_img_04 {
  width: 600px;
  margin: 0px auto 40px;
  text-align: center;
}

.ttl_img_04 img {
  width: 100%;
}




/* アイテム紹介 */


.item_box_01 {
  width: 840px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 160px;
  }

.item_box_02 {
  width: 840px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 30px;
  }

.item_box_03 {
  width: 370px;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  }

.item_box_04 {
  width: 370px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 10px;
  }

.hash_item {
  display: flex;
}
  
.hash_01 {
  width: 105px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  border-radius: 25px;
  letter-spacing: 0.03rem;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
} 

.hash_02 {
  width: 95px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  border-radius: 25px;
  letter-spacing: 0.03rem;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.hash_03 {
  width: 145px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 24px;
  border-radius: 25px;
  letter-spacing: 0.03rem;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 20px;
} 
  
.item_ser_01 {
  text-align: left;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03rem;
  margin-bottom: 6px;
}

.item_ser_02 {
  text-align: left;
  font-size: 12px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  line-height: 17px;
  letter-spacing: 0.03rem;
  margin-bottom: 3px;
}

.item_ser_03 {
  text-align: right;
  font-size: 14px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03rem;
  margin-bottom: 10px;
}


.brand_logo_01 {
  width: 47%;
  display: flex;
}

.brand_logo_01 img {
  width: 100%;
}

.nove_bnn_01 {
  width: 47%;
  display: flex;
}

.nove_bnn_01 img {
  width: 100%;
}

.col_img_01 {
  width: 370px;
  text-align: left;
  margin: 20px auto;
} 

.col_img_01 img {
  width: 100%;
} 

.atte_img_01 {
  width: 370px;
  text-align: left;
  margin-bottom: 20px;
}

.atte_img_01 img {
  width: 100%;
}

.btn_img_01 {
  width: 300px;
  text-align: center;
  margin: 0px auto; 
}

.btn_img_01 img {
  width: 100%;
}
  



/* スライダー */

.slider_01 {
  width: 420px;
  margin: 0 auto;
}

.slider_01 img {
  width: 100%;
}

.slider_02 {
  width: 800px;
  margin: 0 auto 100px;
}

.slider_03 {
  width: 420px;
  margin: 0 auto;
}

.slider_03 img {
  width: 100%;
}

.slider_04 {
  width: 800px;
  margin: 0 auto 100px;
}


.slider_05 {
  width: 420px;
  margin: 0 auto;
}

.slider_05 img {
  width: 100%;
}

.slider_06 {
  width: 800px;
  margin: 0 auto 100px;
}



.sli_item_01 {
  width: 260px;
  display: flex;
  flex-direction: column;
  margin: 0 auto 13px;
}

.sli_item_01 div img {
  width: 260px;
  border: solid #dddddd 1px;
}

.sli_atte {
  width: 248px;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 500;
  margin: 0px auto;
}

.sli_atte p {
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  margin-top: 5px; 
  margin-bottom: 5px; 
}



.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
  
  }

.slick-prev::before,
.slick-next::before{
  opacity: 1.0;
}

.slick-arrow{
  z-index:2!important;
  width:40px!important;
  height:40px!important;
  }

.slick-next{
  right: -26px!important;
  }

.slick-prev{
  left: -31px!important;
  }

.slick-next{
  top: 145px!important;
  }

.slick-prev{
  top: 145px!important;
  }

.slick-dots li button:before {
  font-size: 3px!important;
}

.slick-dots li.slick-active button:before {
  opacity: 1.0;
}

.slick-dots li{
  width:11px;
}

.slick-dots{
  bottom: -30px;
    }





.slide-dots_01 {
 text-align: center;
}

.slide-dots_01 li {
  display: inline-block;
  margin: 0 -9px;
}
.slide-dots_01 li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots_02 {
 text-align: center;
}

.slide-dots_02 li {
  display: inline-block;
  margin: 0 -9px;
}
.slide-dots_02 li button {
  position: relative;
  text-indent: -9999px;
}

.slide-dots_03 {
 text-align: center;
}

.slide-dots_03 li {
  display: inline-block;
  margin: 0 -9px;
}
.slide-dots_03 li button {
  position: relative;
  text-indent: -9999px;
}


.slider_01 .slide-dots_01 li button::before {
  background-image: url(../img/boy-girl/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
}
.slider_01 .slide-dots_01 li.slick-active button::before {
  background-image: url(../img/boy-girl/active.png);
}

.slider_02 .slide-dots_01 li button::before {
  background-image: url(../img/boy-girl/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
}
.slider_02 .slide-dots_01 li.slick-active button::before {
  background-image: url(../img/boy-girl/active.png);
}

.slider_02 .slick-next:before {
  background: url(../img/boy-girl/slick_right.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }

.slider_02 .slick-prev:before {
  background: url(../img/boy-girl/slick_left.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }
  
  

.slider_03 .slide-dots_02 li button::before {
  background-image: url(../img/boy/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
}
.slider_03 .slide-dots_02 li.slick-active button::before {
  background-image: url(../img/boy/active.png);
}

.slider_04 .slide-dots_02 li button::before {
  background-image: url(../img/boy/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
}
.slider_04 .slide-dots_02 li.slick-active button::before {
  background-image: url(../img/boy/active.png);
}

.slider_04 .slick-next:before {
  background: url(../img/boy/slick_right.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }

.slider_04 .slick-prev:before {
  background: url(../img/boy/slick_left.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }


.slider_05 .slide-dots_03 li button::before {
  background-image: url(../img/girl/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 8px;
}
.slider_05 .slide-dots_03 li.slick-active button::before {
  background-image: url(../img/girl/active.png);
}

.slider_06 .slide-dots_03 li button::before {
  background-image: url(../img/girl/not.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  cursor: pointer;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 12px;
}
.slider_06 .slide-dots_03 li.slick-active button::before {
  background-image: url(../img/girl/active.png);
}

.slider_06 .slick-next:before {
  background: url(../img/girl/slick_right.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }

.slider_06 .slick-prev:before {
  background: url(../img/girl/slick_left.png)!important;
  background-size: contain!important;
  background-repeat: no-repeat!important;
  }












  button {
  background: none;
  border: none;
  outline: none;
  padding: 0 17px;
}


  


/* 価格で探す */

.price_box {
  width: 800px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 140px;
}

.price_box li {
  margin-bottom: 25px;   
}


.btn_price {
  width: 245px;
  display: inline-block;
  background: #fff; 
  color: #000;
  border: 2px solid #000;
  text-align: center;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  padding: 8px 0px;
  border-radius: 30px;
}

/* アウトレットで探すト */
.outlet_box {
  width: 840px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 160px;
}

.outlet_item {
  width: 195px;
}

.outlet_item a {
  color: #2b4858;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  letter-spacing: 0.03rem;
}

.triangle1{
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 14px solid #2b4858;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-right: 6px;
}

.price_yen {
  color: #c14848;
  font-size: 20px;
}

.outlet_price {
  color: #c14848;
  font-size: 30px;
}

.price_tax {
  color: #c14848;
  font-size: 14px;
}



/* カラーで探すト */


.col_vari_box {
  width: 803px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0px auto 140px;
}

.col_vari_box li {
  margin-right: 55px;
}

.col_vari_box li:nth-of-type(6n) {
  margin-right: 0px;
}

.col_vari_box li div {
  width: 88px;
  height: 88px;
}

.col_vari_box li p {
  text-align: center;
  font-size: 13px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  color: #2b4858;
  margin: 7px auto 25px;
}

.search-col_bg01 {
  background-color: #000000;
}

.search-col_bg02 {
  background-color: #676767;
}

.search-col_bg03 {
  background-color: #513f22;
}

.search-col_bg04 {
  background-color: #9c653e;
}

.search-col_bg05 {
  background-color: #d0bd8b;
}

.search-col_bg06 {
  background-color: #ea95a1;
}

.search-col_bg07 {
  background-color: #e54343;
}

.search-col_bg08 {
  background-color: #458956;
}

.search-col_bg09 {
  background-color: #3793a7;
}

.search-col_bg10 {
  background-color: #274970;
}

.search-col_bg11 {
  background-color: #645ea4;
}

.search-col_bg12 {
  width: 88px;
  height: 88px;
}

.search-col_bg12 img {
  width: 100%;
}




/* 素材で探す */

.material_box {
  width: 840px;
  display: flex;
  justify-content: center;
  margin: 0px auto 140px;
}

.material_box li {
  width: 195px;
  display: flex;
  flex-direction: column;
}

.material_box img {
  width: 100%;
}

.material_box p {
  text-align: center;
  font-size: 16px;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
  color: #2b4858;
  margin: 0px auto 5px;
}

.m_under {
  margin-bottom: 25px;
}

.m_right {
  margin-right: 55px;
}





/* ブランドリスト */


.brand {
  
}

.brand_box_01 {
  width: 840px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: -20px auto 170px;  
}


.brand_box_01 li div {
  overflow: hidden;
  width: 190px;
  text-align: center;
  margin: 10px 10px 20px; 
  background-color: #fff;
}

.brand_box_01 li div img {
  width: 90%;
  transition: 0.01s;
}

.brand_box_01 li div img:hover{
  transform:scale(1.2);
  transition:1s all;
}





.bnn_style {
 display: block;
 width: 780px;
 margin: 0px auto 120px;
}

.bnn_style img {
 width: 100%;
}



.shopeve {
  width: 780px;
  margin: 0px auto 160px;
}

.shopeve img {
  width: 100%;
}








/* フッター */
.footer-copyright{
width: 100vw;
background-color: #2b4858;
padding: 25px 0;
margin: 0;
text-align: center;
border-top: none;
}

.footer-copyright__text{
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.05rem;
  text-align: center;
  color: #ffffff;
}





.br_pc{
	display: block;
}

.br_sp{
	display: none;
}


.display_pc{
  display: inline-block;
}

.display_sp{
  display: none;
}









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

$$ Media Queries for smartphone

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


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


/* メニュー */

header {
  display: block;
}

.menu_head {
  height: 0px;
  display: none;
}

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

$$ ビルボード周辺

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

    .box_top {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100vw;
        margin-bottom: 12vw;
    }



    .logo_img {
        width: 150px;
        margin: 20px auto 20px;
    }

    .billboard_img {
        margin: 0px auto 30px;
    }


    .menu_list_pc_01 {
        width: 1090px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 80px;
    }

    .menu_list_pc_01 li a {
        width: 124px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background-color: #674d4d;
        font-size: 10pt;
        font-weight: 900;
        letter-spacing: 0.2pt;
        color: #ffffff;
        padding: 8px 0px 9px;
    }



    .txt_intro {
        font-size: 3.5vw;
        letter-spacing: 0.1pt;
        line-height: 1.7rem;
        margin-top: 8vw;
        margin-bottom: 14vw;
    }

    .door_img {
        width: 22vw;
        margin-bottom: 90px;
    }

    /* ナビゲーション */


    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: -1;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        /*動き*/
        opacity: 0;
        transition: all 0.6s;
        transition: opacity 0.6s ease;
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
        opacity: 1;
        z-index: 999;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav .nav_box_01 {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 88vw;
    }

    #g-nav .nav_box_01 &gt; li {

    }

    .bmenu_logo {
        width: 88vw;
    }

    .bmenu_logo a img {
        width: 29vw;
    }



    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 15px;
        right: 15px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    .hmb_menu_01 {
        width: 88vw;
    }

    .ohba {
        width: 70vw;
    }

    .nav_box_02 {
        width: 88vw;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav_box_02 li {
        width: 27vw;
    }



a.jump_point {
   margin-top: -10vw;
  padding-top: 10vw;
}



/* 見出し */

.concept_01 {
  font-size: 4vw;
  letter-spacing: 0.05rem;
  margin-bottom: 2vw;
}

.concept_02 {
  font-size: 3vw;
  line-height: 5vw;
  letter-spacing: 0.05rem;
  margin-bottom: 12vw;
}




.ttl_img {
  width: 84vw;
  margin: 8vw auto 8vw;
}

.ttl_img_02 {
  width: 60vw;
  margin: 8vw auto 8vw;
}

.ttl_img_03 {
  width: 60vw;
  margin: 8vw auto 5vw;
}

.ttl_img_04 {
  width: 70vw;
  margin: 8vw auto 8vw;
}



/* アイテム紹介 */


.item_box_01 {
  width: 100vw;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;

  margin: 0vw 0vw 12vw;
  }

.item_box_02 {
  width: 92vw;
  display: flex;
  flex-direction: column;
  justify-content: center;

  margin: 0px auto 12vw;
  }

.item_box_03 {
  width: 92vw;
  flex-direction: column;
  margin: 0px auto;
  }

.item_box_04 {
  width: 92vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px auto 10px;
  }

  
.hash_01 {
  width: 22vw;
  font-size: 3vw;
  line-height: 5vw;
  border-radius: 5vw;
  padding: 1vw;
  margin-bottom: 3vw;
} 

.hash_02 {
  width: 18vw;
  color: #ffffff;
  font-size: 3vw;
  line-height: 5vw;
  border-radius: 5vw;
  padding: 1vw;
  margin-bottom: 3vw;
} 

.hash_03 {
  width: 32vw;
  font-size: 3vw;
  line-height: 5vw;
  border-radius: 5vw;
  padding: 1vw;
  margin-bottom: 3vw;
} 
  
.item_ser_01 {
  font-size: 4vw;
  margin-bottom: 2vw;
}

.item_ser_02 {
  font-size: 3vw;
  margin-bottom: 2vw;
}

.item_ser_03 {
  font-size: 3vw;
  margin-bottom: 3vw;
}


.brand_logo_01 {
  width: 35vw;
}

.nove_bnn_01 {
  width: 53vw;
}


.col_img_01 {
  width: 92vw;
  margin: 0;
} 

.atte_img_01 {
  width: 92vw;
  margin-bottom: 8vw;
}

.btn_img_01 {
  width: 70vw;
}



/* スライダー */

.slider_01 {
  width: 84vw;
  margin: 0 auto;
}

.slider_02 {
  width: 100vw;
  margin: 0 auto 22vw;
}

.slider_03 {
  width: 84vw;
  margin: 0 auto;
}

.slider_04 {
  width: 100vw;
  margin: 0 auto 22vw;
}


.slider_05 {
  width: 84vw;
  margin: 0 auto;
}

.slider_06 {
  width: 100vw;
  margin: 0 auto 22vw;
}



.sli_item_01 {
  width: 60vw;
  display: flex;
  flex-direction: column;
  margin: 0 3vw 2vw;
}

.sli_item_01 div img {
  width: 100%;
  margin: 0 auto;
}

.sli_atte {
  width: 100%;
  font-size: 3vw;
  margin: 0px;
}

.sli_atte p {
  font-size: 3.5vw;
  margin-top: 2vw; 
  margin-bottom: 2vw; 
}


  


/* 価格で探す */

.price_box {
  width: 92vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 22vw;
}

.price_box li {
  margin-bottom: 6vw;   
}


.btn_price {
  width: 43vw;
  border: 2px solid #000;
  font-size: 3.5vw;
  padding: 1.5vw 0px;
  border-radius: 30px;
}

/* アウトレットで探すト */

.outlet_box {
  width: 92vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto 22vw;
}

.outlet_item {
  margin-left: 0px;
  width: 44vw;
}

.outlet_item:nth-child(n+3) {
  margin-top: 8vw;
}

.outlet_item a {
  font-size: 3.5vw;
}

.outlet_img img{

}

.triangle1{
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid #2b4858;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  margin-right: 5px;
}

.price_yen {
  color: #c14848;
  font-size: 5vw;
}

.outlet_price {
  color: #c14848;
  font-size: 5vw;
  margin-left: -3px;
}

.price_tax {
  color: #c14848;
  font-size: 4vw;
}


/* カラーで探すト */


.col_vari_box {
  width: 92vw;
justify-content: space-between;
  margin: 0px auto 22vw;
}

.col_vari_box li {
  margin-right: 0vw;
}

.col_vari_box li div {
  width: 20vw;
  height: 20vw;
}

.col_vari_box li p {
  font-size: 3vw;
  margin: 2vw auto 6vw;
}

.search-col_bg11 {
  width: 14vw;
  height: 14vw;
}



/* 素材で探す */

.material_box {
  width: 92vw;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto 22vw;
}

.m_under {
  margin: 0px auto 6vw;
}

.material_box li {
  width: 28vw;
}

.material_box li div {
  font-size: 3vw;
  margin: 0vw auto;
}


.material_box img {
  width: 100%;
}

.material_box p {
  font-size: 4vw;
  margin: 0px auto 3px;
}

.m_right {
    margin-right: 12px;
}



/* ブランドリスト */


.brand {
  
}

.brand_box_01 {
  width: 92vw;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  margin: 0vw auto 22vw;  
}


.brand_box_01 li div {
  width: 26vw;
  margin: 0vw 2vw 0vw; 
}






.bnn_style {
 width: 92vw;
 margin: 0px auto 22vw;
}

.bnn_style img {
 width: 100%;
}





.shopeve {
  width: 92vw;
  margin: 0px auto 33vw;
}

.shopeve img {
  width: 100%;
}





/* フッター */
.footer-copyright{
padding: 6vw 0;
}

.footer-copyright__text{
font-size: 3vw;
text-align: center;
color: #ffffff;
}




.br_pc{
	display: none;
}

.br_sp{
	display: block;
}

.display_pc{
  display: none;
}

.display_sp{
  display: block;
}

}</pre></body></html>