@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/kigawara/img/mv.jpg);
  position: relative;
}

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

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

@media print, screen and (min-width: 769px) {
  .top {
    max-width: 1300px;
    height: 145vw;
    min-height: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1300px) {
  .top {
    height: 1950px;
  }
}

.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: 17.1%;
    margin-left: auto;
    margin-right: auto;
  }
}

.top__text-box {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .top__text-box--01 {
    top: 45vw;
    left: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .top__text-box--01 {
    left: calc(50% - 130px);
    top: 29.6vw;
    width: 390px;
  }
}

@media screen and (min-width: 1300px) {
  .top__text-box--01 {
    top: 385px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__text-box--01 {
    top: 302px;
  }
}

@media only screen and (max-width: 768px) {
  .top__text-box--02 {
    left: 0;
    top: 80vw;
    width: 65vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__text-box--02 {
    left: calc(50% - 292px);
    top: calc(45vw + 30px);
    width: 480px;
  }
}

@media screen and (min-width: 1300px) {
  .top__text-box--02 {
    top: 605px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__text-box--02 {
    top: 488px;
  }
}

@media only screen and (max-width: 768px) {
  .top__text-box--03 {
    top: 178vw;
    width: 70vw;
    left: 20vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__text-box--03 {
    left: calc(50% - 460px);
    top: calc(66.6vw + 30px);
    width: 400px;
  }
}

@media screen and (min-width: 1300px) {
  .top__text-box--03 {
    top: 866px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__text-box--03 {
    top: 720px;
  }
}

@media only screen and (max-width: 768px) {
  .top__text-box--04 {
    top: 228vw;
    width: 70vw;
    left: 20vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .top__text-box--04 {
    top: 235vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__text-box--04 {
    left: calc(50% - 460px);
    top: calc(89vw + 30px);
    width: 430px;
  }
}

@media screen and (min-width: 1300px) {
  .top__text-box--04 {
    top: 1130px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__text-box--04 {
    top: 940px;
  }
}

.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 screen and (min-width: 0px) and (max-width: 320px) {
  .top__copy {
    font-size: 1.1rem;
    line-height: 1.75;
  }
}

@media print, screen and (min-width: 769px) {
  .top__copy {
    font-size: 1.6rem;
    line-height: 2;
  }
}

.top__pict {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .top__pict--01 {
    width: 25vw;
    top: -10vw;
    left: 5vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict--01 {
    width: 25%;
    top: -90px;
    right: calc(50% + 205px);
  }
}

@media only screen and (max-width: 768px) {
  .top__pict--02 {
    width: 30vw;
    right: 0;
    top: 80vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict--02 {
    width: 25%;
    top: 390px;
    left: calc(50% + 325px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__pict--02 {
    top: 390px;
  }
}

@media only screen and (max-width: 768px) {
  .top__pict--03 {
    width: 55%;
    top: 135vw;
    right: 20vw;
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .top__pict--03 {
    top: 139vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict--03 {
    width: 38%;
    top: calc(389px + 33.2vw);
    left: calc(50%);
  }
}

@media screen and (min-width: 1300px) {
  .top__pict--03 {
    top: 826px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__pict--03 {
    top: 719px;
  }
}

@media only screen and (max-width: 768px) {
  .top__pict--04 {
    width: 65%;
    top: 260vw;
    left: -5vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__pict--04 {
    width: 50%;
    top: 103.8vw;
    right: calc(50%);
  }
}

@media screen and (min-width: 1300px) {
  .top__pict--04 {
    top: 1400px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__pict--04 {
    top: 1088px;
  }
}

.top__fig {
  position: absolute;
  z-index: -1;
}

@media only screen and (max-width: 768px) {
  .top__fig--01 {
    width: 25%;
    height: 20vw;
    top: 0;
    right: 5vw;
    background-color: #d5d8e0;
  }
}

@media print, screen and (min-width: 769px) {
  .top__fig--01 {
    width: 25%;
    height: 196px;
    top: 0;
    left: calc(50% + 205px);
    background-color: #d5d8e0;
  }
}

@media only screen and (max-width: 768px) {
  .top__fig--02 {
    width: 25vw;
    height: 43.8vw;
    top: 110vw;
    right: 10vw;
    background-color: #e8eaef;
  }
}

@media print, screen and (min-width: 769px) {
  .top__fig--02 {
    width: 25%;
    height: 43.8vw;
    top: 60.5vw;
    left: calc(50% + 205px);
    background-color: #e8eaef;
  }
}

@media screen and (min-width: 1300px) {
  .top__fig--02 {
    top: 784px;
    height: 570px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__fig--02 {
    top: 606px;
    height: 440px;
  }
}

@media only screen and (max-width: 768px) {
  .top__fig--03 {
    width: 25vw;
    height: 43.8vw;
    top: 135vw;
    left: -5vw;
    background: none;
    border: 1px solid #e4e2dd;
  }
}

@media screen and (min-width: 0px) and (max-width: 320px) {
  .top__fig--03 {
    top: 139vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__fig--03 {
    width: 25%;
    height: 43.8vw;
    top: 26.8vw;
    right: calc(50% + 360px);
    background: none;
    border: 1px solid #e4e2dd;
  }
}

@media screen and (min-width: 1300px) {
  .top__fig--03 {
    top: 350px;
    height: 570px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__fig--03 {
    top: 268px;
    height: 440px;
  }
}

@media only screen and (max-width: 768px) {
  .top__fig--04 {
    width: 25vw;
    height: 43.8vw;
    top: 260vw;
    right: 0;
    background-color: #f4f6fb;
  }
}

@media print, screen and (min-width: 769px) {
  .top__fig--04 {
    width: 25%;
    height: 43.8vw;
    top: 80.5vw;
    right: calc(50% + 205px);
    background-color: #f4f6fb;
  }
}

@media screen and (min-width: 1300px) {
  .top__fig--04 {
    top: 1045px;
    height: 570px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__fig--04 {
    top: 900px;
    height: 440px;
  }
}

.top__fig--05 {
  z-index: -2;
  background: none;
  border: 1px solid #e4e2dd;
}

@media only screen and (max-width: 768px) {
  .top__fig--05 {
    width: 25vw;
    height: 43.8vw;
    top: 270vw;
    right: 52vw;
  }
}

@media print, screen and (min-width: 769px) {
  .top__fig--05 {
    width: 25%;
    height: 43.8vw;
    top: 80.5vw;
    left: calc(50% + 80px);
  }
}

@media screen and (min-width: 1300px) {
  .top__fig--05 {
    top: 1045px;
    height: 570px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  .top__fig--05 {
    top: 900px;
    height: 440px;
  }
}

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

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

.spec-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

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

.spec-box {
  width: 49.8%;
}

.figs__item {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}

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

.figs__item--01 {
  width: 90%;
}

@media print, screen and (min-width: 769px) {
  .figs__item--01 {
    width: 769px;
  }
}

.figs__item--02 {
  width: 80%;
}

@media print, screen and (min-width: 769px) {
  .figs__item--02 {
    width: 539px;
  }
}

.figs__item--03 {
  width: 80%;
}

@media print, screen and (min-width: 769px) {
  .figs__item--03 {
    width: 584px;
  }
}

.figs__item--04 {
  width: 90%;
}

@media print, screen and (min-width: 769px) {
  .figs__item--04 {
    width: 710px;
  }
}

/** ------------------------------------------
	施工例ギャラリー
 */
.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;
}
