@charset "utf-8";
/* CSS Document */


/*--------------------------------------
base
---------------------------------------*/

a{
  color: black;
  text-decoration: none;
}

li{
  list-style:none;
  text-decoration: none;
}


div,
ul,
li {
    box-sizing: border-box;
    vertical-align: top;
    text-decoration: none;
}

ul.cont1Item_list {
    font-size: 0;
    vertical-align: top;
    text-decoration: none;
}

.link {
  text-decoration: none;
}


/*===============================================
top　テキスト
===============================================*/

    #top01 .pc {
        display: block;
        margin-top: -50px;

    }

    #top01 p {
        width: 60%;
        margin: 5% auto 0;
        font-size: 2.1rem;
        line-height: 1.7;
        text-align: left;

    }


/*--------------------------------------
content_fs
---------------------------------------*/

.content_fs {
  position: relative;
  width: 950px;
  min-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  padding: 10% 0 5%;
  
        
    }



/*===============================================
見出し
===============================================*/
.contentTop {
    width: 950px;
    margin: 0 auto 20px;
}

.contentTop_ttl {
    text-align: center;
    margin-bottom: 20px;
}



/*--------------------------------------
content1　いちおし
---------------------------------------*/

    .cont1Item {
        width: 950;
        margin: 0 auto 10%;
    }

    .cont1Item:last-child {
        margin-bottom: 5%;
    }

    .cont1Item_topImg {
        position: relative;
        margin-bottom: 10%;
    }

    .cont1Item_topImg_sp {
        display: block;
    }

    .cont1Item_ttl {
        width: 100%;
        margin: 0 auto 4%;
        font-weight: 600;
        font-size: 4.2rem;
        letter-spacing: 0.05em;
        padding: 20px 0 0 0;
        text-align: center;
    }


/* いちおし商品 説明*/
    .cont1Item_description {
        width: 100%;
        margin: 0 auto;
        font-size: 0;
    }

    .cont1Item_description_box {
        display: none;
    }

    .cont1Item_description_txt {
        display: block;
        width: 80%;
        margin: 0 auto;
        padding-left: 0;
    }


    .about {
        font-size: 2.0rem;
        line-height: 1.8;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .name {
        font-weight: 600;
        font-size: 3.0rem;
    }
    
.cont1Item_description_utks {
    font-size: 1.1rem;
    color: #484242;
    text-decoration: line-through;
}

    .price {
        font-weight: 600;
        font-size: 3.6rem;
        color: #e62a2a;
        font-family: 'Inter', sans-serif;
    }
  
   .price span {
    font-size: 2.6rem;
    color: #e62a2a;
}

    .cont1Item_description_price2 {
        font-weight: 600;
        font-size: 0.95rem;
        color: #5f5d5d;
        font-family: 'Inter', sans-serif;
    }

.hayawari {
    display:inline-block; 
    margin: 5px 0px 5px 0px ;
    padding:3px; 
    display:inkine-block;
    color:#e70b22;
    background-color: #fcfa08;
    font-size:2.6rem
 }


.souryou {
    display:inline-block; 
    margin: 5px 0px 5px 0px ;
    padding:3px; 
    display:inkine-block;
    color:white;
    background-color: #9E0A0A;
    font-size:2.6rem
 }

.link_Img {
    display: block;
    width: 320px;
    height: 70px;
    background-size: contain;
    vertical-align: middle;
    margin-top: 30px;
}


/*--------------------------------------
小サイズ
---------------------------------------*/

/*----- cont1Item_list -----*/

.cont1Item_list {
    width: 1150px;
    margin: 10px auto 0;
}

.cont1Item_listItem {
    display: inline-block;
    background: #ffffff;
    position: relative;
    width: -webkit-calc((99.9% - 120px) / 3);
    width: calc((99.9% - 120px) / 3);
    margin: 0 50px 50px 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
}

.cont1Item_listItem:nth-child(3n) {
    margin-right: 0;
}

.cont1Item_listItem_img {
    width: 100%;
    margin-bottom: 10px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
}

.cont1Item_listItem_description {
    margin: 10px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
}

.cont1Item_listItem_name {
    font-weight: 600;
    font-size: 2.2rem;
    margin-left: 2px;
}

.cont1Item_listItem_price {
    font-weight:  bold;
    font-family: 'Inter', sans-serif;
    font-size: 2.6rem;
}

.cont1Item_listItem_price span {
    font-size: 2.6rem;
    font-weight: 600;
    margin-left: 2px;
}

.cont1Item_listItem_price2 {
        font-weight:  bold;
        font-family: 'Inter', sans-serif;
        font-size: 2.6rem;
        color: #e62a2a;
    }

.cont1Item_listItem_price2 span {
        font-size: 1.8rem;
        margin-left: 2px;
        color: #e62a2a;
    }

.cont1Item_description_souryou2 {
    display:inline-block;
    margin: 5px 0px 5px 0px ;
    padding:3px;
    display:inkine-block;
    color:white;
    background-color:#9E0A0A;
    font-size:2.0rem
}


/*--------------------------------------
kakaku01　価格別　
---------------------------------------*/


.kakaku01 {
    width: 1000px;
    display: flex;
    justify-content: left; 
    flex-wrap:wrap;
    margin-top: -5px;
    margin-left: -20px;
    margin-bottom: auto;
    margin: auto;
}

.kakaku01 img{
    text-align: left;
    width: 500px;
}
