@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons&display=swap");
html, body, article, section, nav, aside, header, footer, address, main, div, figure, figcaption, h1, h2, h3, h4, h5, h6, ol,
ul, li, dl, dt, dd, hr, pre, blockquote, p, a, q, s, u, i, table, caption, colgroup, col,
tbody, thead, tfoot, tr, td, th, span, iframe, canvas, form, label, small, strike, sub, sup, center {
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  list-style: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

article, section, nav, aside, header, footer, address, main, div, figure, figcaption {
  display: block;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
}
/*
a, a:hover, a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
*/
a:hover {
  opacity: 0.5;
}
body.fixed {
  overflow: hidden;
}

.overlay {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.overlay.open {
  display: block;
}

.dnone {
  display: none;
}

.clear {
  clear: both;
}

.clear:after {
  content: '';
  width: 100%;
  display: block;
}

/* =============================================================================
common
============================================================================= */
body {
  font: normal 16px "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-weight: 500;
  line-height: 1.5;
}

.main-title {
  position: relative;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0.025em;
}

.main-title.under {
  border-bottom: solid 1px #ccc;
  margin: 0 -15px 0.8em;
}

.main-title.beard {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-top: 0.5em;
}

.main-title.beard:before, .main-title.beard:after {
  content: "";
  position: absolute;
  top: 1.3em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #000;
  width: 50%;
  height: 1px;
}

.main-title.beard:before {
  margin-left: calc(-1 * (50% + 2em));
}

.main-title.beard:after {
  margin-left: 2em;
}

.main-title span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: normal;
  color: #4d4d4d;
}

/* =============================================================================
layout
============================================================================= */
.fs-c-breadcrumb,
.fs-l-header__contents {
  width: 1200px;
  margin: auto;
}

header.fs-l-header,
footer.fs-l-footer,
main.fs-l-main {
  min-width: 1200px;
}

main.fs-l-main {
  padding: 0px;
  max-width: 1200px;
}

.fs-l-pageMain {
  max-width: 1200px;
}

/* =============================================================================
header
============================================================================= */
header.fs-l-header {
  position: relative;
  background: #cc0100;
  overflow: hidden;
  height: 75px;
  padding: 0;
}

header.fs-l-header .fs-l-header__content:before {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  right: 0;
  bottom: 0;
  height: 54px;
  background: #fff;
  z-index: 1;
}

header.fs-l-header .fs-l-header__contents {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header.fs-l-header .fs-l-header__contents a.head_logo_link {
  line-height: 75px;
  padding: 0 38px;
}

header.fs-l-header .fs-l-header__contents a.head_logo_link .fs-p-logo__image {
  vertical-align: middle;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility {
  margin-top: 21px;
  padding-left: 54px;
  height: 54px;
  width: 835px;
  background: no-repeat left bottom url("https://jpmdltpd.itembox.design/item/tp2020-09-11/bk_header.png");
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .head_information {
  font-size: 13px;
  font-weight: bold;
  line-height: 54px;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .head_information img {
  vertical-align: middle;
  margin-left: -7px;
  width: 205px;
  height: 12px;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu {
  font-size: 14px;
  -ms-flex-item-align: unset;
      align-self: unset;
  -ms-flex-item-align: none;
      align-self: none;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul {
  font-size: 1em;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul li + li {
  margin-left: 45px;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a {
  padding: 0;
  display: inline-block;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a:link {
  color: inherit;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a:visited {
  color: inherit;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href]::before {
  font-family: "Material Icons" !important;
  display: inline;
  border: none;
  vertical-align: bottom;
  font-size: 24px;
  padding-right: 0.25em;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/my/top"]::before,
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/p/login"]::before,
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/p/logout"]::before {
  content: "\e7fd";
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/p/cart"]::before {
  content: "\e8cb";
}

/* =============================================================================
footer
============================================================================= */
footer.fs-l-footer {
  position: relative;
  border-top: none;
  background-color: inherit;
  color: inherit;
  margin-top: 0;
}

footer.fs-l-footer section.order-tutorial {
  margin-top: 50px;
  padding: 85px 0 100px;
  background: #f2f2f2;
}

footer.fs-l-footer section.order-tutorial ul {
  width: 1200px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer.fs-l-footer section.order-tutorial ul li {
  text-align: center;
}

footer.fs-l-footer section.order-tutorial ul li .step {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

footer.fs-l-footer section.order-tutorial ul li .card {
  width: 175px;
  height: 240px;
  background: #fff;
  border-radius: 10px;
  margin-top: 23px;
  padding-top: 30px;
}

footer.fs-l-footer section.order-tutorial ul li .card .dt {
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  padding: 0 16px;
}

footer.fs-l-footer section.order-tutorial ul li .card .dd {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  margin-top: 13px;
  padding: 0 16px;
  line-height: 20px;
}

footer.fs-l-footer .fs-l-footer__utility {
  margin: 0 auto;
  padding: 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  margin-top: 0;
  padding: 2em 0;
  font-size: 10px;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list li {
  margin: 0;
  padding: 0 1.0em;
  line-height: 16px;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list li + li {
  border-left: solid 1px;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list .fs-pt-menu__heading {
  padding: 0;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list a {
  border: none;
  margin: 0;
  padding: 0;
}

footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list a:before, footer.fs-l-footer .fs-l-footer__utility .fs-p-footerUtilityMenu ul.fs-p-footerUtilityMenu__list a:after {
display:none;
}

footer.fs-l-footer .fs-l-footer__utility .icons {
  padding-left: 70px;
}

footer.fs-l-footer .fs-l-footer__utility .icons img {
  margin-left: 15px;
}

footer.fs-l-footer .fs-p-footerCopyright {
  background: transparent;
  color: inherit;
}

footer.fs-l-footer .fs-p-footerCopyright .fs-p-footerCopyright__text {
  font-size: 12px;
  font-weight: normal;
  padding: 1em 0;
}

footer.fs-l-footer .fs-p-footerTrademark {
  padding-left: 70px;
  background: transparent;
  color: inherit;
}

footer.fs-l-footer .fs-p-footerTrademark .fs-p-footerTrademark__text {
  font-size: 12px;
  font-weight: normal;
  padding: 1em 0;
}

/* =============================================================================
top
============================================================================= */
body.fs-body-top .fs-l-pageMain {
  max-width: none;
}

body.fs-body-top .fs-l-main {
  width: 100%;
  min-width: 1200px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: -50px;
}

body.fs-body-top .fs-l-main > section {
  width: 100%;
  min-width: 1200px;
}

body.fs-body-top section.first_view > img,
body.fs-body-top section.distress > img {
  width: 100%;
  display: block;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

body.fs-body-top section.distress .overwrite {
  width: 1200px;
  margin: auto;
  padding: 120px 90px;
}

body.fs-body-top section.distress .overwrite h2.main-title {
  text-align: left;
  letter-spacing: 0.05em;
}

body.fs-body-top section.distress .overwrite ul {
  margin-top: 1em;
  font-size: 30px;
  line-height: 1.7;
}

body.fs-body-top section.distress .txt {
  text-align: center;
  padding: 90px 0 0;
}

body.fs-body-top section.distress .txt p {
  font-size: 24px;
  margin: 1.2em auto;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

body.fs-body-top section.experience {
  margin-top: 45px;
  padding-bottom: 10px;
  text-align: center;
}

body.fs-body-top section.experience h2.main-title {
  color: #cc0100;
}

body.fs-body-top section.price h2.main-title {
  font-size: 24px;
  color: #708090;
}

body.fs-body-top section.price .txt {
  text-align: center;
  padding: 10px 0 0;
}

body.fs-body-top section.price .txt p {
  font-size: 18px;
  color: #708090;
  margin-bottom: 120px;
  line-height: 1.8;
  letter-spacing: 0.075em;
}

body.fs-body-top section.points {
  padding-top: 90px;
}

body.fs-body-top section.points ul {
  margin-top: 60px;
}

body.fs-body-top section.points ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border: solid 10px #cc0100;
  width: 1200px;
  margin: auto;
  padding: 50px;
}

body.fs-body-top section.points ul li + li {
  position: relative;
  margin-top: 70px;
}

body.fs-body-top section.points ul li + li::before {
  content: '';
  position: absolute;
  top: -80px;
  left: 50%;
  display: block;
  width: 10px;
  height: 70px;
  margin-left: -5px;
  background: #cc0100;
}

body.fs-body-top section.points ul li figure {
  width: 350px;
  margin-left: 30px;
}

body.fs-body-top section.points ul li .txt {
  width: 700px;
  line-height: 1.7;
}

body.fs-body-top section.points ul li .txt h3 {
  font-size: 32px;
  font-weight: 600;
  color: #cc0100;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

body.fs-body-top section.points ul li .txt p {
  font-size: 20px;
}

body.fs-body-top section.feedback {
  padding-top: 90px;
  padding-bottom: 170px;
}

body.fs-body-top section.feedback ul {
  margin-top: 45px;
}

body.fs-body-top section.feedback ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 1080px;
  margin: auto;
}

body.fs-body-top section.feedback ul li + li {
  margin-top: 60px;
  padding-top: 60px;
  border-top: solid 1px;
}

body.fs-body-top section.feedback ul li figure {
  width: 350px;
  margin-left: 50px;
  margin-top: 10px;
}

body.fs-body-top section.feedback ul li .txt {
  width: 680px;
}

body.fs-body-top section.feedback ul li .txt h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

body.fs-body-top section.feedback ul li .txt p {
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.8;
}

body.fs-body-top section.feedback ul li .txt p + p {
  margin-top: 1.8em;
}

body.fs-body-top section.letterpack {
  display: table;
  table-layout: fixed;
  width: 100%;
}

body.fs-body-top section.letterpack .inner {
  width: 600px;
}

body.fs-body-top section.letterpack .plus,
body.fs-body-top section.letterpack .lite {
  display: table-cell;
  color: #fff;
  text-align: center;
  font-size: 24px;
  padding-bottom: 50px;
}

body.fs-body-top section.letterpack .plus img,
body.fs-body-top section.letterpack .lite img {
  margin-top: -77px;
}

body.fs-body-top section.letterpack .plus a,
body.fs-body-top section.letterpack .lite a {
  display: block;
  border-radius: 10px;
  background: #fff;
  width: 450px;
  margin: 1em auto;
  font-size: 22px;
  font-weight: 700;
  line-height: 3.6;
  text-decoration: none;
}

body.fs-body-top section.letterpack .plus {
  background: #cc0100;
}

body.fs-body-top section.letterpack .plus a {
  color: #cc0100;
}

body.fs-body-top section.letterpack .plus .inner {
  margin-left: auto;
}

body.fs-body-top section.letterpack .lite {
  background: #014e9e;
  margin-right: auto;
}

body.fs-body-top section.letterpack .lite a {
  color: #014e9e;
}
/* =============================================================================
detail ( product page )
============================================================================= */
body.fs-body-product {
  /* レイアウト */
  /* 複数画像サムネイル */
  /* 商品名 */
  /* 商品名 */
  /* 項目選択肢パーツ（システムパーツ） */
  /* 購入ボタン */
}

body.fs-body-product .fs-c-productMainImage__expandButton.fs-c-buttonContainer,
body.fs-body-product .fs-c-productQuantityAndWishlist,
body.fs-body-product .fs-c-buttonContainer.fs-c-buttonContainer--addToWishList--detail {
  display: none;
}

body.fs-body-product .fs-l-pageMain {
  padding-top: 65px;
}

body.fs-body-product .fs-l-productLayout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.fs-body-product .fs-l-productLayout .fs-l-productLayout__item--1 {
  width: 530px;
  padding-top: 10px;
}

body.fs-body-product .fs-l-productLayout .fs-l-productLayout__item--2 {
  width: 600px;
}

body.fs-body-product .fs-c-productThumbnail {
  margin-top: 40px;
}

body.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image {
  margin: 0;
  -ms-flex-preferred-size: unset;
      flex-basis: unset;
  min-width: unset;
  -ms-flex-preferred-size: none;
      flex-basis: none;
  min-width: none;
}

body.fs-body-product .fs-c-productThumbnail .fs-c-productThumbnail__image img {
  border: none;
}

body.fs-body-product .fs-p-productDescription.fs-p-productDescription--full {
  margin-top: 2rem;
}

body.fs-body-product .fs-p-productDescription.fs-p-productDescription--full h3 {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 1em;
  font-weight: 600;
}

body.fs-body-product .fs-c-productNameHeading__name {
  color: #cc0100;
  font-size: 28px;
  letter-spacing: 0.1em;
}

body.fs-body-product dl.fs-c-productSelection {
  margin-top: 3rem;
  /* ご依頼主 */
  /* お届け先 */
  /* 発注部数 */
}

body.fs-body-product dl.fs-c-productSelection input[type="text"],
body.fs-body-product dl.fs-c-productSelection .fs-c-dropdown select {
  border-radius: 10px;
  line-height: 3em;
}

body.fs-body-product dl.fs-c-productSelection .fs-c-productSelection__name {
  font-size: 1rem;
  background: transparent;
}

body.fs-body-product dl.fs-c-productSelection .fs-c-dropdown:after {
  background: transparent;
  border: none;
}

body.fs-body-product dl.fs-c-productSelection dt {
  padding: 1rem 1.5rem;
  color: #222;
}

body.fs-body-product dl.fs-c-productSelection dd {
  padding: 0 1.75rem 1rem;
}

body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(1),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(2),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(3),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(4),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(5),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(6),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(7),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(8),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(1),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(2),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(3),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(4),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(5),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(6),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(7),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(8) {
  background: #f2f2f2;
}

body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(1):before {
  content: "From　ご依頼主";
  font-size: 20px;
  display: block;
  margin-bottom: 1em;
}

body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(8) {
  padding-bottom: 2em;
}

body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(9),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(10),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(11),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(12),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(13),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(14),
body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(15),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(9),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(10),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(11),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(12),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(13),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(14),
body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(15) {
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
}

body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(9) {
  border-top: solid 1px #ccc;
  margin-top: 2rem;
}

body.fs-body-product dl.fs-c-productSelection dt:nth-of-type(9) :before {
  content: "To　お届け先";
  font-size: 20px;
  display: block;
  margin-bottom: 1em;
}

body.fs-body-product dl.fs-c-productSelection dd:nth-of-type(15) {
  border-bottom: solid 1px #ccc;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type,
body.fs-body-product dl.fs-c-productSelection dd:last-of-type {
  background: #f6e3e3;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type .fs-c-productSelection__field,
body.fs-body-product dl.fs-c-productSelection dd:last-of-type .fs-c-productSelection__field {
  display: table;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type .fs-c-productSelection__field > *,
body.fs-body-product dl.fs-c-productSelection dd:last-of-type .fs-c-productSelection__field > * {
  display: table-cell;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type .fs-c-productSelection__field:after,
body.fs-body-product dl.fs-c-productSelection dd:last-of-type .fs-c-productSelection__field:after {
  content: "箱";
  padding-left: 0.5em;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type .fs-c-productSelection__label[for="option_16"],
body.fs-body-product dl.fs-c-productSelection dd:last-of-type .fs-c-productSelection__label[for="option_16"] {
  font-size: 20px;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type .fs-c-productSelection__label[for="option_16"]:after,
body.fs-body-product dl.fs-c-productSelection dd:last-of-type .fs-c-productSelection__label[for="option_16"]:after {
  content: "発注いただく箱数を選択してください。\A注文は1箱200枚単位で、5箱1,000枚までとなります。";
    white-space: pre;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 2rem;
}

body.fs-body-product dl.fs-c-productSelection dt:last-of-type {
  padding-bottom: 1rem;
}

body.fs-body-product dl.fs-c-productSelection dd:last-of-type {
  padding-bottom: 2rem;
}

body.fs-body-product .fs-c-button--addToCart--detail.fs-c-button--primary {
  padding: 0;
  margin: 3rem 0;
  display: block;
  width: 100%;
  background: #cc0000;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 10px;
  line-height: 90px;
}

body.fs-body-product .fs-c-productQuantityAndAction {
  font-size: 24px;
  display: block;
  font-weight: 500;
  /* 単品購入ボタン */
  /* 定期購入ボタン */
}

body.fs-body-product .fs-c-productQuantityAndAction .fs-c-productActionButton.fs-c-buttonContainer {
  padding: 0;
  margin: 3rem 0;
}

body.fs-body-product .fs-c-productQuantityAndAction .fs-c-productActionButton.fs-c-buttonContainer button {
  display: block;
  width: 100%;
  background: #cc0000;
  color: #fff;
  border: none;
  padding: 0;
  border-radius: 10px;
  line-height: 90px;
}

body.fs-body-product .fs-c-productQuantityAndAction .fs-c-productActionButton.fs-c-buttonContainer.fs-c-buttonContainer--addToSubscriptionCart--detail button {
  background: #fff;
  color: #cc0000;
  border: solid 4px;
}

/* =============================================================================
2020/10/07 修正
============================================================================= */

#fs_ProductDetailsSubscribe .fs-c-productPrices.fs-c-productPrices--productDetail,
#fs_ProductDetailsSubscribe .productDetail,
.fs-c-subscriptionPriceTable,

.fs-l-header--min{
border-bottom:none;
}

.fs-p-accountInfo.fs-clientInfo,
.fs-p-drawer{display:none;}
.fs-l-pageMain{margin:auto;}
.fs-body-my-top .fs-c-accountService{flex-basis:100%;width:100%;}

body.fs-body-top section img{
font-family: 'object-fit: cover;';
}
body.fs-body-top section.information{
  display: table;
  table-layout: fixed;
  width: 1000px;
margin:60px auto;

    font-size: 24px;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct{
  display: block;
  width: 100%;
  background: #cc0000;
  color: #fff;
  border: none;
    padding: 0;
    border-radius: 10px;
    line-height: 50px;
    background: #fff;
    color: #676767;
    border: solid 4px;
    text-align: center;
}
.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct .fs-c-button--plain{
width:100%;
color:inherit;
}

/* 202102追加 */
.campaign2021_wrap {
 background: #f6c944 url(https://jpmdltpd.itembox.design/item/tp2020-09-11/haikei02_20210224.jpg?t=20231024152128) no-repeat top center;
 margin: 100px 0;
}
.campaign2021_inner {
 width: 1200px;
 margin: 0 auto;
 padding: 85px 0 100px;
 text-align: center;
}
.campaign2021_inner p {
 font-size: 24px;
 margin: 1.2em auto;
 line-height: 1.8;
}
.campaign2021_inner .emphasys_txt strong {
 font-size: 40px;
 line-height: 60px;
 color: #cc0000;
}
.campaign2021_inner .emphasys_txt small {
 font-size: 20px;
}
.campaign2021_btns {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 20px 0 70px;
}
.campaign2021_btns li {
 width: 450px;
 margin: 0 25px;
}
.campaign2021_btns a {
 display: block;
 width: 100%;
 line-height: 80px;
 font-size: 24px;
 font-weight: 700;
 text-align: center;
 background: #fff;
 text-decoration: none;
 border-radius: 10px;
}
.campaign2021_btns a.plus {
 color: #cc0000;
}
.campaign2021_btns a.lite {
 color: #014e9e;
}
.campaign2021_notes {
 width: 950px;
 margin: 0 auto;
}
.campaign2021_notes p {
 font-size: 16px;
 line-height: 36px;
 margin: 0;
 text-align: left; 
}

.campaign2021_first_view {
}
.campaign2021_anchor {
 display: block;
}
.campaign2021_anchor:hover {
 opacity: 1;
}

.campaign2021_experience {
 width: 1200px;
 margin: 100px auto 150px;
}
body.fs-body-top section.campaign2021_experience h2.main-title {
 margin-bottom: 70px;
}

/* =============================================================================
2021/10 修正
============================================================================= */

body.fs-body-top .first_view.update202110 {
	background: #f6e0e0;
	padding: 70px 0 90px 0;
}
body.fs-body-top section.first_view.update202110 > img {
	width: 98%;
	margin: 0 0 0 2%;
}
body.fs-body-top section.letterpack.update202110 .plus a,
body.fs-body-top section.letterpack.update202110 .lite a {
	font-size: 19px;
    border-radius: 40px;
    background: url("https://jpmdltpd.itembox.design/item/tp2021-10-19/link_arrow01.png") 400px center no-repeat #e6e632;
	background-size: 20px auto;
	color: #000;
}
body.fs-body-top section.distress.update202110 .txt {
    padding: 90px 2% 0 2%;
}
body.fs-body-top section.distress.update202110 .txt > img {
	width: 730px;
	display: block;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
body.fs-body-top section.distress.update202110 .txt > a {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}
body.fs-body-top section.distress.update202110 .txt > small {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
}
body.fs-body-top section.scene,
body.fs-body-top section.scene ul {
	width: 100%;
	height: auto;
	display: block;
}
body.fs-body-top section.scene {
	margin: 70px auto 40px auto;
}
body.fs-body-top section.scene ul {
	display: flex;
}
body.fs-body-top section.scene ul li {
	width: 50%;
	height: auto;
	padding: 50px 0 60px 0;
	display: inline-block;
	background: #dce4f7;
	position: relative;
	z-index: 0;
}
body.fs-body-top section.scene ul li:first-child {
	text-align: right;
	background: #fde2e7;
}
body.fs-body-top section.scene ul li:before {
	content: " ";
	width: 100%;
	height: 240px;
	background: #014e9e;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}
body.fs-body-top section.scene ul li:first-child:before {
	background: #cc0100;
}
body.fs-body-top section.scene ul li > div {
	width: 600px;
	display: block;
	text-align: center;
}
body.fs-body-top section.scene ul li:first-child > div {
	float: right;
}
body.fs-body-top section.scene ul li h2 {
	width: 450px;
	display: block;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
body.fs-body-top section.scene ul li p {
	display: block;
	min-height: 140px;
	padding: 0 0 20px 0;
	font-size: 19px;
}
body.fs-body-top section.scene ul li p small {
	display: block;
	padding: 10px 0 0 0;
	font-size: 16px;
}
body.fs-body-top section.price.update202110 .txt p {
	margin-bottom: 0;
}
body.fs-body-top section.experience.update202110 {
	margin-top: 110px;
}
body.fs-body-top section.experience.update202110 p {
	display: block;
	font-size: 21px;
}
body.fs-body-top section.experience.update202110 > img {
	width: 100%;
	max-width: 1500px;
	margin-top: -50px;
}
body.fs-body-top section.experience.update202110 > small {
	width: 1200px;
	display: block;
	margin: -100px auto 100px auto;
	font-size: 14px;
	text-align: right;
}
body.fs-body-top section.experience.update202110 + section.price.update202110 .txt p {
	margin-bottom: 120px;
}
body.fs-body-top section.shopping_guide {
	width: 1200px;
	display: block;
	margin: 0 auto;
}
body.fs-body-top section.ltpk_bnr {
	width: 1200px;
	display: block;
	margin: 120px auto 0 auto;
}
button.fs-c-button--addToCart--subscriptionDetail.fs-c-button--primary.disable {
    background: #ccc !important;
    pointer-events: none;
}
button.fs-c-button--addToSubscriptionCart--detail.fs-c-button--primary.disable {
    color: #999 !important;
    pointer-events: none;
}

/* =============================================================================
2022/06 修正
============================================================================= */

body.fs-body-top .first_view.update202206 {
	background: #f6e0e0;
	padding: 70px 0 70px 0;
}
body.fs-body-top section.first_view.update202206 > img {
	width: 98%;
	margin: 0 0 0 2%;
}
body.fs-body-top section.letterpack.update202206 .plus a,
body.fs-body-top section.letterpack.update202206 .lite a {
	font-size: 19px;
    border-radius: 40px;
    background: url("https://jpmdltpd.itembox.design/item/tp2021-10-19/link_arrow01.png") 400px center no-repeat #e6e632;
	background-size: 20px auto;
	color: #000;
}
body.fs-body-top section.distress.update202206 .txt {
    padding: 90px 2% 0 2%;
}
body.fs-body-top section.distress.update202206 .txt > img {
	width: 730px;
	display: block;
	margin: 0 auto;
	padding: 20px 0 40px 0;
}
body.fs-body-top section.distress.update202206 .txt > a {
	width: 600px;
	height: auto;
	display: block;
	margin: 0 auto;
}
body.fs-body-top section.distress.update202110 .txt > small {
	display: block;
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.8em;
}

/* =============================================================================
2022/08 修正
============================================================================= */

header.fs-l-header {
	height: auto;
	/*border-top: #cc0100 solid 20px;*/
	background: #fff;
}
header.fs-l-header .fs-l-header__content {
    position: relative;
    border-top: #cc0100 solid 20px;
}
header.fs-l-header .fs-l-header__content:before {
	width: 50%;
	right: auto;
	left: 0;
	bottom: auto;
	top: 0;
	height: 54px;
	background: #cc0100;
}
header.fs-l-header .fs-l-header__contents {
	flex-wrap: wrap;
}
header.fs-l-header .fs-l-header__contents .fs-p-logo__image {
	padding: 3px 40px 0 40px;
	width: 290px;
	box-sizing: content-box;
}
header.fs-l-header .fs-l-header__contents .head_information {
	padding-left: 54px;
	height: 54px;
	width: 830px;
	font-size: 13px;
	font-weight: bold;
	line-height: 54px;
	background: no-repeat left bottom url(https://jpmdltpd.itembox.design/item/tp2020-09-11/bk_header.png);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
header.fs-l-header .fs-l-header__contents .head_information img {
	vertical-align: middle;
	margin-left: -7px;
/*width: 90px;*/
	height: 10px;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility {
	width: 1200px;
	padding: 0;
	margin: 0;
	background: #fff;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .head_txt_link {
	padding: 0 0 0 40px;
	display: inline-block;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .head_txt_link img {
	width: 340px;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul li + li {
    margin-left: 30px;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/p/search"]:before,
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/f/guide"]:before,
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/f/faq"]:before {
	content: " ";
	width: 15px;
	height: 24px;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/p/search"]:before {
	width: 30px;
	background-image: url(https://jpmdltpd.itembox.design/item/202208update/icon_list.png?t=20231024152128);
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/f/guide"]:before {
	background-image: url(https://jpmdltpd.itembox.design/item/202208update/icon_guide.png?t=20231024152128);
	background-position: right center;
}
header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/f/faq"]:before {
	background-image: url(https://jpmdltpd.itembox.design/item/202208update/icon_faq.png?t=20231024152128);
	background-position: right center;
}

/* animation */

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .head_txt_link,
body.fs-body-top .fs-l-pageMain a,
.fs-l-footer a,
.fs-l-pageMain .teiki_bnr  {
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;
	transition: .5s ease;
}

/* first_view */

body.fs-body-top .first_view.update202208 {
	background: #f6e0e0;
	padding: 70px 0 120px 0;
}
body.fs-body-top .first_view.update202208 h1 {
	width: 100%;
	max-width: 1430px;
	margin: 0 auto;
}
body.fs-body-top .first_view.update202208 ul {
	width: 820px;
	height: auto;
	margin: -75px auto 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
body.fs-body-top .first_view.update202208 ul li {
	width: 272px;
	height: 272px;
}
body.fs-body-top .first_view.update202208 small {
	display: block;
	padding: 20px 0 0 0;
	font-size: 18px;
	text-align: center;
}

@media screen and (max-width: 1320px) {
	body.fs-body-top .first_view.update202208 ul {
		margin: -30px auto 0 auto;
	}
}

/* letterpack */

body.fs-body-top section.letterpack.update202208 div a.item {
	background: none;
	border-radius: 0;
}
body.fs-body-top section.letterpack.update202208 div a.item:hover {
	opacity:1.0;
}
body.fs-body-top section.letterpack.update202208 .plus span.btn,
body.fs-body-top section.letterpack.update202208 .lite span.btn {
	width: 450px;
	display: block;
	background: #fff;
	margin: 1em auto;
	font-size: 19px;
	font-weight: 700;
	line-height: 3.6;
	text-decoration: none;
	border-radius: 40px;
	background: url("https://jpmdltpd.itembox.design/item/tp2021-10-19/link_arrow01.png") 400px center no-repeat #e6e632;
	background-size: 20px auto;
	color: #000;
}
body.fs-body-top section.letterpack.update202208 .plus,
body.fs-body-top section.letterpack.update202208 .lite {
	position: relative;
}
body.fs-body-top section.letterpack.update202208 .plus > a,
body.fs-body-top section.letterpack.update202208 .lite > a {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	font-size: 0;
	text-indent: -99999em;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
}
body.fs-body-top section.letterpack.update202208 div:hover > a {
	opacity: 0.3;
}

body.fs-body-top section.scene ul li span.btn {
    width: 450px;
    display: block;
    background: #fff;
    margin: 1em auto;
    font-size: 19px;
    font-weight: 700;
    line-height: 3.6;
    text-decoration: none;
    border-radius: 40px;
    background: url(https://jpmdltpd.itembox.design/item/tp2021-10-19/link_arrow01.png) 400px center no-repeat #e6e632;
    background-size: 20px auto;
    color: #000;
}
body.fs-body-top section.scene ul li div > img {
    width: 220px;
    display: block;
    margin: 0 auto 30px auto;
}
body.fs-body-top section.scene ul li {
	position: relative;
}
body.fs-body-top section.scene ul li > a {
	width: 100%;
	height: 100%;
	margin: 0;
	display: block;
	font-size: 0;
	text-indent: -99999em;
	border-radius: 0;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity: 0;
}
body.fs-body-top section.scene ul li > a:hover {
	opacity: 0.3;
}

/* distress */

body.fs-body-top section.distress.update202110 .txt > a + a {
    margin: 30px auto 0 auto;
}

/* scene */

body.fs-body-top .fs-l-pageMain a:hover {
	opacity: 0.8;
}
body.fs-body-top section.scene ul li div > a.btn {
	width: 450px;
	height: auto;
	display: block;
	margin: 0 auto;
	font-size: 19px;
	font-weight: 700;
	line-height: 3.6;
	text-decoration: none;
	border-radius: 40px;
	background: url(https://jpmdltpd.itembox.design/item/tp2021-10-19/link_arrow01.png) 400px center no-repeat #e6e632;
	background-size: 20px auto;
	color: #000;
}
body.fs-body-top section.scene ul li div > a img {
	width: 220px;
	display: block;
	margin: 0 auto 30px auto;
}

/* points */

body.fs-body-top section.points ul li {
	flex-wrap: wrap;
}
body.fs-body-top section.points ul li#point03 figure {
    width: 300px;
}
body.fs-body-top section.points ul li .links {
	width: 1040px;
	padding: 20px 0 0 0;
	display: flex;
	justify-content: space-between;
	float: none;
	clear: both;
}
body.fs-body-top section.points ul li .links a {
	width: 475px;
	height: auto;
}
body.fs-body-top section.points ul li .links a:hover {
	opacity: 0.7;
}

/* order-tutorial */

footer.fs-l-footer section.order-tutorial.update202208 ul li .card {
	height: 250px;
}
footer.fs-l-footer section.order-tutorial.update202208 ul li .card .dd {
	font-size: 11px;
	text-align: center;
	padding: 0 10px;
	line-height: 1.5em;
}

/* fs-body-search */

.fs-body-search .fs-c-heading--page,
.fs-body-category .fs-c-heading--page {
	border-bottom: none;
	margin: 0;
}
.fs-l-pageMain .teiki_bnr,
.fs-l-pageMain > img.boad  {
	width: 1150px;
	max-width: none;
	margin: 0 0 50px -111px;
	display: block;
}
.fs-l-pageMain img.boad,
.fs-body-category-subscription .fs-l-pageMain .teiki_bnr {
	display: none;
}
.fs-body-category-subscription .fs-l-pageMain img.boad {
	display: block;
}
@media screen and (max-width: 1200px) {
	.fs-l-pageMain .teiki_bnr,
	.fs-l-pageMain > img.boad {
    		width: 90%;
    		margin: 0 auto 50px auto;
	}
}

/* guide title */

.fs-body-custom .fs-l-main .guide-subti {
	width: 98vw;
	height: 180px;
	margin: -2em 0 50px 0;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	background: url(https://jpmdltpd.itembox.design/item/202208update/faq_subti.png?t=20231024152128) center center no-repeat #f6e0e0;
	background-size: 550px auto;
}
@media screen and (max-width: 1280px) {
	.fs-body-custom .fs-l-main .guide-subti {
		width: 100%;
		left: 0;
		transform: translateX(0);
	}
}

/* footer_jpmd_bnr */

.fs-l-footer .footer_jpmd_bnr {
	text-align: center;
	padding: 100px 0 0 0;
}

/* page-top */

.fs-l-main a.page-top {
	width: 70px;
	height: 70px;
	display: block;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
}

header.fs-l-header .fs-l-header__contents .fs-l-header__utility .fs-p-headerUtilityMenu ul a.fs-pt-menu__link[href="/c/subscription"]::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(https://jpmdltpd.itembox.design/item/202308update/hdr_icon.png) no-repeat;
}