@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;
}

div.containar {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #191919;
}

.f-bold {
  font-weight: 100;
}

.fs-b {
	font-size: 2rem;
}

.f-serif {
  font-family: 'Dawning of a New Day', cursive;
}

.f-strong {
  font-size: 2.6rem;
}

.cntr {
  text-align: center;
  font-size: 1.4rem;
  line-height: 34px;
}

.center {
  text-align: center;
  line-height: 3rem;
}

.mg-b15 {
  margin-bottom: 15px;
}

.mg-b20 {
  margin-bottom: 20px;
}

.mg-b40 {
  margin-bottom: 40px;
}

.mg-b50 {
  margin-bottom: 50px;
}

.mg-b60 {
  margin-bottom: 60px;
}

.mg-b80 {
  margin-bottom: 80px;
}

.mg-b100 {
  margin-bottom: 100px;
}

.mg-b120 {
  margin-bottom: 120px;
}

.mg-b160 {
  margin-bottom: 160px;
}

.mg-b220 {
  margin-bottom: 200px;
}

.containar p {
}

section {
  width: 100%;
}

.content {
  width: 1260px;
  margin: 0 auto;
}

.kv-img {
  width: 100%;
  height: 600px;
  background: url(img/kv_temp.jpg) no-repeat center top;
}

.kv-img_small img {
  display: block;
  margin: 0 auto;
}

.styling_content {
  position: relative;
}

.styling_content::before {
  content: "";
  display: block;
  width: 300px;
  height: 148px;
  position: absolute;
  top: 0;
  background-color: #F8F8F8;
  z-index: 9;
}

.styling_desc {
  width: 540px;
  position: absolute;
  top: 0;
  margin: 0 0 0 90px;
  z-index: 10;
}

.styling_desc .styling_title {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 15px;
}

.styling_desc .styling_title span {
  line-height: 2rem;
}

.styling_desc .styling_title .styling_num {
  font-size: 4.8rem;
  line-height: 4rem;
  margin-right: 10px;
}

.styling_desc .styling_heading {
  font-size: 2.6rem;
  line-height: 3.6rem;
  margin-bottom: 15px;
}

.styling_desc .styling_text {
  line-height: 2.6rem;
}

.styling_item {
  width: 540px;
  position: absolute;
  top: 290px;
  margin: 0 0 0 90px;
  z-index: 10;
  overflow: hidden;
}

.styling_item .styking_item_title {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 15px;
  font-weight: 100;
}

.styling_item .styking_item_title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}

.styling_item .styking_item_title span::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  background-color: #191919;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 5px 0 0;
}

.styling_item .styling_item_list {
  width: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.styling_item .styling_item_list a {
  display: block;
  margin-right: 30px;
}

.styling_item .styling_item_list .styling_item_box {
  width: 115px;
}

.styling_item .styling_item_list .styling_item_box img {
  width: 115px;
}

.styling_item .styling_item_list .styling_item_box .item_name {
  font-size: 1.2rem;
  line-height: 2.4rem;
}

.styling_item .styling_item_list .styling_item_box .item_col, .styling_item .styling_item_list .styling_item_box .item_size {
  font-size: 1rem;
  line-height: 1.2rem;
}

.styling_item .styling_item_list .styling_item_box .item_price {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.styling_item .styling_item_list .styling_item_box .item_price span {
  font-size: 1rem;
}

.styling_model_info {
  width: 170px;
  height: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 90px;
  z-index: 10;
  background-color: rgba(25, 25, 25, 0.7);
}

.styling_model_info p {
  color: #FFF;
  font-size: 1.2rem;
  line-height: 20px;
  text-align: center;
}

.detail {
  padding: 0 90px;
}

.detail img {
  width: 100%;
}

.detail .styking_item_title {
  font-size: 1.8rem;
  line-height: 2rem;
  margin-bottom: 15px;
}

.detail .styking_item_title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}

.detail .styking_item_title span::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  background-color: #191919;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 5px 0 0;
}

.line {
  width: 40px;
  margin: 0 auto 120px;
}

.line::before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: rgba(25, 25, 25, 0.3);
}

.line span {
  display: block;
  width: 20px;
  height: 4px;
  background-color: rgba(25, 25, 25, 0.6);
  margin: 5px 0;
}

.line::after {
  content: "";
  display: block;
  width: 10px;
  height: 4px;
  background-color: #191919;
}

