.h2 {
  color: #304766;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif; }

.sec {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); }

/*
  bx slider
-------------------------------------------------- */
.bx-wrapper {
  position: relative; }
  .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 21px;
    height: 43px;
    background-repeat: no-repeat;
    background-size: 21px;
    text-indent: -9999px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
      left: 30px;
      background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/btn_prev.png"); }
    .bx-wrapper .bx-controls-direction a.bx-next {
      right: 30px;
      background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/btn_next.png"); }
  @media screen and (max-width: 768px) {
    .bx-wrapper .bx-controls-direction a {
      width: 16px;
      height: 32px;
      background-size: 16px; }
      .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 20px; }
      .bx-wrapper .bx-controls-direction a.bx-next {
        right: 20px; } }

/*
  メインビジュアル
-------------------------------------------------- */
#mainimg {
  overflow: hidden; }
  #mainimg ul {
    position: relative;
    left: 50%;
    margin-left: -1740px; }
    #mainimg ul li {
      width: 1160px !important; }
      #mainimg ul li .sp {
        display: none; }
  @media screen and (max-width: 768px) {
    #mainimg ul {
      margin-left: -900px; }
      #mainimg ul li {
        width: 600px !important; } }
  @media screen and (max-width: 600px) {
    #mainimg ul {
      margin-left: -480px; }
      #mainimg ul li {
        width: 320px !important; }
        #mainimg ul li .sp {
          display: inline-block; }
        #mainimg ul li .pc {
          display: none; } }

/*
  新潟から生まれるもの
-------------------------------------------------- */
#about {
  padding: 75px 0 100px; }
  #about h2 {
    margin-bottom: 1em;
    padding: 30px 0;
    background: url("https://file003.shop-pro.jp/PA01428/064/img/common/mrk_logo_01.png") no-repeat center;
    background-size: 97px;
    font-size: 1.875em; }
  #about .txt {
    margin-bottom: 3em;
    font-size: 1.125em; }
  #about .images ul {
    position: relative;
    left: 50%;
    margin-left: -480px; }
    #about .images ul li {
      width: 300px !important; }
  #about .bx-controls-direction a {
    filter: brightness(75%); }
  #about .btn {
    display: inline-block;
    background-color: #304766;
    background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/mrk_wthite.png");
    background-size: 5px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 15px 60px;
    margin-top: 2.5em;
    font-size: 1.125em; }
    #about .btn:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    #about {
      padding: 50px 0 60px; }
      #about h2 {
        padding: 17px 0;
        background-size: 60px; } }
  @media screen and (max-width: 600px) {
    #about .images ul {
      margin-left: -390px; }
      #about .images ul li {
        width: 240px !important; } }

/*
  もんぺストーリー
-------------------------------------------------- */
#story {
  padding: 100px 0; }
  #story .grid + .grid {
    margin-top: 100px; }
  #story h2 {
    margin-bottom: 2.7em;
    font-size: 1.75em;
    position: relative;
    line-height: 1.3; }
    #story h2::after {
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/bg_ttl.png");
      background-repeat: repeat-x;
      background-size: 14px;
      height: 7px; }
    @media screen and (max-width: 768px) {
      #story h2::after {
        bottom: -15px; } }
    #story h2::after {
      width: 236px;
      /* x14px */ }
  #story h3 {
    position: relative;
    margin: 0.6em 0;
    color: #304766;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
    font-size: 1.5em;
    line-height: 1.4; }
    #story h3::after {
      position: absolute;
      top: calc(50% - 1px);
      left: -75px;
      content: "";
      width: 60px;
      height: 2px;
      background: #304766; }
    #story h3.right {
      text-align: right; }
      #story h3.right::after {
        left: inherit;
        right: -75px; }
  #story .btn {
    display: inline-block;
    background-color: #304766;
    background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/mrk_wthite.png");
    background-size: 5px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    margin-top: 2em;
    padding: 8px 60px;
    font-size: 0.875em; }
    #story .btn:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    #story {
      padding: 60px 0; }
      #story .grid + .grid {
        margin-top: 60px; }
      #story h2::after {
        width: 208px;
        /* x14px */ }
      #story h3 {
        margin: 2em 0 0.6em;
        text-align: center; }
        #story h3::after {
          top: -70px;
          left: calc(50% - 1px);
          width: 2px;
          height: 50px; }
        #story h3.right {
          text-align: center; }
          #story h3.right::after {
            left: calc(50% - 1px);
            right: inherit; }
      #story .btn {
        padding: 15px 70px; } }

/*
  Gallery
-------------------------------------------------- */
#gallery {
  padding: 100px 0; }
  #gallery h2 {
    margin-bottom: 2.3em;
    font-size: 1.75em;
    letter-spacing: 0.1em;
    position: relative;
    line-height: 1.3; }
    #gallery h2::after {
      position: absolute;
      bottom: -18px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/bg_ttl.png");
      background-repeat: repeat-x;
      background-size: 14px;
      height: 7px; }
    @media screen and (max-width: 768px) {
      #gallery h2::after {
        bottom: -15px; } }
    #gallery h2::after {
      width: 168px;
      /* x14px */ }
  #gallery .btn {
    display: inline-block;
    background-color: #304766;
    background-image: url("https://file003.shop-pro.jp/PA01428/064/img/common/mrk_wthite.png");
    background-size: 5px;
    background-position: right 10px center;
    background-repeat: no-repeat;
    color: #fff;
    text-decoration: none;
    padding: 15px 60px;
    margin-top: 2.5em;
    font-size: 1.125em; }
    #gallery .btn:hover {
      opacity: 0.8; }
  @media screen and (max-width: 768px) {
    #gallery {
      padding: 60px 0; }
      #gallery h2::after {
        width: 140px;
        /* x14px */ }
      #gallery .btn {
        margin-top: 3em; } }
  @media screen and (max-width: 600px) {
    #gallery .images > div {
      margin-bottom: 10px; } }

/*
  お知らせ
-------------------------------------------------- */
#information {
  position: relative;
  padding: 50px 0 60px;
  background: #E0E3E8; }
  #information::after {
    display: inline-block;
    position: absolute;
    z-index: 0;
    bottom: -160px;
    right: 50%;
    margin-right: -630px;
    content: url("https://file003.shop-pro.jp/PA01428/064/img/common/mrk_logo_02.png");
    transform: scale(0.5); }
  #information h2 {
    margin-bottom: 0.8em;
    font-size: 1.375em; }
  #information ul {
    position: relative;
    z-index: 2; }
    #information ul li {
      border-bottom: 1px solid #969696;
      padding: 12px 0; }
      #information ul li .flex {
        align-items: center; }
      #information ul li a {
        text-decoration: none; }
        #information ul li a:hover {
          text-decoration: underline; }
      #information ul li .date {
        margin-right: 1.5em;
        color: #304766;
        font-size: 0.875em; }
      #information ul li .title {
        color: #000; }
  @media screen and (max-width: 768px) {
    #information {
      padding: 40px 0; }
      #information::after {
        bottom: inherit;
        top: -180px;
        right: -190px;
        margin-right: 0;
        transform: scale(0.4); }
      #information ul li .flex {
        flex-direction: column;
        align-items: flex-start; }
      #information ul li .date {
        margin: 0 0 .2em;
        font-size: 1em; } }
