body {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
  text-align: left;
}
.lazyload {
  opacity: 1;
}

.pane-right-menu {
  max-width: 1200px;
  margin: 0 auto;
}

#mina-perhonen #header {
  background: #F6F6F6;
}
#mina-perhonen .pane-contents > .container {
  width: auto;
  max-width: 2000px;
}
#mina-perhonen #wrap {
  padding-top: 0;
  text-align: left;
}
#mina-perhonen #main {
	width: auto;
	float: none;
	font-family: 'Shippori Mincho', serif;
  font-size: 62.5% !important;
  color: #231815;
}
#mina-perhonen .block-event-page {
  margin-top: 0;
}
.w-split3 {
  width: calc(100% / 3);
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_right a {
  display: block;
}
a:hover {
  opacity: 0.7;
}

/* 下からふわっと現れる */
/* jQueryで追加、削除 */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
}
@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
            transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
            transform: translateY(0); /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}

/* ファーストビュー
----------------------------------*/
#firstview {
  background-color: #f2f7f9;
  text-align: center;
}

/* コンセプト
----------------------------------*/
#concept {
  margin-top: 97px;
}
#concept .intro {
  display: flex;
  width: 100%;
  min-height: 400px;
  font-size: 19px;
  letter-spacing: 0.1em;
  line-height: 2.26em;
  padding: 70px 0;
  margin-top: 37px;
  position: relative;
  overflow: hidden;
}
#concept .intro .bg-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#concept .intro .left {
  position: relative;
  width: 480px;
  line-height: 2.26em;
  padding-left: 135px;
  z-index: 1;
}
#concept .intro .right {
  position: relative;
  width: 480px;
  line-height: 2em;
  padding-left: 60px;
  z-index: 1;
}
#concept .intro .right span {
  line-height: 1.26em;
}
#concept .detail {
  display: flex;
  margin-top: 57px;
}
#concept .detail > div:nth-of-type(1) {
  padding-right: 40px;
}
#concept .detail > div:nth-of-type(2) {
  padding-left: 20px;
  padding-right: 20px;
}
#concept .detail > div:nth-of-type(3) {
  padding-left: 40px;
}
#concept .detail h2 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #223684;
}
#concept .detail p {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  text-align: justify;
}

/* メッセージ
----------------------------------*/
#message {
  margin-top: 128px;
}
#message .movie {
  width: 800px;
  text-align: center;
  margin: 0 auto;
}
#message .movie > img {
  margin-top: 58px;
}
#message .movie iframe {
  margin-top: 25px;
}
#message .introduction {
  width: 640px;
  margin: 0 auto;
}
#message .introduction .designer {
  text-align: center;
  margin: 82px 0 35px;
}
#message .introduction .designer .founder {
  font-size: 18px;
  letter-spacing: 0.14em;
  line-height: 1.61em;
  margin-top: 20px;
}
#message .introduction .designer .name {
  font-size: 26px;
  margin-top: 10px;
  letter-spacing: 0.15em;
}
#message .introduction p {
  font-size: 16px;
  line-height: 1.625em;
  text-align: justify;
}
#message .main-message {
  width: 646px;
  margin: 105px auto 0;
}
#message .main-message h3 {
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.15em;
}
#message .main-message p {
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 2.06em;
  margin-top: 50px;
}

/* ラインアップ
----------------------------------*/
#lineup {
  margin-top: 167px;
}
#lineup .btn {
  display: flex;
  margin-top: 45px;
  padding: 0;
  border-radius: 0;
}
#lineup .btn > div {
  margin-bottom: 36px;
}
#lineup .btn > div:nth-of-type(1) {
  padding-right: 20px;
}
#lineup .btn > div:nth-of-type(2) {
  padding-left: 10px;
  padding-right: 10px;
}
#lineup .btn > div:nth-of-type(3) {
  padding-left: 20px;
}
#lineup .btn > div img {
  padding-bottom: 12px;
  border-bottom: 3px solid #a7afab;
}
#lineup .product {
  display: inline-block;
  margin-top: 70px;
}
#lineup .product:first-child {
  margin-top: 0;
}
#lineup .product .item-title {
  margin-bottom: 25px;
}
#g-navi {
  height: 141px;/*高さ指定*/
  width:100%;/*横幅指定*/
  z-index: 999;/*最前面へ*/
}

/*==ふわっと出現させるためのCSS*/
/*下に下がる動き*/
#g-navi.DownMove {
  width:960px;
  position: fixed;
  top: 0;
  margin-top: 0;
  background-color: #fff;
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 0;
  transform: translateY(-100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

#a-navi {
  display: none !important;
}
#g-navi.DownMove + #a-navi, #g-navi.UpMove + #a-navi {
  display: flex !important;
}

/* カテゴリー
----------------------------------*/
#category {
  margin-top: 120px;
}

#category .row {
  display: flex;
  margin-top: 20px;
}
#category .row:first-child {
  margin-top: 60px;
}
#category .row .category_title {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid #a7afab;
  margin-right: 40px;
}
#category .row ul {
  width: 680px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

/* お問い合わせ
----------------------------------*/
#contactBtn {
  width: 710px;
  text-align: center;
  color: #000;
  background-color: #f0f0f2;
  padding: 35px;
  margin: 70px auto 0;
}
#contactBtn strong {
  font-size: 16px;
}
#contactBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0 25px;
}
#contactBtn ul li {
  width: 250px;
  margin: 0 5px;
}
#contactBtn ul li a {
  font-family: 'Open Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Sans-serif;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  border: 4px solid #626672;
  padding: 10px 0;
}
#contactBtn ul li:nth-of-type(1) a {
  color: #fff !important;
  background-color: #626672;
}
#contactBtn ul li:nth-of-type(2) a {
  color: #626672!important;
  background-color: #fff;
}
#contactBtn p {
  font-size: 14px;
}
#contactBtn img {
  mix-blend-mode: multiply;
  margin: 10px 0;
}