@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy");
@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
  #form {
    background: #fff;
  }
  #form table.pc.form__step1 {
    margin: auto;
    border: 1px solid #999;
    border-bottom: none;
    width: 80%;
  }
  #form table.pc.form__step1:nth-of-type(7) {
    margin-bottom: 100px;
    border-bottom: 1px solid #999;
  }
  #form table.pc.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(1) {
    padding-left: 5%;
  }
  #form table.pc.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(2) {
    text-align: center;
  }
  #form table.pc.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(3) {
    padding-left: 2%;
  }
  #form table.pc.form__step1 tbody tr th {
    padding: 10px 0;
    background: #f0f0f0;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
    line-height: 1.6;
    font-size: 1.2rem;
    font-weight: bold;
  }
  #form table.pc.form__step1 tbody tr th:nth-of-type(1) {
    width: 70%;
  }
  #form table.pc.form__step1 tbody tr th.price {
    width: 15%;
  }
  #form table.pc.form__step1 tbody tr th:nth-of-type(4) {
    width: 15%;
  }
  #form table.pc.form__step1 tbody tr th:last-child {
    border-right: none;
  }
  #form table.pc.form__step1 tbody tr td {
    border-right: 1px solid #999;
    color: #333;
    background: #fff;
    line-height: 2.4;
  }
  #form table.pc.form__step1 tbody tr td span {
    line-height: 2;
    font-size: 80%;
  }
  #form table.pc.form__step1 tbody tr td.img {
    width: 30%;
    padding: 10px;
  }
  #form table.pc.form__step1 tbody tr td.img p {
    margin-top: -20px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 0.9rem;
  }
  #form table.pc.form__step1 tbody tr td.img img {
    width: 100%;
  }
  #form table.pc.form__step1 tbody tr td:last-child {
    border-right: none;
  }
  #form table.pc.form__step1 tbody tr td label {
    position: relative;
    margin-right: 10px;
    margin-left: 5px;
  }
  #form table.pc.form__step1 tbody tr td label:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 50%;
    right: 0.6em;
    margin-top: -5px;
    border-width: 10px 6.5px;
    border-style: solid;
    border-color: #333 transparent transparent;
    z-index: 1;
  }
  #form table.pc.form__step1 tbody tr td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 50%;
    font-size: 1rem;
    padding: 12px 15px;
    border: 1px solid #999;
    background: #eee;
    background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 20px, 100%;
    position: relative;
    display: inline-block;
  }
}

/*IE10以降*/
@media all and (-ms-high-contrast: none) {
  label:after {
    display: none !important;
  }
}

/*IE11*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop:after,
  label:after {
    display: none !important;
  }
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
  #form {
    background: #fff;
  }
  #form table.sp.form__step1 {
    margin: auto;
    border: 1px solid #999;
    width: 95%;
    margin-bottom: 50px;
  }
  #form table.sp.form__step1:last-of-type {
    margin-bottom: 100px;
    border-bottom: 1px solid #999;
  }
  #form table.sp.form__step1 tbody tr img {
    display: block;
    width: 30%;
    padding: 0;
    margin: auto;
    text-align: center;
  }
  #form table.sp.form__step1 tbody tr p {
    font-size: 0.8rem;
    text-align: left;
    width: 95%;
    margin: auto;
  }
  #form table.sp.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(1) {
    padding: 0 5% 0 3%;
  }
  #form table.sp.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(2) {
    padding-left: 1%;
    text-align: center;
  }
  #form table.sp.form__step1 tbody tr:nth-of-type(n+3) td:nth-of-type(3) {
    padding-left: 1%;
  }
  #form table.sp.form__step1 tbody tr th {
    padding: 10px 0;
    background: #f0f0f0;
    color: #333;
    text-align: center;
    border: 1px solid #999;
    line-height: 1.6;
    font-size: 1.1rem;
    font-weight: bold;
  }
  #form table.sp.form__step1 tbody tr th:nth-of-type(1) {
    width: 60%;
  }
  #form table.sp.form__step1 tbody tr th.price {
    width: 23%;
  }
  #form table.sp.form__step1 tbody tr th:nth-of-type(4) {
    width: 17%;
  }
  #form table.sp.form__step1 tbody tr th:last-child {
    border-right: none;
  }
  #form table.sp.form__step1 tbody tr td {
    border-right: 1px solid #999;
    color: #333;
    background: #fff;
    line-height: 1.6;
    padding: 10px 0;
  }
  #form table.sp.form__step1 tbody tr td span {
    line-height: 2;
    font-size: 80%;
  }
  #form table.sp.form__step1 tbody tr td label {
    position: relative;
    top: 2px;
    margin-left: 5px;
  }
  #form table.sp.form__step1 tbody tr td label:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    top: 35%;
    right: 15px;
    margin-top: -.2em;
    border-width: 0.45em 0.3em;
    border-style: solid;
    border-color: #333 transparent transparent;
    z-index: 1;
  }
  #form table.sp.form__step1 tbody tr td select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1rem;
    padding: 7px 40% 7px 22%;
    border: 1px solid #999;
    background: #eee;
    background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
    background: right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
    background-size: 20px, 100%;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
  }
  #form table.sp.form__step1 tbody tr td.img {
    width: 30%;
    padding: 10px;
  }
  #form table.sp.form__step1 tbody tr td.img img {
    width: 100%;
  }
  #form table.sp.form__step1 tbody tr td:last-child {
    border-right: none;
  }
}

/*IE10以降に適用されるCSSハック（一応）*/
@media all and (-ms-high-contrast: none) {
  label:after {
    display: none;
  }
}

/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop:after,
  label:after {
    display: none;
  }
}

.error {
  background: #edbebe;
}

#form img {
  width: 80%;
  display: block;
  margin: auto;
}

#form span.form__example {
  display: block;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #333;
}

#form span.form__example a {
  color: #3e5933;
}

#form span.form__example2 {
  font-size: 0.8rem;
  line-height: 1.6;
}

#form table.form__step2,
#form table.form__step3 {
  margin: auto auto 100px;
  border: 1px solid #666;
  border-bottom: none;
  width: 80%;
}

