/** Shopify CDN: Minification failed

Line 16:12 Unexpected "{"
Line 16:21 Expected ":"
Line 24:14 Unexpected "{"
Line 24:23 Expected ":"

**/
/* --- about全体） --- */
#main {
  background: #fafaf7;
  background: url('/cdn/shop/files/SeamlessPaper.jpg?v=1776261205') repeat;
  padding-top: 50px;
}
  /* --- スマホ専用の回り込み画像（基本は非表示） --- */
  .section-{{ section.id }} .sp-img {
    display: none;
  }

@media screen and (max-width: 767px) {
  #main {
    overflow:hidden;
  }
    .section-{{ section.id }} .pc-img {
      display: none !important;
    }
}

/* --- about詳細 --- */
.aboutBox {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .aboutBox {
    width: 94%;
  }
}

.aboutImgBox {
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.aboutImgBox.full {
  max-width: 1400px;
}
/* .aboutImgBox.logo {
  max-width: 200px;
} */
.aboutImgBox img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {

.aboutImgBox img {
transform: scale(1.15);
    transform-origin: center center; /* 中央を起点にする（デフォルト値ですが明記しておくと確実です） */
}
.aboutImgBox.logo {
  max-width: 150px;
}
.aboutImgBox.logo img{
  transform: scale(1);
}
}

/* .aboutImgBox {
  margin-top: 50px;
  margin-bottom: 100px;
} */

.aboutHeadline {
  font-size: 20px;
  font-family: var(--heading-font-family);

  /* history用 */
}.aboutHeadline.daikei {
  border-bottom: 4px solid #37393C; /* 下のライン（フォルダの本体部分） */
  margin-top: 20px;
}

.aboutHeadline.daikei h2 .inner {
  display: inline-block;
  background-color: #37393C; /* タブの色 */
  background: url('/cdn/shop/files/SeamlessPaper_blk.jpg?v=1776393441');
  padding: 4px 40px 2px;         /* 文字周りの余白（左右を広めに取ると綺麗です） */
  margin-left: 20px;
  font-weight: bold;
  border-radius: 13px 13px 0 0;
  
  /* 台形を作る魔法の1行 */
  /* polygon(左上, 右上, 右下, 左下) の順で座標を指定しています */
  clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
  
  /* 少しだけ下にずらしてラインと重ねると隙間が消えます */
  margin-bottom: -1px; 
}

@media screen and (max-width: 767px) {
  .aboutHeadline {
    font-size: 18px;
    /* margin-bottom: 20px; */
  }
  .aboutHeadline.daikei h2{
    font-size:16px !important;
    line-height:1.2em;
    padding: 0;
  }
  .aboutHeadline.daikei h2 .inner {
    border-radius: 0px 13px 0 0;
    clip-path: polygon(0% 0, 98% 0, 100% 100%, 0% 100%);
    margin-left: 0;
    padding: 8px 30px 4px 20px;
  }
}

.aboutTextBox h3 {
  font-size: 18px;
  margin-bottom: 0.4em;
}
.aboutTextBox h3 span {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 0;
  font-family: var(--heading-font-family);
  font-weight: 300;
}
.aboutTextBox .textArea {
  font-size: 14px;
}
.aboutTextBox .textArea p {
  margin-bottom: 1em;
  letter-spacing:0.02em;
}
.aboutTextBox .textArea p {
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
.aboutTextBox .textArea {
  font-size: 12px;
}
.aboutTextBox .textArea p {
  line-height: 1.7em;
}
}

.aboutHistoryArea {
  /* margin-top: 20px; */
  margin-bottom: 100px;
  background: #fff;
  background: url('/cdn/shop/files/SeamlessPaper_wht.jpg?v=1776316758') repeat;

  
  box-sizing: border-box;
  padding: 20px;
  /* border: solid 2px #37393C; */
  box-shadow: 3.536px 3.536px 7px 0px rgba(43, 43, 43, 0.14),3.536px 3.536px 27px 0px rgba(43, 43, 43, 0.07);
}

.aboutHistoryArea .aboutHistoryBox {
  display: flex;
}
.aboutHistoryArea .year {
  width: 8%;
  border-right: 1px #dedede solid;
  padding: 20px 0;
  font-size: 18px;
  font-family: var(--heading-font-family);
  text-align:right;
  box-sizing: border-box;
  padding-right: 10px;
}
.aboutHistoryArea .contents {
  width: 70%;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}
.aboutHistoryArea .contents dl {
  margin:0;
  padding:0;
}
.aboutHistoryArea .contents dt {
  font-weight: bold;
  margin:0;
  margin-bottom: 0em;
  font-size: 16px;
  
}
.aboutHistoryArea .contents dd {
  font-size: 14px;
  margin:0;
}
.aboutHistoryArea .img {
  width: 22%;
  text-align: right;
  padding: 20px 0;
  box-sizing: border-box;
}
.aboutHistoryArea .img img{
  max-width: 130px;
}
@media screen and (max-width: 767px) {
  .aboutHistoryArea {
    border: 0;
    padding:10px 10px 100px 10px;
    margin-bottom: 0;
  }
  .aboutHistoryArea .aboutHistoryBox {
    display: block;
    margin-top: 50px;
  }
  .aboutHistoryArea .aboutHistoryBox:first-child {
    margin-top: 10px;
  }
  .aboutHistoryArea .aboutHistoryBox .year, .aboutHistoryArea .aboutHistoryBox .contents, .aboutHistoryArea .aboutHistoryBox .img {
    padding: 0;
    width: 100%;
  }
  .aboutHistoryArea .aboutHistoryBox .year {
    text-align: left;
    margin-top: 0;
      float: left;
      /* padding: 0 6px 2px; */
      border: none;
      margin-right: 12px;
      width: auto !important;
      /* background: #333; */
      /* color: #fff; */
      /* font-size: 14px; */
      margin-top: -3px;
  }
    .aboutHistoryArea .contents {
      width: 100%;
      padding: 0;
      display: block;
    }
  .aboutHistoryArea .contents dt {
    padding-bottom: 2px;
  }

  .aboutHistoryArea .contents dd {
  font-size: 12px;
  margin:0;
  width: 100%;
  padding-top: 4px;
  clear: left; /* yearの左回り込みを解除し、確実に下に配置する */
}
    .aboutHistoryArea .contents dd::after {
      content: "";
      display: block;
      clear: both;
    }
  .aboutHistoryArea .aboutHistoryBox .img {
    text-align: center;
    width: 25% !important;
    margin: 0 0 0 4px;
  }
.aboutHistoryArea .img img{
  /* max-width: 200px; */
  max-width: 100%;
}

    /* 3. スマホ用の画像を表示し、右に回り込ませる */
    .sp-img {
      display: block;
      float: right;
      width: 35% !important; /* 画像幅。テキストの回り込み具合を見て調整してください */
      margin: 0 0 10px 15px;
      padding: 0 !important;
    }



}/*# sourceMappingURL=about.css.map */