/* @header */
/* @content */
#sp_main_image .back_image {
  background-image: url("../img/sp_back_cloud@2x.png"), url("../img/handmadepaper_@2X.png");
  background-size: 266px auto, 72px 72px;
  background-repeat: no-repeat, repeat;
  background-position: center 10px, center;
  text-align: center;
  padding-top: 20px;
}

#sp_main_image .back_image img {
  width: 226px;
}

#sp_main_image .title {
  padding-top: 20px;
  text-align: center;
}

#sp_main_image .title img {
  width: 216px;
}

#sp_main_image dl.top_copy {
  margin-top: 15px;
  width: 272px;
  margin-left: auto;
  margin-right: auto;
}

#sp_main_image dl.top_copy dt {
  float: left;
  width: 23.52%;
  margin-right: 4.41%;
}

#sp_main_image dl.top_copy dt img {
  width: 100%;
}

#sp_main_image dl.top_copy dd {
  color: #666666;
  float: left;
  width: 72.05%;
}

#sp_main_image .contact_btn {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}

#sp_main_image .contact_btn a {
  display: inline-block;
  background-color: #53B67F;
  color: #ffffff;
  border-radius: 10px;
  padding: 15px 40px 15px 40px;
  font-size: 16px;
}

#sp_main_image .contact_btn img.mail_pict {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

#pc_main_image {
  display: none;
}

section.view {
  background-image: url("../img/handmadepaper_@2X.png");
  background-size: 72px 72px;
  background-repeat: repeat;
  background-position: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

section.view .copy h2 {
  font-size: 18px;
  color: #666666;
  width: 75%;
  background-color: #ffffff;
  position: relative;
  height: 86px;
  margin-bottom: 15px;
}

section.view .copy h2:before {
  content: "";
  position: absolute;
  right: -52px;
  width: 52px;
  height: 86px;
  background-image: url("../img/pc_title_back_r@2x.png");
  background-size: cover;
  background-repeat: no-repeat;
}

section.view .copy h2 span {
  display: block;
  padding-left: 10px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

section.view .copy h3 {
  font-size: 16px;
  color: #666666;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  clear: both;
}

section.view .copy p {
  font-size: 14px;
  color: #666666;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  clear: both;
}

section.view .image {
  text-align: center;
}

section.view .image img {
  width: 216px;
}

section.view.odd .copy h2 {
  float: left;
}

section.view.even .copy h2 {
  float: right;
  font-size: 18px;
  color: #666666;
  width: 75%;
  background-color: #ffffff;
  position: relative;
  height: 86px;
  margin-bottom: 15px;
}

section.view.even .copy h2:before {
  left: -52px;
  width: 52px;
  height: 86px;
  background-image: url("../img/pc_title_back_l@2x.png");
}

section.view.even .copy h2 span {
  display: block;
  padding-left: 0px;
  padding-right: 10px;
}

#forth_view .copy .contact_btn {
  text-align: center;
  margin-bottom: 20px;
}

#forth_view .copy .contact_btn a {
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  background-color: #53B67F;
  padding: 15px 40px 15px 40px;
  border-radius: 10px;
}

#forth_view .copy .contact_btn a img.mail_pict {
  width: 24px;
  vertical-align: middle;
  margin-right: 5px;
}

#forth_view .image img.forth {
  width: 270px;
}

