@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  /**vertical-align:baseline;**/
  background: transparent;
  font-weight: normal; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

ul li {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  margin: 0px;
  padding: 0px; }

select,
input,
textarea {
  line-height: 1.8em;
  border: 1px solid #CCCCCC;
  padding: 5px 8px;
  font-size: 12px; }

/*======================================

	1-2.Universal selector

=======================================*/
* {
  font-weight: normal;
  font-style: normal;
  font-size: 100%; }

/*======================================

	1-4.Text Module

=======================================*/
p,
pre,
address,
cite {
  margin: 0em;
  padding: 0em;
  line-height: 1.6em;
  color: #333333; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0em;
  padding: 0em;
  line-height: 1.8em;
  font-weight: normal;
  color: #333333; }

strong {
  font-weight: bold;
  line-height: 200%; }

/*======================================

	1-5.Hypertext Module

=======================================*/
/*======================================

	1-6.List Module

=======================================*/
ul,
ol,
dl {
  margin: 0px;
  padding-left: 0px; }

li,
dt,
dd {
  list-style: none;
  line-height: 1.8em;
  color: #333333; }

ol li {
  list-style: decimal inside;
  margin-left: 35px;
  text-indent: -25px; }

dd {
  margin: 0px 0px 0px 10px; }

/*======================================

	1-7.Edit Module

=======================================*/
/*======================================

	1-8.Forms Module

=======================================*/
textarea {
  font-size: 12px; }

select {
  padding: 0.1em;
  font-size: 12px; }

input:focus,
textarea:focus {
  font-size: 12px;
  background: #FFFFCC; }

/*======================================

	1-9.Tables Module

=======================================*/
table {
  border-collapse: separate;
  border-spacing: 0px;
  border-collapse: collapse; }

/*======================================

	1-10.Image Module

=======================================*/
img {
  border-style: none;
  padding: 0px; }

/*======================================

	1-11.Object Module

=======================================*/
/** none style **/
.none {
  display: none; }

/** clear style **/
.clear {
  clear: both; }

.clearfix {
  _display: inline-block; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden; }

/** float style **/
/* left-floats */
.fleft0 {
  float: left;
  display: inline; }

.fleft1 {
  float: left;
  display: inline;
  margin-right: 10px; }

.fleft2 {
  float: left;
  display: inline;
  margin-right: 20px; }

/* right-floats */
.fright0 {
  float: right;
  display: inline; }

.fright1 {
  float: right;
  display: inline;
  margin-left: 10px; }

.fright2 {
  float: right;
  display: inline;
  margin-left: 20px; }

/** All-margins style **/
.m5 {
  margin: 5px; }

.m10 {
  margin: 10px; }

.m15 {
  margin: 15px; }

.m20 {
  margin: 20px; }

.m30 {
  margin: 30px; }

.m40 {
  margin: 40px; }

.m50 {
  margin: 50px; }

.m75 {
  margin: 75px; }

.m100 {
  margin: 100px; }

/** Top-margins style **/
.t-m5 {
  margin-top: 5px; }

.t-m10 {
  margin-top: 10px; }

.t-m15 {
  margin-top: 15px; }

.t-m20 {
  margin-top: 20px; }

.t-m30 {
  margin-top: 30px; }

.t-m40 {
  margin-top: 40px; }

.t-m50 {
  margin-top: 50px; }

.t-m75 {
  margin-top: 75px; }

.t-m100 {
  margin-top: 100px; }

/** Bottom-margins style **/
.b-m5 {
  margin-bottom: 5px; }

.b-m10 {
  margin-bottom: 10px; }

.b-m15 {
  margin-bottom: 15px; }

.b-m20 {
  margin-bottom: 20px; }

.b-m30 {
  margin-bottom: 30px; }

.b-m40 {
  margin-bottom: 40px; }

.b-m50 {
  margin-bottom: 50px; }

.b-m75 {
  margin-bottom: 75px; }

.b-m100 {
  margin-bottom: 100px; }

/** Left-margins style **/
.l-m5 {
  margin-left: 5px; }

.l-m10 {
  margin-left: 10px; }

.l-m15 {
  margin-left: 15px; }

.l-m20 {
  margin-left: 20px; }

.l-m30 {
  margin-left: 30px; }

.l-m40 {
  margin-left: 40px; }

.l-m50 {
  margin-left: 50px; }

.l-m70 {
  margin-left: 70px; }

.l-m75 {
  margin-left: 75px; }

.l-m100 {
  margin-left: 100px; }

/** Right-margins style **/
.r-m5 {
  margin-right: 5px; }

.r-m10 {
  margin-right: 10px; }

.r-m15 {
  margin-right: 15px; }

.r-m20 {
  margin-right: 20px; }

.r-m30 {
  margin-right: 30px; }

.r-m40 {
  margin-right: 40px; }

.r-m50 {
  margin-right: 50px; }

.r-m75 {
  margin-right: 75px; }

.r-m100 {
  margin-right: 100px; }

/** Height-margins style **/
.h-m5 {
  margin-top: 5px;
  margin-bottom: 5px; }

.h-m10 {
  margin-top: 10px;
  margin-bottom: 10px; }

.h-m15 {
  margin-top: 15px;
  margin-bottom: 15px; }

.h-m20 {
  margin-top: 20px;
  margin-bottom: 20px; }

.h-m30 {
  margin-top: 30px;
  margin-bottom: 30px; }

.h-m40 {
  margin-top: 40px;
  margin-bottom: 40px; }

.h-m50 {
  margin-top: 50px;
  margin-bottom: 50px; }

/** Width-margins style **/
.w-m5 {
  margin-left: 5px;
  margin-right: 5px; }

.w-m10 {
  margin-left: 10px;
  margin-right: 10px; }

.w-m15 {
  margin-left: 15px;
  margin-right: 15px; }

.w-m20 {
  margin-left: 20px;
  margin-right: 20px; }

.w-m30 {
  margin-left: 30px;
  margin-right: 30px; }

.w-m40 {
  margin-left: 40px;
  margin-right: 40px; }

.w-m50 {
  margin-left: 50px;
  margin-right: 50px; }

/** All-paddings style **/
.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.p40 {
  padding: 40px; }

.p50 {
  padding: 50px; }

.p75 {
  padding: 75px; }

.p100 {
  padding: 100px; }

/** Top-paddings style **/
.t-p5 {
  padding-top: 5px; }

.t-p10 {
  padding-top: 10px; }

.t-p15 {
  padding-top: 15px; }

.t-p20 {
  padding-top: 20px; }

.t-p30 {
  padding-top: 30px; }

.t-p40 {
  padding-top: 40px; }

.t-p50 {
  padding-top: 50px; }

.t-p75 {
  padding-top: 75px; }

.t-p100 {
  padding-top: 100px; }

/** Bottom-paddings style **/
.b-p5 {
  padding-bottom: 5px; }

.b-p10 {
  padding-bottom: 10px; }

.b-p15 {
  padding-bottom: 15px; }

.b-p20 {
  padding-bottom: 20px; }

.b-p30 {
  padding-bottom: 30px; }

.b-p40 {
  padding-bottom: 40px; }

.b-p50 {
  padding-bottom: 50px; }

.b-p75 {
  padding-bottom: 75px; }

.b-p100 {
  padding-bottom: 100px; }

/** Left-paddings style **/
.l-p5 {
  padding-left: 5px; }

.l-p10 {
  padding-left: 10px; }

.l-p15 {
  padding-left: 15px; }

.l-p20 {
  padding-left: 20px; }

.l-p30 {
  padding-left: 30px; }

.l-p40 {
  padding-left: 40px; }

.l-p50 {
  padding-left: 50px; }

.l-p75 {
  padding-left: 75px; }

.l-p100 {
  padding-left: 100px; }

/** Right-paddings style **/
.r-p5 {
  padding-right: 5px; }

.r-p10 {
  padding-right: 10px; }

.r-p15 {
  padding-right: 15px; }

.r-p20 {
  padding-right: 20px; }

.r-p30 {
  padding-right: 30px; }

.r-p40 {
  padding-right: 40px; }

.r-p50 {
  padding-right: 50px; }

.r-p75 {
  padding-right: 75px; }

.r-p100 {
  padding-right: 100px; }

/** Height-paddings style **/
.h-p5 {
  padding-top: 5px;
  padding-bottom: 5px; }

.h-p10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.h-p15 {
  padding-top: 15px;
  padding-bottom: 15px; }

.h-p20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.h-p30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.h-p40 {
  padding-top: 40px;
  padding-bottom: 40px; }

.h-p50 {
  padding-top: 50px;
  padding-bottom: 50px; }

.h-p75 {
  padding-top: 75px;
  padding-bottom: 75px; }

.h-p100 {
  padding-top: 100px;
  padding-bottom: 100px; }

/** Width-paddings style **/
.w-p5 {
  padding-left: 5px;
  padding-right: 5px; }

.w-p10 {
  padding-left: 10px;
  padding-right: 10px; }

.w-p15 {
  padding-left: 15px;
  padding-right: 15px; }

.w-p20 {
  padding-left: 20px;
  padding-right: 20px; }

.w-p30 {
  padding-left: 30px;
  padding-right: 30px; }

.w-p40 {
  padding-left: 40px;
  padding-right: 40px; }

.w-p50 {
  padding-left: 50px;
  padding-right: 50px; }

.w-p75 {
  padding-left: 75px;
  padding-right: 75px; }

.w-p100 {
  padding-left: 100px;
  padding-right: 100px; }

/** Text-aligns style **/
.tcenter {
  text-align: center; }

.tright {
  text-align: right; }

.tleft {
  text-align: left; }

/** font-colors style **/
.orange {
  color: #FF6600; }

.orange2 {
  color: #FF9933; }

.red {
  color: #CC0000; }

.red2 {
  color: #FF6666; }

.wine {
  color: #9E005D; }

.blue {
  color: #0033FF; }

.green {
  color: #75BE2E; }

.skyblue {
  color: #007BC6; }

.magenta {
  color: #663366; }

.white {
  color: #FFF; }

.darkpink {
  color: #9E005D; }

/** font-sizes style **/
.f-s8 {
  font-size: 8px; }

.f-s10 {
  font-size: 10px; }

.f-s11 {
  font-size: 11px; }

.f-s12 {
  font-size: 12px; }

.f-s13 {
  font-size: 13px; }

.f-s14 {
  font-size: 14px; }

.f-s16 {
  font-size: 16px; }

.f-s18 {
  font-size: 18px; }

.f-s20 {
  font-size: 20px; }

.f-s22 {
  font-size: 22px; }

.f-s24 {
  font-size: 24px; }

.l0 {
  line-height: 0; }

.bnone {
  border: none; }

.pc {
  display: block; }
  @media screen and (max-width: 767px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block; } }

.inner_wide {
  width: 1230px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner_wide {
      width: 90%; } }

.inner {
  width: 1000px;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner {
      width: 90%; } }

.flb_sb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }

.flb_ct {
  display: flex;
  justify-content: center; }

.flb_st {
  display: flex;
  justify-content: flex-start; }

.flb_ed, .enjoy .box .img {
  display: flex;
  justify-content: flex-end; }

.hv {
  text-decoration: none;
  opacity: 0.7; }

.ab_tl {
  position: absolute;
  top: 0;
  left: 0; }

.ab_tr {
  position: absolute;
  top: 0;
  right: 0; }

.min, footer .btn, footer .copy, .ttl, .sub, .feature .box h4, .feature .box h5, .enjoy .box h4 {
  font-family: 'Shippori Mincho B1', serif; }

body {
  background: #060606;
  margin: 0;
  padding: 0;
  line-height: 1.8em;
  font-size: 18px;
  min-width: 1080px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
  @media screen and (max-width: 767px) {
    body {
      min-width: 100%; } }

a {
  color: #000000;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

p {
  word-wrap: break-word;
  -ms-word-wrap: break-word;
  line-height: 1.8em;
  font-size: 18px;
  color: #fff; }

dd {
  margin-left: 0px; }

a img {
  border-style: none; }

a img:hover {
  -moz-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70); }

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

/* ヘッダー */
header {
  position: relative;
  background: url("../images/main.jpg") center top no-repeat;
  padding-bottom: 80px; }
  @media screen and (max-width: 767px) {
    header {
      background: none;
      padding-bottom: 60px; } }
  header h1 {
    text-align: center; }
    header h1 img {
      margin: auto; }
  header h2 {
    width: 1000px;
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -500px; }
    @media screen and (max-width: 767px) {
      header h2 {
        width: 90%;
        margin-left: -45%; } }
    header h2 img {
      width: 190px;
      height: auto; }
      @media screen and (max-width: 767px) {
        header h2 img {
          width: 140px; } }

/* フッター */
footer {
  background: #fff;
  padding-top: 50px; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 30px; } }
  footer .btn {
    display: block;
    width: 400px;
    line-height: 80px;
    background: #c1a362;
    margin: 0 auto 60px auto;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    border-radius: 4px; }
    @media screen and (max-width: 767px) {
      footer .btn {
        width: 100%; } }
    footer .btn span {
      font-size: 20px;
      font-weight: 600; }
    footer .btn::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 40px;
      margin: auto;
      content: "";
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-top: 2px solid #060606;
      border-right: 2px solid #060606;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    footer .btn:hover {
      text-decoration: none;
      opacity: 0.8; }
  footer .txt p {
    font-size: 14px;
    color: #060606;
    padding-bottom: 10px; }
  footer ul {
    display: block; }
    @media screen and (max-width: 767px) {
      footer ul {
        padding-top: 20px; } }
    footer ul li {
      font-size: 14px;
      color: #060606;
      padding-bottom: 10px; }
  footer .flb_sb {
    padding-bottom: 50px; }
    @media screen and (max-width: 767px) {
      footer .flb_sb {
        display: block; } }
  footer .copy {
    background: #060606;
    text-align: center;
    padding: 30px 0;
    font-size: 12px; }
    @media screen and (max-width: 767px) {
      footer .copy {
        font-size: 11px;
        padding: 25px 0; } }

/* コンテンツ */
.ttl {
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em; }
  @media screen and (max-width: 767px) {
    .ttl {
      font-size: 32px;
      font-weight: 400; } }
  .ttl span {
    font-size: 36px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .ttl span {
        font-size: 21px; } }
  .ttl b {
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .ttl b {
        font-size: 22px; } }

.sub {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 40px;
  text-align: center; }
  .sub::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px; }

.about {
  text-align: center;
  padding-bottom: 90px; }

.select {
  background: url("../images/bg1.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .select {
      background: url("../images/bg1_sp.jpg") center top no-repeat;
      background-size: 100%;
      padding-top: 28px;
      padding-bottom: 0; } }
  .select .inner {
    position: relative; }
  .select h2 {
    text-align: left;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .select h2 {
        text-align: center;
        margin-bottom: 0; } }
    .select h2 span {
      font-size: 38px; }
      @media screen and (max-width: 767px) {
        .select h2 span {
          font-size: 34px; } }
    .select h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 1px;
      background: #fff;
      position: absolute;
      left: 0;
      bottom: 0; }
      @media screen and (max-width: 767px) {
        .select h2::after {
          left: 50%;
          margin-left: -30px; } }
  .select p {
    width: 610px; }
    @media screen and (max-width: 767px) {
      .select p {
        width: 100%; } }
  .select .img {
    position: absolute;
    top: -100px;
    right: 0; }
    @media screen and (max-width: 767px) {
      .select .img {
        width: 160px;
        position: relative;
        top: auto;
        right: auto;
        margin: auto;
        display: block; } }

.feature {
  padding-top: 110px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .feature {
      padding-bottom: 40px; } }
  .feature .inner {
    padding-top: 40px; }
  .feature .box {
    width: 320px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 60px 15px 40px 15px; }
    @media screen and (max-width: 767px) {
      .feature .box {
        width: 100%;
        margin-bottom: 90px; } }
    .feature .box h4 {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 1.1em;
      text-align: center;
      background: #c1a362;
      font-size: 48px;
      position: absolute;
      top: -25px;
      left: 50%;
      margin-left: -30px;
      font-weight: 600; }
    .feature .box h5 {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      line-height: 1.4em;
      padding-bottom: 20px; }
    .feature .box p {
      color: #060606; }

.enjoy {
  background: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 100px; }
  @media screen and (max-width: 767px) {
    .enjoy {
      padding-bottom: 0; } }
  .enjoy h2 {
    color: #060606; }
  .enjoy h3 {
    color: #060606; }
    .enjoy h3::after {
      background: #060606; }
  .enjoy .box {
    width: 300px; }
    @media screen and (max-width: 767px) {
      .enjoy .box {
        width: 100%;
        padding-bottom: 80px; } }
    .enjoy .box .img {
      height: 181px; }
      @media screen and (max-width: 767px) {
        .enjoy .box .img {
          height: auto; } }
      .enjoy .box .img img {
        display: block;
        margin: auto; }
    .enjoy .box h4 {
      font-size: 28px;
      font-weight: 600;
      text-align: center;
      padding-bottom: 10px; }
    .enjoy .box p {
      color: #060606; }

.purchase {
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .purchase {
      padding-top: 50px;
      padding-bottom: 40px; } }
  .purchase .box {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .purchase .box {
        padding-bottom: 60px;
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .purchase .box:first-of-type {
        margin-top: -70px; } }
  @media screen and (max-width: 767px) {
    .purchase h2 {
      position: relative;
      z-index: 10; } }
  @media screen and (max-width: 767px) {
    .purchase h3 {
      margin-bottom: 0;
      z-index: 10; } }
  .purchase h4 {
    padding-top: 35px;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 30px; }
  .purchase p {
    color: #fff; }
  .purchase table {
    width: 50%;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .purchase table {
        width: 100%; } }
  .purchase th {
    color: #fff;
    text-align: left;
    background: none !important; }
  .purchase td {
    color: #fff; }
    .purchase td b {
      font-size: 34px; }
  .purchase input[type=text] {
    font-size: 18px;
    text-align: center; }
  .purchase input[type=submit] {
    background: #c1a362 !important;
    font-size: 20px !important;
    font-weight: bold;
    color: #060606 !important;
    margin-top: 20px;
    -webkit-appearance: none;
    border: none !important;
    text-shadow: none !important;
    box-shadow: none !important; }
  .purchase .cartjs_box {
    border: none !important; }
