@charset "utf-8";
/* CSS Document */
#inkan-sale {
  font-family: "Meiryo", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", sans-serif;
  position: relative;
  margin: 0 auto;
  padding: 0;
  line-height: 1.6;
  font-size: 16px;
}
#inkan-sale .m-container {
  width: auto;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
/* 見出し */
.m-heading--t2 {
  display: block;
  position: relative;
  background: linear-gradient(to bottom, #fff 0%, #eee 50%, #eee 100%) !important;
  border-top: solid 1px #ccc;
  border-right: solid 4px #245520;
  border-bottom: solid 1px #ccc;
  border-left: solid 4px #245520;
  font-size: 20px;
  font-weight: bold;
  color: #444;
  line-height: 1.1;
  margin: 0 0 24px 0;
  padding: 12px;
}
.m-heading--t3 {
  display: block;
  position: relative;
  border-bottom: solid 1px #245520;
  font-size: 18px;
  font-weight: bold;
  color: #444;
  line-height: 1.1;
  margin: 0 0 24px 0;
  padding: 0 8px 4px 8px;
}
.m-heading--t3::after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 30%;
  border-bottom: solid 4px #245520;
}
.m-heading--t4 {
  display: block;
  position: relative;
  border-bottom: solid 1px #245520;
  font-size: 16px;
  font-weight: bold;
  color: #444;
  line-height: 1.1;
  margin: 0 0 16px 0;
  padding: 0 8px 4px 8px;
}
.m-heading-recommend--t2 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  display: block;
  position: relative;
  font-size: 32px;
  color: #fff;
  margin-bottom: 24px;
}
.m-heading-recommend--t3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: block;
  position: relative;
  font-size: 32px;
  color: #002b5f;
  margin-bottom: 14px;
}
/* 画像 */
.img-responsive {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
}
/* レイアウト */
.m-row {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.m-col-sm-5 {
  width: 42%;
  padding: 0 14px;
  box-sizing: border-box;
}
.m-col-sm-7 {
  width: 58%;
  padding: 0 14px;
  box-sizing: border-box;
}
/* アンカー */
.m-page-anchor-block--col-2 {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -14px;
  margin-right: -14px;
}
.m-page-anchor-block__col {
  width: 50%;
  padding: 0 14px;
  box-sizing: border-box;
}
/* サービス */
.m-option-label {
  display: flex;
  padding: 0;
  margin-left: -4px;
  margin-right: -4px;
  list-style: none;
}
.m-option-label li {
  padding: 4px;
}
.m-option-label img {
  display: block;
  height: 25px;
  width: auto;
}
/* 商品リスト */
.m-goods-grid--col-3 {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
}
.m-goods-grid--col-3 .m-goods-grid__item {
  width: 33.3333%;
  padding: 24px 14px 0 14px;
  box-sizing: border-box;
  margin-top: 64px;
  border-top: 1px solid #ccc;
}
.m-goods-grid--col-3 .m-goods-grid__item:nth-of-type(1), .m-goods-grid--col-3 .m-goods-grid__item:nth-of-type(2), .m-goods-grid--col-3 .m-goods-grid__item:nth-of-type(3) {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.m-goods-grid--col-3 a {
  display: block;
  width: 100%;
  transition: all 0.1s ease-in-out 0s;
}
.m-goods-grid--col-3 a:hover {
  text-decoration: none;
  background-color: #E3F2FD;
}
.m-goods-item__thumbnail {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 100%;
}
.m-goods-item__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  z-index: 5;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.m-goods-item__thumbnail .m-goods-item__off {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  background-color: #d50000;
  color: #fff;
  z-index: 10;
  padding: 0 8px;
  line-height: 24px;
  font-size: 14px;
  font-weight: bold;
  box-sizing: border-box;
}
.m-goods-label {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-goods-label li {
  display: inline-block;
  margin-bottom: 4px;
  border-radius: 4px;
  padding: 0 8px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.m-goods-label_jitu {
  background-color: #339c4b;
}
.m-goods-label_ginko {
  background-color: #6e5aa0;
}
.m-goods-label_mitome {
  background-color: #ef9d2c;
}
.m-goods-label_popular {
  background-color: #ff3c00;
}
.m-goods-item__block {
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-goods-item__block p {
  margin-bottom: 0;
  text-align: center;
}
.m-goods-grid--col-3 a:hover .m-goods-item__block {
  text-decoration: underline;
}
.m-goods-price dd {
  text-align: right;
  padding: 8px 0;
  line-height: 1.1;
}
.m-goods-price__label {
  font-size: 12px;
  padding: 4px 8px;
  color: #d50000;
  background: #eee;
}
.m-goods-price__sale-price {
  font-size: 24px;
  color: #d50000;
  font-weight: bold;
  text-align: right;
  display: inline-block;
}
.m-goods-price__unit {
  font-size: 12px;
  display: inline-block;
  padding-left: 0.25em;
  color: #d50000;
}
.m-goods-price__usually-price-label, .m-goods-price__usually-price {
  font-size: 11px;
  color: #555;
}
.m-goods-price__usually-price {
  text-decoration: line-through;
}
.m-goods-item__footer {
  text-align: center;
}
/* セット印鑑ケース */
.m-case {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -2px;
  margin-right: -2px;
}
.m-case li {
  width: 14.285%;
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}
/* 書体・サイズ */
.m-font-table, .m-size-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.m-font-table th, .m-size-table th {
  font-weight: bold;
  border: solid 1px #ccc;
  padding: 8px 12px;
  background: #f3f3f3;
  box-sizing: border-box;
  text-align: center;
}
.m-font-table td, .m-size-table td {
  border: solid 1px #ccc;
  padding: 8px 12px;
  box-sizing: border-box;
}
.m-font-table td {
  vertical-align: top;
  text-align: center;
}
.m-font-table td p {
  font-weight: bold;
  margin-top: 8px;
  margin-bottom: 0;
}
.m-size-table td {
  font-size: 14px;
}
/* これからの印鑑は機能性で選ぶ */
.m-recommend-block {
  background-color: #171f32;
  width: auto;
  padding: 24px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
.m-recommend-figure img {
  margin-right: auto;
  margin-left: auto;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.m-recommend-figure figcaption {
  color: #555;
  font-size: 12px;
}
.m-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.m-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-end {
  background-color: #eee;
  color: #d50000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 8px 0;
  margin-bottom: 64px;
}
.m-limited-time {
  font-weight: bold;
  color: #d50000;
  font-size: 20px;
  text-align: center;
  border: 2px solid #d50000;
  padding: 4px;
  margin-bottom: 24px;
}
.u-bgc-white {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
.u-super {
  font-size: 0.6em;
	vertical-align: top;
}
.u-note {
  font-size: 14px;
}
.u-line-yellow {
  background: linear-gradient(transparent 50%, #fff499 50%);
}
.u-td-ul {
  text-decoration: underline;
}
.u-fz-md {
  font-size: 18px;
}
.u-ta-c {
  text-align: center;
}
.u-fc-red {
  color: #d50000;
}
.u-mb-0 {
  margin-bottom: 0;
}
.u-mb-md {
  margin-bottom: 16px;
}
.u-mb-xl {
  margin-bottom: 24px;
}
.u-mb-xxl {
  margin-bottom: 48px;
}
.u-mb-xxxl {
  margin-bottom: 64px;
}
.u-mb-xxxxl {
  margin-bottom: 128px;
}