@charset "UTF-8";
/* CSS Document */
/* =======================================================================
　rest /*リニューアルに伴いコメントアウト 共通コンテナ用のクラスcraftbooks_spsite_commonを追加
========================================================================== 
*{
	box-sizing:border-box;
}
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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
  height:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	margin-bottom:1em;
}

ol, ul {
  list-style: none;
}

b,strong {
	font-weight:bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a {
	 outline:none;
	 color:#3c79d5;
}

a img {
  border: none;
}

img {
	height: auto;
	max-width:100%;
}

html {
  font-size: 62.5%;
}*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) 
html {
  font-size: 62.5%; }*/
#contents .craftbooks_spsite_common {
  font-size: 1.5rem;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-family: "リュウミン L-KL", Ryumin Light KL, "ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, "游明朝", YuMincho, "リュウミン R-KL", Ryumin Regular KL, "HG明朝E", "ＭＳ Ｐ明朝", MS PMincho, serif;
  color: #ab7053;
  letter-spacing: .1rem; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.craftbooks_spsite_common h1, .craftbooks_spsite_common h2, .craftbooks_spsite_common h3, .craftbooks_spsite_common h4, .craftbooks_spsite_common h5, .craftbooks_spsite_common h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

.craftbooks_spsite_common h1 {
  font-size: 4.0rem;
  line-height: 1.2; }

.craftbooks_spsite_common h2 {
  font-size: 2.9rem;
  line-height: 1.25; }

.craftbooks_spsite_common h3 {
  font-size: 2.1rem;
  line-height: 1.3; }

.craftbooks_spsite_common h4 {
  font-size: 1.8rem;
  line-height: 1.35; }

.craftbooks_spsite_common h5 {
  font-size: 1.6rem;
  line-height: 1.5; }

.craftbooks_spsite_common h6 {
  font-size: 1.5rem;
  line-height: 1.6; }

.craftbooks_spsite_common p {
  margin-top: 0; }

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.craftbooks_spsite_common a {
  color: #ab7053;
  outline: none; }
  .craftbooks_spsite_common a:hover {
    color: #9a654b; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.craftbooks_spsite_common hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Larger than desktop */
@media (min-width: 1024px) {
  html,
  body {
    overflow-x: hidden; } }

/* CSS Document */
.c-wide-img {
  width: 100%; }

html {
  background: #fefaf3 url(../../../images/special/craftbooks/large/bg_items_repeat.gif) top center repeat;
  -webkit-background-size: 73px auto;
  background-size: 73px auto; }

body#craftbooks_spsite {
  min-width: 1024px;
  /*max-width: 1920px;*/
  margin: 0 auto;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25); }

.toTop a {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 300;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
  transition: all 0.3s ease;
  opacity: .8; }

.toTop a img {
  width: 20px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -10px; }

.toTop a:hover {
  opacity: .5; }

.petal_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none; }
  .petal_wrapper #petal {
    width: 100vw;
    height: 100vh;
    pointer-events: none; }

.craftbooks_spsite_wrapper {
  overflow: hidden;
  position: relative; }

#craftbooks_spsite_contents {
  /*margin-top: 70px;*/
  width: 100%;
  position: relative; }

.craftbooks_spsite_wrapper {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

#craftbooks_spsite_header {
  height: 70px;
  width: 100%;
  max-width: 1920px;
  min-width: 1024px;
  overflow: hidden;
  position: fixed;
  padding-left: 20px;
  top: 0;
  z-index: 1000;
  transition: .4s;
  background: #fff;
  box-shadow: 0px 5px 7px -6px rgba(0, 0, 0, 0.5); }
  #craftbooks_spsite_header.craftbooks_spsite_fixed_pc {
    visibility: visible;
    top: 0;
    z-index: 1000; }
  #craftbooks_spsite_header .craftbooks_spsite_logo #craftbooks_spsite_logoImage {
    width: 179px;
    height: 54px;
    margin-top: 8px;
    display: inline-block; }
  #craftbooks_spsite_header .craftbooks_spsite_btn_apply {
    position: absolute;
    right: 15px;
    top: 10px;
    display: block;
    text-align: center;
    margin-bottom: 8px;
    width: 218px;
    height: 46px;
    font-size: 1.8rem; }
    #craftbooks_spsite_header .craftbooks_spsite_btn_apply a {
      display: block;
      height: 100%;
      width: 100%;
      color: #FFF;
      font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      background-color: #f88da8;
      line-height: 46px;
      text-decoration: none;
      text-shadow: 0px 1px 0px 0px #da775a;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease;
      border-radius: 22.5px;
      -webkit-box-shadow: -3px 4px 0px 0px #ebe9e7;
      box-shadow: -3px 4px 0px 0px #ebe9e7; }
      #craftbooks_spsite_header .craftbooks_spsite_btn_apply a:hover {
        background-color: #f77596; }
      #craftbooks_spsite_header .craftbooks_spsite_btn_apply a:after {
        position: absolute;
        right: 20px;
        top: 50%;
        content: "";
        display: block;
        width: 8px;
        height: 8px;
        margin-top: -4px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.craftbooks_spsite_main {
  width: 100%;
  /*max-width: 1920px;*/
  margin: 0 auto;
  text-align: center;
  background: url(../../../images/special/craftbooks/large/bg_main.jpg) top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 54.842105%;
  height: 0;
  position: relative; }
  .craftbooks_spsite_main h1 {
    position: absolute;
    width: 29.114583333333332%;
    max-width: 559px;
    height: auto;
    left: 62%;
    bottom: 8.5%; }

