@charset "UTF-8";

/* 共通
--------------------------------------------- */
body {
  min-width: 1120px;
}

.section__title {
  background: #2363ba;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  padding: 6px 24px;
}

.section__lead {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

.section__subtitle {
  background-color: #effaff;
  font-size: 20px;
  font-weight: 700;
  color: #2363ba;
  text-align: center;
  border-bottom: solid 4px #2363ba;
  padding: 4px 0;
}

/* メインビジュアル
--------------------------------------------- */
.h2-doujinshi {
  background: #fff;
  text-align: center;
  margin-bottom: 20px !important;
}

/* 納期案内
--------------------------------------------- */
.delivery-info {
  text-align: center;
  margin: 1.5rem auto;
}

.delivery-info__title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  background-color: #fffc00;
  padding: 2px 12px;
  margin-bottom: 6px;
  display: inline-block;
}

.delivery-info__body {
  position: relative;
}

.delivery-info__body::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../../images/delivery-info-left.png);
  width: 64px;
  height: 82px;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.delivery-info__body::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../../images/delivery-info-right.png);
  width: 64px;
  height: 82px;
  bottom: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.delivery-info__lead,
.delivery-info__note {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 0;
}

.delivery-info__lead span {
  font-size: 30px;
  color: #e60000;
  line-height: 1.5;
}

.delivery-info__text {
  font-size: 18px;
  font-weight: 400;
  color: #333;
  margin-bottom: 0;
}

.delivery-info__note {
  font-size: 14px;
  font-weight: 400;
  color: #e60000;
}

/* design-examples 
--------------------------------------------- */
.design-examples {
  margin-bottom: 100px;
}

.design-examples__list {
  display: flex;
  gap: 0 25px;
}

.design-examples__item {
  width: calc((100% - 50px) / 3);
}

.design-examples__caption {
  font-size: 14px;
  margin-bottom: 0;
}

/* size
--------------------------------------------- */
.section__lead.section__lead--size {
  margin-bottom: 40px;
}

.about-size__contents {
  margin-bottom: 100px;
}

.size-basic,
.size-points
 {
  margin-bottom: 80px;
}

.size-basic__layout {
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
}

.size-basic__image {
  width: 480px;
}

.size-basic__spec {
  border: solid 1px #ccc;
}

.size-basic__spec {
  width: 300px;
  margin-bottom: 0;
}

.size-basic__spec-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
  padding: 4px;
  line-height: 1.4;
}

.size-basic__spec-title span {
  display: block;
}

.size-basic__spec-value {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
margin-bottom: 0;
    padding: 15px;
}

.size-basic__spec-value span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.basic__spec-width {
  color: #ff6600;
}

.basic__spec-depth {
  color: #00970e;
}

.basic__spec-height {
  color: #f046aa;
}

.size-points__content {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  align-items: center;
}

.size-points__item {
  width: 155px;
}

.size-points__dl {
  margin-bottom: 0;
}

.size-points__label {
  display: block;
    background-color: #091055;
  color: #fff;
  width: 73px;
    text-align: center;
    line-height: 1.2;
}

.size-points__label-text {

  font-size: 14px;
  font-weight: 700;
}

.size-points__label-number {
  font-size: 20px;
}

.size-points__title {
border: 1px solid #091055;
text-align: center;
}

.size-points__dd {
  font-size: 14px;
}

.space-size__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;

}
.space-size__item {
display: inherit;
    grid-template-rows: subgrid;
    grid-row: span 2;
          padding: 0 20px;
  text-align: center;
}

.space-size__block:last-of-type {
  margin-bottom: 0;
}

.space-size {
  margin-bottom: 80px;
}


.space-size__dl {
  margin-bottom: 0;
  display: inherit;
    grid-template-rows: inherit;
    grid-row: inherit;
}

.space-size__dt {
  font-size: 20px;
  font-weight: 700;
  color: #091055;
  text-align: center;
  border-bottom: solid 2px #091055;
  margin-bottom: 20px;
}

.space-size__dd {
  margin-bottom: 0;
  align-self: center;
}

.space-size__image {
  margin-bottom: 24px;
}

