@charset "UTF-8";
/*----------------------------------------------
	basic
----------------------------------------------*/
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
.mincho, .buy_block h2, .content_block h2, .content_block p, #news h2, #voice h2,#voice .voice_box .text {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

.gothic, body, .content_block .profile, .content_block .borderTxt {
  font-family: "Source Sans Pro" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

@media (min-width: 761px) {
  body {
    position: relative;
  }

  .visible-mp,
  .hidden-pc {
    display: none !important;
  }

  .navigation .mobile-nav {
    display: none !important;
  }
}
@media (max-width: 760px) {
  .visible-pc,
  .hidden-mp {
    display: none !important;
  }
}
html {
  font-size: 10px;
}
@media (min-width: 1350px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 20px;
  }
}

body {
  background: url(../img/bg-main.gif);
}

.absolute, header #title .logo, header #title h1, header #title p, header #title figure {
  position: absolute;
}
@media (max-width: 760px) {
  .absolute, header #title .logo, header #title h1, header #title p, header #title figure {
    position: static;
  }
}

a {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a, a:link {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.clear {
	clear:  both;
}
/*----------------------------------------------
	header
----------------------------------------------*/
header img {
  width: 100%;
}
@media (min-width: 761px) {
  header {
    min-width: 90rem;
  }
}
header .content {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 761px) {
  header .content {
    width: 70rem;
  }
}
@media (max-width: 760px) {
  header .content {
    overflow: hidden;
    *zoom: 1;
  }
}
header #title {
  height: 51.2rem;
  background: url(../img/bg-header.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media (max-width: 760px) {
  header #title {
    height: auto;
    padding: 0 0 2em;
  }
}
header #title .logo {
  width: 14.2rem;
  height: 14.2rem;
  left: -2rem;
  top: 4.2rem;
}
@media (max-width: 760px) {
  header #title .logo {
    background: #006734;
    width: 40%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
header #title h1 {
  width: 46.7rem;
  height: 20.3rem;
  top: 17rem;
  left: 0;
}
@media (max-width: 760px) {
  header #title h1 {
    width: 90%;
    height: auto;
    margin: 2rem auto 1rem;
  }
}
header #title figure {
  width: 22.5rem;
  height: 47.3rem;
  left: 53rem;
  top: 14rem;
}
@media (max-width: 760px) {
  header #title figure {
    width: 36%;
    height: auto;
    margin-left: 14%;
    float: left;
  }
}
header #title p {
  width: 19.5rem;
  height: 19.5rem;
  left: 60rem;
  top: 10rem;
}
@media (max-width: 760px) {
  header #title p {
    width: 50%;
    height: auto;
    margin: 0 auto;
    float: right;
  }
}
header .limited {
  padding: 2rem 0;
  background: url(../img/bg-header-bottom.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
header .limited img {
  width: auto;
  height: 100%;
  margin-right: 3rem;
}
@media (max-width: 760px) {
  header .limited img {
    display: block;
    width: 90%;
    height: auto;
    margin: 1rem auto;
  }
  header .limited img:nth-of-type(2) {
    width: 40%;
  }
}
header .limited p {
  height: 8rem;
}
@media (max-width: 760px) {
  header .limited p {
    height: auto;
  }
}

/*----------------------------------------------
	footer
----------------------------------------------*/
.btn-wrapper {
  text-align: center;
}

.btn {
  border: none;
  border-radius: 0;
}

/*----------------------------------------------
	main
----------------------------------------------*/
#back_to_top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  width: 42px;
  height: 42px;
}
@media (max-width: 760px) {
  #back_to_top {
    right: 0;
  }
}
#back_to_top button {
  height: 100%;
  width: 100%;
  line-height: 100%;
  text-align: center;
  background: transparent;
  display: block;
  border: none;
  opacity: 1;
  padding: 0;
  outline: 0;
  opacity: 0.7;
}
#back_to_top button:hover {
  opacity: 1;
}
#back_to_top img {
  max-width: 100%;
}

/* -------------------
	MAIN
---------------------- */
main {
  position: relative;
  font-size: 1.6rem;
}
main h1, main h2, main h3, main h4, main h5, main h6 {
  font-weight: bold;
}
main h1:first-child, main h2:first-child, main h3:first-child, main h4:first-child, main h5:first-child, main h6:first-child {
  margin-top: 0;
}
main .glyphicon {
  text-decoration: none;
  color: inherit;
}
main p {
  margin: 0 0 1em;
  line-height: 1.6;
}
main p:last-child {
  margin-bottom: 0;
}
main .figure {
  text-align: center;
}
main .figure figure {
  display: inline-block;
}
main figcaption {
  text-align: left;
}
main img {
  max-width: 100%;
}
main th, main dt {
  font-weight: normal;
}
main ul.row {
  list-style: none;
  padding-left: 0;
}

