@charset "utf-8";

.link_arrow {
  position: relative;
  margin: 2.5em 10px;
  font-family:
    Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro",
    "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 2em;
  height: 5em;
  text-align: left;
}

.link_arrow:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #999;
  border-radius: 50%;
  position: absolute;
  top: 21px;
  left: 0;
  margin-top: -15px;
}

.link_arrow:after {
  content: "";
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-left: solid 12px #ffffff;
  position: absolute;
  top: 21px;
  left: 13px;
  margin-top: -10px;
}

.link_arrow_sub {
  display: block;
  position: relative;
  top: 17px;
  left: 6px;
  width: 10px;
  height: 8px;
  background: #fff;
}

.link_arrow a {
  color: #3f3a2c;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none;
  margin: 0px;
  padding-left: 38px;
  position: relative;
}

.link_arrow a:hover {
  color: #896c36;
}

#wrap {
  max-width: 950px;
  width: 400%;
  height: 100%;
  margin: 40px auto;
  background:
    url(/contents/jewel/image/contents-bg-top.jpg) center top / 950px 39px no-repeat,
    url(/contents/jewel/image/contents-bg-bottom.jpg) center bottom / 950px 39px no-repeat,
    url(/contents/jewel/image/contents-bg-body.jpg) center top / 950px 119px repeat-y;
  padding: 5px 15px 15px;
  box-sizing: border-box;
}

#container {
  margin: 0 0 0;
  padding: 0 0 30px;
  color: #444;
  height: 100%;
}

#contents {
  width: 800px;
  margin: 0 auto;
}

#title h2 {
  color: rgba(0, 0, 0, 0);
  background-image: url(/contents/jewel/image/title-bg.jpg);
  -webkit-background-clip: text;
  font-size: 120px;
  font-family:
    Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-weight: bolder;
  letter-spacing: 15px;
  padding: 80px 50px 10px;
  margin: 10px;
  line-height: 1em;
}

#title h2 span {
  letter-spacing: 30px;
  margin-left: 10px;
}

#title .sentence {
  font-family:
    Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,
    serif;
  font-size: 18px;
  font-weight: 100;
  line-height: 1.87em;
  letter-spacing: 0.2em;
  margin: 0px 5px 70px 75px;
  padding-right: 515px;
  padding-top: 20px;
  background: url(/contents/jewel/image/title_sentence_bg.jpg) top right / 522px 398px no-repeat;
  min-height: 398px;
}

#contents h3 {
  color: #808050;
  font-size: 20px;
  font-weight: 100;
  letter-spacing: 5px;
}

#contents ul {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0 70px;
  padding: 0;
  text-indent: 0;
  list-style: none;
}

#contents ul li,
#contents ul li a {
  display: flex;
  flex-flow: column-reverse nowrap;
  justify-content: flex-end;
  align-items: center;
}

#contents ul li {
  width: 16%;
  margin: 3% 2%;
}

#contents ul li a {
  color: #444;
  text-decoration: none;
}

#contents ul li a:hover {
  opacity: 0.7;
}

#contents ul li p {
  margin: 0;
  font-size: 14px;
  letter-spacing: 7px;
  text-align: center;
}

#contents ul li p img {
  width: 100%;
}

#totp {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 70px;
}

#totp img {
  width: 100%;
}

#totp a {
  background: none;
}

/*スマホ jewelry
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  #wrap {
    margin: 60px auto 0;
    padding: 0px;
    background: #fff;
    width: 100%;
  }

  #container {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  #contents {
    width: calc(100% - 10px);
    margin: 0 auto;
  }

  #title h2 {
    font-size: 35px;
    width: calc(100% - 20px);
    letter-spacing: 5px;
    padding: 20px 0px 0px;
    margin: 10px;
    background-image: url();
    background-clip: none;
    color: #896c36;
  }

  #title h2 span {
    letter-spacing: 5px;
    margin-left: 5px;
  }

  #title {
    background:
      url(/contents/jewel/image/title_sentence_bg.jpg) right 50px / 250px 200px no-repeat;
    margin: 0;
  }

  #title .sentence {
    font-size: 14px;
    line-height: 1.7em;
    margin: 180px 0px 60px 0px;
    padding: 0px 10px 0;
    background: none;
    width: calc(90% - 0px);
    min-height: auto;
  }

  #contents h3 {
    color: #808050;
    font-size: 14px;
    font-weight: 100;
    letter-spacing: 5px;
    margin: 0 10px;
  }

  #contents ul {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0px 70px;
    padding: 0;
    text-indent: 0;
    list-style: none;
  }

  #contents ul li,
  #contents ul li a {
    display: flex;
    flex-flow: column-reverse nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  #contents ul li {
    width: 31%;
    margin: 3% 1%;
  }

  #contents ul li a {
    color: #444;
    text-decoration: none;
  }

  #contents ul li a:hover {
    opacity: 0.7;
  }

  #contents ul li p {
    margin: 0;
    font-size: 12px;
    letter-spacing: 3px;
  }
}

/*lower jewelry
--------------------------------------------------------------------*/

