@charset "utf-8";
#gift.l-basic__main {
  font-size: 14px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  position: relative;
  color: #333;
  line-height: 1.42857143;
}
.l-basic__main .l-inner-block {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.l-goods-block {
  background-color: #fff;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  padding: 10px;
}

/* レイアウト
--------------------------------------------------　*/
.row {
  margin-left: -14px;
  margin-right: -14px;
}
.row::after,.row::before {
  content: "";
  display: block;
  box-sizing: border-box;
}
.row::after {
  clear: both;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  float:left;
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
  box-sizing: border-box;
}
.col-sm-12 {
  width: 100%
}
.col-sm-11 {
  width: 91.66666667%
}
.col-sm-10 {
  width: 83.33333333%
}
.col-sm-9 {
  width: 75%
}
.col-sm-8 {
  width: 66.66666667%
}
.col-sm-7 {
  width: 58.33333333%
}
.col-sm-6 {
  width: 50%
}
.col-sm-5 {
  width: 41.66666667%
}
.col-sm-4 {
  width: 33.33333333%
}
.col-sm-3 {
  width: 25%
}
.col-sm-2 {
  width: 16.66666667%
}
.col-sm-1 {
  width: 8.33333333%
}
.col-sm-pull-12 {
  right: 100%
}
.col-sm-pull-11 {
  right: 91.66666667%
}
.col-sm-pull-10 {
  right: 83.33333333%
}
.col-sm-pull-9 {
  right: 75%
}
.col-sm-pull-8 {
  right: 66.66666667%
}
.col-sm-pull-7 {
  right: 58.33333333%
}
.col-sm-pull-6 {
  right: 50%
}
.col-sm-pull-5 {
  right: 41.66666667%
}
.col-sm-pull-4 {
  right: 33.33333333%
}
.col-sm-pull-3 {
  right: 25%
}
.col-sm-pull-2 {
  right: 16.66666667%
}
.col-sm-pull-1 {
  right: 8.33333333%
}
.col-sm-pull-0 {
  right: auto
}
.col-sm-push-12 {
  left: 100%
}
.col-sm-push-11 {
  left: 91.66666667%
}
.col-sm-push-10 {
  left: 83.33333333%
}
.col-sm-push-9 {
  left: 75%
}
.col-sm-push-8 {
  left: 66.66666667%
}
.col-sm-push-7 {
  left: 58.33333333%
}
.col-sm-push-6 {
  left: 50%
}
.col-sm-push-5 {
  left: 41.66666667%
}
.col-sm-push-4 {
  left: 33.33333333%
}
.col-sm-push-3 {
  left: 25%
}
.col-sm-push-2 {
  left: 16.66666667%
}
.col-sm-push-1 {
  left: 8.33333333%
}
.col-sm-push-0 {
  left: auto
}
.col-sm-offset-12 {
  margin-left: 100%
}
.col-sm-offset-11 {
  margin-left: 91.66666667%
}
.col-sm-offset-10 {
  margin-left: 83.33333333%
}
.col-sm-offset-9 {
  margin-left: 75%
}
.col-sm-offset-8 {
  margin-left: 66.66666667%
}
.col-sm-offset-7 {
  margin-left: 58.33333333%
}
.col-sm-offset-6 {
  margin-left: 50%
}
.col-sm-offset-5 {
  margin-left: 41.66666667%
}
.col-sm-offset-4 {
  margin-left: 33.33333333%
}
.col-sm-offset-3 {
  margin-left: 25%
}
.col-sm-offset-2 {
  margin-left: 16.66666667%
}
.col-sm-offset-1 {
  margin-left: 8.33333333%
}
.col-sm-offset-0 {
  margin-left: 0
}

/* 見出し
--------------------------------------------------　*/
.m-heading {
  font-weight: bold;
  font-size: 21px;
  padding: 5px 10px;
  margin: 0px auto;
}
.m-heading--t4 {
  display: table;
  width: 100%;
  padding-bottom: 2px;
  margin-bottom: 18px;
}
.m-heading--t4 .m-heading--t4-icon {
  display: table-cell;
  width: 30px;
  vertical-align: top;
}

.m-heading--t4-icon img {
  width:25px;
}

.m-heading--t4 .m-heading--t4-text {
  display: table-cell;
  font-size: 18px;
}

/* アンカー
--------------------------------------------------　*/
.m-anchor-btn {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.m-anchor-btn li {
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
  margin: 0;
}
.m-anchor-btn-link {
  position: relative;
  width: 100%;
  height: 60px;
  display: block;
  color: rgb(68, 34, 0);
  box-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px inset;
  border-radius: 8px;
  padding: 5px;
  text-decoration: none;
  box-sizing: border-box;
}
.m-anchor-btn-link::after {
  content: "▼";
  color: #ffffff;
  font-size: 6px;
  position: absolute;
  right: 4px;
  bottom: 7px;
}
.m-anchor-btn-link:hover {
  color: #ffffff;
  opacity: 0.8;
}
.m-anchor-btn-link-type01 {
  background-color: #db2317;
  border: 1px solid #db2317;
  color: #ffffff;
}
.m-anchor-btn-link-type02 {
  background-color: #a18759;
  border: 1px solid #a18759;
  color: #ffffff;
}
.m-anchor-btn-icon-single {
  position: absolute;
  display: block;
  width: 49px;
  top: 7px;
  left: 8px;
}

.m-anchor-btn-icon-single img,.m-anchor-btn-icon-double img{
  width: 90%;
}

.m-anchor-btn-icon-double {
  position: absolute;
  display: block;
  width: 49px;
  top: 7px;
  left: 57px;
}
.m-anchor-btn-link-single .m-anchor-btn-name {
  position: absolute;
  display: block;
  width: 100%;
  top: 5px;
  left: 0;
  padding-left: 70px;
  box-sizing: border-box;
}
.m-anchor-btn-link-double .m-anchor-btn-name {
  position: absolute;
  display: block;
  width: 100%;
  top: 5px;
  left: 0;
  padding-left: 110px;
  box-sizing: border-box;
}

.anchor-links ul {
  margin-right: -95px;
}
.anchor-links li {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 25px;
  letter-spacing: -0.02em;
  position: relative;
  list-style-type: none;
}
.anchor-links li a {
  display: block;
  background-color: rgb(153, 153, 153);
  color: rgb(68, 34, 0);
  position: relative;
  min-height: 40px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 1px 0px inset;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(201, 201, 201);
  border-image: initial;
  padding: 5px;
  text-decoration: none;
}
.anchor-links li.anchor-pj a {
  background-color: rgb(254, 187, 196);
  color: rgb(68, 34, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(237, 154, 164);
  border-image: initial;
}
.anchor-links li.anchor-pg a {
  background-color: rgb(216, 237, 153);
  color: rgb(68, 34, 0);
  border-width: 1px;
  border-style: solid;
  border-color: rgb(165, 186, 102);
  border-image: initial;
}
.anchor-links li a .icon {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-top: 1px;
  margin-right: 12px;
  background-size: cover;
  background-repeat: no-repeat;
}
.anchor-links li.anchor-pj a .icon {
  background-image: url(/shop/cam/images/cmpins-spring-sale/pj_seal.png);
}
.anchor-links li.anchor-pg a .icon {
  background-image: url(/shop/cam/images/cmpins-spring-sale/pg_seal.png);
}

/* テキスト関連
--------------------------------------------------　*/
.m-lead {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-left: 14px;
  padding-right: 14px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.u-serif {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.m-goods-description {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

/* 書体紹介
--------------------------------------------------　*/
.about-font {
  padding: 0;
  clear: both;
}
.about-font span.small {
  font-weight: normal;
  font-size: 12px;
  margin-left: 1em;
}
.about-font span.poplink-btn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 2px 16px 2px 5px;
  border-radius: 4px;
}
.about-font span.poplink-btn:hover { background-color: #fafafa; }
.about-font span.poplink-btn::after {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  top: 3px;
  right: 3px;
  font-size: 10px;
}
table.about-font  {
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto 10px;
  width: 100%;
}
.about-font th {
  padding: 5px 0;
  border: 1px solid #ccc;
  background-color: #eee;
  position: relative;
}
.about-font td {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: top;
  font-size: 12px;
}
.about-font ul { margin-bottom: 10px; }
.about-font li::before {
  content: "※";
  margin-left: -1em;
}
.about-font li {
  list-style-type: none;
  padding-left: 1em;
}

/* サイズ紹介
--------------------------------------------------　*/
table.about-size  {
  text-align: center;
  border-collapse: collapse;
  margin: 0 auto 10px;
  width: 100%;
}
.about-size th {
  padding: 5px 0;
  border: 1px solid #ccc;
  background-color: #eee;
  position: relative;
}
.about-size td {
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  vertical-align: top;
  font-size: 12px;
}
.about-size thead th img {
  margin: 2px 8px 0;
}
.about-size .male {
  background-color: #adf;
  border-right: none;
}
.about-size .unisex {
  background: linear-gradient(90deg, #adf, #fcc);
  border-left: none;
  border-right: none;
}
.about-size .female {
  background-color: #fcc;
  border-left: none;
}
.size_arrows {
  margin: auto 20px;
  width: 160px;
}
.about-size span.poplink-btn {
  display: inline-block;
  position: relative;
  background-color: #fff;
  font-size: 12px;
  border: 1px solid #ccc;
  margin: 0 10px;
  padding: 2px 16px 2px 5px;
  border-radius: 4px;
}
.about-size span.poplink-btn:hover {
  background-color: #fafafa;
}
.about-size span.poplink-btn::after {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  position: absolute;
  top: 25%;
  right: 3px;
  font-size: 10px;
}

/* 商品レイアウト
--------------------------------------------------　*/
.m-item::after,.m-item::before {
  content: "";
  display: block;
  box-sizing: border-box;
}
.m-item::after {
  clear: both;
}
.m-item-left-block {
  width: 60%;
  float: left;
  padding-right: 8px;
  box-sizing: border-box;
}
.m-item-right-block {
  width: 40%;
  float: right;
  padding-left: 8px;
  box-sizing: border-box;
}

/* 出荷日
--------------------------------------------------　*/
.shipping dl {
  margin-bottom: 10px;
}
.shipping dl:nth-last-child(1) {
  margin-bottom: 0;
}
.shipping dt,.shipping dd {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ccc;
  padding: 5px 8px;
  font-size: 14px;
}
.shipping dt {
  border-bottom: 0 none;
  background-color: #003f8d;
  color: #fff;
  font-weight: bold;
}
.shipping dl.rapid dt {
  background-color: #C00;
}
.shipping dl.rapid dd {
  background-color: #ffd;
}

/* 価格表記
--------------------------------------------------　*/
.m-item .m-item-price__sale-label {
  background-color: #eee;
  vertical-align: middle;
  padding: 4px 8px 4px 16px;
  font-size: 12px;
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.m-item .m-item-price__sale-price {
  border: 1px solid #eee;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 4px 0;
  display: table;
  width: 100%;
}
.m-item-price__sale-price__label {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  box-sizing: border-box;
  padding-left: 16px;
}
.m-item-price__sale-price__price {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
  box-sizing: border-box;
  text-align: right;
  padding-right: 8px;
}
.m-item .m-item-price__sale-price__int {
  color: #ff0000;
  font-size: 20px;
}
.m-item .m-item-s-price__sale-price__punit {
  color: #ff0000;
  font-size: 12px;
  font-weight: bold;
  padding-left: 0.25em;
}

/* サービスアイコン
--------------------------------------------------　*/
.m-item-tag-list li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
}

/* ケース枠
--------------------------------------------------　*/
.image_frame {
  border:1px solid #cccccc;
  box-sizing: border-box
}

/* メイン商品写真
--------------------------------------------------　*/
.m-item-main-img a {
  position: relative;
  display: block;
}
.m-item-main-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
a.popup_img {
  position: relative;
  display: block;
}
a.popup_img:hover::after {
  display: block;
}
a.popup_img::after {
  content: "";
  width: 60px;
  height: 60px;
  background: url(/shop/cam/images/loupe_l.png);
  background-size: cover;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  display: none;
  position: absolute;
}

/* 商品リスト
--------------------------------------------------　*/
.m-goods-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.m-goods-grid__item {
  display: block;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  text-align:center;
}
.m-goods-grid--col-4 .m-goods-grid__item {
  width: 25%;
}
.m-goods-item__thumbnail img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-bottom: 12px;
}
.m-goods-item__name-inline {
  text-align: center;
  font-size: 10px;
  margin: 0 auto;
}
.m-shipping-free-icon {
  display: block;
  color: #d50000;
  border: 1px solid #d50000;
  padding: 2px 4px;
  margin: 0 0 0 auto;
  font-size: 14px;
  box-sizing: border-box;
}
.m-goods-price__sale-price {
  color: #ff0000;
  text-align: center;
  margin-bottom: 0;
}
.m-goods-list-header__price__int {
  font-size: 22px;
  font-weight: bold;
}
.m-goods-list-header__price__punit {
  font-size: 12px;
  padding-left: 0.25em;
}
.cartbtn img {
  width: 80%;
}
.cartbtn input {
  width: 160px;
  height: 44px;
  text-indent: -9999px;
  border: none;
  background: url(/_packages/other/case/images/common/cart_l.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  display: block;
  margin: auto;
}
.cartbtn input:hover {
  opacity: 0.7;
}
.cartbtn-single { 
  margin: 10px 0;
}
.cartbtn-single input {
  width: 174px;
  height: 48px;
}
.cartbtn-single img {
  display: block;
  margin: auto;
  width: 50%;
}

/* お問い合わせ 
--------------------------------------------------　*/
.inquiry_box{
  margin: 20px 20px 40px 20px;
  display:flex;
  justify-content: space-around;
  color:#575757;
}

a.inquiry_box_text{
  font-size:16px;
  font-weight:bold;
  text-align:center;
  padding:10px;
  background-color:#f2eada;
  color:#585858;
  text-decoration: none;
  display:block;
}

.inquiry_box_sub{
  flex-basis:48%;
}

.inquiry_box_sub_title{
  font-size:16px;
  font-weight:bold;
  display:block;
  border-bottom:1px solid #cccccc;
  padding-bottom:5px;
  margin-bottom:5px;
}

.inquiry_box_sub img{
  margin-top:10px;width:90%;
}
.inquiry_box_sub a:hover {
  text-decoration: none !important;
  opacity: 0.8;
}
.button {
  display: block;
  text-align: center;
  color: #FFF;
  background-color: #DDD;
  box-shadow: 0 1px 0 #ccc;
  text-shadow: 0 -1px 0 #ccc;
  border-radius: 4px;
  padding: 0.7em;
  position: relative;
  margin:5px 0;
}

.button-orange {
  background-color: #e67204;
  box-shadow: 0 1px 0 #793c02;
  text-shadow: 0 -1px 0 #793c02;
}

.button:hover, .button:active {
  box-shadow: 0 0px 0 #ccc;
  bottom: -1px;
}
ul.m-package-font_list{
  width:100%;
  list-style-type:none;
}

.m-package-font_item > dt > img {
  width: 100%;
}

.m-package-font_list li {
  width: 20%;
  padding: 0;
  float: left;
}

.m-package-font_item > dt,.m-package-font_item > dd {
  border: 1px solid #ccc;
  text-align: center;
  padding: 15px;
}

.m-package-font_item > dd > img {
  width: 65%;
}


.inquiry_box  {
  display:flex;
  justify-content: space-between;
  color:#575757;
}

.inquiry_box_sub  {
  flex-basis:45%;
}

.inquiry_box_sub_title  {
  font-size:16px;
  font-weight:bold;
  display:block;
  border-bottom:1px solid #cccccc;
  padding-bottom:5px;
  margin-bottom:5px;
}

.inquiry_box_sub img  {
  margin-top:10px;
  width:90%;
}
.button {
    display: block;
    text-align: center;
    color: #FFF;
    background-color: #DDD;
    box-shadow: 0 1px 0 #ccc;
    text-shadow: 0 -1px 0 #ccc;
    border-radius: 4px;
    padding: 0.7em;
    position: relative;
    margin:5px 0;
}
.button-orange {
    background-color: #e67204;
    box-shadow: 0 1px 0 #793c02;
    text-shadow: 0 -1px 0 #793c02;
}
.button:hover, .button:active {
    box-shadow: 0 0px 0 #ccc;
    bottom: -1px;
}

ul.m-package-font_list{
  width:100%;
  list-style-type:none;
}

.m-package-font_item > dt > img {width: 100%;}

.m-package-font_list li {
    width: 20%;
    padding: 0;
    float: left;
}

.m-package-font_item > dt,.m-package-font_item > dd {
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
}

.m-package-font_item > dd > img {width: 65%;}

.inquiry_box a[href^="tel:"] {
    pointer-events: none;
}

/* 画像100％表示
--------------------------------------------------　*/
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
}
.u-b {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}

/* デザインとしての箱
--------------------------------------------------　*/
.m-block {
  display: block;
  padding: 5px;
  box-sizing: border-box;
  background: #f3f3f3;
}

.m-plain-list {
  padding-left: 0;
  margin-top: 0;
}
.m-plain-list--kome li {
  position: relative;
  list-style: none;
  padding-left: 1.4em;
}
.m-plain-list--kome li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  content: "※";
  box-sizing: border-box;
}

/* フォントサイズ
--------------------------------------------------　*/
.u-fz-xs {
  font-size: 10px;
}
.u-fz-sm {
  font-size: 12px;
}
.u-fz-md {
  font-size: 16px;
}
.u-fz-lg {
  font-size: 20px;
}
.u-fz-xl {
  font-size: 24px;
}
.u-fz-xxl {
  font-size: 30px;
}

/* テキスト配置
--------------------------------------------------　*/
.u-ta-c {
  text-align: center;
}
.u-ta-r {
  text-align: right;
}

.u-ta-center{
  text-align: center;
}

/* 色
--------------------------------------------------　*/
.u-fc-red {
  color: #d50000 
}



.caution_text{
  font-size: 12px;
  color:#ff0000;
}

/* マージン上
--------------------------------------------------　*/
.u-mt-0 {
  margin-top: 0 !important;
}
.u-mt-xs {
  margin-top: 4px;
}
.u-mt-sm {
  margin-top: 8px;
}
.u-mt-md {
  margin-top: 16px;
}
.u-mt-lg {
  margin-top: 24px;
}
.u-mt-xl {
  margin-top: 28px;
}
.u-mt-xxl {
  margin-top: 48px;
}
.u-mt-xxxl {
  margin-top: 64px;
}

/* マージン下
--------------------------------------------------　*/
.u-mb-0 {
  margin-bottom: 0 !important;
}
.u-mb-xs {
  margin-bottom: 4px;
}
.u-mb-sm {
  margin-bottom: 8px;
}
.u-mb-md {
  margin-bottom: 16px;
}
.u-mb-lg {
  margin-bottom: 24px;
}
.u-mb-xl {
  margin-bottom: 28px;
}
.u-mb-xxl {
  margin-bottom: 48px;
}
.u-mb-xxxl {
  margin-bottom: 64px;
}

/* idで変更する箇所
--------------------------------------------------　*/
/* 背景画像 */
#a_pj {
  background: url(/special/gift/images/category_back.png) no-repeat top;
  background-size: contain;
}
#a_pjg {
  background: url(/special/gift/images/category_back.png) no-repeat top;
  background-size: contain;
}

/* 見出し 
--------------------------------------------------　*/
#a_pj .m-heading {
  background-color: #db2317;
  color: #fff;
}
#a_pjg .m-heading {
  background-color: #a18759;
  color: #fff;
}
#a_pj .m-heading--t4 {
  border-bottom: 2px solid #db2317;
}
#a_pjg .m-heading--t4 {
  border-bottom: 2px solid #a18759;
}

.m-anchor-btn a,.m-anchor-btn a:hover,.m-anchor-btn a:visited {
    color: #ffffff;
    text-decoration: none;
}