#form table.form__step2:last-of-type,
#form table.form__step3:last-of-type {
  margin-bottom: 100px;
}

#form table.form__step2 tr th,
#form table.form__step3 tr th {
  background: #f4f4f4;
  color: #333;
  padding: 20px;
  line-height: 1.8;
  border-bottom: 1px solid #666;
}

#form table.form__step2 tr td,
#form table.form__step3 tr td {
  font-size: 1.1rem;
  color: #333;
  border-bottom: 1px solid #666;
  padding: 20px;
  line-height: 2;
}

#form table.form__step2 tr td strong,
#form table.form__step3 tr td strong {
  color: #cf3930;
}

#form table.form__step2 tr td:nth-of-type(1),
#form table.form__step3 tr td:nth-of-type(1) {
  width: 260px;
  background: #f4f4f4;
  border-right: 1px solid #666;
}

#form table.form__step2 tr td:nth-of-type(1) span.require,
#form table.form__step3 tr td:nth-of-type(1) span.require {
  font-size: 0.8rem;
  margin-left: 10px;
  color: #fff;
  background: #f07605;
  border-radius: 5px;
  padding: 5px;
}

#form table.form__step2 tr td:nth-of-type(2),
#form table.form__step3 tr td:nth-of-type(2) {
  width: calc(100% - 260px);
}

#form table.form__step2 tr td:nth-of-type(2) span.form__orange,
#form table.form__step3 tr td:nth-of-type(2) span.form__orange {
  color: #f07605;
}

#form table.form__step2 tr td:nth-of-type(2) div.form__otodoke,
#form table.form__step3 tr td:nth-of-type(2) div.form__otodoke {
  margin-top: 20px;
}

#form table.form__step2 tr td:nth-of-type(2) label:nth-of-type(3) input[type="radio"],
#form table.form__step3 tr td:nth-of-type(2) label:nth-of-type(3) input[type="radio"] {
  margin-bottom: 0;
}

#form table.form__step2 tr td:nth-of-type(2) label input[type="radio"],
#form table.form__step3 tr td:nth-of-type(2) label input[type="radio"] {
  padding: 5px;
  width: 3%;
  margin-bottom: 15px;
}

#form table.form__step2 tr td:nth-of-type(2) input[type="text"],
#form table.form__step3 tr td:nth-of-type(2) input[type="text"] {
  width: 70%;
  margin-top: 5px;
  padding: 5px;
  font-size: 1rem;
  border: 1px solid #d0d0d0;
}

#form table.form__step2 tr td:nth-of-type(2).form__address input,
#form table.form__step3 tr td:nth-of-type(2).form__address input {
  width: 20%;
  margin-left: 5px;
}

#form table.form__step2 tr td:nth-of-type(2).form__address .form__address__list,
#form table.form__step3 tr td:nth-of-type(2).form__address .form__address__list {
  margin-top: 20px;
}

#form table.form__step2 tr td:nth-of-type(2).form__address .form__address__textarea,
#form table.form__step3 tr td:nth-of-type(2).form__address .form__address__textarea {
  margin-top: 20px;
}

#form table.form__step2 tr td:nth-of-type(2).form__address .form__address__textarea textarea,
#form table.form__step3 tr td:nth-of-type(2).form__address .form__address__textarea textarea {
  font-size: 1rem;
  width: 70%;
  resize: vertical;
  resize: none;
  border: 1px solid #d0d0d0;
}

#form table.form__step2 tr td:nth-of-type(2) select,
#form table.form__step3 tr td:nth-of-type(2) select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1rem;
  padding: 7px 10px;
  border: 1px solid #999;
  background: #eee;
  background: right 50% no-repeat, -webkit-linear-gradient(top, #fff 0%, #efebe1 100%);
  background: right 50% no-repeat, linear-gradient(to bottom, #fff 0%, #efebe1 100%);
  background-size: 20px, 100%;
  position: relative;
  display: inline-block;
}

#form table.form__step3 tr th {
  background: #fff;
}

#form table.form__step3 tr th:first-of-type input {
  margin-bottom: 10px;
}

#form table.form__step4 {
  width: 80%;
  margin: auto auto 60px;
  border: 1px solid #666;
}

#form table.form__step4 tr td {
  background: #fff;
  padding: 20px;
}

#form table.form__step4 tr td textarea {
  width: 80%;
}

#form .form__btn {
  margin-bottom: 50px;
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 600px;
  margin: auto;
}

#form .form__btn::after, #form .form__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

#form .form__btn::before {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

#form .form__btn::after {
  right: 30px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 20px solid #7a0;
  z-index: 2;
}

#form .form__btn input[type="submit"] {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  border: none;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 2.6rem;
  box-shadow: 3px 3px 10px #999;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #6eaf53;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-bottom: 60px;
}

