@charset "UTF-8";
.sp {
  display: none;
}

/* ページ設定 */
#main-contents {
  font-size: 1em;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #333333;
}

#container {
  width: 100%;
}

div#wrap-container {
  padding: 0;
  width: 100%;
}

#main-contents {
  width: 100%;
  margin: 0 0 10%;
}

h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 1.5%;
  padding-bottom: 6px;
  line-height: 1;
}

#container h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.25;
  margin: 0 auto 13px;
  padding-bottom: 0;
  width: 980px;
}

p.title_banner {
  margin: 0 auto;
}

div#acrylic_partition {
  margin: 0 0 6%;
  padding: 0;
}

.top-cap {
  margin: 4.6% auto 0;
  width: 88%;
}

.top-cap h2 {
  text-align: center;
  font-size: 1.7em;
}

.top-cap p {
  margin: 2.4% 0 0 2.7%;
  font-size: 1.1em;
  line-height: 1.9;
  font-feature-settings: "plat";
  letter-spacing: .4px;
}

.top-cap p strong {
  font-weight: bold;
}

br.sp {
  display: none;
}

#title-banner-outer {
  margin: 0 auto;
  position: relative;
}

#title-banner {
  margin: 0 auto;
  text-align: center;
}

.lead-outer {
  margin: 0 auto;
  position: relative;
}

.lead {
  margin: 0 auto;
  text-align: left;
  width: 840px;
  padding: 33.2px 0 10px;
}

.lead h2 {
  display: block;
  font-size: 1.35em;
  line-height: 1.8;
  text-align: center;
  margin: 0;
  letter-spacing: 1.8px;
}

.lead-text {
  margin: 1% auto 0;
  font-size: 1em;
  line-height: 2em;
  font-weight: 400;
  letter-spacing: -0.005em;
}

.lead_banner {
  display: block;
  text-align: center;
  margin: 0;
}

/* item-box */
#section1 {
  margin-top: 60px;
}

#section2 {
  margin-top: 114px;
}

#section2 h2 {
  background-color: #5BA85B;
}

#section3 {
  margin-top: 205px;
}

#section3 h2 {
  background-color: #E56161;
}

#section4 {
  margin-top: 177.5px;
}

#section4 h2 {
  background-color: #E38228;
}

.yellow_line {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.item-box {
  margin: 100px auto 0;
  width: 980px;
}

.item-box {
  margin: 120px auto 0;
}

.item-box h2 {
  text-align: center;
  color: #fff;
  background-color: #4091C4;
  font-size: 1.85em;
  padding: 14px 0 14px;
  letter-spacing: 4.1px;
}

.item-box h2 + p {
  font-size: 1em;
  line-height: 2em;
  color: #333333;
  margin: 2.5% auto 4.2% 11.4%;
  letter-spacing: 0;
}

#section2.item-box h2 + p {
  margin-left: 12.9%;
}

#section4.item-box h2 + p {
  margin-left: 15.3%;
}

.contents-inner {
  margin: 0 0 0;
}

.product-list {
  display: flex;
  margin: 30px 0 0;
  border-top: 1px dotted #717171;
  padding: 25px 0 5px;
  align-items: flex-end;
}

.product-list:last-child,
.product-list.last {
  border-bottom: 0px dotted;
}

.list-l {
  width: 250px;
  margin: 0.7% 0 0;
}

.list-l a.none {
  display: none;
}

.list-l a {
  display: block;
  border: 1px solid #E0E0E0;
}

.list-l a img {
  width: 100%;
}

.list-r {
  margin: 0 0 0 1.8%;
  width: 67%;
  line-height: 1.5;
  letter-spacing: 1.7px;
}

.list-r .caption {
  margin: 0;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 1.4;
  width: 100%;
  letter-spacing: 0.065em;
}

.list-r .caption.long {
  width: 98%;
}

.list-r .number {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin: 2.15% 0 0;
  position: relative;
  padding: 0 0 0 3%;
}

.list-r .number.mt-0 {
  margin-top: 0;
}

.list-r .number::before {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/cart_select/yaji_maru_bl.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
  top: 6px;
  left: 0;
}

.list-r .name {
  margin: 0.7% 0 0;
  letter-spacing: 0.05em;
  font-size: 0.9375em;
}

.list-r .price {
  margin: 0 0 0 4.2%;
  font-size: 0.75em;
  display: inline-block;
  letter-spacing: 0.135em;
}

span.price {
  font-size: 0.9em;
  font-weight: normal;
}

.list-r .min-box {
  display: flex;
  position: relative;
  margin: 3% 0 0;
}

.min-box .btn {
  position: absolute;
  bottom: 0%;
  left: 69%;
  width: 260px;
}

.min-box .btn a {
  width: 100%;
  border: 2px solid;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 2.4% 0 2.1%;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 0.9375em;
}