/* ------------------------------------------
  iPad768pxSTYLE
--------------------------------------------- */
@media all and (min-width: 768px) {
  /* @sitestyle */
  /* @content */
  #sp_main_image .back_image {
    background-size: 350px auto, 72px 72px;
    background-repeat: no-repeat, repeat;
    background-position: center 20px, center;
    padding-top: 30px;
  }

  #sp_main_image .back_image img {
    width: 300px;
  }

  #sp_main_image .title {
    padding-top: 25px;
  }

  #sp_main_image .title img {
    width: 300px;
  }

  #sp_main_image dl.top_copy {
    margin-top: 15px;
    width: 300px;
  }

  #sp_main_image dl.top_copy dt {
    float: left;
    width: 23.52%;
    margin-right: 4.41%;
  }

  #sp_main_image dl.top_copy dt img {
    width: 100%;
  }

  #sp_main_image dl.top_copy dd {
    color: #666666;
    float: left;
    width: 72.05%;
  }

  #sp_main_image .contact_btn {
    margin-top: 15px;
    text-align: center;
  }

  #sp_main_image .contact_btn a {
    padding: 20px 60px 20px 60px;
    font-size: 16px;
  }

  #sp_main_image .contact_btn img.mail_pict {
    width: 24px;
    margin-right: 7px;
  }

  section.view {
    background-image: url("../img/handmadepaper_@2X.png");
    background-size: 72px 72px;
    background-repeat: repeat;
    background-position: center;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  section.view .copy h2 {
    font-size: 24px;
    color: #666666;
    width: 75%;
    height: 86px;
    margin-bottom: 25px;
  }

  section.view .copy h2:before {
    right: -52px;
    width: 52px;
    height: 86px;
  }

  section.view .copy h2 span {
    padding-left: 15px;
  }

  section.view .copy h3 {
    font-size: 20px;
    width: 90%;
    margin-bottom: 25px;
  }

  section.view .copy p {
    font-size: 16px;
    width: 90%;
    margin-bottom: 15px;
  }

  section.view .image img {
    width: 246px;
  }

  section.view.even .copy h2 {
    font-size: 24px;
    width: 75%;
    height: 86px;
    margin-bottom: 15px;
  }

  section.view.even .copy h2:before {
    left: -52px;
    width: 52px;
    height: 86px;
  }

  section.view.even .copy h2 span {
    padding-left: 0px;
    padding-right: 15px;
  }

  section.view.even .copy h3 {
    text-align: right;
  }

  section.view.even .copy p {
    text-align: right;
  }

  #forth_view .image img.forth {
    width: 378px;
  }

  /* @footer */
}

/* ------------------------------------------
  pc980pxSTYLE
--------------------------------------------- */
@media all and (min-width: 980px) {
  /* @sitestyle */
  /* @content */
  /* @content */
  #sp_main_image {
    display: none;
  }

  #pc_main_image {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 40px;
  }

  #pc_main_image .back_image {
    background-image: url("../img/pc_back_cloud@2x.png"), url("../img/handmadepaper_@2X.png");
    background-size: 90% auto, 72px 72px;
    background-repeat: no-repeat, repeat;
    background-position: 50% 30px, center;
    position: relative;
    z-index: 0;
    height: 450px;
  }

  #pc_main_image .back_image .illust {
    position: absolute;
    left: 5%;
    bottom: 0px;
  }

  #pc_main_image .back_image .illust img {
    width: 270px;
  }

  #pc_main_image .back_image .main_copy {
    width: 350px;
    position: absolute;
    right: 0px;
    bottom: 40px;
  }

  #pc_main_image .back_image .main_copy .pc_illust {
    position: relative;
    text-align: left;
  }

  #pc_main_image .back_image .main_copy .pc_illust img {
    position: absolute;
    top: -60px;
    left: -112px;
    width: 320px;
  }

  #pc_main_image .back_image .main_copy .title {
    width: 100%;
    height: 200px;
    background-color: #ffffff;
    position: relative;
  }

  #pc_main_image .back_image .main_copy .title:before {
    width: 112px;
    height: 200px;
    position: absolute;
    left: -112px;
    content: "";
    background-image: url("../img/pc_title_top_back_image@2x.png");
    background-size: cover;
  }

  #pc_main_image .back_image .main_copy .title h1 {
    padding-top: 32px;
  }

  #pc_main_image .back_image .main_copy .title h1 img {
    width: 280px;
    margin-bottom: 20px;
  }

  #pc_main_image .back_image .main_copy .title p {
    color: #666666;
    font-size: 14px;
  }

  section.view {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

  section.view .copy {
    float: left;
    width: 68.48%;
  }

  section.view .copy h2 {
    font-size: 26px;
    color: #666666;
    width: 80%;
    height: 106px;
    margin-bottom: 30px;
  }

  section.view .copy h2:before {
    right: -62px;
    width: 62px;
    height: 106px;
  }

  section.view .copy h2 span {
    display: block;
    padding-left: 25px;
  }

  section.view .copy h3 {
    font-size: 18px;
    width: 90%;
    margin-bottom: 30px;
  }

  section.view .copy p {
    font-size: 14px;
    width: 90%;
    margin-bottom: 30px;
  }

  section.view .image {
    float: right;
    width: 31.46%;
  }

  section.view .image img.first {
    width: 240px;
  }

  section.view.even .copy {
    float: right;
  }

  section.view.even .copy h2 {
    font-size: 26px;
    width: 80%;
    height: 106px;
    margin-bottom: 40px;
  }

  section.view.even .copy h2:before {
    left: -62px;
    width: 62px;
    height: 106px;
  }

  section.view.even .copy h2 span {
    padding-right: 25px;
  }

  section.view.even .copy h3 {
    font-size: 18px;
  }

  section.view.even .image {
    float: left;
  }

  section.view.even .image img.second {
    width: 200px;
  }

  #forth_view .copy {
    width: 58.48%;
  }

  #forth_view .image {
    width: 41.46%;
  }

  #forth_view .image img.forth {
    width: 280px;
  }

  /* @footer */
}

