@charset "UTF-8";

/* ==========================================================================
   ポロシャツ特集 LP (page23) - 使用スタイルのみ抽出
   元ソース: common.css + インラインスタイル
   ========================================================================== */

/* ------------------------------------
   common.css から抽出: パンくずリスト
   ------------------------------------ */
.cmnBreadcrumb {
  margin-bottom: 5px;
  text-align: left;
  font-size: 10px;
}

.cmnBreadcrumb li {
  display: inline-block;
}

.cmnBreadcrumb li + li:before {
  content: '>';
  display: inline-block;
  margin: 0 1em;
}

/* ------------------------------------
   clearfix
   ------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

/* ------------------------------------
   ベース (.wrap)
   ------------------------------------ */
.wrap ul {
  padding: 0;
}

.wrap li {
  list-style: none;
}

.wrap img {
  max-width: 100%;
  height: auto;
}

/* ------------------------------------
   メインビジュアル
   ------------------------------------ */
.main h1 img {
  width: 100%;
}

/* ------------------------------------
   content01: 導入テキスト
   ------------------------------------ */
.content01 p {
  width: 80%;
  margin: 0 auto;
  padding: 5% 0;
  line-height: 1.6;
}

/* ------------------------------------
   content02: 商品セクション
   ------------------------------------ */
.content02 h2 {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 6px 0;
  font-size: 2rem;
  margin-bottom: 4%;
}

.content02 h2 div {
  background-color: #09BEFF;
  text-align: center;
  color: #FFEB00;
  text-shadow: 0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000,
    0 0 3px #000, 0 0 3px #000, 0 0 3px #000, 0 0 3px #000;
  padding: 4px 0;
}

.content02 h2 div span {
  color: #fff;
  text-shadow: none;
  padding: 0 5px;
  font-size: 1.1em;
}

.content02 h3 {
  font-size: 1.3rem;
  margin-bottom: 0;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 4%;
}

.content02 ul li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 8%;
}

.content02 ul li:nth-child(3n) {
  margin-right: 0;
}

.content02 ul li h4 img {
  width: 100%;
}

/* ------------------------------------
   ブランド一覧
   ------------------------------------ */
.content02 .brand li:nth-child(4) {
  clear: both;
}

.content02 .brand li h4 {
  text-align: center;
  margin-bottom: 5%;
}

.content02 .brand li p {
  font-size: 0.8rem;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 5%;
  min-height: 4rem;
}

.content02 .brand li a,
.more {
  display: block;
  width: 100%;
  text-align: center;
  color: #A40000;
  border: 1px solid #A40000;
  text-decoration: none;
  padding: 5px 0;
  font-weight: bold;
  font-size: 0.8rem;
}

.more {
  margin-bottom: 4%;
  color: #A40000 !important;
  text-decoration: none !important;
  padding: 10px 0;
}

.more:hover {
  background-color: #A40000;
  color: #fff !important;
}

/* ------------------------------------
   PICK UP 商品 (mainpick)
   ------------------------------------ */
.mainpick .item {
  padding: 3% 0;
  background-size: auto 90%, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: right -6% bottom, center center;
  margin-bottom: 2%;
}