.galleria-container {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galleria-stage {
  width: 396px;
  height: 539px;
  top: 0px !important;
  left: 684px !important;
  right: 0px !important;
}

.galleria-stage .galleria-image {
  height: 539px !important;
}

.galleria-stage .galleria-image img {
  width: 396px !important;
  height: 539px !important;
}

.galleria-stage .galleria-image .galleria-layer {
  width: 396px;
  height: 539x;
}

.galleria-thumbnails-container {
  height: 88px !important;
  position: absolute;
  top: 200px;
  left: 0 !important;
  right: 0 !important;
  z-index: 0 !important;
}

.galleria-thumbnails-container .galleria-thumbnails {
  width: 540px !important;
  height: 68px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.galleria-thumbnails-container .galleria-thumbnails .galleria-image {
  width: 68px !important;
  height: 68px !important;
}

.switch::before {
  right: 0;
}

.switch .styling_desc {
  right: 90px;
  margin: 0;
}

.switch .styling_item {
  right: 90px;
}

.switch .galleria-stage {
  left: 0px !important;
}

.switch .galleria-thumbnails-container {
  right: 0 !important;
  left: unset !important;
}

.switch .styling_model_info {
  left: 316px;
}

.item_info {
  width: 1260px;
  margin: 0 auto 120px;
}

.item_info h2 {
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  font-weight: normal;
  font-size: 28px;
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.item_info .item_info_box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(180px, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  -webkit-column-gap: 36px;
  column-gap: 36px;
  row-gap: 36px;
}

.item_info .info_item a:hover {
  opacity: .7;
}

.item_info .info_item img {
  width: 100%;
  margin-bottom: 10px;
}

.item_info .info_item p {
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  font-size: 12px;
}
/*# sourceMappingURL=lp.css.map */

.product {
  width: 1000px;
  display: flex;
  margin: 50px auto 100px auto;
  padding: 0 11px;
}

.product_img {
  width: 243px;
  margin-right: 15px;
}

.product_img img {
  width: 243px;
  margin-bottom: 0;
}

.product_img a {
  display: block;
}

.product_info {
  flex: 1;
  background-color:rgba(255,255,255,0.8);
  background-blend-mode:lighten;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;  
}

.product_name {
  font-size: 3.0rem;
}

.product_price {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2rem;
}

.setup_tops {
  background-image: url(img/itembg_01.png);
}

.multipants {
  background-image: url(img/itembg_02.png);  
}

.sheer_blouse {
  background-image: url(img/itembg_03.png);  
}

.gilet {
  background-image: url(img/itembg_04.png);  
}

.twilpants {
  background-image: url(img/itembg_05.png);  
}

.onepiece {
  background-image: url(img/itembg_06.png);  
}

.jacket {
  background-image: url(img/itembg_07.png);  
}

.flare_blouse {
  background-image: url(img/itembg_08.png);  
}

.skirt {
  background-image: url(img/itembg_09.png);  
}



.product_link {
  text-align: right;
  width: 480px;
  margin-top: 2rem;
}

.product_link a {
  display: block;
  margin-right: 0;
  font-weight: bold;
  font-size: 1.5rem;

}
.buy {
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-radius: 3px;
  border: solid 1px #0f2350;
  background-color: #0f2350;
  color: #fff;

}

.talk {
  text-align: center;
  margin: 150px auto 200px auto;
}

.under_stripe {
  font-size: 2.2rem;
}

.gray {
  color: #a9a9a9;
}

.beige {
  color: #edca77;
}
.snap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.column_04_box {
  margin: 0 auto 0 auto;
  width: 23%;
}

.column_inner {
  padding-top: 30px;
  position: relative;
}

.column_img img {
  width: 100%;
  z-index: 10;
}

.colmun_num {
  font-size: 4rem;
  font-weight: bold;
  position: absolute;
  left: -5%;
  top: 8%;
  z-index: 20;
  overflow: hidden;
  color: #edca77;
}

.column_title {
  margin-top: 18px;
  line-height: 1.7rem;
  font-weight: 600;
  font-size: 1.7rem;
}
.column_title img {
  width: 30%;
}

.column_text {
  margin-top: 1rem;
  font-size: 1.7rem;
  line-height: 2.3rem;
}

.column_link {
  margin-top: 2.5rem;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: bold;
}

.column_link li a {
  border-bottom: solid 1px #000;
}

.fadein {
    opacity : 0;
    transform : translate(0, 50px);
    transition: all 2000ms;
    display:block;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

.galle {
  width: 100%;
}

.look_1 {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.look_1_1 {
  margin: -35% 0 0 auto;
  width: 57.7%;
}

.look_1_2{
  margin: -27.4% auto 0 0;
  width: 40.8%;
}

.look_1_3 {
  margin: -16.5% 0 0 auto;
  width: 37.8%;
}

.look_1_4 {
  margin: -37.1% 39% 10% 25%;
  width: 34.8%;
}

.look_1_5 {
  margin: 0 auto 0 10%;
  width: 41.4%;
}

.look_1_6 {
  margin: -48.7% 10.5% 0 auto;
  width: 28.7%;
}

.look_2 {
  position: relative;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.look_2_1 {
  margin: -35% auto 0 0;
  width: 37.2%;
}

.look_2_2{
  margin: -52.4% 0 0 auto;
  width: 56%;
}

.look_2_3 {
  margin: 3% auto 0 0;
  width: 66.5%;
}

.look_2_4 {
  margin: -28% 3% 0 auto;
  width: 25.1%;
}

.look_2_5 {
  margin: 4% 3% 0 auto;
  width: 39%;
}

.look_2_6 {
  margin: -28.7% auto 0 0;
  width: 45.6%;
}

.look_2_7 {
  margin: -27.5% 11.4% 0 auto;
  width: 39%;
}

.bg-m {
  width: 80%;
  height: 500px;
  background-color: #dcdcdc;
}

.bg-f {
  width: 80%;
  height: 500px;
  background-color: #f5deb3;
  margin-left: auto;
}