#lower_contents {
  margin: 60px 50px 0;
  padding: 0 0;
  height: 100%;
  overflow: auto;
}

#lower_contents .image img {
  max-width: 430px;
  max-height: 430px;
}

#lower_contents .image {
  float: left;
  margin: 0;
  background: #fff;
  padding: 0 15px 15px 0;
}

#explain dl {
  display: flex;
  flex-flow: row wrap;
}

#explain dl dt {
  margin: -2px 0 0;
  padding: 0;
  width: 35%;
}

#explain dl dd {
  margin: -2px 0 0;
  padding: 0;
  width: 65%;
}

#explain dl dt,
#explain dl dd,
#explain h3,
#explain p {
  font-size: 14px;
  letter-spacing: 4px;
  padding-bottom: 0.1em;
  background-color: #fff;
  background-image:
    linear-gradient(to right, #fff 1.1px, transparent 1px),
    linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
  background-size: 2px 36px;
  line-height: 36px;
  text-align: left;
}

#explain h3 {
  margin: 36px 0 0;
}

#explain p {
  margin: -2px 0 0;
}

#explain p + p {
  margin: 36px 0 0;
}

/*スマホ lower jewelry
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  #lower_contents {
    margin: 30px 0 0;
    width: 100%;
  }

  #lower_contents .image img {
    widows: 100%;
    max-width: 100%;
    height: auto;
  }

  #lower_contents .image {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }

  #explain {
    font-size: 12px;
    letter-spacing: 2px;
    margin: 10px 15px;
  }

  #explain dl {
    display: flex;
    flex-flow: row wrap;
  }

  #explain dl dt {
    margin: -2px 0 0;
    padding: 0;
    width: 35%;
  }

  #explain dl dd {
    margin: -2px 0 0;
    padding: 0;
    width: 65%;
  }

  #explain dl dt,
  #explain dl dd,
  #explain h3,
  #explain p {
    padding-bottom: 0.1em;
    background-color: #fff;
    background-image:
      linear-gradient(to right, #fff 1.1px, transparent 1px),
      linear-gradient(to bottom, #ccc 1.1px, transparent 1px);
    background-size: 2px 30px;
    line-height: 30px;
  }

  #explain h3 {
    margin: 26px 0 0;
  }

  #explain p {
    margin: -2px 0 0;
  }

  #explain p + p {
    margin: 26px 0 0;
  }
}

/* CSS
--------------------------------------------------------------------*/

body {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  font-family:
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 12px;
  background-position: center;
  background-image: url(https://www.rakuten.ne.jp/gold/umu/toppage/background.jpg);
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#totp {
  position: fixed;
  bottom: 3%;
  right: 3%;
  width: 70px;
}

#totp img {
  width: 100%;
}

#totp a {
  background: none;
}

#sp_head {
  display: none;
}

#ral_wrap {
  margin: 0 auto;
  width: 950px;
  text-align: left;
}

/* スマホCSS
--------------------------------------------------------------------*/

@media (max-width: 780px) {
  body {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.5;
  }

  #head_fl {
    display: none;
  }

  #totp {
    position: fixed;
    bottom: 8%;
    right: 0%;
    width: 40px;
  }

  #sp_head {
    display: inline;
  }

  #sp_head a {
    text-decoration: none;
  }

  #r_logo {
    position: fixed;
    top: 9px;
    right: 8px;
    z-index: 9999;
    width: inherit;
  }

  #r_logo a {
    width: 25px;
    height: 25px;
    background-image: url(https://www.rakuten.ne.jp/gold/umu/sp/common/rakuten_icon.png) !important;
    background-size: cover !important;
    z-index: 9999;
    display: block;
  }

  #totp img {
    width: 100%;
  }

  #ral_wrap {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: left;
  }

  #ral_kan {
    margin-top: 25%;
    margin-bottom: 10%;
    width: 100%;
  }

  #event_sm {
    margin: 0 2% 10% 2%;
    width: 96%;
    font-size: 1.3em;
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  #ral_colle {
    margin-bottom: 3%;
  }

  #ral_it {
    width: 48%;
    margin: 1%;
    text-align: left;
    float: left;
  }

  #ral_it p {
    padding: 2% 4% 0 4%;
    height: 70px;
    overflow: hidden;
  }

  .e_icon {
    margin-top: 5%;
    width: 50%;
    background-color: #b00;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: right;
    font-size: 0.9em;
    line-height: 1.8;
  }
}
