@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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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 img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/*全体
---------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 1.6pt;
  word-break: break-all;
  font-feature-settings: "palt";
  position: relative;
  overflow-x: hidden;
  text-align: center; }

img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  display: block; }

a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  color: #826c39;
  text-decoration: none; }
a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

p {
  text-align: left;
  padding: 5px 0 0;
  margin: 0; }

/*--------flexBox--------*/
/*--------header--------*/
.header {
  margin: 3%;
  box-sizing: border-box;
  animation: fadeUp 2s ease 0s 1 normal;
  -webkit-animation: fadeUp 2s ease 0s 1 normal; }
@keyframes fadeUp {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadev {
  0% {
    opacity: 0; }
  25% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.header .title {
  /**/ }
.header .title h1 {
  color: #666;
  text-align: center;
  font-weight: bold; }
.header .cover .copyright {
  position: relative;
  font-size: 10px; }
.header .cover .copyright span {
  width: 50px;
  display: inline-block;
  position: absolute;
  right: 0; }

#pageTop {
  position: fixed;
  z-index: 9999; }
#pageTop a {
  color: #fff;
  display: block;
  font-size: 18px;
  border-radius: 50%;
  background: #ba9522;
  font-weight: bold;
  text-align: center; }

.btn_buy {
  background-color: #ba9522;
  color: #fff;
  padding: 7px 0;
  display: block;
  font-size: 14px;
  margin: 20px 0 0; }

.btn_buy2 {
  background-color: #ba9522;
  color: #fff;
  padding: 7px 10px;
  display: block;
  font-size: 14px;
  margin: 20px 5px 0;
  box-sizing: border-box; }

/*--------main--------*/
.main .Box_lead {
  align-items: center;
  justify-content: center;
  display: flex; }
.main .Box_lead .txt_lead {
  width: 90%;
  font-weight: bold; }