.space-size__spec {
  border: solid 1px #ccc;
    width: 380px;
    margin: 0 auto;
}

.space-size__spec-title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  background-color: #ccc;
}

.space-size__spec-value {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
    margin: 10px auto 4px;
}

.space-size__width {
  color: #f9214a;
}

.space-size__height {
  color: #0054ff;
}

.space-size__spec-note {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}

/* fabric
--------------------------------------------- */
.fabric {
  margin-bottom: 100px;
}

.fabric__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 25px;
}

.fabric__item {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 6;
  /* width: calc((100% - 50px) / 3); */
}

.fabric__dl {
  display: inherit;
  grid-template-rows: inherit;
  grid-row: inherit;
}

.fabric__catch {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #091055;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
      /* background:
      
      linear-gradient(transparent 50%, #fffc00 50%); */
}

.fabric__catch::after {
  content: "";
  position: absolute;
    left: 50%;
    bottom: 5%;
    width: 84%;
    height: 0.7em;
    background: #fffc00;
    z-index: -1;
    transform: translateX(-50%); 
}

.fabric__item:nth-of-type(3) .fabric__catch::after {
    width: 70%;
}

.fabric__name {
  font-size: 20px;
  font-weight: 700;
  color: #2363ba;
  text-align: center;
  background-color: #effaff;
  border: solid 1px #2363ba;
}

.fabric__desc {
  font-size: 14px;
  font-weight: 400;
}

.fabric-chart {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  margin-bottom: 0;
}

.fabric-chart__label {
  font-size: 16px;
  font-weight: 700;
}

.fabric-chart__value {
  width: 220px;
  margin-bottom: 0;
}

.fabric__bnrbnr-wrap {
  margin-bottom: 40px;
}

/* 用途
--------------------------------------------- */
/* .usage__title {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: #fffc00;
  background-color: #2363ba;
  padding: 0.75rem;
} */

/* 活躍
--------------------------------------------- */
/* .active__list {
  display: flex;
  gap: 1rem;
}

.active__item {
  width: 50%;
} */

/* 特殊加工
--------------------------------------------- */
/* .processing__list {
  display: flex;
  gap: 1rem;
}

.processing__item {
  width: 50%;
} */

.processing {
margin-bottom: 100px;
}

.processing__content {
  display: flex;
  margin: 30px auto 60px;
}

.processing__image,
.processing__body {
  width: 50%;
}

.processing__image {
  text-align: center;
}

.processing__image img {
  width: 380px;
  margin: 0 auto;
}

.processing__body {}

.processing__catch {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 12px;
  padding-top: 6px;
}

.processing__catch::before {
  content: "";
  background-image: url(../../images/other/doujinshi/processing_pic_exhibition_hall.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 66px;
}

.processing__catch-text {
  margin-bottom: 0;
}

.processing__catch-text span {
  display: block;
  color: #e60000;
  line-height: 1.2;
}

.processing__catch-line {
  font-size: 18px;
  font-weight: 400;
}

.processing__catch-strong {
  font-size: 36px;
  font-weight: 700;
}

.processing__desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.processing__link {
  text-align: center;
}

.processing__btn {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 6px 24px;
  background-color: #ff8400;
  box-shadow: 0 2px 2px #ba6000;
  border-radius: 25px;
  display: block;
    width: fit-content;
    margin: 0 auto;
}

.processing__btn:hover {
  box-shadow: none;
}

.processing__btn:visited {
  color: #fff;
}

/* 紙管巻き
--------------------------------------------- */
.paper_tube__inner.paper_tube__inner--doujinshi {
  width: 100%;
}

.paper_tube__right {
    width: 70%;
    background-color: #c2efe8;
}

.paper_tube__right > div {
    color: #333;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

.paper_tube__right > div span {
    color: #ff6c00;
    font-size: 36px;
    font-weight: 700;
    -webkit-text-stroke: 6px #fff;
    paint-order: stroke;
    filter: drop-shadow(2px 4px 2px rgb(18, 130, 113, 0.4));
}

/* 形状
--------------------------------------------- */
/* .slick-prev {
	display: none !important;
} */

/* 生地サンプル送付のバナー
--------------------------------------------- */
.doujinshi-banner {
  width: 1000px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}