.buy_block {
  background: url(../img/bg-buy.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.buy_block .content {
  margin: 0 auto;
  position: relative;
  padding: 2.6rem 0 2.2rem;
}
@media (min-width: 761px) {
  .buy_block .content {
    width: 70rem;
  }
}
@media (max-width: 760px) {
  .buy_block .content {
    padding-bottom: 0;
  }
}
.buy_block .logo {
  background: #FFF;
  padding: 0.2rem;
  left: 0;
  top: 2.6rem;
  width: 8rem;
  height: 8rem;
  box-sizing: content-box;
}
@media (min-width: 761px) {
  .buy_block .logo {
    float: left;
    margin-right: 2rem;
  }
}
@media (max-width: 760px) {
  .buy_block .logo {
    margin: 0 auto 1rem;
  }
}
.buy_block h2 {
  margin: 0;
  top: 0;
  left: 10rem;
  font-size: 4.5rem;
  color: #FFF;
  box-sizing: content-box;
  padding-bottom: 3.2rem;
  border-bottom: 0.1rem #FFF solid;
}
@media (min-width: 761px) {
  .buy_block h2 {
    float: left;
    height: 4.6rem;
  }
}
@media (max-width: 760px) {
  .buy_block h2 {
    margin: 0 auto 1rem;
  }
}
.buy_block h2 span {
  text-shadow: 0.3rem 0.3rem 0.4rem rgba(0, 0, 0, 0.7);
}
@media (min-width: 761px) {
  .buy_block h2 span {
    position: relative;
    top: 0.4rem;
    margin-left: 1rem;
    letter-spacing: -0.15em;
  }
}
@media (max-width: 760px) {
  .buy_block h2 span {
    display: block;
    width: 100%;
    letter-spacing: -0.1em;
    font-size: 3.8rem;
    text-align: center;
  }
}
.buy_block h2 img {
  width: auto;
  height: 100%;
}
@media (max-width: 760px) {
  .buy_block h2 img {
    display: block;
    height: auto;
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.buy_block .order {
  clear: both;
  padding: 1em 0 2em;
}
.buy_block .order li {
  width: 50%;
  text-align: center;
  list-style-type: none;
}
.buy_block .order li:nth-child(1) {
  float: left;
}
.buy_block .order li:nth-child(2) {
  float: right;
}
.buy_block .order_img {
  padding: 0 0 1em;
  position: relative;
}
.buy_block .order_img .label {
  position: absolute;
  top: 8em;
  right: 1em;
}
.buy_block .order_price {
  padding: 0 0 1em;
}
.buy_block .order li {
  width: 50%;
  text-align: center;
  list-style-type: none;
}
.buy_block .order li:nth-child(1) {
  float: left;
}
.buy_block .order li:nth-child(2) {
  float: right;
}
.buy_block .order .order_btn table {
  border: none !important;
}
.buy_block .order .order_btn table tbody {
  background-color: #fff;
  padding: 15px 15px 15px;
  margin-bottom: 10px;
  display: block;
}
.buy_block .order .order_btn table th {
  border: none !important;
  text-align: center !important;
  background: #005E1D !important;
  color: #fff !important;
  width: 50% !important;
  border-radius: 5px !important;
}
.buy_block .order .order_btn table td {
  border: none !important;
  padding: 0 0 0 15px !important;
}
.buy_block .order .order_btn table tbody {
  background-color: #fff;
}
.buy_block .order .order_btn table tbody {
  background-color: #fff;
}
.buy_block .order .order_btn table input {
  width: 100% !important;
  text-align: right !important;
  padding-right: 5px !important;
  border-radius: 5px !important;
  border: 1px solid #777 !important;
}
.buy_block .order .order_btn input:hover {
  opacity: 0.9;
}
@media (min-width: 761px) {
  .buy_block .order input[type=submit] {
    overflow: hidden;
    width: 425px;
    height: 61px;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 120%;
    border: none;
    background-size: cover;
    -webkit-appearance: none;
    display: inline-block;
    background-color: transparent;
    background-image: url(../img/buy-btn-item01.png);
    background-size: 100% auto;
    margin: 0 auto;
  }
}
@media (max-width: 1350px) {
  .buy_block .order li {
    width: 45%;
    text-align: center;
    list-style-type: none;
  }
  .buy_block .order li:nth-child(1) {
    float: left;
  }
  .buy_block .order li:nth-child(2) {
    float: right;
  }
  .buy_block .order_img .label {
      position: absolute;
      top: 12em;
      right: -4em;
  }
  .buy_block .order input[type=submit] {
    overflow: hidden;
    width: 298px;
    height: 43px;
  }
}
@media (max-width: 760px) {
  .buy_block .order li {
    width: 92%;
    margin: 0 auto;
    text-align: center;
    list-style-type: none;
  }
  .buy_block .order li:nth-child(1) {
    float: none;
    padding-bottom: 4em;
  }
  .buy_block .order li:nth-child(2) {
    float: none;
  }
  .buy_block .order_img .label {
      position: absolute;
      top: 12em;
      right: -1.2em;
  }
  .buy_block .order input[type=submit] {
  }
  .buy_block .order .order_btn table {
    border: none !important;
  }
  .buy_block .order .order_btn table tbody {
    width: 60% !important;
    margin: 0 auto !important;
  }
  .buy_block .order .order_btn table th {
    width: 40% !important;
  }
  .buy_block .order .order_btn table td {
    border: none !important;
    width: 100% !important;
  }
  .buy_block .order .order_btn table input {
    width: 100% !important;
  }
  .buy_block .order .cartjs_box {
    border: none !important;
  }
  .buy_block .order input[type=submit] {
    padding: 0 !important;
  }
}

.buy_block .caution {
  background: #FFF;
  padding: 1.5rem 3.4rem;
}
@media (max-width: 760px) {
  .buy_block .caution {
    padding: 2rem 2.2rem;
  }
}
.buy_block .caution h3 {
  font-size: 2.3rem;
  color: #FFF;
  background: #666;
  height: 9.5rem;
  float: left;
  padding: 1rem 2rem 0;
}
@media (max-width: 760px) {
  .buy_block .caution h3 {
    height: auto;
    float: none;
    text-align: center;
    padding: 1rem 0;
  }
}
@media (min-width: 761px) {
  .buy_block .caution .text {
    margin-left: 13rem;
  }
}
.buy_block .caution ul {
  padding-left: 2.5rem;
}
.buy_block .caution li {
  font-size: 1.4rem;
}
.buy_block .caution a {
  display: block;
  font-size: 2.4rem;
  background: #005E1D;
  color: #FFFF00;
  padding: 0.4rem;
}
.buy_block .caution a div {
  text-align: center;
  padding: 0.4rem;
  border: 2px dashed #FFFF00;
}

.content_block {
  width: 75rem;
  margin: 4.1rem auto;
  background: #FFF;
  padding: 0 0 1.1em;
  -moz-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.4);
}
.content_block.noTtl {
  padding: 1.1em 0 1.1em;
}
@media (max-width: 760px) {
  .content_block {
    width: auto;
  }
}
.content_block img {
  width: 100%;
}
.content_block em {
  font-style: normal;
}
.content_block .content {
  margin: 0 1.1em;
  padding: 2.5rem 7rem;
  border: 0.15rem dashed #005E1D;
  border-top: none;
}
.content_block.noTtl .content {
  border: 0.15rem dashed #005E1D;
}
@media (max-width: 760px) {
  .content_block .content {
    padding: 1rem 2rem;
    margin: 0 0.6em;
  }
}
.content_block .content::after {
  content: "";
  clear: both;
  display: block;
}
.content_block h2 {
  color: #FFF;
  background: #005E1D;
  font-size: 3.1rem;
  margin: 0;
  padding: 2.4rem 9rem;
  letter-spacing: 0;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.9);
}
@media (max-width: 760px) {
  .content_block h2 {
    padding: 1rem 1.8rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.content_block h2 strong {
  color: #FFFF00;
}
.content_block h2 small {
  font-size: 0.6em;
  color: #FFFF00;
}
.content_block p {
  font-size: 1.6rem;
  color: #4d4d4d;
  line-height: 1.8;
}
.content_block p em, .content_block p strong {
  background: #D3D606;
}
.content_block p strong {
  font-size: 1.25em;
  color: #005E1D;
}
.content_block .borderTxt {
  font-size: 0.8em;
  color: #005E1D;
  margin: 0 0 3rem;
  padding: 2.5rem 0.5rem;
  border-top: 0.15rem dashed #005E1D;
  border-bottom: 0.15rem dashed #005E1D;
}

#section1 {
  padding-bottom: 0;
}
#section1 .content {
  border-bottom: 0;
}
@media (min-width: 761px) {
  #section1 .content figure {
    width: 23rem;
    float: right;
    margin-top: 3.5rem;
    margin-right: -5rem;
    margin-left: 2rem;
  }
}

@media (min-width: 761px) {
  #section2 h2 {
    font-size: 3rem;
  }
}
@media (min-width: 761px) {
  #section2 .content .figure {
    width: 33.8rem;
    height: 40.4rem;
    float: left;
    margin-left: -8.9rem;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
#section2 .content .inline {
	margin-bottom:  1rem;
}
@media (min-width: 761px) {
  #section2 .content .inline img {
    margin-right: -4rem;
    width: 33.5rem;
    height: 13rem;
  }
}

