@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
/* ==========================================================================

	#テキストモジュールとユーティリティ

	36　コピー
	27　 H1相当　ページタイトル
	25　 H2相当　コピー・見出しおよびラベル
	24　 H3相当　見出しおよびラベル
	20　コピー・中見出し・ラベル
	18　本文：大・ラベル
	16　本文：中
	14　本文：小を使用しています。
	12　最小（注文など一部のみ）

 */
/* -------------------------------------------------------------------------
	本文指定
*/
.u-txt-ll,
.u-txt-l,
.u-txt,
.u-txt-s,
.u-txt-ss {
  line-height: 1.75;
}

.u-txt-ll {
  font-size: 1.8rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-ll {
    font-size: 1.6rem;
  }
}

.u-txt-l {
  font-size: 1.6rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-l {
    font-size: 1.4rem;
  }
}

.u-txt {
  font-size: 1.4rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt {
    font-size: 1.2rem;
  }
}

.u-txt-s {
  font-size: 1.3rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-s {
    font-size: 1.1rem;
  }
}

.u-txt-ss {
  font-size: 1.2rem;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-txt-ss {
    font-size: 1rem;
  }
}

.u-strong {
  color: #ff0000;
}

/* -------------------------------------------------------------------------
	ユーティリティmisc
*/
/*一字下げ*/
.u-indent-head {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.u-font-bold {
  font-weight: bold;
}

.u-font-normal {
  font-weight: normal;
}

/* ==========================================================================

   ユーティリティモジュール

 */
/* -------------------------------------------------------------------------
	画像を100%に/100%を解除
	<img class="u-fit" src="xxx.jpg" />
*/
.u-fit {
  width: 100%;
  height: auto;
}

.u-free {
  width: auto;
}

/* -------------------------------------------------------------------------
	SPのみ、PCのみで改行させる
	<br class="u-spbr" />
	<br class="u-pcbr" />
*/
.u-spbr {
  display: none;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-spbr {
    display: inline;
  }
}

.u-pcbr {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .u-pcbr {
    display: inline;
  }
}

.u-tdbr {
  display: none;
}

@media only screen and (max-width: 768px) {
  .u-tdbr {
    display: inline;
  }
}

/* -------------------------------------------------------------------------
	フロート
*/
@media print, screen and (min-width: 769px) {
  .u-floatL {
    float: left;
  }
}

@media print, screen and (min-width: 769px) {
  .u-floatR {
    float: right;
  }
}

/* -------------------------------------------------------------------------
	position:relative
*/
.u-relative {
  position: relative;
}

/* -------------------------------------------------------------------------
	インラインテキストリンク
*/
.u-textLink:link, .u-textLink:visited {
  color: #000;
}

@media print, screen and (min-width: 769px) {
  .u-textLink:hover {
    opacity: .5;
  }
}

/* -------------------------------------------------------------------------
	縦書きテキスト
*/
.u-vertical-text {
  font-feature-settings: 'pkna';
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  -ms-text-combine-horizontal: all;
}

/* -------------------------------------------------------------------------
	ブロック指定
*/
.u-inlineBlock {
  display: inline-block;
}

.u-block {
  display: block;
}

/* -------------------------------------------------------------------------
	リスト要素のスタイル
*/
.u-listIndent li {
  font-size: 1.6rem;
  padding-left: 1.2em;
  text-indent: -1.2em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .u-listIndent li {
    font-size: 1.1rem;
    margin-bottom: .5em;
  }
}

.u-listDisc li {
  list-style-type: disc;
  margin-bottom: 1em;
  margin-left: 1.2em;
}

/* -------------------------------------------------------------------------
	PCレイアウト時に非表示
*/
.u-sp-only {
  display: none !important;
}

.u-pc-only {
  display: block !important;
}

@media only screen and (min-width: 0px) and (max-width: 768px) {
  .u-sp-only {
    display: block !important;
  }
  .u-pc-only {
    display: none !important;
  }
}

.u-noWrap {
  white-space: nowrap;
}

@media print, screen and (min-width: 769px) {
  .u-pc-pdng {
    display: inline-block;
    width: 20px;
  }
}

/* -------------------------------------------------------------------------
	サイズ
*/
.l-w10 {
  width: 10px !important;
}

.l-w20 {
  width: 20px !important;
}

.l-w30 {
  width: 30px !important;
}

.l-w40 {
  width: 40px !important;
}

.l-w50 {
  width: 50px !important;
}

.l-w60 {
  width: 60px !important;
}

.l-w70 {
  width: 70px !important;
}

.l-w80 {
  width: 80px !important;
}

.l-w90 {
  width: 90px !important;
}

.l-w100 {
  width: 100px !important;
}

.l-w120 {
  width: 120px !important;
}

.l-w140 {
  width: 140px !important;
}

.l-w160 {
  width: 160px !important;
}

.l-w180 {
  width: 180px !important;
}

.l-w200 {
  width: 200px !important;
}

.l-w220 {
  width: 220px !important;
}

.l-w240 {
  width: 240px !important;
}

.l-w260 {
  width: 260px !important;
}

.l-w280 {
  width: 280px !important;
}

.l-w300 {
  width: 300px !important;
}

.l-w320 {
  width: 320px !important;
}

.l-w340 {
  width: 340px !important;
}

.l-w360 {
  width: 360px !important;
}

.l-w380 {
  width: 380px !important;
}

.l-w400 {
  width: 400px !important;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .l-sp-w-auto {
    width: auto !important;
  }
  .l-sp-w10 {
    width: 10px !important;
  }
  .l-sp-w20 {
    width: 20px !important;
  }
  .l-sp-w30 {
    width: 30px !important;
  }
  .l-sp-w40 {
    width: 40px !important;
  }
  .l-sp-w50 {
    width: 50px !important;
  }
  .l-sp-w60 {
    width: 60px !important;
  }
  .l-sp-w70 {
    width: 70px !important;
  }
  .l-sp-w80 {
    width: 80px !important;
  }
  .l-sp-w90 {
    width: 90px !important;
  }
  .l-sp-w100 {
    width: 100px !important;
  }
}

/* -------------------------------------------------------------------------
	マージン
*/
.l-mb0 {
  margin-bottom: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb0 {
    margin-bottom: 0px !important;
  }
}

.l-mb5 {
  margin-bottom: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb5 {
    margin-bottom: 5px !important;
  }
}

.l-mb10 {
  margin-bottom: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb10 {
    margin-bottom: 10px !important;
  }
}

.l-mb15 {
  margin-bottom: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb15 {
    margin-bottom: 15px !important;
  }
}

.l-mb20 {
  margin-bottom: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb20 {
    margin-bottom: 20px !important;
  }
}

.l-mb25 {
  margin-bottom: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb25 {
    margin-bottom: 25px !important;
  }
}

.l-mb30 {
  margin-bottom: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb30 {
    margin-bottom: 30px !important;
  }
}

.l-mb35 {
  margin-bottom: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb35 {
    margin-bottom: 35px !important;
  }
}

.l-mb40 {
  margin-bottom: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb40 {
    margin-bottom: 40px !important;
  }
}

.l-mb45 {
  margin-bottom: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb45 {
    margin-bottom: 45px !important;
  }
}

.l-mb50 {
  margin-bottom: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb50 {
    margin-bottom: 50px !important;
  }
}

.l-mb55 {
  margin-bottom: 44px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb55 {
    margin-bottom: 55px !important;
  }
}

.l-mb60 {
  margin-bottom: 48px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb60 {
    margin-bottom: 60px !important;
  }
}

.l-mb65 {
  margin-bottom: 52px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb65 {
    margin-bottom: 65px !important;
  }
}

.l-mb70 {
  margin-bottom: 56px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb70 {
    margin-bottom: 70px !important;
  }
}

.l-mb75 {
  margin-bottom: 60px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb75 {
    margin-bottom: 75px !important;
  }
}

.l-mb80 {
  margin-bottom: 64px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb80 {
    margin-bottom: 80px !important;
  }
}

.l-mb85 {
  margin-bottom: 68px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb85 {
    margin-bottom: 85px !important;
  }
}

.l-mb90 {
  margin-bottom: 72px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb90 {
    margin-bottom: 90px !important;
  }
}

.l-mb95 {
  margin-bottom: 76px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb95 {
    margin-bottom: 95px !important;
  }
}

.l-mb100 {
  margin-bottom: 80px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mb100 {
    margin-bottom: 100px !important;
  }
}

.l-mt0 {
  margin-top: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt0 {
    margin-top: 0px !important;
  }
}

.l-mt5 {
  margin-top: 4px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt5 {
    margin-top: 5px !important;
  }
}

.l-mt10 {
  margin-top: 8px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt10 {
    margin-top: 10px !important;
  }
}

.l-mt15 {
  margin-top: 12px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt15 {
    margin-top: 15px !important;
  }
}

.l-mt20 {
  margin-top: 16px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt20 {
    margin-top: 20px !important;
  }
}

.l-mt25 {
  margin-top: 20px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt25 {
    margin-top: 25px !important;
  }
}

.l-mt30 {
  margin-top: 24px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt30 {
    margin-top: 30px !important;
  }
}

.l-mt35 {
  margin-top: 28px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt35 {
    margin-top: 35px !important;
  }
}

.l-mt40 {
  margin-top: 32px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt40 {
    margin-top: 40px !important;
  }
}

.l-mt45 {
  margin-top: 36px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt45 {
    margin-top: 45px !important;
  }
}

.l-mt50 {
  margin-top: 40px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mt50 {
    margin-top: 50px !important;
  }
}

.l-mr0 {
  margin-right: 0px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr0 {
    margin-right: 0px !important;
  }
}

.l-mr5 {
  margin-right: 2.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr5 {
    margin-right: 5px !important;
  }
}

.l-mr10 {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr10 {
    margin-right: 10px !important;
  }
}

.l-mr15 {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr15 {
    margin-right: 15px !important;
  }
}

.l-mr20 {
  margin-right: 10px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr20 {
    margin-right: 20px !important;
  }
}

.l-mr25 {
  margin-right: 12.5px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr25 {
    margin-right: 25px !important;
  }
}

.l-mr30 {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 769px) {
  .l-mr30 {
    margin-right: 30px !important;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .l-ml0-sp {
    margin-left: 0 !important;
  }
  .l-mr0-sp {
    margin-right: 0 !important;
  }
  .l-mr5-sp {
    margin-right: 5px !important;
  }
  .l-mb0-sp {
    margin-bottom: 0 !important;
  }
  .l-mt0-sp {
    margin-top: 0 !important;
  }
  .l-mb5-sp {
    margin-bottom: 5px !important;
  }
  .l-mb10-sp {
    margin-bottom: 10px !important;
  }
  .l-mb20-sp {
    margin-bottom: 20px !important;
  }
  .l-mb30-sp {
    margin-bottom: 30px !important;
  }
  .l-mb40-sp {
    margin-bottom: 40px !important;
  }
}

.l-pd5 {
  padding: 5px;
}

.l-pd10 {
  padding: 10px;
}

.l-pd15 {
  padding: 15px;
}

.l-pd20 {
  padding: 20px;
}

.l-pd30 {
  padding: 30px;
}

.l-pd40 {
  padding: 40px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .l-pd5 {
    padding: 3px;
  }
  .l-pd10 {
    padding: 5px;
  }
  .l-pd15 {
    padding: 7px;
  }
  .l-pd20 {
    padding: 10px;
  }
  .l-pd30 {
    padding: 15px;
  }
  .l-pd40 {
    padding: 20px;
  }
}

/* -------------------------------------------------------------------------
	テキスト揃え
*/
.l-alignL {
  text-align: left;
}

.l-alignR {
  text-align: right;
}

.l-alignC {
  text-align: center;
}

.l-block-alignC {
  margin-left: auto;
  margin-right: auto;
}

.l-valign-m {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .l-sp-alignL {
    text-align: left;
  }
  .l-sp-alignR {
    text-align: right;
  }
  .l-sp-alignC {
    text-align: center;
  }
}

/** ------------------------------------------
	mv
 */
.page-visual .inner {
  background-image: url(../../products/shikigawara/img/mv.jpg);
  position: relative;
}

/** ------------------------------------------
	導入
 */
.top {
  position: relative;
  padding-top: 40px;
}

@media only screen and (max-width: 768px) {
  .top {
    padding-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .top {
    height: 1450px;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 210px;
  }
}

.top-wrap {
  position: relative;
  z-index: 1;
}

.top__line {
  position: absolute;
  z-index: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #edece9;
}

@media only screen and (max-width: 768px) {
  .top__line--00 {
    left: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__line--00 {
    left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .top__line--01 {
    left: 50%;
  }
}

@media print, screen and (min-width: 769px) {
  .top__line--01 {
    left: 25%;
  }
}

@media print, screen and (min-width: 769px) {
  .top__line--02 {
    left: 50%;
  }
}

@media only screen and (max-width: 768px) {
  .top__line--03 {
    right: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__line--03 {
    left: 75%;
  }
}

.top__line--04 {
  right: 0;
}

.top__logo {
  width: 24vw;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .top__logo {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__logo {
    width: 202px;
    position: absolute;
    top: -100px;
    left: calc(50% + (25% - 202px)/2 + 14px);
  }
}

.top__copy {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3a3e43;
}

@media only screen and (max-width: 768px) {
  .top__copy {
    font-size: 1.2rem;
    margin: 0 20px 40px;
    line-height: 1.75;
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy {
    position: absolute;
    font-feature-settings: 'pkna';
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-text-orientation: mixed;
            text-orientation: mixed;
    -ms-text-combine-horizontal: all;
    font-size: 1.6rem;
    line-height: 2.5;
    white-space: nowrap;
  }
}

@media only screen and (max-width: 768px) {
  .top__copy--01 {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy--01 {
    right: calc((25% - 160px)/2);
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy--02 {
    top: 185px;
    right: calc(25% + (25% - 160px) / 2);
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy--03 {
    top: 654px;
    left: calc(25% + (25% - 195px) / 2);
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy--04 {
    top: 654px;
    left: calc((25% - 160px) / 2);
  }
}

.top__pict-group {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.top__pict-group > li {
  width: 50%;
}

.top__pict-group > li:nth-child(2n) {
  -webkit-transform: translate3d(1px, 0, 0);
          transform: translate3d(1px, 0, 0);
}

@media only screen and (max-width: 768px) {
  .top__pict-group {
    margin: 0 20px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict-group {
    width: 50%;
  }
  .top__pict-group > li {
    margin-bottom: 1px;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict-group--02 {
    position: absolute;
    top: 654px;
    right: 0;
  }
}

/** ------------------------------------------
	texture
 */
.sec-texture {
  margin-bottom: 80px;
}

@media print, screen and (min-width: 769px) {
  .sec-texture {
    margin-bottom: 150px;
  }
}

/** ------------------------------------------
	spec
 */
@media print, screen and (min-width: 769px) {
  .spec {
    margin-bottom: 160px;
  }
}

.spec-container {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .spec-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
  }
}

.spec-box .nobd {
  border-top: none;
}

@media only screen and (max-width: 768px) {
  .spec-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 769px) {
  .spec-box {
    width: 31%;
  }
}

@media print, screen and (min-width: 769px) {
  .spec__fig {
    width: 296px;
    margin-top: -20px;
  }
}

.spec__special {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  .spec__special {
    margin: 0 20px 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .spec__special {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding: 25px 10px;
    font-size: 1.4rem;
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {
  .spec__product {
    margin: 0 20px 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .spec__product {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
}

/** ------------------------------------------
	Variation
 */
.variation {
  background: url(../../products/shikigawara/img/var_bg.png) repeat-y center top/100% auto;
  padding: 10px 0 40px;
  margin-bottom: 60px;
}

@media print, screen and (min-width: 769px) {
  .variation {
    padding: 20px 0 80px;
    margin-bottom: 120px;
  }
}

.variation-container {
  margin: 0 20px 60px;
}

@media print, screen and (min-width: 769px) {
  .variation-container {
    width: 650px;
    display: -webkit-box;
    display: flex;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}

.variation-content .txt {
  line-height: 2;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .variation-content {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .variation-content {
    width: 48%;
  }
}

@media print, screen and (min-width: 769px) {
  .variation__pict {
    width: 46%;
  }
}

.variation-list {
  position: relative;
  margin-bottom: 30px;
}

.variation-list::after {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 35vw;
  background-color: #666;
  left: 50%;
  z-index: 5;
  top: 50%;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
}

.variation-list.is-transition::after {
  opacity: 0;
}

@media print, screen and (min-width: 769px) {
  .variation-list {
    margin-bottom: 60px;
  }
  .variation-list::after {
    height: calc(19vw + 60px);
  }
}

.variation-list__item {
  padding: 0 10px;
}

@media print, screen and (min-width: 769px) {
  .variation-list__item {
    width: 750px;
    padding: 0 50px;
  }
}

.variation-thumb {
  position: relative;
  background-color: #fff;
  width: 45vw;
  border: 1px solid #666;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}

.variation-thumb::after {
  content: "(mm)";
  font-size: 1rem;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

@media print, screen and (min-width: 769px) {
  .variation-thumb {
    width: 212px;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec-geometric {
  border-top: 10px solid #111;
}

.sec-geometric .geo-wrapper {
  padding-top: 100px;
  background: url(../../products/maruza/img/sec_geometric_bg.png) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .sec-geometric .geo-wrapper {
    padding-top: 60px;
  }
}

.sec-geometric .tit {
  text-align: center;
  margin-bottom: 60px;
}

.sec-geometric .tit span {
  display: block;
  line-height: 1em;
}

.sec-geometric .tit .en {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.sec-geometric .tit .jp {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .sec-geometric .tit {
    margin-bottom: 30px;
  }
  .sec-geometric .tit .en {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
  .sec-geometric .tit .jp {
    font-size: 1.4rem;
  }
}

.sec-geometric .lead {
  width: 800px;
  margin: 0 auto;
  line-height: 2em;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sec-geometric .lead {
    width: auto;
    margin: 0 30px 30px 30px;
    font-size: 1.2rem;
    line-height: 1.7em;
  }
}

.sec-geometric .photo-container {
  width: 800px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.sec-geometric .photo-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-geometric .photo-container figure {
  float: left;
  width: calc(50% - 21px);
  margin-right: 38px;
}

.sec-geometric .photo-container figure:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 768px) {
  .sec-geometric .photo-container {
    width: auto;
    margin: 0 30px 30px 30px;
    padding-bottom: 30px;
  }
  .sec-geometric .photo-container figure {
    width: calc(50% - 3px);
    margin-right: 6px;
  }
}

.sec-geometric .column-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-geometric .column-container li {
  min-height: 770px;
  float: left;
  width: 33.33%;
  background: #f9f9f9;
  border-right: 2px solid #fff;
  padding: 60px 5vw;
}

.sec-geometric .column-container li .tit .en {
  font-size: 2.0rem;
  margin-bottom: 8px;
}

.sec-geometric .column-container li .tit .jp {
  font-size: 1.6rem;
}

.sec-geometric .column-container li figure {
  margin-bottom: 15px;
}

.sec-geometric .column-container li p {
  line-height: 2em;
}

.sec-geometric .column-container li:last-child {
  border: none;
}

@media only screen and (max-width: 768px) {
  .sec-geometric .column-container li {
    float: none;
    width: auto;
    min-height: initial;
    padding: 30px 30px;
    border-right: none;
    border-bottom: 2px solid #fff;
  }
  .sec-geometric .column-container li .tit .en {
    font-size: 1.6rem;
    margin-bottom: 8px;
  }
  .sec-geometric .column-container li .tit .jp {
    font-size: 1.3rem;
  }
  .sec-geometric .column-container li p {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .note {
    margin: 0 20px 90px;
  }
}

@media print, screen and (min-width: 769px) {
  .note {
    margin-bottom: 180px;
  }
}

@media print, screen and (min-width: 769px) {
  .note-container {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}

.slick-arrow {
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  bottom: auto;
  display: block !important;
}

@media print, screen and (min-width: 769px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}

.slick-prev {
  background: url(../../products/shikigawara/img/var_prev.png) no-repeat center center/contain;
  left: calc(10% - 8px);
}

@media print, screen and (min-width: 769px) {
  .slick-prev {
    left: calc(18% - 20px);
  }
}

.slick-next {
  background: url(../../products/shikigawara/img/var_next.png) no-repeat center center/contain;
  right: calc(10% - 8px);
}

@media print, screen and (min-width: 769px) {
  .slick-next {
    right: calc(18% - 20px);
  }
}

/** ------------------------------------------
	施工例ギャラリー
 */
.sekou-wrap {
  background-color: #25242d;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .sekou-wrap {
    padding: 40px 0;
  }
}

.sekou-main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.sekou-box {
  width: 48%;
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sekou-box {
    width: auto;
    margin-bottom: 30px;
  }
}

.sekou-heading {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .sekou-heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.sekou-box2 {
  /*display: flex;
  justify-content: space-between;*/
  margin-bottom: 20px;
}

.sekou-thumb-main {
  margin-bottom: 20px;
  height: 60vw;
}

.sekou-thumb-main a {
  display: block;
  height: 60vw;
}

.sekou-thumb-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sekou-thumb-main {
    height: 340px;
  }
  .sekou-thumb-main a {
    height: 340px;
  }
}

.sekou-thumb-box {
  /*width: 30%;*/
}

.sekou-thumb-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
}

.sekou-thumb-list > li a {
  display: block;
  height: 70px;
}

.sekou-thumb-list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sekou-thumb-list > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .sekou-thumb-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .sekou-thumb-list > li {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
  }
  .sekou-thumb-list > li:nth-child(5n) {
    margin-right: 0;
  }
}

.secou__heading2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 769px) {
  .secou__heading2 {
    font-size: 1.4rem;
  }
}

.sekou-text {
  color: #fff;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .sekou-text {
    font-size: 1.2rem;
  }
}

.pswp__caption__center {
  text-align: center !important;
}
