@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2); }

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2); }

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2); }

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2); }

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2); }

@-webkit-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg); }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg); } }

@keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg); }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg); } }

@-webkit-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg); } }

@keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg); } }

*, :before, :after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, ul, ol, dl, dd, p, hr, figure {
  margin: 0;
  padding: 0; }

header, nav, main, footer, section {
  display: block; }

strong {
  font-weight: normal; }

form {
  margin-bottom: 0; }

img {
  vertical-align: bottom; }

html {
  font-size: 10px; }

body {
  padding-top: 100px !important;
  min-width: 1100px;
  background: #eee;
  margin: 0;
  font-family: "Noto Sans Japanese","Hiragino Kaku Gothic ProN","YuGothic",Meiryo,"メイリオ",sans-serif !important;
  color: #163846;
  letter-spacing: .1em;
  background: #FFF; }

.pc {
  display: block !important; }

.sp {
  display: none !important; }

p {
  text-align: justify;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400; }

i {
  font-style: normal; }

main#main {
  display: block;
  overflow: hidden;
  margin-top: 0;
  min-width: 1000px;
  max-width: 1366px;
  background: #EFF5F8; }

section {
  display: block; }

body.showBlk * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * {
  background-color: rgba(0, 0, 255, 0.2); }

body.showBlk * * * * {
  background-color: rgba(255, 0, 255, 0.2); }

body.showBlk * * * * * {
  background-color: rgba(0, 255, 255, 0.2); }

body.showBlk * * * * * * {
  background-color: rgba(255, 255, 0, 0.2); }

body.showBlk * * * * * * * {
  background-color: rgba(255, 0, 0, 0.2); }

body.showBlk * * * * * * * * {
  background-color: rgba(0, 255, 0, 0.2); }

body.showBlk * * * * * * * * * {
  background-color: rgba(0, 0, 255, 0.2); }

.note {
  padding-left: 1.2em;
  position: relative; }
  .note i {
    font-style: normal;
    position: absolute;
    top: 0;
    left: 0; }

.btn2 {
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #333;
  font-size: 12px;
  letter-spacing: .2em;
  font-family: 'Noto Sans JP', sans-serif;
  position: relative; }
  .btn2:after {
    content: "";
    height: 1px;
    width: 50px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: #333;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }

/* !!------------------------------------ */
/* !!------------------------------------ */
/* !!------------------------------------ */
/* !! MODIFI */
/* !!------------------------------------ */
/* !!------------------------------------ */
/* !!------------------------------------ */
body {
  font-family: 'Noto Sans JP', sans-serif; }

/* !!------------------------------------ */
/* !! ヘッダー */
#header-nochange {
  height: 100px !important;
  border-bottom: 1px solid #C2C2C2;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #fff;
  border-bottom: 0; }
  #header-nochange .container {
    width: 100%;
    max-width: 100%; }
  #header-nochange .shop-logo {
    top: 50%;
    left: 50px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.global-nav {
  position: absolute;
  right: 480px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }
  .global-nav > li {
    padding: 10px 0 !important; }
    .global-nav > li > a {
      color: #333333 !important; }
    .global-nav > li:hover > a {
      color: inherit !important; }
  .global-nav li {
    margin: 0 20px !important;
    font-size: 14px;
    line-height: 1; }
    .global-nav li a {
      letter-spacing: .1em !important; }
    .global-nav li:last-of-type {
      margin-right: 0 !important; }

.header-nav {
  position: absolute;
  right: 50px !important;
  top: 50% !important;
  font-size: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .header-nav .icon-mypage {
    height: 30px;
    width: 30px;
    margin: 0 !important;
    margin-right: 12px !important; }
    .header-nav .icon-mypage a {
      width: 100% !important;
      height: 100% !important;
      background-image: url(https://gigaplus.makeshop.jp/ENmte19sk/img/icon-mypage.png);
      background-repeat: no-repeat;
      background-size: auto 30px;
      background-position: center center; }
    .header-nav .icon-mypage a:before {
      display: none; }
  .header-nav .header-nav-cart {
    margin-right: 12px !important; }
  .header-nav #M_basket {
    height: 30px !important;
    width: 30px !important;
    margin: 0 !important;
    background-image: url(https://gigaplus.makeshop.jp/ENmte19sk/img/icon-cart2.png);
    background-repeat: no-repeat;
    background-size: auto 30px;
    background-position: center center; }
    .header-nav #M_basket:before {
      content: "";
      display: none !important; }
  .header-nav .header-nav-search {
    margin-right: 0 !important; }
    .header-nav .header-nav-search input {
      color: #333333 !important;
      width: 300px !important;
      height: 30px !important;
      border-radius: 999px !important;
      border: 1px solid #C2C2C2;
      background: #fff !important; }
      .header-nav .header-nav-search input:focus {
        outline: none !important;
        background: #eee !important; }
  .header-nav #MakeShopTopSearchButton {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    left: 0px !important; }
    .header-nav #MakeShopTopSearchButton:before {
      content: "";
      display: block;
      font-size: 0;
      margin: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-image: url(https://gigaplus.makeshop.jp/ENmte19sk/img/icon-srch.png);
      background-repeat: no-repeat;
      background-size: 15px;
      background-position: left 10px center; }

#M_ctgList2 {
  top: 32px !important; }
  #M_ctgList2 li {
    margin: 0 !important;
    padding: 0 20px; }

/* !!------------------------------------ */
/* !! 共通 */
.section > h2 {
  line-height: 1;
  letter-spacing: .1em;
  font-size: 22px;
  margin: 50px 0; }

/* !!------------------------------------ */
/* !! トップページ */
#wrap {
  overflow: hidden; }

/* !! - スライド */
.index-slider {
  min-width: 500px !important; }
  .index-slider:after {
    content: "";
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    border-bottom: 1px solid #C2C2C2;
    position: absolute; }
  .index-slider img {
    width: 860px !important; }
  @media screen and (min-width: 768px) {
    .index-slider {
      margin-top: 0px;
      width: 860px !important;
      position: relative;
      height: auto;
      overflow: visible !important;
      position: relative;
      min-width: 860px;
      padding-bottom: 70px;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
      .index-slider .bx-wrapper {
        overflow: visible !important; }
        .index-slider .bx-wrapper .bx-viewport {
          overflow: visible !important;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .index-slider .bx-wrapper li {
          width: 860px !important;
          padding: 0 15px !important;
          border-radius: 10px;
          overflow: hidden; }
          .index-slider .bx-wrapper li img {
            border-radius: 10px !important; }
      .index-slider .cell {
        width: 860px;
        height: 100%;
        position: relative; }
      .index-slider img {
        width: 100% !important;
        height: auto;
        width: 860px; } }

/* !! - メインコンテンツ */
.main-contents {
  margin-top: 0; }

/* !! - お知らせ */
.section.index-news {
  display: inline-block !important;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .section.index-news {
      width: 700px;
      margin: 80px auto; } }
  .section.index-news .line {
    display: none; }
  .section.index-news > table > tbody > tr > td > table:nth-of-type(n+4) {
    display: none; }
  .section.index-news td {
    text-align: left !important;
    white-space: nowrap;
    display: inline-block;
    width: 100% !important; }
  .section.index-news tr {
    display: block;
    line-height: 1;
    height: auto;
    margin-bottom: 0px; }
    .section.index-news tr > table {
      table-layout: fixed;
      width: 100%; }
  .section.index-news .woong {
    padding: 0;
    white-space: nowrap;
    font-size: 12px !important;
    letter-spacing: .1em;
    line-height: 1;
    color: #333333;
    height: 40px;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-align: left !important;
    width: 106px !important;
    border-bottom: 1px solid #C2C2C2;
    font-size: 14px; }
    .section.index-news .woong + .woong {
      width: calc(100% - 106px) !important;
      position: relative; }
    .section.index-news .woong a {
      font-size: 14px;
      margin-left: 10px;
      margin-top: 0 !important;
      line-height: 1;
      color: #333333;
      text-align: left !important;
      display: block;
      height: 40px;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      padding-left: 15px; }
      .section.index-news .woong a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 20px;
        border-left: 1px solid #C2C2C2; }
      .section.index-news .woong a:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: auto;
        right: 10px;
        content: "";
        width: 6px;
        height: 6px;
        border: 1px solid #666;
        border-width: 0 1px 1px 0;
        -webkit-transform: rotate(-45deg) translateY(-50%);
        -ms-transform: rotate(-45deg) translateY(-50%);
        transform: rotate(-45deg) translateY(-50%);
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center; }
  .section.index-news .btn2 {
    margin: 0 auto;
    margin-top: 50px; }

/* !! - EN JEWELLERYとは */
.section.introduce {
  position: relative;
  overflow: visible; }
  .section.introduce > .img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0; }
  .section.introduce h2 {
    z-index: 1;
    position: relative;
    width: 570px;
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 0; }
  .section.introduce .idx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .section.introduce .idx .txt {
      background: #fff;
      position: relative;
      z-index: 1; }
      .section.introduce .idx .txt h3 {
        font-family: "Sawarabi Mincho","游明朝", "YuMincho Medium", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
        font-size: 15px;
        font-weight: normal !important;
        line-height: 1;
        margin-bottom: 30px;
        margin-top: 40px;
        position: relative;
        text-align: center; }
        .section.introduce .idx .txt h3 strong {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; }
        .section.introduce .idx .txt h3 i {
          font-size: 1.33em;
          display: block;
          font-weight: normal !important;
          margin-bottom: 10px; }
      .section.introduce .idx .txt p {
        font-size: 14px;
        line-height: 2;
        padding-bottom: 2em;
        margin-top: -0.5em;
        margin-bottom: -0.5em; }
        @media screen and (min-width: 768px) {
          .section.introduce .idx .txt p {
            white-space: nowrap; } }
        .section.introduce .idx .txt p:last-of-type {
          padding-bottom: 0; }
      .section.introduce .idx .txt._1 {
        width: 570px;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;
        padding: 50px 0 0 50px; }
        .section.introduce .idx .txt._1 .img {
          margin-top: 100px; }
        .section.introduce .idx .txt._1 img {
          width: 100% !important;
          height: auto !important; }
      .section.introduce .idx .txt._2 {
        width: 400px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        margin-top: 170px; }
        .section.introduce .idx .txt._2 .img {
          margin-left: 110px; }

@media screen and (min-width: 768px) {
  .container {
    width: 1000px; } }

.shopdetail .container {
  width: auto !important; }

.section.index-new.item-list {
  display: none !important; }
  @media screen and (min-width: 768px) {
    .section.index-new.item-list {
      width: 1000px !important; } }
  .section.index-new.item-list .woong {
    font-size: 11px !important; }
    .section.index-new.item-list .woong img {
      display: none; }
    .section.index-new.item-list .woong td {
      font-size: 12px !important; }
      .section.index-new.item-list .woong td a {
        font-size: 11px !important;
        display: block  !important; }

li .price {
  text-align: center;
  font-size: 11px; }

.item-list a, .category-list a {
  font-size: 11px !important;
  display: block !important;
  width: 239px !important;
  margin: 0 auto !important;
  overflow: hidden;
  border-radius: 0;
  line-height: 1.5 !important;
  text-align: right !important;
  font-size: 14px; }
  .item-list a img, .category-list a img {
    width: 100%; }

.index-recommend {
  overflow: visible !important;
  padding-bottom: 130px; }

.index-recommend > table {
  position: relative; }
  .index-recommend > table:before {
    content: "";
    background: #F3F0DF;
    position: absolute;
    top: 119px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1; }
  .index-recommend > table > tbody {
    position: relative;
    z-index: 2; }

.woong a {
  margin-top: 10px !important;
  text-align: right !important; }

.woong td {
  text-align: right;
  font-size: 14px !important;
  padding: 5px 0 !important;
  color: #333 !important; }

.index-rank {
  display: none; }

.section.category {
  overflow: visible; }

.cate-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1140px;
  max-width: 2000px;
  margin-left: -70px; }
  .cate-slider .cell {
    width: 100px !important;
    margin-left: 0; }
    .cate-slider .cell a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .cate-slider .cell img {
      width: 100% !important;
      height: auto !important; }
    .cate-slider .cell i {
      font-size: 15px;
      line-height: 1;
      white-space: nowrap;
      position: relative;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-top: 15px;
      left: 50%;
      display: block;
      min-width: 100%; }

.section.all-item .category-list li a {
  width: 220px !important;
  border-radius: 0 !important; }

.section.all-item .category-list .category-list-detail .name a {
  text-align: left !important; }

.section.all-item .category-list .category-list-detail .price {
  font-size: 16px !important;
  color: #333 !important;
  text-align: left;
  padding-top: 0; }

.section.all-item .category-list .matomegai a {
  border-color: #333;
  padding: 10px 15px !important;
  font-size: 14px;
  text-align: justify !important;
  color: #333 !important; }

/* !!------------------------------------ */
/* !! お知らせ */
.section.news-wrap.inner-contents {
  width: 80% !important; }

/* !!------------------------------------ */
/* !! お買い物ガイド */
@media screen and (min-width: 768px) {
  body.guide #wrap > .container {
    width: 1166px; } }

body.guide #wrap .index-slider {
  display: none; }