.min-box .btn a::after {
  position: absolute;
  content: "";
  background: url(../../../images/seihin_joho/digital-store-supply/img_arrow.png);
  width: 6.77px;
  height: 11px;
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.min-box .btn img {
  width: 100%;
}

.min-box .min-img {
  width: 120px;
}

.min-box .min-img img {
  width: 100%;
  border: 1px solid #E0E0E0;
}

.min-box .min-img img.no-border {
  width: 100%;
  border: none;
}

.min-box div.right {
  margin: 0 0 0 2.45%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: inherit;
}

.min-box .icon span {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 50px;
  padding: 1.2% 4%;
  font-size: 0.875em;
  min-width: 84px;
  font-weight: 600;
  margin: 0 0.8% 0 0;
  letter-spacing: 0.05em;
}

.min-box .icon .yellow {
  background-color: #FFF967;
  color: #333333;
  width: 274px;
}

.min-box .icon .gray {
  background-color: #E2E2E2;
  color: #444;
  min-width: 105px;
  padding: 1.2% 1.9%;
}

.min-box .icon .green {
  background-color: #43C2C6;
  color: #fff;
}

.min-box .icon .blue {
  background-color: #7A9CDD;
  padding: 1.2% 2.2%;
}

.min-box p span.left {
  display: inline-block;
  color: #2EABE0;
  border: 1px solid #2EABE0;
  font-size: 1.1em;
  padding: 0.5% 2.2%;
  margin: 0 1% 0 0;
}

.min-box p.text span.blue {
  display: inline-block;
  color: #3B79D0;
  font-weight: 600;
  border: 1px solid #EFEFEF;
  border-radius: 50px;
  font-size: 1.1em;
  padding: 0.5% 6.25%;
  margin: 0 1% 0 0;
}

.min-box p.text {
  margin: 1.5% 0 2%;
  /*margin: 1.5% 0 0%;*/
}

.min-box p span.right {
  display: inline-block;
  background-color: #E5E8EA;
  color: #868686;
  padding: 1% 2%;
}

.option {
  display: flex;
  margin: 3.5% 0 0;
  border-top: 1px dotted;
  padding: 5.2% 0 0;
}

.option .caption {
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.5;
  width: 100%;
  letter-spacing: 0.09em;
}

.option .option-img {
  display: flex;
  margin: 2% 0 0;
}

.option .option-img .product-img {
  width: 250px;
  height: auto;
  border: 1px solid #E0E0E0;
}

.option .option-img .min-img {
  width: 150px;
  margin: 43% 0 0 0;
}

.option .option-img .min-img img {
  width: 100%;
  height: auto;
}

.option-left {
  margin: 0.2% 0 0 2.9%;
  width: 452px;
}

.option .min-box {
  margin: 0.5% 0 0 3.6%;
}

.option .min-box .icon span {
  padding: 5.2% 5.2%;
  font-size: 0.95em;
}

.option .number {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin: 2.65% 0 0;
  position: relative;
  padding: 0 0 0 4.6%;
}

.option .number::before {
  content: "";
  position: absolute;
  background: url(/static/images/seihin_joho/cart_select/yaji_maru_bl.png) no-repeat;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-position: center;
  top: 2px;
  left: 0;
}

.option .name {
  margin: 0 auto;
}

.option .name {
  margin: 2.2% auto 0;
  letter-spacing: 0;
}

.option .price {
  font-size: 0.8em;
  font-weight: normal;
  margin: 0 0 0 5.5%;
  letter-spacing: 0.025em;
}

.option-right {
  background: #ECF4F8;
  margin: 0 0 0 3%;
  width: 452px;
  padding: 0 0 2.2%;
}

.option-title {
  background: #4390D1;
  color: #fff;
  text-align: center;
  padding: 1.8%;
  font-weight: 600;
}

.option-right .caption {
  width: 82.8%;
  margin: 2.1% auto 0;
  letter-spacing: -0.02em;
  line-height: 1.4;
}

.option-right .option-img {
  width: 82.8%;
  margin: 2.1% auto 0;
  align-items: flex-end;
}

.option-right .option-img .product-img {
  width: 214px;
}

.option-right .option-img .min-img {
  width: 130px;
  margin: 43% 0 0 0;
}

.option-right .option-img .min-img img {
  width: 100%;
  height: auto;
}

.option-right .number {
  width: 77.4%;
  margin: 2.65% auto 0;
}

.option-right .name {
  width: 77.4%;
  margin: 2% 0 0 8.8%;
}

.option-right .price {
  margin: 0 0 0 10.6%;
  letter-spacing: 0.08em;
}

.option-btn {
  margin: 2.4% 1.6% 0 auto;
  width: 237px;
}

.option-btn a {
  width: 100%;
  border: 2px solid;
  display: block;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 4% 0 3.5%;
  letter-spacing: 0.03em;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-size: 1em;
}

.option-btn a::after {
  position: absolute;
  content: "";
  background: url(../../../images/seihin_joho/digital-store-supply/img_arrow.png);
  width: 6.77px;
  height: 11px;
  background-size: contain;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.banner-area {
  background: #F5F5F6;
  width: 980px;
  margin: 120px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 20px;
}

.banner-area a {
  display: block;
  width: 454.3px;
  margin: 0 0 0 0.6%;
}

.banner-area a img {
  width: 100%;
}

/* 関連ページ */
.kanren {
  margin: 103px auto 0;
  width: 980px;
}

.kanren h2 {
  font-size: 1.8em;
  text-align: center;
  padding: 1.2% 0 1.1%;
  color: #fff;
  background-color: #4798D9;
  letter-spacing: 0.1em;
}

.kanren ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 2% 0 0;
}

.kanren ul li {
  margin: 0;
}

.kanren ul li img {
  width: 230px;
}

.kanren ul li img.waku {
  border: 1px solid #E5E5E5;
}

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