@media (min-width: 761px) {
  #section3 .content {
    position: relative;
  }
  #section3 .content .figure {
    width: 29.7rem;
    height: 30.7rem;
    float: right;
    margin-right: -2rem;
  }
  #section3 .content .figure02 {
    position: absolute;
    bottom: -5rem;
    right: -9.8rem;
    width: 26rem;
    height: 24rem;
  }
}
@media (min-width: 761px) {
  #sectionPapa.content_block {
    margin: 6rem auto 4.1rem;
  }
  #sectionPapa .content figure {
    width: 62.5rem;
    height: 50rem;
    margin-left: -2rem;
    margin-top: -7.5rem;
    margin-bottom: -7.5rem;
  }
  #sectionPapa .content .borderTxt {
    position: relative;
  }
}

@media (min-width: 761px) {
  #section4 .content figure {
    width: 30.4rem;
    height: 31rem;
    float: right;
    margin-right: -8.95rem;
    margin-left: 2rem;
  }
}

@media (max-width: 760px) {
  #section5 {
    margin-bottom: 0;
  }
}
#section5 h2 {
  font-size: 2.7rem;
}
@media (min-width: 761px) {
  #section5 .content figure {
    width: 37.6rem;
    height: 45.2rem;
    float: left;
    margin-right: 2rem;
    margin-top: -5rem;
    margin-left: -17rem;
  }
}