.craftbooks_spsite_sec {
  width: 100%;
  text-align: center;
  position: relative; }
  .craftbooks_spsite_sec .craftbooks_spsite_sp_products {
    padding: 0 6% 6% 6%; }
  .craftbooks_spsite_sec-01 {
    background-color: #fef5e9;
    padding-bottom: 80px;
    position: relative;
    z-index: 1; }
    .craftbooks_spsite_sec-01 > img {
      max-width: 705px;
      margin: -94px auto 0 auto; }
    .craftbooks_spsite_sec-01_inner {
      width: 100%;
      max-width: 1350px;
      margin: 30px auto 0 auto;
      text-align: center;
      position: relative; }
      .craftbooks_spsite_sec-01_inner .craftbooks_spsite_sec-01_frameWrap {
        width: 900px;
        margin: 0 auto;
        position: relative; }
        .craftbooks_spsite_sec-01_inner .craftbooks_spsite_sec-01_frameWrap:before {
          content: "";
          display: block;
          width: 248px;
          height: 233px;
          background: url(../../../images/special/craftbooks/large/img_flower01.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          left: -218px;
          top: -132px;
          z-index: 2; }
        .craftbooks_spsite_sec-01_inner .craftbooks_spsite_sec-01_frameWrap:after {
          content: "";
          display: block;
          width: 248px;
          height: 254px;
          background: url(../../../images/special/craftbooks/large/img_flower02.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          right: -260px;
          bottom: -107px;
          z-index: 3; }
      .craftbooks_spsite_sec-01_inner .craftbooks_spsite_sec-01_frame {
        background: url(../../../images/special/craftbooks/large/bg_sec01--left.png) left center no-repeat;
        -webkit-background-size: auto 100%;
        background-size: auto 100%;
        position: relative; }
        .craftbooks_spsite_sec-01_inner .craftbooks_spsite_sec-01_frame:before {
          content: "";
          display: block;
          width: 33px;
          height: 100%;
          background: url(../../../images/special/craftbooks/large/bg_sec01--right.png) left center no-repeat;
          -webkit-background-size: auto 100%;
          background-size: auto 100%;
          position: absolute;
          top: 0;
          right: 0; }
      .craftbooks_spsite_sec-01_inner h2 {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 2.2rem;
        font-family: 'リュウミン M-KL',Ryumin Medium KL; }
      .craftbooks_spsite_sec-01_inner p {
        font-size: 1.6rem;
        text-align: center;
        line-height: 2;
        padding: 1rem 0 0 0;
        font-family: 'リュウミン R-K',Ryumin Regular KL; }
  .craftbooks_spsite_sec-02 {
    background-color: #fde2ea;
    position: relative;
    padding-top: 60px;
    padding-bottom: 100px; }
    .craftbooks_spsite_sec-02:before {
      content: "";
      width: 100%;
      height: 69.2%;
      position: absolute;
      bottom: 0;
      left: 0;
      background: url(../../../images/special/craftbooks/large/bg_sec01_repeat.gif) repeat;
      -webkit-background-size: 52px;
      background-size: 52px; }
    .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_inner {
      position: relative;
      z-index: 0; }
      .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content {
        display: table;
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
        position: relative;
        padding: 0 50px;
        z-index: 1; }
        .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content:before {
          content: "";
          display: block;
          width: 317px;
          height: 287px;
          background: url(../../../images/special/craftbooks/large/img_flower03.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          right: -176px;
          top: -100px;
          z-index: 15; }
        .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content:after {
          content: "";
          display: block;
          width: 186px;
          height: 169px;
          background: url(../../../images/special/craftbooks/large/img_flower04.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          left: -90px;
          bottom: -90px;
          z-index: 15; }
    .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_text {
      text-align: center;
      width: 50%;
      display: table-cell;
      vertical-align: middle; }
      .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_text_inner {
        text-align: left;
        display: inline-block; }
      .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_text > img {
        width: 412px; }
      .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_text h3 {
        margin-top: 10px;
        font-family: 'リュウミン M-KL',Ryumin Medium KL; }
      .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_text p {
        padding: 0 0 10% 0;
        font-size: 1.4rem;
        line-height: 2;
        text-align: left;
        display: inline-block;
        font-family: 'リュウミン R-K',Ryumin Regular KL; }
    .craftbooks_spsite_sec-02 .craftbooks_spsite_sec_thumb {
      width: 50%;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }
  .craftbooks_spsite_sec-03 {
    background-color: #d0f0f0;
    position: relative;
    padding-top: 120px;
    padding-bottom: 100px;
    z-index: 0; }
    .craftbooks_spsite_sec-03:before {
      content: "";
      width: 100%;
      height: 68.8%;
      position: absolute;
      bottom: -3%;
      left: 0;
      background: url(../../../images/special/craftbooks/large/bg_sec02_repeat.gif) repeat;
      -webkit-background-size: 114px auto;
      background-size: 114px auto;
      z-index: -1000; }
    .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_inner {
      position: relative; }
      .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content {
        display: table;
        width: 100%;
        max-width: 1350px;
        margin: 0 auto;
        position: relative;
        padding: 0 50px; }
        .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content:before {
          content: "";
          display: block;
          width: 327px;
          height: 182px;
          background: url(../../../images/special/craftbooks/large/img_flower05.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          left: -198px;
          top: 60%;
          z-index: 15; }
        .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_inner .craftbooks_spsite_sec_content:after {
          content: "";
          display: block;
          width: 352px;
          height: 246px;
          background: url(../../../images/special/craftbooks/large/img_flower06.png) no-repeat;
          -webkit-background-size: contain;
          background-size: contain;
          position: absolute;
          right: -110px;
          top: 82%;
          z-index: 15; }
    .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_text {
      text-align: center;
      width: 50%;
      display: table-cell;
      vertical-align: middle; }
      .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_text_inner {
        text-align: left;
        display: inline-block; }
      .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_text > img {
        width: 472px; }
      .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_text h3 {
        margin-top: 50px;
        font-family: 'リュウミン M-KL',Ryumin Medium KL; }
      .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_text p {
        padding: 0 0 10% 0;
        font-size: 1.4rem;
        line-height: 2;
        text-align: left;
        display: inline-block; }
    .craftbooks_spsite_sec-03 .craftbooks_spsite_sec_thumb {
      width: 50%;
      display: table-cell;
      text-align: center;
      vertical-align: middle; }

.craftbooks_spsite_sec_item {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  height: 0;
  z-index: 2; }
  .craftbooks_spsite_sec_item .craftbooks_spsite_sec_item_obj {
    position: absolute;
    max-width: 471px;
    min-width: 421px;
    width: 38vw;
    z-index: 2;
    right: 42%;
    bottom: -110px; }

.craftbooks_spsite_items {
  background: url(../../../images/special/craftbooks/large/bg_items_repeat.gif) repeat;
  -webkit-background-size: 73px auto;
  background-size: 73px auto;
  padding: 5% 4%;
  position: relative;
  text-align: center;
  z-index: 1; }
  .craftbooks_spsite_items .craftbooks_spsite_items_frame_top {
    position: relative;
    width: 100%; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_top:before, .craftbooks_spsite_items .craftbooks_spsite_items_frame_top:after {
      content: "";
      display: block;
      position: absolute;
      width: 71px;
      height: 70px;
      z-index: 5; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_top:before {
      background: url(../../../images/special/craftbooks/large/img_items_frame_lt.png) 0 0 no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      top: -10px;
      left: -10px; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_top:after {
      background: url(../../../images/special/craftbooks/large/img_items_frame_rt.png) 0 0 no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      top: -10px;
      right: -10px; }
  .craftbooks_spsite_items .craftbooks_spsite_items_frame_bottom {
    position: relative;
    padding: 5%;
    text-align: center;
    background-color: #fefaf3;
    width: 100%;
    display: table; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_bottom:before, .craftbooks_spsite_items .craftbooks_spsite_items_frame_bottom:after {
      content: "";
      display: block;
      position: absolute;
      width: 71px;
      height: 70px; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_bottom:before {
      background: url(../../../images/special/craftbooks/large/img_items_frame_lb.png) 0 0 no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      bottom: -10px;
      left: -10px; }
    .craftbooks_spsite_items .craftbooks_spsite_items_frame_bottom:after {
      background: url(../../../images/special/craftbooks/large/img_items_frame_rb.png) 0 0 no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      bottom: -10px;
      right: -10px; }
  .craftbooks_spsite_items .craftbooks_spsite_items_inner {
    max-width: 1024px;
    margin: 0 auto; }
  .craftbooks_spsite_items .craftbooks_spsite_itemlist {
    text-align: center;
    display: table-cell;
    width: 50%;
    padding: 20px; }
    .craftbooks_spsite_items .craftbooks_spsite_itemlist img {
      width: 67.96875%;
      margin: 0 auto; }
    .craftbooks_spsite_items .craftbooks_spsite_itemlist a {
      display: block;
      width: 248px;
      margin: 0 auto;
      transition: opacity .3s ease; }
      .craftbooks_spsite_items .craftbooks_spsite_itemlist a:hover {
        opacity: .8; }
      .craftbooks_spsite_items .craftbooks_spsite_itemlist a img {
        width: 100%; }
    .craftbooks_spsite_items .craftbooks_spsite_itemlist .craftbooks_spsite_item_name {
      font-size: 2rem;
      font-family: 'リュウミン M-KL',Ryumin Medium KL;
      margin-top: 2rem;
      margin-bottom: 1rem; }
    .craftbooks_spsite_items .craftbooks_spsite_itemlist .craftbooks_spsite_item_price {
      font-size: 1.5rem;
      font-family: 'リュウミン M-KL',Ryumin Medium KL;
      margin-bottom: 5%; }
    .craftbooks_spsite_items .craftbooks_spsite_itemlist .craftbooks_spsite_item_detail {
      border-top: 1px dotted #dcd3ba;
      font-size: 1.3rem;
      letter-spacing: 0;
      font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      text-align: center;
      display: block;
      margin-top: 2rem;
      padding-top: 2rem; }
      .craftbooks_spsite_items .craftbooks_spsite_itemlist .craftbooks_spsite_item_detail span {
        display: inline-block;
        text-align: left; }

.craftbooks_spsite_para {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden; }

.craftbooks_spsite_para_wrap {
  /*max-width: 1920px;*/
  margin: 0 auto;
  position: relative;
  padding-top: 35.7487922%;
  z-index: 0; }
  .craftbooks_spsite_para_wrap-01 {
    border: 20px solid #fde2ea;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3) inset;
    z-index: 1; }
  .craftbooks_spsite_para_wrap-02 {
    border: 20px solid #d0f0f0;
    -webkit-box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.3) inset;
    margin-top: 20px;
    z-index: 1; }

.craftbooks_spsite_para_wrap img {
  width: 100%;
  height: auto;
  max-width: auto; }

.social-bottun {
  text-align: center;
  margin-top: 30px;
  /*position: absolute;
  top: 15px;
  right: 260px;
  z-index: 999;*/ }

.social-bottun li {
  display: inline-block;
  margin-right: 10px; }

.social-bottun li:last-child {
  margin-right: 0; }

.social-bottun li a .sns_icon {
  width: 40px;
  height: 40px; }

#craftbooks_spsite_page-top {
  margin-top: 5rem; }

.craftbooks_spsite_footer {
  text-align: center;
  padding: 25px 20px 50px;
  background-color: #fff; }
  .craftbooks_spsite_footer p {
    font-size: 1.2rem; }
  .craftbooks_spsite_footer .craftbooks_spsite_pankuzu {
    margin-bottom: 20px; }
  .craftbooks_spsite_footer .craftbooks_spsite_copyright {
    margin-top: 10px; }

/*# sourceMappingURL=style_pc.css.map */