@charset "utf-8";

@media (max-width: 768px) {
  .pc_on {
    display: block;
  }
}
@media (min-width: 769px) {
  .sp_on {
    display: block;
  }
}

/* ミズノ用TOP画像 */
.lp_custom_mizuno_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_mizuno.jpg");
  opacity: 0.7;
}

/* ウィルソン用TOP画像 */
.lp_custom_wilson_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_wilson.jpg");
  opacity: 0.7;
}

/* ゼット用TOP画像 */
.lp_custom_zett_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_zett.jpg");
  opacity: 0.7;
}

/* ローリングス用TOP画像 */
.lp_custom_rawlings_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_rawlings.jpg");
  opacity: 0.7;
}

/* ジームス用TOP画像 */
.lp_custom_zeems_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_zeems.jpg");
  opacity: 0.7;
}

/* アトムズ用TOP画像 */
.lp_custom_atoms_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_atoms.jpg");
  opacity: 0.7;
}

/* ドナイヤ用TOP画像 */
.lp_custom_donaiya_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_donaiya.jpg");
  opacity: 0.7;
}

/* アシックス用TOP画像 */
.lp_custom_asics_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_asics.jpg");
  opacity: 0.7;
}

/* ごりら印の野球道具用TOP画像 */
.lp_custom_gorilla_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_gorilla.jpg");
  opacity: 0.7;
}

/* 和牛JB用TOP画像 */
.lp_custom_wagyu_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_wagyu.jpg");
  opacity: 0.7;
}

/* ラグデリオン用TOP画像 */
.lp_custom_rag_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_rag.jpg");
  opacity: 0.7;
}

/* ザナックス用TOP画像 */
.lp_custom_xanax_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_xanax.jpg");
  opacity: 0.7;
}

/* ハイゴールド用TOP画像 */
.lp_custom_hi_gold_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_hi_gold.jpg");
  opacity: 0.7;
}

/* トレジャー用TOP画像 */
.lp_custom_treasure_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_treasure.jpg");
  opacity: 0.7;
}

/* エールストーリー用TOP画像 */
.lp_custom_ysr_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_ysr.jpg");
  opacity: 0.7;
}

/* ディーバイエム用TOP画像 */
.lp_custom_dm_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_dm.jpg");
  opacity: 0.7;
}

/* てっぺん用TOP画像 */
.lp_custom_teppen_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_teppen.jpg");
  opacity: 0.7;
}

/* 玉澤用TOP画像 */
.lp_custom_tamazawa_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_tamazawa.jpg");
  opacity: 0.7;
}

/* ワールドペガサス用TOP画像 */
.lp_custom_wp_main_visual {
  background-image: url("https://glovemusashi.itembox.design/item/assets/img/common/order_wp.jpg");
  opacity: 0.7;
}


.maker_img {
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
}
.maker_exp {
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
  margin: 10px auto 30px auto;
}

.order_glove {
  border-bottom: 2px dotted #000;
  padding-top: 30px;
  padding-bottom: 30px;
}
.order_glove_flex {
  display: flex;
  margin: 10px auto;
}
.order_reverse {
  flex-direction: row-reverse;
}
.flex_txt {
  width: 50%;
  padding: 0 10px;
}
.flex_txt_cate {
  font-size: 2rem;
  font-weight: bold;
}
.flex_txt_exp {
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-left: 30px;
  margin-bottom: 10px;
}
.flex_photo {
  width: 50%;
  padding: 0 10px;
  text-align: center;
}
.img_main {
  max-width: 400px;
  width: 100%;
  border: 1px solid #000;
}
.sub_img_ul {
  display: flex;
  margin: 0 auto;
  justify-content: center;
}
.sub_img_li {
  margin: 5px;
  list-style: none;
}
.img_sub {
  max-width: 165px;
  width: 100%;
  border: 1px solid #000;
}

@media (max-width: 768px) {
  .maker_exp {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .order_glove_flex {
    display: block;
  }
  .order_reverse {
    flex-direction: row;
  }
  .flex_txt {
    width: 100%;
    padding: 0 30px;
  }
  .flex_txt_cate {
    font-size: 1.8rem;
  }
  .flex_txt_exp {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
  .flex_photo {
    width: 100%;
  }
  .img_main {
    max-width: 400px;
  }
  .sub_img_ul {
    padding-inline-start: 0;
  }
  .sub_img_li {
  }
  .img_sub {
  }
  .order_line {
    max-width: 400px;
  }
}


/* 注意書き */
.caution {
  width: 50%;
  padding: 10px 20px;
  margin: 30px auto 50px auto;
  text-align: center;
}
.caution_p {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: bold;
  color: #A80B0B; 
}


/* 商品ページへのリンク */
.btn_area {
  text-align: center;
  margin: 50px 0 100px 0;
}
.link_btn {
  background: #A80B0B;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
}

/* インスタへのリンク */
.insta_txt {
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 20px;
}
.insta_link {
  /* height: 200px;
  width: 90%; */
  background-image: linear-gradient(45deg, rgba(255, 214, 0, 1), rgba(255, 122, 0, 1) 25%, rgba(255, 0, 105, 1) 50%, rgba(211, 0, 197, 1) 75%, rgba(118, 56, 250, 1)), linear-gradient(90deg, rgba(255, 0, 105, 1), rgba(211, 0, 197, 1) 50%, rgba(118, 56, 250, 1));
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
}
@media (max-width: 768px) {
  .caution {
    width: 100%;
    padding: 10px 20px;
    margin: 30px auto 100px auto;
    text-align: center;
  }
  .caution_p {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: bold;
    color: #A80B0B; 
  }
  .link_btn {
    font-size: 1.7rem;
  }
  .insta_txt {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}


/* 関連記事 */
.related {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.related_item {
  max-width: 23%;
  width: 100%;
  display: block;
  text-align: center;
  margin: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px #ececec;
  border-radius: 5px;
}
.related_item > img {
  width: 100%;
}
.related_txt {
  padding:10px;
}
.related_ttl {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2rem;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 10px;
}
.related_p {
  font-size: 1.2rem;
  line-height: 1.7rem;
  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 768px) {
  .related_item {
    max-width: 40%;
  }

}