.mainpick .item01 {
  background-image: url(), url(https://jcd-online.website/ms-image/lp/img/page23/page23_pick01_bg.png);
}

.mainpick .item02 {
  background-image: url(https://jcd-online.website/ms-image/lp/img/page23/page23_pick02_model.png),
    url(https://jcd-online.website/ms-image/lp/img/page23/page23_pick02_bg.png);
}

.mainpick .item03 {
  background-image: url(https://jcd-online.website/ms-image/lp/img/page23/page23_pick03_model.png),
    url(https://jcd-online.website/ms-image/lp/img/page23/page23_pick03_bg.png);
}

.mainpick .item h3 {
  width: 30%;
  float: left;
  border-bottom: none;
  margin-bottom: 0;
}

.mainpick .item p {
  width: 70%;
  float: right;
  font-weight: bold;
  font-size: 1.1rem;
}

.mainpick .item p strong {
  display: block;
  font-size: 1.6em;
  font-weight: bold;
}

.mainpick .item .iteminfo {
  padding: 3%;
  clear: both;
}

.mainpick .item .iteminfo .imgbox {
  float: left;
  width: 26%;
}

.mainpick .item .iteminfo .imgbox img {
  width: 100%;
}

.mainpick .item .iteminfo .infobox {
  float: right;
  width: 45%;
  padding-top: 0.5%;
  padding-right: 25%;
}

.mainpick .item .iteminfo .infobox h4 {
  font-size: 1.2rem;
  margin: 0;
  margin-bottom: 10%;
}

.mainpick .item .iteminfo .infobox h4 span {
  display: block;
}

.mainpick .item .iteminfo .infobox .pricebox {
  font-size: 2.6rem;
}

.mainpick .item .iteminfo .infobox .icon ul {
  margin: 2% 0;
}

.mainpick .item .iteminfo .infobox .icon li {
  width: 12%;
  margin-right: 0.5%;
  margin-bottom: 0;
}

.mainpick .item .iteminfo .infobox .icon:nth-child(3n+1) {
  clear: none;
}

.mainpick .item .iteminfo .infobox .icon img {
  width: 100%;
  vertical-align: bottom;
}

.mainpick .item .iteminfo .infobox .cartbtn {
  width: 100%;
}

/* ------------------------------------
   価格表示
   ------------------------------------ */
.content02 .pricebox {
  font-weight: bold;
  padding: 0 0;
  color: #c21b25;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  font-family: 'Anton', 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  text-shadow: 2px 2px #fff, 2px 1px #fff, 2px -2px #fff, -2px 2px #fff,
    1px 1px #fff, 1px 0px #fff, 1px -1px #fff, 1px -2px #fff,
    0px 2px #fff, 0px 1px #fff, 0px -1px #fff, 0px -2px #fff,
    -1px 2px #fff, -1px 1px #fff, -1px 0px #fff, -1px -1px #fff,
    -1px -2px #fff, -2px 2px #fff, -2px 1px #fff, -2px 0px #fff,
    -2px 2px #fff, -2px -2px #fff;
}

.content02 .pricebox span {
  font-size: 0.4em;
}

.tujo {
  font-weight: bold;
  font-size: 1.4em;
}

.p30off {
  background-image: url(https://jcd-online.website/ms-image/lp/img/page23/30off.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% auto;
  padding-top: 51px;
  width: 300px;
}

/* ------------------------------------
   otherpick（ブランド別セクション）
   ------------------------------------ */
.content02 .otherpick li {
  margin-right: 0;
  margin-bottom: 0;
}

.content02 .otherpick li:nth-child(3n) {
  margin-right: 0;
}

.content02 .otherpick li:nth-child(4n) {
  margin-right: 0;
}

.content02 .otherpick {
  clear: both;
  border-bottom: 1px solid #000;
  margin-bottom: 3%;
}

.content02 .otherpick h3 {
  display: block;
  float: left;
  width: 35%;
  border: none;
}

.content02 .otherpick p {
  display: block;
  float: right;
  width: 60%;
  padding-top: 2%;
}

.content02 .otherpick h4 {
  margin: 0;
  font-size: 0.8rem;
  min-height: 4rem;
}

.content02 .otherpick ul {
  clear: both;
}

.content02 .otherpick ul li img {
  width: 100%;
}

/* ------------------------------------
   カートボタン
   ------------------------------------ */
.cartbtn a {
  padding: 3% 0;
  background: #A40000;
  border: solid 1px #8C0000;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 5px;
  box-shadow: 2px 2px 0 #324733;
  text-shadow: 1px 1px #8C0000, 1px 0px #8C0000, 1px -1px #8C0000,
    0px 1px #8C0000, 0px -1px #8C0000, -1px 1px #8C0000,
    -1px 0px #8C0000, -1px -1px #8C0000;
}

.cartbtn a:hover {
  opacity: 0.6;
}

/* ------------------------------------
   即割バナー
   ------------------------------------ */
.sokuwari {
  width: 100%;
  padding: 10px 0;
}

.sokuwari img {
  width: 100%;
}

/* ------------------------------------
   バナーエリア
   ------------------------------------ */
.bnr li {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 3%;
}

.bnr li img {
  width: 100%;
}

.bnr ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

.bnr ul li {
  width: 100%;
}

.bnr ul li.half {
  width: calc((100% - 20px) / 2);
}

/* ------------------------------------
   content03: フッターテキスト
   ------------------------------------ */
.content03 {
  padding: 15px 20px;
  background-color: #dedede;
  margin-bottom: 30px;
}