#form .form__btn input[type="submit"]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 959px) {
  #form img {
    width: 95%;
    display: block;
    margin: auto;
  }
  #form table.form__step2,
  #form table.form__step3,
  #form table.form__step4 {
    width: 95%;
  }
  #form table.form__step2 tr td,
  #form table.form__step3 tr td,
  #form table.form__step4 tr td {
    padding: 15px;
    box-sizing: border-box;
    font-size: 1rem;
    border-right: 1px solid #666;
  }
  #form table.form__step2 tr td:nth-of-type(1),
  #form table.form__step3 tr td:nth-of-type(1),
  #form table.form__step4 tr td:nth-of-type(1) {
    width: 100%;
    display: block;
  }
  #form table.form__step2 tr td:nth-of-type(2),
  #form table.form__step3 tr td:nth-of-type(2),
  #form table.form__step4 tr td:nth-of-type(2) {
    width: 100%;
    display: block;
  }
  #form table.form__step2 tr td:nth-of-type(2) label,
  #form table.form__step3 tr td:nth-of-type(2) label,
  #form table.form__step4 tr td:nth-of-type(2) label {
    font-size: 0.8rem;
  }
  #form table.form__step2 tr td:nth-of-type(2) label:nth-of-type(3) input[type="radio"],
  #form table.form__step3 tr td:nth-of-type(2) label:nth-of-type(3) input[type="radio"],
  #form table.form__step4 tr td:nth-of-type(2) label:nth-of-type(3) input[type="radio"] {
    margin-bottom: 0;
  }
  #form table.form__step2 tr td:nth-of-type(2) label input[type="radio"],
  #form table.form__step3 tr td:nth-of-type(2) label input[type="radio"],
  #form table.form__step4 tr td:nth-of-type(2) label input[type="radio"] {
    padding: 5px;
    width: 5%;
    margin-bottom: 15px;
  }
  #form table.form__step2 tr td:nth-of-type(2) input[type="text"],
  #form table.form__step3 tr td:nth-of-type(2) input[type="text"],
  #form table.form__step4 tr td:nth-of-type(2) input[type="text"] {
    width: 80%;
  }
  #form table.form__step2 tr td:nth-of-type(2).form__address input,
  #form table.form__step3 tr td:nth-of-type(2).form__address input,
  #form table.form__step4 tr td:nth-of-type(2).form__address input {
    width: 40%;
  }
  #form table.form__step2 tr td:nth-of-type(2).form__address .form__address__textarea textarea,
  #form table.form__step3 tr td:nth-of-type(2).form__address .form__address__textarea textarea,
  #form table.form__step4 tr td:nth-of-type(2).form__address .form__address__textarea textarea {
    font-size: 1rem;
    width: 95%;
  }
  #form table.form__step4 {
    margin-bottom: 40px;
  }
  #form table.form__step4 tr td {
    border-right: none;
  }
  #form table.form__step4 tr td textarea {
    width: 100%;
    margin-bottom: 10px;
  }
  #form .form__btn {
    margin-bottom: 50px;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 300px;
    margin: auto;
  }
  #form .form__btn::after, #form .form__btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  #form .form__btn::before {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
  }
  #form .form__btn::after {
    right: 8px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 8px solid transparent;
    border-left: 11px solid #7a0;
    z-index: 2;
  }
  #form .form__btn input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    border: none;
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 3px 3px 10px #999;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #6eaf53;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    margin-bottom: 50px;
  }
  #form .form__btn input[type="submit"]:hover {
    opacity: 0.8;
  }
}

#form {
  counter-reset: titleNum;
}

#form h3 {
  counter-increment: titleNum;
  line-height: 1.8;
}

#form h3.form__h__step {
  margin: auto;
  background: #59493f;
  box-sizing: border-box;
  color: #fff;
  position: relative;
}

#form h3.form__h__step span {
  position: relative;
}

#form h3.form__h__step span.form__t__step {
  background: #59493f;
  z-index: 1;
  font-weight: bold;
  padding-bottom: 7px;
}

#form h3.form__h__step span.form__t__small {
  display: block;
}

#form h3.form__h__step::before {
  position: absolute;
  content: counter(titleNum);
  border-radius: 100%;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 959px) {
  h3.form__h__step {
    width: 95%;
    font-size: 1rem;
    padding: 10px;
    display: flex;
  }
  h3.form__h__step span.form__t__step {
    padding-bottom: 7px;
  }
  h3.form__h__step span.form__t__info {
    margin-left: 35px;
  }
  h3.form__h__step span.form__t__small {
    font-size: 0.6rem;
  }
  h3.form__h__step::before {
    left: 43px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    color: #fff;
    font-size: 1.2em;
    border: none;
  }
}

@media screen and (min-width: 960px) {
  h3.form__h__step {
    width: 80%;
    font-size: 1.4rem;
    padding: 20px;
  }
  h3.form__h__step span.form__t__step {
    padding-bottom: 7px;
  }
  h3.form__h__step span.form__t__info {
    padding-left: 60px;
  }
  h3.form__h__step span.form__t__small {
    font-size: 0.8rem;
    padding-left: 115px;
  }
  h3.form__h__step::before {
    border: 3px solid #fff;
    top: 18%;
    left: 60px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 3px solid #fff;
    border-radius: 100%;
    color: #fff;
    font-size: 1.2em;
  }
}

.form__btn {
  margin-bottom: 50px;
  position: relative;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 15px;
  width: 600px;
  margin: auto;
}

.form__btn::after, .form__btn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 34px;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.form__btn::before {
  box-sizing: border-box;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

.form__btn::after {
  right: 30px;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  border: 15px solid transparent;
  border-left: 20px solid #7a0;
  z-index: 2;
}

.form__btn input[type="submit"] {
  width: 100%;
  height: 100px;
  border-radius: 15px;
  border: none;
  display: block;
  margin: auto;
  color: #fff;
  font-size: 2.6rem;
  box-shadow: 3px 3px 10px #999;
  text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
  background: #6eaf53;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
  margin-bottom: 60px;
}

.form__btn input[type="submit"]:hover {
  opacity: 0.8;
}

@media screen and (max-width: 959px) {
  .form__btn {
    margin-bottom: 50px;
    position: relative;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
    width: 300px;
    margin: auto;
  }
  .form__btn::after, .form__btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 11px;
    margin: auto;
    content: "";
    vertical-align: middle;
  }
  .form__btn::before {
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
  }
  .form__btn::after {
    right: 8px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 8px solid transparent;
    border-left: 11px solid #7a0;
    z-index: 2;
  }
  .form__btn input[type="submit"] {
    -webkit-appearance: none;
    width: 100%;
    height: 60px;
    border-radius: 15px;
    border: none;
    display: block;
    margin: auto;
    color: #fff;
    font-size: 1.4rem;
    box-shadow: 3px 3px 10px #999;
    text-shadow: -1px 1px 0 rgba(0, 0, 0, 0.2);
    background: #6eaf53;
    cursor: pointer;
    position: relative;
    transition: 0.3s;
    margin-bottom: 50px;
  }
  .form__btn input[type="submit"]:hover {
    opacity: 0.8;
  }
}

.cf:after,
.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

