@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* 01.Variable */
/* ------------------------------
	02.All
------------------------------ */
html, body {
  width: 100%;
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 1.5px; }

#container img {
  display: block;
  width: 100%;
  height: auto; }

a:hover {
  opacity: 0.7; }

#topic_path {
  display: none; }

/* ------------------------------
	03.Parts
------------------------------ */
.number {
  /* 03-01 number */
  display: inline-block;
  vertical-align: middle;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background: #000;
  border: 2px solid #99794e;
  border-radius: 50%; }

.brand_name {
  /* 03-02 Brand Name */
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  font-weight: bold; }
  .brand_name .en {
    font-family: "Roboto", sans-serif;
    font-size: 30px; }
  .brand_name .jp {
    font-size: 15px; }

.link_text {
  /* 03-03 Link Text */
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  z-index: 20; }
  .link_text a {
    color: #99794e;
    text-decoration: underline; }
  .link_text-price {
    color: #000; }
    .link_text-price .fa {
      color: #000;
      position: relative;
      top: -5px; }
  .link_text-s {
    font-size: 11px;
    /* 最小フォント */ }

.btn {
  /* 03-04 Button */ }
  .btn-2, .btn-3 {
    margin-right: 20px; }
    .btn-2:last-child, .btn-3:last-child {
      margin-right: 0; }
  .btn-4 {
    margin-right: 20px; }
    .btn-4:last-child {
      margin-right: 0; }
  .btn-s, .btn-m, .btn-l, .btn-xl {
    line-height: 50px;
    font-weight: 500;
    font-size: 14px; }
    .btn-s-out, .btn-m-out, .btn-l-out, .btn-xl-out {
      background: #fff;
      border: 2px solid #000; }
    .btn-s-in, .btn-m-in, .btn-l-in, .btn-xl-in {
      border: 1px solid #000; }
      .btn-s-in .fa, .btn-m-in .fa, .btn-l-in .fa, .btn-xl-in .fa {
        vertical-align: middle;
        position: relative;
        top: -1px; }
  .btn-s-out {
    width: 215px;
    height: 65px; }
  .btn-s-in {
    width: 200px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px; }
  .btn-m-out {
    width: 225px;
    height: 65px; }
  .btn-m-in {
    width: 210px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px; }
  .btn-l-out {
    width: 300px;
    height: 65px; }
  .btn-l-in {
    width: 285px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px; }
  .btn-xl-out {
    width: 460px;
    height: 65px; }
  .btn-xl-in {
    width: 445px;
    height: 50px;
    margin-top: 5px;
    margin-left: 5px; }
  .btn-online {
    width: 450px; }
    .btn-online a {
      color: #292929; }
    .btn-online-out {
      width: 450px;
      height: 90px;
      background-color: #d9ba82;
      border: 3px solid #806a42; }
    .btn-online-in {
      width: 435px;
      height: 75px;
      line-height: 75px;
      font-size: 24px;
      border: 1px solid #806a42;
      text-align: center;
      margin: 5px auto 0; }
      .btn-online-in .fa {
        vertical-align: middle;
        position: relative;
        top: -2px;
        font-size: 18px; }
        .btn-online-in .fa:nth-child(1) {
          padding-left: 10px; }
  .btn .fa {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px; }

.banner_area {
  /* 03-05 Banner Area */
  width: 100%; }

.banner-allitem-out {
  background: #1a1a1a;
  padding: 50px 0; }

.banner-allitem-in {
  width: 960px;
  margin: 0 auto; }
  .banner-allitem-in a img {
    -webkit-box-shadow: 10px 10px 3px #000;
            box-shadow: 10px 10px 3px #000; }

.banner-feature {
  width: 960px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }
  .banner-feature .col-2 {
    width: 470px;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }

/* ------------------------------
	04.Contents (更新ここから)
------------------------------ */
#container {
  width: 100%; }
  #container .visual {
    width: 100%;
    height: 475px;
    background: #2c2c2c; }
    #container .visual-image {
      width: 960px; }
  #container .page_read {
    font-size: 18px;
    line-height: 160%; }
  #container .sec {
    width: 960px;
    position: relative; }
    #container .sec-image_area {
      position: relative; }
      #container .sec-image_area .dec_area {
        position: absolute; }
    #container .sec .sec_item {
      font-size: 26px;
      color: #99794e; }
    #container .sec .sec_term {
      line-height: 130%;
      font-size: 13px;
      color: #99794e; }
    #container .sec .sec_dec {
      font-size: 11px;
      line-height: 150%; }
      #container .sec .sec_dec span {
        font-size: 9px;
        line-height: 120%; }
    #container .sec .mjp_title {
      font-size: 25px;
      text-align: center; }
      #container .sec .mjp_title span {
        font-size: 10px;
        display: block;
        margin-top: 5px;
        color: #000; }
    #container .sec-btn_area {
      margin-top: 70px; }

.link {
  color: #000;
  text-decoration: underline;
  position: absolute;
  font-weight: bold;
  line-height: 180%; }
  .link a {
    font-size: 18px; }
    .link a span {
      color: #99794e; }

#section_01 .sec_term {
  color: #fff !important; }

#section_01 .mjp_title {
  color: #fff; }

#section_01 .marbles {
  width: 480px;
  bottom: 50px;
  right: 110px; }

#section_02 .blueblue {
  top: 0;
  right: 50px; }
  #section_02 .blueblue .mjp_dec_area {
    width: 380px; }

#section_02 .sec-btn_area:nth-child(3), #section_02 .sec-btn_area:nth-child(4) {
  margin-top: 30px; }

#section_02 .sec-btn_area .btn-l-in {
  letter-spacing: 1px; }

#section_03 .lideal {
  top: 40px;
  right: 150px;
  width: 170px; }
  #section_03 .lideal .mjp_title {
    margin-left: -15px; }

#section_03 .taverniti {
  bottom: 180px;
  left: 30px;
  width: 180px; }
  #section_03 .taverniti .mjp_title {
    margin-left: -15px; }

#section_03 .yanuk {
  bottom: 60px;
  right: 80px;
  width: 350px; }
  #section_03 .yanuk .mjp_title {
    margin-left: -15px; }

#section_03 .sec-btn_area:last-child {
  margin-top: 30px; }

#section_04 .jama_rico {
  bottom: 80px;
  right: 50px; }
  #section_04 .jama_rico .mjp_dec_area {
    width: 350px; }
  #section_04 .jama_rico .sec_term {
    color: #fff !important; }
  #section_04 .jama_rico .mjp_title {
    color: #fff; }

#section_04 .sec-btn_area:last-child {
  margin-top: 30px; }
