@charset "utf-8";

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* ---------------------------------------- ボタンデザイン */

.pickupButton {
    width: auto;
    height: 40px;
    font-size: 14px;
    font-weight: 600;
    line-height: 2.8;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: white !important;
    border-radius: 0.5rem;
    margin: 20px auto 30px !important;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}

a {
    vertical-align: middle;
}

a.btn--radius {
    border-radius: 100vh;
}


/* ---------------------------------------- レイアウトに関する指定 */

article {
    width: 100%;
    font-size: 0.85em;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 0;
    margin: 0;
}

article img {
    max-width: 100%;
    padding: 0;
    margin: 10px 0 40px 0;
    display: block;
}

article p {
    text-align: left;
    margin: 10px 0 30px;
}

.pickup-title {
    font-size: 1.2em;
    text-align: left;
    padding: 10px;
    margin-bottom: 20px;
    color: white;
}

.pickupTitleThree {
    font-size: 2em;
    text-align: left;
    margin: 20px 0;
    padding: 5px;
    color: black;
}

.pickupTitleFour {
    text-align: left;
}

.flexbox {
    display: flex;
    justify-content: space-around;
}

.flexbox img {
    display: block;
}

.one img {
    max-width: 80%;
    height: auto;
    display: block;
}

.two img {
    width: 40%;
    height: auto;
    object-fit: contain;
}

.three img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.product-graph {
    margin: 10px 0 30px;
    border: none;
    padding: 0;
}

.product-graph tr th,
td {
    border: 1px solid black !important;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.product-graph tr td {
    text-align: left;
}

.product-graph tr {
    margin: 0;
    padding: 0;
}

.base_design #footer {
    width: 1000px!important;
}

/*商品詳細 ...打ち消し */
div.listrightbloc h3 {
white-space: normal;
text-overflow: clip;
}

.raku2_product_caption {
display: block;
}

.image-vw {
  width : 24vw ;
  height : 24vw;
}

/*zafetyluglock特設ページCSS*/

.zafetyluglock-decoration {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic";
    font-size: 1.2em;
}

.zafetyluglock-title {
    text-align: center;
    font-size: 36px;
}

#zafetyluglock-title1 {
    text-align: center;
} 

.zafetyluglock-feature {
    font-size: 1.2em;
}

.zafetyluglock-decoration2 {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic";
    font-size: 24px;
    font-weight: bolder;
    color: red;
}
/*zafetyluglock特設ページCSS終わり*/

/*送料タグ非表示CSS*/
.not_include {
    display:none;
}
/*送料タグ非表示CSS終わり*/

/*注文受付数タグ非表示CSS*/
.sale_limit {
    display:none;
}
/*注文受付数タグ非表示CSS終わり*/

/*2022年8-9月クールシャツ*/
.coolshirt1 {
    text-align: center;
    font-weight: bolder;
    text-decoration: underline;
}

/*掛け率非表示*/
#rate_default{
    display:none;
}
/*掛け率非表示終わり*/

/*twitterキャンペーンフォント*/
.twitter {
color: red;
font-size:1.5em;
}