#how-to-use {
  margin: 4rem auto;
}
@media (max-width: 760px) {
  #how-to-use {
    margin: 0;
    padding: 4rem 0;
    background: url(../img/bg-how_to_use.gif) repeat;
  }
}
#how-to-use img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  #how-to-use img {
    width: 80.7rem;
    height: 118.3rem;
  }
}

#voice {
  margin: 4rem auto;
}
#voice h2 {
  color: #FFF;
  background: #005E1D;
  font-size: 3.1rem;
  text-align: center;
  margin: 0;
  padding: 2.4rem 9rem;
  letter-spacing: 0;
  text-shadow: 0.1em 0.1em 0.2em rgba(0, 0, 0, 0.9);
  margin: 0 auto 0.8rem;
}
#voice.content_block .content {
  padding: 1.5rem 1.5rem;
}
@media (max-width: 760px) {
  #voice {
    margin: 0;
    padding: 4rem 0;
  }
  #voice h2 {
    padding: 1rem 1.8rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  #voice.content_block .content {
        padding: 1rem 0.5rem;
  }
  #voice .voiceIn {
    padding: 1rem;
  }
  #voice .voice_box {
    background: url(../img/bg-voice-box_mp.jpg) repeat;
    border: 0.8rem solid #e7dcc0;
    box-shadow: 0 0 1.5rem 0 rgba(108, 108, 108, 0.3);
    margin-bottom: 2rem;
    padding: 2rem;
  }
  #voice .voice_box .text {
  }
  #voice .voice_box figure {
    float: right;
    width: 35vw;
    padding: 0 0 0.5rem 1rem;
  }
  #voice .voice_box .profile {
    color: #8d7a4b;
    text-align: right;
  }
}
/* #voice img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 761px) {
  #voice img {
    width: 75rem;
    height: auto;
  }
}
 */
 .secBnr {
  background-color: #fff;
  padding-top: 4rem;
 }
.secBnr .banner {
  width: 75rem;
  margin: 0 auto;
  padding: 0;
}
.secBnr .banner img {
  width: 100%;
}
@media (max-width: 760px) {
  .secBnr {
    padding-top: 0;
   }
  .secBnr .banner {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
}

#news {
  background: #FFF;
  padding: 4rem 0;
}
#news div.separator {
  border-top: 0.2rem dashed #005E1D;
}
#news .content {
  padding-top: 3rem;
  margin: 0 auto;
}
@media (min-width: 761px) {
  #news .content {
    width: 80rem;
  }
}
#news h2 {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-size: 1.9rem;
}
#news h2 span {
  display: inline-block;
  padding: 0.5em 3em;
  color: #FFF;
  background: #005E1D;
  border-left: #D3D606 solid 2rem;
}
@media (max-width: 760px) {
  #news h2 {
    margin: 1em 0;
  }
}
@media (min-width: 761px) {
  #news figure {
    width: 30.2rem;
    height: 20.2rem;
    padding-top: 2rem;
    margin-left: 1rem;
    float: right;
  }
}
#news dl.topics_list dt {
  width: 10em;
}
#news dl.topics_list dd {
  margin-left: 12em;
  margin-bottom: 0.5em;
}
#news dl.topics_list dd::before {
  content: none;
}
#news dl.topics_list dd::after {
  content: none;
}
@media (max-width: 760px) {
  #news dl.topics_list {
    padding: 1rem;
  }
  #news dl.topics_list dt, #news dl.topics_list dd {
    width: auto;
    margin-left: 0;
  }
}
