@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: bold;
}

.f-serif {
  font-family: 'Noto Serif JP', serif;
}

.f-strong {
  font-size: 2.0rem;
}

.cntr {
  text-align: center;
}

.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;
}

.uline {
  border-bottom: solid;
  border-color: #C80000;
  border-width: 2px;
}

.containar p {
  font-size: 1.4rem;
  line-height: 34px;
}

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;
}

.sec01 {
  margin-bottom: 140px;
}

.sec01__img {
  width: 100%;
  height: 540px;
  background: url(img/img01.jpg) no-repeat center;
  position: relative;
}

.link {
  font-weight: bold;
  position: absolute;
  bottom: 75px;
  left: 50%;
}

.link a::after {
  content: "buy";
  display: inline-block;
  width: 48px;
  height: 16px;
  background-color: #000;
  text-align: center;
  line-height: 16px;
  font-size: 1.2rem;
  color: #FFF;
  margin-left: 10px;
}

.heading {
  display: block;
  margin: 0 auto 60px;
}

.heading__sub {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 60px;
}

.sec02 {
  margin-bottom: 200px;
}

.case {
  width: 1080px;
  margin: 0 auto 100px;
}

.case__title {
  margin-bottom: 30px;
}

.case__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.case__img {
  width: 540px;
}

.case__img img {
  width: 100%;
}

.case__desc {
  width: 540px;
  padding-left: 56px;
}

.case .resolve {
  position: relative;
}

.case .resolve__name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.case .resolve__text {
  background-color: #F8F8F8;
  padding: 13px 18px;
  height: 154px;
}

.case .resolve__text p {
  line-height: 32px;
}

.case .resolve .link {
  font-weight: bold;
  position: absolute;
  bottom: 120px;
  left: 56px;
}

.staff {
  width: 1080px;
  background-color: #FFFBF6;
  margin: 0 auto 200px;
  padding: 60px 70px 80px;
}

.staff__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.staff__items::after {
  content: "";
  width: 940px;
  height: 1415px;
  display: block;
  background: url(img/dot.png) no-repeat center;
  position: absolute;
  top: 0;
}

.staff__item {
  width: 380px;
  margin-bottom: 100px;
}

.staff__item:nth-child(3), .staff__item:nth-child(4) {
  margin-bottom: 0;
}

.staff__shop {
  font-size: 1.8rem;
  font-weight: bold;
}

.staff__img {
  width: 100%;
  margin-bottom: 5px;
}

.staff__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 10px;
}

.staff__size {
  width: 130px;
  height: 20px;
  background-color: #000;
  text-align: center;
  line-height: 20px;
  color: #FFF;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.staff__text {
  line-height: 2.8rem !important;
}

.staff .heading {
  margin-bottom: 20px;
}

.styling {
  width: 1080px;
  margin: 0 auto 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.styling__video {
  width: 50%;
  position: relative;
}

.styling__video video {
  width: 100%;
  outline: none;
  border: 2px solid #000;
}

.styling__video::after {
  content: "";
  display: block;
  background: url(img/v_bg.jpg) no-repeat;
  width: 560px;
  height: 477px;
  position: absolute;
  top: -60px;
  left: 40px;
  z-index: -1;
}

.styling__img {
  width: 50%;
  z-index: 1;
}

.styling__img img {
  display: block;
  margin-left: auto;
  margin-top: -100px;
}

.styling__title {
  width: 100%;
  position: absolute;
  bottom: 40px;
}

.styling__head {
  font-size: 3.2rem !important;
  border-bottom: 2px solid #000;
  padding-bottom: 10px;
}

.styling .link {
  font-weight: bold;
  position: unset;
  bottom: unset;
  left: unset;
}

.item_info {
  width: 1080px;
  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 */