body.guide #wrap p {
  word-break: normal;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word; }

#guide-content {
  color: #333333; }
  #guide-content header {
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  #guide-content .inner {
    position: relative;
    padding-left: 370px; }
  #guide-content nav {
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    width: 1166px;
    pointer-events: none; }
    body.sideTop_fix #guide-content nav {
      position: fixed;
      top: 150px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin-left: auto; }
/*     @media screen and (max-height: 860px) { */
      .foot_inview #guide-content nav {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        transition: 100ms;
        height: 100%; }
        .foot_inview #guide-content nav ul {
          position: absolute;
          bottom: 0;
          left: 0; }
/*      } */
    #guide-content nav ul {
      line-height: 1;
      width: 320px;
      pointer-events: auto;
      -webkit-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms; }
      #guide-content nav ul li a {
        height: 40px;
        display: block;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 0 10px;
        font-size: 14px; }
      #guide-content nav ul li.current {
        background: #ececec; }
  #guide-content .img.mb {
    margin-bottom: 30px; }
  #guide-content .img img:not(.static) {
    max-width: 100%;
    height: auto; }
  #guide-content h1 {
    font-size: 26px;
    text-align: center;
    line-height: 1; }
    #guide-content h1:after {
      content: "";
      width: 50px;
      height: 1px;
      background: #333333;
      display: block;
      margin: 0 auto;
      margin-top: 20px; }
    #guide-content h1 span {
      font-size: 14px;
      display: block;
      text-align: center;
      margin-top: 10px; }
  #guide-content h2 {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1;
    font-weight: bold; }
  #guide-content h3 {
    margin: 30px 0;
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: .1em;
    border-bottom: 1px dashed #666;
    padding-bottom: 15px;
    line-height: 1; }
  #guide-content .box > p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: -0.4em;
    margin-bottom: -0.4em;
    margin-bottom: 2em;
    text-align: justify; }
    #guide-content .box > p:last-of-type {
      margin-bottom: 0; }
    #guide-content .box > p .underline {
      text-decoration: underline; }
  #guide-content .box {
    padding-bottom: 50px;
    border-bottom: 1px solid #C2C2C2;
    margin-bottom: 50px; }
    #guide-content .box:first-of-type > h2 {
      padding-top: 15px; }
    #guide-content .box:last-of-type {
      border-bottom: 0;
      padding-bottom: 0; }
  #guide-content a.index {
    display: none; }
  #guide-content ul.img-grp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 30px 0; }
    #guide-content ul.img-grp.bank .img {
      height: 48px; }
    #guide-content ul.img-grp.card .img {
      height: 51px; }
    #guide-content ul.img-grp.store .img {
      height: 64px; }
    #guide-content ul.img-grp li {
      margin-right: 50px; }
      #guide-content ul.img-grp li .img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
      #guide-content ul.img-grp li:last-of-type {
        margin-right: 0; }
      #guide-content ul.img-grp li p {
        text-align: center;
        margin-top: 15px;
        line-height: 1;
        font-weight: bold; }
  #guide-content .mention {
    font-size: 12px;
    line-height: 2;
    margin-top: 30px; }
    #guide-content .mention p {
      font-size: 12px; }
      #guide-content .mention p.note {
        padding-left: 1.4em;
        position: relative;
        text-align: left; }
        #guide-content .mention p.note i {
          font-style: normal;
          position: absolute;
          top: 0;
          left: 0; }
    #guide-content .mention ul li {
      padding-left: 1.4em;
      position: relative;
      line-height: 1.5;
      text-align: justify;
      margin-top: 5px; }
      #guide-content .mention ul li i {
        font-style: normal;
        position: absolute;
        top: 0;
        left: 0; }
  #guide-content .split {
    text-align: left;
    width: 400px;
    margin: 30px 0; }
    #guide-content .split:last-of-type {
      margin-bottom: 0; }
    #guide-content .split.full {
      width: 100%; }
    #guide-content .split li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 10px 0;
      line-height: 1;
      position: relative;
      width: 100% !important;
      overflow: hidden; }
      #guide-content .split li span {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1;
        background: #fff;
        position: relative;
        z-index: 1;
        padding-right: 10px; }
        #guide-content .split li span:after {
          content: "";
          display: block;
          height: 1px;
          width: 1000px;
          background: #333333;
          position: absolute;
          top: 50%;
          left: 100%;
          z-index: 0;
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
              -ms-flex-order: 2;
                  order: 2; }
        #guide-content .split li span:last-of-type {
          padding-right: 0;
          padding-left: 10px;
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; }
          #guide-content .split li span:last-of-type:after {
            content: "";
            display: none !important; }
  #guide-content table {
    table-layout: fixed;
    white-space: nowrap;
    padding: 0;
    letter-spacing: .1em;
    border: 1px solid #ccc;
    margin-bottom: 30px; }
    #guide-content table th {
      height: 40px;
      background: #ececec;
      font-size: 14px;
      font-weight: normal;
      border: 1px solid #ccc; }
    #guide-content table td {
      height: 40px;
      text-align: center;
      border: 1px solid #ccc;
      font-size: 14px; }
  #guide-content .idx {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: visible;
    margin-top: 80px;
    margin-bottom: 50px; }
    #guide-content .idx:last-of-type {
      margin-top: 0; }
    #guide-content .idx:nth-of-type(2n) .img {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    #guide-content .idx:nth-of-type(2n) .txt {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      padding-top: 20px; }
    #guide-content .idx .img {
      width: 400px;
      height: 400px;
      position: relative;
      overflow: visible; }
      #guide-content .idx .img .static {
        position: absolute;
        bottom: 0;
        right: 0; }
      #guide-content .idx .img .note {
        position: absolute;
        bottom: -10px;
        font-size: 12px;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        line-height: 1; }
        #guide-content .idx .img .note.top {
          bottom: auto;
          top: -10px;
          -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
          transform: translateY(-100%); }
    #guide-content .idx .txt {
      width: 340px; }
      #guide-content .idx .txt p {
        margin-bottom: 1em; }