body {
  font-family: "a-otf-futo-min-a101-pr6n", "游明朝 Light", "游明朝", "YuMincho", serif;
  font-weight: 200;
  color: #692c0a;
}

#form {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

#form a,
#form h3,
#form p,
#form span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

img {
  vertical-align: bottom;
}

#mainvisual {
  background-image: url("../img/main.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mainvisual h3 {
  writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-align: left;
  position: relative;
}

#mainvisual img {
  position: relative;
}

/* メイン */
main {
  margin: auto;
}

main #lead1 {
  background-color: #eeeee5;
}

main #lead1 h2 {
  text-align: center;
  font-weight: bold;
}

main #lead1 p {
  text-align: center;
}

main #intro {
  background-color: #eeeee5;
}

main #point {
  background-color: #eeeee5;
}

main #point h2 {
  text-align: center;
}

main #point img {
  width: 100%;
  vertical-align: bottom;
}

main #tokucho {
  background-color: #f4f4f4;
}

main #tokucho img {
  width: 100%;
}

main #gift {
  background-color: #eeeee5;
}

main #gift .wrap {
  z-index: 99;
}

main span.free {
  font-size: 1.6rem;
}

/*==========================================================================*/
/*===============================     SP     ===============================*/
/*==========================================================================*/

@media screen and (max-width: 959px) {
  .pc {
    display: none;
  }
  .inner {
    width: 90%;
    margin: auto;
  }
  p {
    text-align: center;
  }
  #mainvisual {
    height: 90vw;
  }
  #mainvisual h3 {
    font-size: 4.8vw;
    line-height: 1.6;
    top: 12vw;
    left: 12vw;
  }
  #mainvisual img {
    width: 35%;
    top: -38vw;
    left: 60vw;
  }
  /* メイン */
  main {
    margin: auto;
  }
  main #lead1 {
    padding-bottom: 60px;
  }
  main #lead1 h2 {
    font-size: 1.6rem;
    padding: 60px 0;
    width: 90%;
    margin: auto;
    line-height: 1.4em;
  }
  main #lead1 p {
    font-size: 0.9rem;
    line-height: 2em;
    width: 80%;
    margin: auto;
    text-align: left;
  }
  main .image2 img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  main #concept {
    background-color: #fff;
    padding-bottom: 50px;
    background-image: url("../img/asa.jpg");
    background-position: center center;
    background-size: cover;
  }
  main #concept .conceptinner {
    width: 90%;
    margin: auto;
  }
  main #concept .conceptinner h3 {
    text-align: center;
    font-weight: bold;
    width: 100%;
    padding: 60px 0;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    color: #fff;
  }
  main #concept .conceptinner p {
    font-size: 1rem;
    line-height: 2rem;
    color: #fff;
  }
  main #intro {
    padding: 0 5%;
  }
  main #intro .midashi {
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
  }
  main #intro .midashi h3 {
    padding: 50px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main #intro .midashi p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.6rem;
    width: 95%;
    margin: auto;
  }
  main #intro .intro-list .item {
    width: 45%;
    float: left;
    margin-right: 5%;
    margin-bottom: 50px;
  }
  main #intro .intro-list .item:nth-child(2n) {
    margin-right: 0;
  }
  main #intro .intro-list .item img {
    width: 100%;
  }
  main #intro .intro-list .item h4 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 30px 0 10px;
  }
  main #intro .intro-list .item p {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.6;
  }
  main #tokucho {
    padding-bottom: 40px;
    clear: both;
  }
  main #tokucho img.sp-img {
    display: block;
    width: 80%;
    margin: auto;
  }
  main #tokucho .lead {
    background-color: #fff;
    padding: 200px 0;
  }
  main #tokucho .lead h3,
  main #tokucho .lead p {
    text-align: center;
  }
  main #tokucho .tokuchoinner {
    width: 90%;
    margin: auto;
  }
  main #tokucho h3 {
    font-size: 1.6rem;
    padding: 60px 0 40px;
    text-align: center;
    font-weight: bold;
  }
  main #tokucho p {
    width: 90%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 1.8rem;
    padding-bottom: 30px;
  }
  main #tokucho .right {
    width: 100%;
  }
  main #shoukai {
    padding-bottom: 30px;
    padding: 0 5%;
    background: #eeeee5;
  }
  main #shoukai .midashi {
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
  }
  main #shoukai .midashi h3 {
    padding: 50px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main #shoukai .midashi p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.6rem;
    width: 95%;
    margin: auto;
  }
  main #shoukai #ket .img,
  main #shoukai #makura .img,
  main #shoukai #makuracover .img,
  main #shoukai #pad .img {
    width: 100%;
  }
  main #shoukai #ket .img img,
  main #shoukai #makura .img img,
  main #shoukai #makuracover .img img,
  main #shoukai #pad .img img {
    width: 100%;
  }
  main #shoukai #ket .txt,
  main #shoukai #makura .txt,
  main #shoukai #makuracover .txt,
  main #shoukai #pad .txt {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding-bottom: 5%;
    margin-bottom: 50px;
  }
  main #shoukai #ket .txt h4,
  main #shoukai #makura .txt h4,
  main #shoukai #makuracover .txt h4,
  main #shoukai #pad .txt h4 {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 30px 0;
    line-height: 1.4;
    width: 80%;
    margin: auto;
    text-align: center;
  }
  main #shoukai #ket .txt p,
  main #shoukai #makura .txt p,
  main #shoukai #makuracover .txt p,
  main #shoukai #pad .txt p {
    width: 80%;
    margin: auto;
    line-height: 1.8rem;
    font-size: 0.9rem;
    text-align: justify;
  }
  main #point {
    background-color: #fff;
    /*:beforeにぼかし効果を設定する*/
  }
  main #point .midashi {
    padding-bottom: 50px;
    width: 100%;
    margin: auto;
  }
  main #point .midashi h3 {
    padding: 50px 0;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  main #point .midashi p {
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.6rem;
    width: 95%;
    margin: auto;
  }
  main #point .l-txt {
    background-image: url("../img/anshin.JPG");
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  main #point .l-txt:before {
    content: '';
    background: inherit;
    /*設定した背景画像を継承する*/
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: absolute;
    /*ブラー効果で画像の端がボヤけた分だけ位置を調整*/
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    /*重なり順序を一番下にしておく*/
  }
  main #point .l-txt:before p {
    margin: 150px 0 200px;
    text-align: center;
    font-family: 'Cinzel', serif;
    font-size: 34px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  }
  main #point .anshin {
    z-index: 999;
    float: left;
    width: 30%;
    margin-right: 5%;
  }
  main #point .anshin:last-child {
    margin-right: 0;
  }
  main #point .anshin h4 {
    font-size: 1.4rem;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: #3e5933;
  }
  main #point .anshin h4:after {
    display: block;
    width: 40px;
    height: 2px;
    content: '';
    margin: 10px auto 0;
    background-color: #3e5933;
  }
  main #point .anshin p {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
    color: #6b8d31;
  }
  main #gift {
    padding-bottom: 50px;
  }
  main #gift h3 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 50px 0 30px;
  }
  main #gift .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 50px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  main #gift .l-img {
    width: 100%;
  }
  main #gift .l-img .tate {
    width: 90%;
    margin: auto;
  }
  main #gift .l-img .tate h4 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main #gift .l-img img {
    display: block;
    width: 80%;
    margin: auto;
  }
  main #gift .r-content {
    padding-bottom: 50px;
    width: 80%;
    margin: auto;
  }
  main #gift .r-content img {
    width: 100%;
  }
  main #campaign img {
    width: 100%;
  }
  main #gift .r-content p.gift-wrap {
    text-align: center;
    font-size: 1.2rem;
    background: #fff;
    padding: 20px 0;
    box-sizing: padding-box;
    color: #3e5933;
    font-weight: bold;
  }
  main #gift .r-content span.line {
    background: linear-gradient(transparent 92%, #3e5933 92%);
  }
  main #gift .r-content .txt {
    width: 100%;
    background-color: #fff;
    padding: 15px;
    margin: 0 auto 20px;
    box-sizing: border-box;
  }
  main #gift .r-content .txt p {
    font-size: 0.9rem;
    line-height: 1.6rem;
    text-align: justify;
    width: 95%;
    margin: auto;
  }
  main #lineup {
    background: #fff;
  }
  main #lineup h3 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 70px 0 50px;
  }
  main #lineup .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 70px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  main #lineup .lineup-sp {
    padding-bottom: 50px;
  }
  main #lineup .lineup-sp img {
    display: block;
    width: 60%;
    margin: 70px auto 0;
  }
  main #lineup .lineup-sp h4 {
    text-align: center;
    color: #444;
    font-weight: bold;
    font-size: 1.2rem;
    padding: 20px 0;
  }
  main #lineup .lineup-sp h4.set {
	  margin-top:20px;
  }
  main #lineup .lineup-sp .type{
	   /* display:table; */
	  border-bottom:1px solid #af8f6c;
	  width:80%;
	  margin:0 auto;
  }
  main #lineup .lineup-sp .type p.size {
    color: #444;
	/* display:table-cell; */
	text-align:left;
  }
  main #lineup .lineup-sp .type p.size small {
    font-size: 0.8rem;
  }

  main #lineup .lineup-sp .type p.price {
	  display:none;
	/*display:table-cell;*/
    font-size: 0.9rem;
    margin: 5px 0 10px;
	text-align:right;
  }

  main #lineup .lineup-sp .type p.cartBtn {
	  display:inline-block;
	  width:100%;
  }

  main #lineup .lineup-sp .type p.cartBtn a {
    width: 25%;
    text-align: center;
    color: #fff;
    display: block;
	float:left;
    padding: 5px 10px 5px 5px;
    background-color: #59493f;
    margin: 5px 3px;
    transition: 0.3s;
    font-size: 0.8rem;
    border-radius: 3px;
    position: relative;
  }

  main #lineup .lineup-sp .type p.cartBtn a.soldOut {
 background-color: #c1bebc;
    width: 90%;
	text-align:center;
	 }

  main #lineup .lineup-sp .type p.cartBtn a.soldOut:hover {
    opacity: 1.0;
  }
  main #lineup .lineup-sp .type p.cartBtn a.soldOut::after {
	  display:none;
  }

 /* main #lineup .lineup-sp a {
    width: 30%;
    text-align: center;
    color: #fff;
    display: block;
	float:left;
    padding: 5px 0;
    background-color: #59493f;
    margin: 0 auto 30px;
    transition: 0.3s;
    font-size: 0.8rem;
    border-radius: 3px;
    position: relative;
  }*/
  
  
  main #lineup .lineup-sp a:hover {
    opacity: 0.7;
  }
  main #lineup .lineup-sp a::after {
    position: absolute;
    top: 50%;
    right: 15px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -5px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  main #lineup .lineup-sp i {
    color: #fff;
    position: relative;
    left: 20%;
  }
  main #lineup .lineup-sp .fa-chevron-right:before {
    position: relative;
  }
  main #lineup .lineup-sp #set-sp {
	  display:table;
  }

  main #lineup .lineup-sp #set-sp div {
	  display:table-cell;
	  padding:5px;
  }
  main #lineup .lineup-sp #set-sp img {
	  margin-top:0;
	  width:95%;
  }






  main #form h2 {
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 50px 0 30px;
  }
  main #form .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 50px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  main #form .form__link {
    width: 50%;
    margin: auto auto 60px;
  }
  main #form .form__link a {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    border: 1px solid #692c0a;
    padding: 10px;
    transition: 0.3s;
    border-radius: 5px;
    background: #fff;
    color: #692c0a;
    box-sizing: border-box;
  }
  main #form .form__link a:nth-of-type(1) {
    margin-bottom: 30px;
  }
  main #form .form__link a:hover {
    background: #692c0a;
    color: #fff;
  }
  h3,
  h4,
  p {
    line-height: 1.8;
  }
}