/* ------------------------------------------
  pc1280pxSTYLE
--------------------------------------------- */
@media all and (min-width: 1280px) {
  /* @sitestyle */
  /* @header */
  /* @content */
  #pc_main_image {
    width: 1124px;
  }

  #pc_main_image .back_image {
    background-image: url("../img/pc_back_cloud@2x.png"), url("../img/handmadepaper_@2X.png");
    background-size: 80% auto, 72px 72px;
    background-repeat: no-repeat, repeat;
    background-position: 50% 50px, center;
    height: 580px;
  }

  #pc_main_image .back_image .illust {
    left: 7%;
    bottom: 0px;
  }

  #pc_main_image .back_image .illust img {
    width: 346px;
  }

  #pc_main_image .back_image .main_copy {
    width: 480px;
    right: 0px;
    bottom: 75px;
  }

  #pc_main_image .back_image .main_copy .pc_illust img {
    top: -96px;
    left: -112px;
    width: 520px;
  }

  #pc_main_image .back_image .main_copy .title {
    width: 100%;
    height: 248px;
  }

  #pc_main_image .back_image .main_copy .title:before {
    width: 112px;
    height: 248px;
    left: -112px;
  }

  #pc_main_image .back_image .main_copy .title h1 {
    padding-top: 42px;
  }

  #pc_main_image .back_image .main_copy .title h1 img {
    width: 316px;
    margin-bottom: 30px;
  }

  #pc_main_image .back_image .main_copy .title p {
    font-size: 16px;
  }

  section.view {
    width: 1124px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  section.view .copy {
    width: 68.48%;
  }

  section.view .copy h2 {
    width: 95%;
    font-size: 34px;
    height: 106px;
    margin-bottom: 40px;
  }

  section.view .copy h2:before {
    right: -62px;
    width: 62px;
    height: 106px;
  }

  section.view .copy h2 span {
    padding-left: 40px;
  }

  section.view .copy h3 {
    font-size: 24px;
    width: 90%;
    margin-bottom: 40px;
  }

  section.view .copy p {
    font-size: 16px;
    width: 90%;
    margin-bottom: 30px;
  }

  section.view .image {
    width: 31.46%;
  }

  section.view .image img.first {
    width: 290px;
  }

  section.view.even .copy h2 {
    font-size: 34px;
    width: 95%;
    height: 106px;
    margin-bottom: 40px;
  }

  section.view.even .copy h2:before {
    left: -62px;
    width: 62px;
    height: 106px;
  }

  section.view.even .copy h2 span {
    padding-right: 40px;
  }

  section.view.even .image img.second {
    width: 270px;
  }

  #second_view .copy h3 {
    font-size: 24px;
    width: 90%;
    margin-bottom: 40px;
  }

  #forth_view .copy {
    width: 60.48%;
  }

  #forth_view .image {
    width: 35.46%;
  }

  #forth_view .image img.forth {
    width: 378px;
  }
}