/* !!------------------------------------ */
/* !! フッター */
.footer-guide-sec {
  background: #F3F0DF;
  max-width: 100%;
  overflow: hidden;
  color: #333; }
  .footer-guide-sec img {
    max-width: 100%;
    height: auto; }
  .footer-guide-sec .idx {
    margin: 50px auto;
    width: 1000px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .footer-guide-sec .idx .box {
      width: calc(266px + 50px);
      padding-right: 50px;
      border-right: 1px solid rgba(51, 51, 51, 0.5); }
      .footer-guide-sec .idx .box:last-of-type {
        width: 266px;
        padding-right: 0;
        border-right: 0; }
  .footer-guide-sec h2 {
    font-size: 16px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.5);
    line-height: 1;
    padding-bottom: 15px;
    margin-bottom: 20px;
    margin-top: 20px; }
    .footer-guide-sec h2:first-of-type {
      margin-top: 0; }
  .footer-guide-sec h3 {
    font-size: 14px;
    padding-bottom: 10px;
    margin-top: 30px !important;
    margin-bottom: 15px;
    border-bottom: 2px dotted rgba(51, 51, 51, 0.5); }
  .footer-guide-sec p {
    font-size: 12px;
    line-height: 1.83;
    margin-top: -0.415em;
    margin-bottom: -0.415em;
    padding-bottom: 10px;
    letter-spacing: .05em; }
    .footer-guide-sec p strong {
      font-size: 16px; }
  .footer-guide-sec .img-grp {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .footer-guide-sec .img-grp li p {
      display: none; }
  .footer-guide-sec .split {
    font-size: 12px;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1; }
    .footer-guide-sec .split li {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      letter-spacing: 0;
      margin-bottom: 5px; }
  .footer-guide-sec .img {
    margin: 10px 0; }
    .footer-guide-sec .img + .img {
      margin-bottom: 20px; }
  .footer-guide-sec .btn3 {
    background: #fff;
    display: block;
    height: 40px;
    border: 1px solid #333;
    line-height: 1;
    font-size: 12px;
    letter-spacing: .1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 15px;
    position: relative; }
    .footer-guide-sec .btn3:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: auto;
      right: 10px;
      content: "";
      width: 6px;
      height: 6px;
      border: 1px solid #333;
      border-width: 0 1px 1px 0;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center; }

#footer {
  color: #936D34;
  background: #1D0C01; }
  #footer .inner {
    width: 1166px;
    height: 270px;
    position: relative; }
    #footer .inner > .hd {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 0; }
      #footer .inner > .hd .logo {
        margin-bottom: 40px; }
      #footer .inner > .hd p {
        width: 100% !important;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 15px;
        text-align: center; }
      #footer .inner > .hd a {
        display: inline-block;
        margin: 0 7px; }
  #footer .pageTop {
    position: absolute;
    top: 80px;
    right: 0;
    color: #936D34 !important;
    font-size: 14px;
    line-height: 1; }
    #footer .pageTop img {
      display: block;
      margin-bottom: 10px; }

.footer-nav {
  color: #936D34 !important;
  background: #1D0C01 !important;
  width: 800px;
  margin-left: auto;
  margin-right: 0;
  padding: 50px 0 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .footer-nav > ul {
    margin-right: 50px; }
    .footer-nav > ul li {
      white-space: nowrap;
      line-height: 1;
      margin-bottom: 30px; }
      .footer-nav > ul li.m0 {
        margin-bottom: 0; }
      .footer-nav > ul li a {
        display: block;
        color: #936D34; }
  .footer-nav #footer_M_ctgList2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 30px; }
    .footer-nav #footer_M_ctgList2 ul {
      margin-right: 30px; }
      .footer-nav #footer_M_ctgList2 ul:last-of-type {
        margin-right: 0; }
      .footer-nav #footer_M_ctgList2 ul li {
        margin-bottom: 12px;
        font-size: 12px; }

.copyright {
  position: absolute;
  line-height: 1;
  bottom: 50px;
  right: 50px;
  margin: 0 !important;
  padding: 0px;
  width: auto;
  white-space: nowrap; }
  .copyright address {
    margin: 0 !important;
    color: #936D34 !important;
    font-weight: normal !important; }