/*     PC     */
@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
  .br-sp {
    display: none;
  }
  h3,
  h4,
  p {
    line-height: 1.8;
  }
  #mainvisual {
    height: 50vw;
  }
  #mainvisual h3 {
    font-size: 2.8vw;
    line-height: 1.6;
    top: 8vw;
    left: 12vw;
  }
  #mainvisual img {
    width: 25%;
    top: -18vw;
    left: 65vw;
  }
  @-webkit-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }
    15% {
      opacity: 1;
      top: 50%;
    }
    50% {
      opacity: 0;
      top: 50%;
    }
    100% {
      opacity: 0;
      top: 29%;
    }
  }
  @-moz-keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }
    15% {
      opacity: 1;
      top: 50%;
    }
    50% {
      opacity: 0;
      top: 50%;
    }
    100% {
      opacity: 0;
      top: 29%;
    }
  }
  @keyframes ani-mouse {
    0% {
      opacity: 1;
      top: 29%;
    }
    15% {
      opacity: 1;
      top: 50%;
    }
    50% {
      opacity: 0;
      top: 50%;
    }
    100% {
      opacity: 0;
      top: 29%;
    }
  }
  #mainvisual .scroll-btn {
    display: block;
    position: absolute;
    top: 47vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  #mainvisual .scroll-btn > * {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
  }
  #mainvisual .scroll-btn > *.active,
  #mainvisual .scroll-btn > *:active,
  #mainvisual .scroll-btn > *:focus,
  #mainvisual .scroll-btn > *:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
  }
  #mainvisual .scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px;
  }
  #mainvisual .scroll-btn .mouse > * {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
  }
  #lead1 {
    padding: 200px 0;
  }
  #lead1 h2 {
    font-size: 3rem;
    margin-bottom: 80px;
  }
  #lead1 p {
    font-size: 1.6rem;
    line-height: 2.4;
    width: 70%;
    margin: auto;
  }
  #concept {
    background-color: #fff;
    padding-bottom: 200px;
    background-image: url("../img/asa.jpg");
    background-position: center center;
    background-size: cover;
  }
  #concept .conceptinner {
    color: #fff;
    width: 100%;
    text-align: center;
    float: right;
  }
  #concept .conceptinner h3 {
    font-weight: bold;
    width: 100%;
    margin: 200px 0 100px;
    font-size: 1.8rem;
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  #concept .conceptinner p {
    width: 90%;
    padding-left: 5%;
    font-size: 1.2rem;
    line-height: 2;
  }
  #intro {
    padding-top: 100px;
    padding-bottom: 200px;
  }
  #intro .midashi {
    padding-bottom: 100px;
  }
  #intro .midashi h3 {
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #intro .midashi p {
    text-align: center;
    font-size: 1.6rem;
    width: 70%;
    margin: auto;
    line-height: 2.4;
  }
  #intro .intro-list .item {
    width: 20%;
    float: left;
    margin-left: 4%;
  }
  #intro .intro-list .item img {
    width: 100%;
    transition: 0.3s;
  }
  #intro .intro-list .item img:hover {
    transform: translateY(-10px);
    opacity: 0.8;
  }
  #intro .intro-list .item h4 {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 50px 0;
  }
  #intro .intro-list .item p {
    text-align: center;
    font-size: 1rem;
    line-height: 2;
  }
  #tokucho {
    clear: both;
  }
  #tokucho .lead {
    background-color: #fff;
    padding: 200px 0;
  }
  #tokucho .lead h3,
  #tokucho .lead p {
    text-align: center;
  }
  #tokucho .tokuchoinner {
    display: table;
    margin: auto;
  }
  #tokucho h3 {
    font-size: 1.8rem;
    margin-bottom: 50px;
    font-weight: bold;
  }
  #tokucho p {
    font-size: 1.2rem;
    line-height: 1.8;
  }
  #tokucho .left {
    display: table-cell;
    vertical-align: middle;
    width: 45%;
  }
  #tokucho .left img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  #tokucho .right {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5%;
    padding-right: 5%;
    width: 45%;
  }
  #shoukai .midashi {
    padding-bottom: 100px;
  }
  #shoukai .midashi h3 {
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #shoukai .midashi p {
    text-align: center;
    font-size: 1.6rem;
    width: 70%;
    margin: auto;
    line-height: 2.4;
  }
  #shoukai #makuracover .img {
    background-image: url("../img/makuracover.jpg");
  }
  #shoukai #pad .img {
    background-image: url("../img/pad.jpg");
  }
  #shoukai #ket .img {
    background-image: url("../img/ket.JPG");
  }
  #shoukai #makura .img {
    background-image: url("../img/makura.JPG");
  }
  #shoukai #ket .img,
  #shoukai #makura .img,
  #shoukai #makuracover .img,
  #shoukai #pad .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 45vw;
  }
  #shoukai #ket .txt,
  #shoukai #makura .txt,
  #shoukai #makuracover .txt,
  #shoukai #pad .txt {
    border-left: none;
    position: relative;
    top: 4vw;
    width: 45%;
    background-color: #fff;
    padding-bottom: 5%;
  }
  #shoukai #ket .txt h4,
  #shoukai #makura .txt h4,
  #shoukai #makuracover .txt h4,
  #shoukai #pad .txt h4 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 4vw 0 0;
    width: 80%;
    margin: 0 auto 4vw;
    color: #7e4d1c;
    border-bottom: 2px solid #7e4d1c;
  }
  #shoukai #ket .txt p,
  #shoukai #makura .txt p,
  #shoukai #makuracover .txt p,
  #shoukai #pad .txt p {
    text-align: justify;
    width: 80%;
    margin: auto;
    color: #7e4d1c;
    line-height: 2;
    font-size: 1.2rem;
  }
  #shoukai #makuracover .txt,
  #shoukai #pad .txt {
    float: right;
  }
  #shoukai #ket .txt,
  #shoukai #makura .txt {
    float: left;
  }
  #point {
    background-color: #fff;
  }
  #point .midashi {
    padding-bottom: 100px;
  }
  #point .midashi h3 {
    padding: 100px 0;
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.4rem;
    font-weight: bold;
    line-height: 1.6;
  }
  #point .midashi p {
    text-align: center;
    font-size: 1.6rem;
    width: 70%;
    margin: auto;
    line-height: 2.4;
  }
  #point .l-txt {
    background-image: url("../img/anshin.JPG");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    padding: 100px 0;
  }
  #point .l-txt img {
    width: 90%;
    vertical-align: bottom;
    margin-left: 7vw;
  }
  #point .l-txt .anshin {
    float: left;
    width: 30%;
    margin-right: 5%;
    padding: 50px 0;
    background: #eaeadd;
    border-radius: 50%;
  }
  #point .l-txt .anshin:last-child {
    margin-right: 0;
  }
  #point .l-txt .anshin h4 {
    font-size: 1.8rem;
    text-align: center;
    margin: 30px 0;
    font-weight: bold;
    color: #3e5933;
  }
  #point .l-txt .anshin h4:after {
    display: block;
    width: 40px;
    height: 2px;
    content: '';
    margin: 10px auto 0;
    background-color: #3e5933;
  }
  #point .l-txt .anshin p {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
    color: #6b8d31;
  }
  #gift h3 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 100px 0 50px;
  }
  #gift .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 70px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  #gift .tate {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #gift .tate h4 {
    writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2.4vw;
    font-weight: bold;
    line-height: 3.5vw;
    z-index: 9999;
    margin-top: 40px;
    height: 500px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #gift .l-img {
    width: 50%;
    float: left;
  }
  #gift .l-img img {
    width: 90%;
    vertical-align: bottom;
    margin-left: 10%;
  }
  #gift .r-content {
    width: 50%;
    float: left;
  }
  #gift .r-content div.wrap {
    position: relative;
    top: 10vw;
    right: 5vw;
    width: 450px;
    float: right;
  }
  #gift .r-content div.wrap img {
    position: relative;
    width: 100%;
    vertical-align: bottom;
    z-index: -1;
  }
  #gift .r-content div.wrap p.gift-wrap {
    text-align: center;
    font-size: 1.4rem;
    background: #fff;
    position: relative;
    padding: 20px 0;
    box-sizing: padding-box;
    color: #3e5933;
    font-weight: bold;
  }
  #gift .r-content span.line {
    background: linear-gradient(transparent 92%, #3e5933 92%);
  }
  #gift .r-content .txt {
    position: relative;
    top: 10vw;
    right: 5vw;
    margin-top: 7vw;
    background-color: #fff;
    float: right;
    width: 90%;
    box-sizing: padding-box;
    padding: 4vw;
  }
  #gift .r-content .txt p {
    font-size: 1.1rem;
    line-height: 2.2;
  }
  #lineup {
    background: #fff;
    padding-bottom: 50px;
  }
  #lineup h3 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 100px 0 50px;
  }
  #lineup .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 70px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  #lineup .lineup-pc {
    width: 80%;
    margin: auto;
  }
  #lineup .lineup-pc .asaket,
  #lineup .lineup-pc .makura,
  #lineup .lineup-pc .makuracover,
  #lineup .lineup-pc .pad,
  #lineup .lineup-pc .set-02,
  #lineup .lineup-pc .set-03 {
    width: 100%;
    padding-bottom: 50px;
  }
  #lineup .lineup-pc .asaket .img,
  #lineup .lineup-pc .makura .img,
  #lineup .lineup-pc .makuracover .img,
  #lineup .lineup-pc .pad .img,
  #lineup .lineup-pc .set-02 .img,
  #lineup .lineup-pc .set-03 .img {
    display: table-cell;
    vertical-align: top;
    width: 25%;
  }
  #lineup .lineup-pc .asaket .img img,
  #lineup .lineup-pc .makura .img img,
  #lineup .lineup-pc .makuracover .img img,
  #lineup .lineup-pc .pad .img img,
  #lineup .lineup-pc .set-02 .img img,
  #lineup .lineup-pc .set-03 .img img {
    width: 80%;
  }
  #lineup .lineup-pc .asaket .info,
  #lineup .lineup-pc .makura .info,
  #lineup .lineup-pc .makuracover .info,
  #lineup .lineup-pc .pad .info,
  #lineup .lineup-pc .set-02 .info,
  #lineup .lineup-pc .set-03 .info {
    width: 75%;
    display: table-cell;
    vertical-align: top;
  }
  #lineup .lineup-pc .asaket .info h4,
  #lineup .lineup-pc .makura .info h4,
  #lineup .lineup-pc .makuracover .info h4,
  #lineup .lineup-pc .pad .info h4,
  #lineup .lineup-pc .set-02 .info h4,
  #lineup .lineup-pc .set-03 .info h4 {
    font-weight: bold;
    font-size: 1.4rem;
    color: #444;
    margin-bottom: 10px;
  }
  #lineup .lineup-pc .asaket .info h4 small,
  #lineup .lineup-pc .makura .info h4 small,
  #lineup .lineup-pc .makuracover .info h4 small,
  #lineup .lineup-pc .pad .info h4 small,
  #lineup .lineup-pc .set-02 .info h4 small,
  #lineup .lineup-pc .set-03 .info h4 small {
	  display:block;
    font-weight: normal;
	  font-size:70%;
	  padding:3px 0 3px 10px;
	  background:#f0f0f0;
  }
  #lineup .lineup-pc .asaket .info .text,
  #lineup .lineup-pc .makura .info .text,
  #lineup .lineup-pc .makuracover .info .text,
  #lineup .lineup-pc .pad .info .text,
  #lineup .lineup-pc .set-02 .info .text,
  #lineup .lineup-pc .set-03 .info .text {
    float: left;
    /* padding-bottom: 10px; */
    clear: both;
    width: 100%;
    border-bottom: 1px solid #444;
	margin-bottom: 9px;
  }
  #lineup .lineup-pc .asaket .info .text p,
  #lineup .lineup-pc .makura .info .text p,
  #lineup .lineup-pc .makuracover .info .text p,
  #lineup .lineup-pc .pad .info .text p,
  #lineup .lineup-pc .set-02 .info .text p,
  #lineup .lineup-pc .set-03 .info .text p {
    text-align: center;
    color: #444;
    padding: 11px 0 2px;
   /*  margin-bottom: 9px; */
  }
  #lineup .lineup-pc .asaket .info .text p.shurui,
  #lineup .lineup-pc .makura .info .text p.shurui,
  #lineup .lineup-pc .makuracover .info .text p.shurui,
  #lineup .lineup-pc .pad .info .text p.shurui,
  #lineup .lineup-pc .set-02 .info .text p.shurui,
  #lineup .lineup-pc .set-03 .info .text p.shurui {
    width: 46%;
	/* width: 70%; */
    float: left;
    text-align: left;
   /* border-bottom: 1px solid #444; */
  }
  #lineup .lineup-pc .asaket .info .text p.price,
  #lineup .lineup-pc .makura .info .text p.price,
  #lineup .lineup-pc .makuracover .info .text p.price,
  #lineup .lineup-pc .pad .info .text p.price,
  #lineup .lineup-pc .set-02 .info .text p.price,
  #lineup .lineup-pc .set-03 .info .text p.price {
	  display:none; /* amazonだけ価格が異なるため非表示に */
   /*  width: 22%; */
  	width: 16%;
    float: left;
    text-align: left;
	margin-left:1rem;
   /* border-bottom: 1px solid #444; */
  }
  #lineup .lineup-pc .asaket .info .text p.price small,
  #lineup .lineup-pc .makura .info .text p.price small,
  #lineup .lineup-pc .makuracover .info .text p.price small,
  #lineup .lineup-pc .pad .info .text p.price small,
  #lineup .lineup-pc .set-02 .info .text p.price small,
  #lineup .lineup-pc .set-03 .info .text p.price small {
	  display:block;
	  background:#444;
	  color:#FFF;
	  padding:2px;
	  text-align:center;
	  font-size:80%;
	  border-radius:5px;
	  width:80%;
  }
  #lineup .lineup-pc .asaket .info a,
  #lineup .lineup-pc .makura .info a,
  #lineup .lineup-pc .makuracover .info a,
  #lineup .lineup-pc .pad .info a,
  #lineup .lineup-pc .set-02 .info a,
  #lineup .lineup-pc .set-03 .info a {
    float: left;
    width: 12%;
    text-align: left;
    color: #fff;
    display: block;
    padding: 12px 5px 12px 13px;
    background-color: #59493f;
    margin: 10px 0 10px 5px;
    transition: 0.3s;
    font-size: 0.9rem;
    border-radius: 3px;
    position: relative;
  }
  #lineup .lineup-pc .asaket .info a.soldOut,
  #lineup .lineup-pc .makura .info a.soldOut,
  #lineup .lineup-pc .makuracover .info a.soldOut,
  #lineup .lineup-pc .pad .info a.soldOut,
  #lineup .lineup-pc .set-02 .info a.soldOut,
  #lineup .lineup-pc .set-03 .info a.soldOut {
    background-color: #c1bebc;
    width: 43%;
	text-align:center;
  }
  #lineup .lineup-pc .asaket .info a:hover,
  #lineup .lineup-pc .makura .info a:hover,
  #lineup .lineup-pc .makuracover .info a:hover,
  #lineup .lineup-pc .pad .info a:hover,
  #lineup .lineup-pc .set-02 .info a:hover,
  #lineup .lineup-pc .set-03 .info a:hover {
    opacity: 0.7;
  }
  #lineup .lineup-pc .asaket .info a.soldOut:hover,
  #lineup .lineup-pc .makura .info a.soldOut:hover,
  #lineup .lineup-pc .makuracover .info a.soldOut:hover,
  #lineup .lineup-pc .pad .info a.soldOut:hover,
  #lineup .lineup-pc .set-02 .info a.soldOut:hover,
  #lineup .lineup-pc .set-03 .info a.soldOut:hover {
    opacity: 1.0;
  }
  #lineup .lineup-pc .asaket .info a::after,
  #lineup .lineup-pc .makura .info a::after,
  #lineup .lineup-pc .makuracover .info a::after,
  #lineup .lineup-pc .pad .info a::after,
  #lineup .lineup-pc .set-02 .info a::after,
  #lineup .lineup-pc .set-03 .info a::after {
    position: absolute;
    top: 50%;
    right: 6px;
    display: block;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lineup .lineup-pc .asaket .info a.soldOut::after,
  #lineup .lineup-pc .makura .info a.soldOut::after,
  #lineup .lineup-pc .makuracover .info a.soldOut::after,
  #lineup .lineup-pc .pad .info a.soldOut::after,
  #lineup .lineup-pc .set-02 .info a.soldOut::after,
  #lineup .lineup-pc .set-03 .info a.soldOut::after {
	  display:none;
  }
  #lineup .lineup-pc .asaket .info a i,
  #lineup .lineup-pc .makura .info a i,
  #lineup .lineup-pc .makuracover .info a i,
  #lineup .lineup-pc .pad .info a i,
  #lineup .lineup-pc .set-02 .info a i,
  #lineup .lineup-pc .set-03 .info a i {
    margin-left: 8px;
  }
  #form > h2 {
    text-align: center;
    font-size: 3rem;
    letter-spacing: 0.2rem;
    font-weight: bold;
    padding: 100px 0 50px;
  }
  #form .sen {
    border-left: 2px solid #7e4d1c;
    position: relative;
    left: 50%;
    height: 40px;
    margin-bottom: 70px;
    box-sizing: padding-box;
    overflow: hidden;
    width: 20%;
  }
  #form .form__link {
    display: flex;
    width: 600px;
    margin: auto auto 100px;
  }
  #form .form__link a {
    width: 200px;
    margin: 0 5%;
    text-align: center;
    bottom: auto;
    border: 1px solid #692c0a;
    padding: 15px;
    transition: 0.3s;
    border-radius: 5px;
    background: #fff;
    color: #692c0a;
  }
  #form .form__link a:hover {
    background: #692c0a;
    color: #fff;
  }
}

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