@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.totop {
  border-bottom: 1px solid #eee;
  margin: 40px 0 0;
  padding-bottom: 8px;
  text-align: right;
}

.header {
  margin: 0 auto;
  z-index: 1000;
  padding: 0 0 20px;
}

.header_topline {
  background: #000;
  color: #ccc;
  height: 20px;
}

.header_topline .inner {
  width: 1000px;
  margin: 0 auto;
  color: #ccc;
}

.header_topline h1 {
  display: inline-block;
  margin: 0.5em 0;
  font-size: 10px;
}

.header_topline ul {
  float: right;
  margin: 2px 0;
  padding: 0;
}

.header_topline li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
}

.header_topline a {
  color: #fff;
  text-decoration: none;
}

.header_topline a:hover {
  text-decoration: underline;
}

.title {
  font-size: 12px;
  font-weight: normal;
}

.logo {
  width: 223px;
  margin: 50px auto 35px;
}

.header-right {
  width: 1000px;
  margin: 0 auto;
}

.header_search {
  float: right;
  position: relative;
}

.stext {
  border: 1px solid #ccc;
  font-size: 12px;
  height: 28px;
  line-height: 26px;
  text-overflow: ellipsis;
  width: 300px;
}

.stext:focus {
  border-color: #000;
  outline: 0;
}

.sbtn {
  background: url("https://www.rakuten.ne.jp/gold/spendard/img/search_icon.png") 0 0 no-repeat;
  border: none;
  height: 15px;
  position: absolute;
  right: 6px;
  top: 9px;
  text-indent: -9999px;
  width: 15px;
}

.gnav {
  clear: both;
  list-style-type: none;
  font-size: 16px;
  margin: 0.5em 0 0 auto;
  padding: 0;
  width: 650px;
  float: left;
}

.gnav_item,
.gnav_item_hover {
  float: left;
  margin-left: 3em;
  /*2014_1113_s810*/
  *margin-left: 3em;
  /*2014_1023_s810*/
  padding-bottom: 6px;
  *position: relative;
  font-size: 12px;
}

.gnav a {
  color: #000;
  text-decoration: none;
}

.gnav_child {
  background-color: #fff;
  border: solid #aaa;
  border-width: 1px;
  font-size: 12px;
  list-style-type: none;
  margin: 6px 0 0 0;
  display: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  *top: 18px;
  *margin-left: -60%;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  width: 150px;
  z-index: 1000;
}

.gnav_item:hover .gnav_child,
.gnav_item_hover .gnav_child {
  display: block;
  opacity: 100;
}

.gnav_child a {
  color: #000;
  display: block;
  padding: 10px;
  text-decoration: none;
}

.gnav_child a:hover {
  background-color: #eee;
}

.footerwrap {
  width: 1000px;
  margin: 0 auto;
}

#footer {
  margin: 0 auto 30px;
}

.fnav {
  color: #999;
  font-size: 10px;
  line-height: 1.52;
  margin: 13.4px 0 0 0;
  padding: 0;
  text-align: center;
}

.fnav li {
  display: inline;
}

.fnav a {
  color: #999;
  text-decoration: none;
}

.copy {
  clear: both;
  color: #999;
  font-size: 10px;
  padding: 20px 0 0 0;
  text-align: center;
}

.containar a {
  color: #191919;
  text-decoration: none;
}

.containar a:link {
  color: #191919;
}

.containar a:hover {
  opacity: .7;
}

.wrap-contents {
    width: 1280px;
    height: auto;
    text-align: center;
    font-family: 'Bellefair', serif;
    margin: 2rem auto;
    font-weight: normal;
    font-size: 2rem;
}

a {
    text-decoration: none;
}

p {
    font-size: 15px;
    padding: 0;
    line-height: 200%;
}

.description {
    margin: 100px auto 120px auto;
}
.description h1 {
    width: 1000px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 auto;
}
.description p {
    margin-top: 50px;
}


section {
    max-width: 900px;
    height: auto;
    margin: 0 auto 150px auto;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition: all 2000ms;
    display:block;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.item {
    width: 100%;
}

.item img {
    width: 100%;
}

.item a {
  text-decoration: none;
  color: #000;
  line-height: 0;
}

.pick_item .item .p_des {
    display: block;
    width: 238px;
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    color: #000;
    background-color: beige;
}

.date {
    background-color: #b8e6ce;
    color: white;
    padding: 0 0.5rem
}

.totop {
    text-align: right;
}

.look {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.style_num {
  font-size: 7rem;
  margin-bottom: 1.5rem;
  font-weight: 100;
}

.item_title {
  font-size: 1.7rem;
  line-height: 1.5rem;
}

.item_num {
  font-size: 1.3rem;
  line-height: 1rem;
}

.w1 {
  width: 50%;
}
.w2 {
  width: auto;
  text-align: left;
  margin: 1rem;
}

.w3 {
  width: 24.5%;
  margin-right: 0;
  margin-left: auto;
}

.w4 {
  width: 30%;
  margin-top: 10%;
}
.w5 {
  width: auto;
  text-align: right;
  margin-right: 1rem;
  margin-left: auto;
}
.w6 {
  width: 40%;
  margin-right: 0;
  margin-left: 0;
}

.w7 {
  width: 70%;
}

.w8 {
  width: auto;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.w9 {
  width: 45%;
}

.w10 {
  width: auto;
  margin-top: -30%;
  margin-left: -120%;
  text-align: left;
}

.w11 {
  width: 45%;
  margin-right: 1rem;
  margin-left: auto;
}

.w12 {
  width: auto;
  text-align: right;
  margin-top: -175%;
  margin-right: -10%;
  margin-left: auto;
}

.w13 {
  width: 40%;
}

.w14 {
  width: auto;
  text-align: left;
  margin-left: 1rem;
}

.w15 {
  width: 30%;
  margin-top: 15%;
  margin-right: 0;
  margin-left: auto;
}

.w16 {
  width: 80%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 10%;
}

.w17 {
  margin-top: -150%;
  margin-left: -10%;
  text-align: left;
}

.w18 {
  width: auto;
  text-align: left;
  margin-right: auto;
  margin-left: 0; 
}

.w19 {
  width: 24.5%;
  margin-right: auto;
  margin-left: auto;

}

.w20 {
  width: 50%;
  margin-right: 0;
  margin-left: auto;
}

.w21 {
  width: auto;
  position: absolute;
  left: 5%;
  top: 5%;
  text-align: left;
}

.w22 {
  width: 45%;
  text-align: center;
}

.w22 h1 {
  font-size: 3rem;
  margin-top: 55%;
  font-weight: 200;
}

.w23 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.w24 {
  width: 40%;
  margin-left: 10%;
}

.w25 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.w26 {
  width: 40%;
  margin-right: 10%;
  margin-left: auto;
}

.buy {
  display: inline-block;
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}