.main h2 {
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #ba9522; }
.main h3 {
  font-weight: bold; }
.main h3 span {
  color: #ba9522; }
.main h2:before, .main h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 3px;
  background-color: #ba9522; }
.main h2:before {
  left: 0; }
.main h2:after {
  right: 0; }
.main .Box_item .i_box .l_box img {
  border: 1px solid rgba(0, 0, 0, 0.1); }
.main .Box_item02 .box .box1_3 h3 {
  font-size: 20px;
  font-weight: bold;
  padding: 15px 0 0; }
.main .Box_item02 .box .box1_3 img {
  border: 1px solid rgba(0, 0, 0, 0.1); }
.main .Box_item02 .btn_box {
  width: 100%;
  margin: 0 auto; }
.main .Box_item02 .btn_box .btn_box_s {
  width: 50%;
  margin: 0 auto; }

/*--------footer--------*/
footer {
  font-size: 10px;
  text-align: center;
  padding: 0 0; }

/* PC
--------------------------------------*/
@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)"; }

  .mt20 {
    display: block;
    margin: 40px auto 0; }

  /*--------flexBox--------*/
  .flexBox {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  .wrapper {
    border: 30px solid #9fa0a0;
    box-sizing: border-box; }

  /*--------header--------*/
  @keyframes fadeUp {
    0% {
      opacity: 0; }
    25% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadev {
    0% {
      opacity: 0; }
    25% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .header .title {
    width: 50%;
    align-items: center;
    justify-content: center;
    display: flex; }
  .header .title h1 {
    width: 50%; }
  .header .cover {
    width: 50%; }

  #pageTop {
    bottom: 20px;
    right: 5px; }
  #pageTop a {
    padding: 10px 5px 0 5px;
    width: 40px;
    height: 40px; }
  #pageTop i.fa {
    padding-right: 7px; }

  /*--------main--------*/
  .main {
    /*background-color: rgba(0,0,0,0.1);*/
    margin: 30px; }
  .main .Box_lead .txt_lead {
    font-size: 18px;
    margin: 60px 0 0;
    text-align: center; }
  .main h2 {
    font-size: 30px;
    padding: 0 85px; }
  .main h3 {
    font-size: 30px; }
  .main h3 span {
    font-size: 20px; }
  .main h2:before, .main h2:after {
    width: 75px; }
  .main .Box_item {
    width: 100%;
    margin: 60px auto 0; }
  .main .Box_item .i_box {
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 40px 0; }
  .main .Box_item .i_box .l_box {
    width: 50%;
    margin: 0 auto; }
  .main .Box_item .i_box .r_box {
    width: 40%;
    margin: 0 auto; }
  .main .Box_item .i_box .r_box .price {
    text-align: center;
    font-size: 18px; }
  .main .Box_item .i_box .r_box .ex {
    margin: 15px 0 0; }
  .main .Box_item .i_box .r_box .credit {
    margin: 15px 0 0; }
  .main .Box_item02 {
    margin: 60px 0 0; }
  .main .Box_item02 h2 {
    font-weight: bold;
    font-size: 30px; }
  .main .Box_item02 .box .box1_3 {
    width: 25%;
    width: calc((100% - 1%) / 3 - 1%);
    width: -webkit-calc((100% - 1%) / 3 - 1%);
    box-sizing: border-box;
    align-items: stretch;
    margin: 0 auto;
    padding: 20px 15px 40px; }

  /*--------footer--------*/
  footer .corporate {
    width: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 4% auto; }
  footer .corporate li {
    width: 50%;
    width: calc((100% - 15%) / 2);
    width: -webkit-calc((100% - 15%) / 2);
    box-sizing: border-box;
    align-items: stretch;
    margin: 0 auto; }
  footer .corporate li a {
    padding: 20px 0; }
  footer .logo {
    width: 10%;
    margin: 0 auto;
    padding: 40px 0 100px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)"; }

  .mt20 {
    display: block;
    margin: 20px auto 0; }

  /*--------flexBox--------*/
  .wrapper {
    border: 10px solid #9fa0a0;
    box-sizing: border-box; }

  /*--------header--------*/
  @keyframes fadeUp {
    0% {
      opacity: 0; }
    25% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @-webkit-keyframes fadev {
    0% {
      opacity: 0; }
    25% {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .header .title h1 {
    width: 40%;
    margin: 0 auto;
    padding: 12px 0; }

  #pageTop {
    bottom: 10px;
    right: 10px; }
  #pageTop a {
    width: 35px;
    height: 35px;
    padding: 5px 3px 1px 3px; }
  #pageTop i.fa {
    padding-top: 0.2px; }

  /*--------main--------*/
  .main {
    /*background-color: rgba(0,0,0,0.1);*/
    margin: 0 3%; }
  .main .Box_lead .txt_lead {
    font-size: 14px;
    margin: 40px 0;
    text-align: left; }
  .main h2 {
    font-size: 25px;
    padding: 0 35px; }
  .main h3 {
    font-size: 25px; }
  .main h3 span {
    font-size: 18px; }
  .main h2:before, .main h2:after {
    width: 25px; }
  .main .Box_item {
    width: 100%;
    margin: 40px 0 0; }
  .main .Box_item .i_box {
    margin: 0 auto;
    padding: 10px 0 40px; }
  .main .Box_item .i_box .l_box {
    width: 100%;
    margin: 0 auto; }
  .main .Box_item .i_box .r_box {
    width: 100%;
    margin: 0 auto;
    padding-top: 10px; }
  .main .Box_item .i_box .r_box p {
    padding: 0; }
  .main .Box_item .i_box .r_box .price {
    text-align: center;
    font-size: 16px; }
  .main .Box_item .i_box .r_box .ex {
    margin: 10px 0 0; }
  .main .Box_item .i_box .r_box .credit {
    margin: 10px 0 0; }
  .main .Box_item02 {
    margin: 40px 0 0; }
  .main .Box_item02 h2 {
    font-weight: bold;
    font-size: 30px; }
  .main .Box_item02 .box .box1_3 {
    padding: 10px 0 40px; }
  .main .Box_item02 .btn_box {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around; }

  /*--------footer--------*/
  footer .corporate {
    width: 90%;
    margin: 20px auto 40px; }
  footer .corporate li a {
    padding: 20px 0; }
  footer .logo {
    width: 30%;
    margin: 0 auto;
    padding: 40px 0 80px; } }
body {
  font-family: Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

h1, h2, h3 {
  font-family: 'Century Gothic', 'Roboto', Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
