@charset 'UTF-8';
html, legend {
  color: #000
}
a, a:hover {
  text-decoration: none
}
.clearfix:after, q:after, q:before {
  content: ''
}
body {
  padding: 0;
}
html {
  background: #fff
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0
}
table {
  border-spacing: 0;
  border-collapse: collapse
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: 400;
  font-style: normal
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
.contents_ttl, figcaption {
  text-align: center
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400
}
abbr, acronym {
  font-variant: normal;
  border: 0
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}
body {
  font-family: 'ヒラギノ角ゴ W3 JIS2004', 'Hiragino Kaku Gothic W3 JIS2004', 'ヒラギノ角ゴ', 'Hiragino Kaku Gothic', meiryo, sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  -webkit-font-feature-settings: 'palt'1;
  -moz-font-feature-settings: 'palt'1;
  font-feature-settings: 'palt'1;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-wrap: break-word;
  color: #333;
  letter-spacing: 1px;
  background: url("../images/bg_dot.png") repeat 0 0;
}
img {
  height: auto;
  vertical-align: top
}
button, input[type=submit], label, select {
  cursor: pointer
}
button, input[type=submit], input[type=text], label, select, textarea {
  -webkit-appearance: none
}
a {
  color: #06f;
  outline: 0
}
em {
  font-weight: 700;
  font-style: normal
}
.clear {
  clear: both
}
.clearfix:after {
  display: table;
  clear: both
}
.ov:hover {
  opacity: .7
}
.nowrap {
  white-space: nowrap
}
figure {
  padding: 0
}
@media (max-width:640px) {
  body {
    font-size: 90%;
    width: 100%;
  }
  header {
    width: 100%;
  }
  img {
    max-width: 100%;
    line-height: 0;
    vertical-align: bottom
  }
}
/* navigation */
.top-bar {
  position: fixed;
  top: 150px;
  right: 0;
  box-shadow: 2px 2px 7px #ababab;
}
ul#nav {
  border-top: 3px solid #fa6cbc;
  border-left: 3px solid #fa6cbc;
  background: #fff;
}
ul#nav li {
  background: #fa6cbc;
  border-top: 1px dashed #fff;
  width: 160px;
}
ul#nav li:first-child {
  background: -webkit-radial-gradient(top left, #fa6cbc, #e50381);
  background: radial-gradient(at top right, #fa6cbc, #e50381);
  border: none;
  font-size: 130%;
}
ul#nav li a {
  display: block;
  background: url(../images/bullet_1.png) no-repeat 10px center;
  font-weight: bold;
  padding: 15px 20px 15px 40px;
}
ul#nav li:first-child a {
  padding: 20px 20px 20px 40px;
}
ul#nav a:link, a:visited {
  color: #fff;
  text-align: left;
  font-size: 150%;
  text-decoration: none;
  letter-spacing: 1px;
}
ul#nav a:hover, a:active {
  color: #FF9;
}
@media (max-width:640px) {
  .top-bar {
    position: fixed;
    top: auto;
    bottom: 0;
    right: auto;
    width: 100%;
  }
  ul#nav {
    text-align: center;
    width: 100%;
    border: none;
    background: linear-gradient(#fa6cbc, #e50381);
    overflow: hidden;
  }
  ul#nav li {
    border: none;
    background: linear-gradient(#fa6cbc, #e50381);
    font-size: 10px;
    padding: 0;
    width: 24.7%;
    padding: 0;
    float: left;
    display: block;
    border-left: 1px dashed #fff;
  }
  ul#nav li a {
    padding: 15px 3px 8px;
    font-size: 10px;
    height: 40px;
    background: url(../images/bullet_3.png) no-repeat center 50px;
    background-size: 13px;
  }
  ul#nav li:first-child {
    font-size: 12px;
    background: linear-gradient(#e50381, #d50057);
    padding: 0;
  }
  ul#nav li:first-child a {
    padding: 13px 0 10px;
    display: block;
    background: url(../images/bullet_3.png) no-repeat center 50px;
    background-size: 13px;
    border: none;
  }
  ul#nav li a:link, a:visited {
    text-align: center;
  }
}
/* contents
------------------------------------------------------------- */
#header {
  text-align: center;
  background: url("../images/top_bg.jpg") no-repeat center center;
}
article section {
  padding: 80px 0;
}
.note {
  font-size: 13px;
  padding: 5px 0;
  line-height: 1.5;
  color: #693905;
}
.outsidenote {
  margin: 5px auto;
  width: 1000px;
  font-size: 12px;
  padding: 8px 0;
  line-height: 1.5;
  color: #693905;
}
.contents img {
  display: block
}
.btn a:hover {
  opacity: 0.8;
}
section h2 {
  text-align: center;
  margin: 0 0 40px;
}
.scrollToTop {
  position: fixed;
  right: 14px;
  bottom: 95px;
  z-index: 10;
  display: block;
  width: 66px;
  height: 66px;
  -webkit-transition: bottom .2s ease-out 0s;
  transition: bottom .2s ease-out 0s;
}
.scrollToTop:hover {
  text-decoration: none;
}
@media (max-width:640px) {
  h1 img.sp-only {
    width: 100%;
  }
  .scrollToTop {
    width: 55px;
    height: 55px;
    right: 15px;
    bottom: 85px;
  }
  section {
    line-height: 1.6;
  }
  .note {
    font-size: 75%;
    padding: 4%;
    text-align: left;
  }
  .outsidenote {
    width: 90%;
    font-size: 75%;
  }
}
/* flow */
#flow {
  background: url("../images/cpflow_bg.png") no-repeat center 0;
}
#flow h2 {
  text-align: center;
}
#flow .inner {
  margin: 0 auto;
  width: 1000px;
  border-right: 6px solid #fee893;
  border-bottom: 6px solid #fee893;
  border-left: 6px solid #fee893;
  background: #fcf8e9;
  box-shadow: 2px 2px 8px #ababab;
}
#flow .inner li {
  overflow: hidden;
  padding: 0 0 30px;
}
#flow .inner h3 {
  background: url("../images/step-bg.jpg") no-repeat;
  height: 120px;
  color: #693905;
  font-size: 250%;
  font-weight: bold;
  padding: 20px 0 0 0;
}
#flow .inner h3 .step img {
  padding: 3px 0 0 45px;
}
#flow .inner h3 .stepright {
  letter-spacing: 3px;
  padding: 0 0 0 80px;
}
#flow .inner h3 .stepright strong {
  font-weight: bold;
  color: #e4007e;
}
#flow .inner h3 .stepright2 {
  letter-spacing: 3px;
  padding: 0 0 0 80px;
}
#flow .inner h3 .stepright2 strong {
  font-weight: bold;
  color: #e4007e;
}
#flow .inner .textbox {
  float: left;
  width: 350px;
  margin: 40px 40px 0;
  color: #693905;
}
#flow .inner .textbox .maintext {
  font-size: 180%;
  font-weight: bold;
  letter-spacing: 2px;
}
#flow .inner .textbox strong {
  font-size: 160%;
  color: #e4007f;
  font-weight: bold;
  box-shadow: inset 0 -20px 0 0 #fff338;
  letter-spacing: 4px;
}
.mainnote {
  font-size: 12px;
  padding: 50px 0;
  line-height: 1.5;
}
@media (max-width:640px) {
  #flow .inner {
    width: 90%;
  }
  #flow {
    background: none;
    padding-top: 2%;
    padding-bottom: 0;
  }
  #flow h2 {
    margin: 0;
  }
  #flow .inner h3 {
    background: url(../images/sp_step-bg.jpg) left repeat-y #fee893;
    height: 11%;
    padding: 0;
    background-size: 40%;
  }
  #flow .inner .imgbox img {
    margin: 0px;
    padding: 0 5% 0;
    width: 90%;
  }
  #flow .inner h3 .stepright {
    padding: 6% 2% 2%;
    font-size: 50%;
    float: right;
    width: 55%;
    letter-spacing: 1px;
  }
  #flow .inner h3 .stepright2 {
    padding: 4% 2%;
    line-height: 22px;
    font-size: 50%;
    float: right;
    width: 55%;
    letter-spacing: 1px;
  }
  #flow .inner h3 .step img {
    padding: 6% 2%;
    width: 35%;
  }
  #flow .inner .textbox {
    width: 90%;
    margin: 6% 5% 0;
  }
  #flow .inner .textbox .maintext {
    font-size: 120%;
    letter-spacing: 1px;
    padding: 0 0 5%;
  }
  #flow .inner .textbox strong {
    font-size: 150%;
    margin: 0 5px 0 0;
    box-shadow: inset 0 -18px 0 0 #fff338;
  }
  .mainnote {
    padding: 0 0 5%;
    font-size: 75%;
  }
}
/* product */
#product {
  padding-top: 100px;
  background: url(../images/product_bg.jpg) repeat-y 0 0;
}
#product .lead {
  text-align: center;
}
#product .inner {
  width: 1000px;
  margin: 0px auto;
  overflow: hidden;
  text-align: center;
}
#product h3 {
  border-bottom: 3px dashed #dbc39f;
  border-top: 3px dashed #dbc39f;
  padding: 25px 0;
  text-align: center;
  margin: 70px 10px 40px;
}
#product .inner .pdbox {
  overflow: hidden;
  margin: 0 0 35px;
}
#product .inner .pdinfo {
  padding-bottom: 30px;
  float: left;
}
#product .inner .item {
  float: left;
  display: inline-grid;
}
#product .inner h4 {
  padding-top: 10px;
  color: #693905;
  font-size: 120%;
  font-weight: bold;
}
#product .inner .milks h4 span {
  color: #eb6d7a;
}
#product .inner .milkc h4 span {
  color: #ee7700;
}
#product .inner .pddes {
  padding-top: 10px;
  line-height: 2.0;
  color: #693905;
  text-align: center;
  font-weight: bold;
}
#product .inner .pddes img {
  padding: 10px 0;
}
#product .inner .pddes a {
  border-bottom: 1px solid #ae947f;
  color: #693905;
}
#product .inner ul.pdetails {
  float: right;
  margin: 0 90px 0 0;
  margin-top: -10px;
}
#product .inner ul.pdetails li.point1 {
  background: url(../images/ic_bulletpoint.png) no-repeat 0 0;
  font-size: 130%;
  text-align: left;
  padding: 0 0 15px 28px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
}
#product .inner ul.pdetails li.color {
  padding: 10px 0 0;
}
#product .inner ul.pdetails li.point2 {
  padding: 5px 0;
}
#product .inner .note {
  text-align: left;
  border-top: 3px dashed #dbc39f;
  padding: 10px 0;
  font-size: 12px;
  color: #693905;
}
@media (max-width:640px) {
  #product {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background: url(../images/product_bg.jpg);
  }
  #product .inner {
    width: 100%;
    height: auto;
    background-size: contain;
    margin: 0;
    padding: 5% 0;
  }
  #product .inner h2 {
    width: 35%;
    margin: 8% auto 5%;
  }
  #product .inner h2 + p {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 3% 3%;
    line-height: 1.4;
  }
  #product h3 {
    border-bottom: 2px dashed #dbc39f;
    border-top: 2px dashed #dbc39f;
    padding: 3% 0;
    text-align: center;
    margin: 5% 10px 5%;
  }
  #product .inner .pdbox {
    overflow: hidden;
    margin: 0 0 35px;
  }
  #product .inner .pdinfo {
    font-size: 80%;
    float: left;
    width: 100%;
    display: flex;
    border-bottom: 2px dashed #dbc39f;
    margin-bottom: 6%;
  }
  #product .inner .item {
    float: none;
    margin: 0 3% 0%;
  }
  #product .inner .item .pdimg {
    width: 90%;
  }
  #product .inner ul.pdetails {
    float: none;
    margin: 0 0 0 0;
    margin-top: 0;
  }
  #product .inner .pddes {
    font-size: 120%;
    padding: 0;
  }
  #product .inner .pddes img {
    padding: 0;
    margin: 0 auto;
  }
  #product .inner h4 {
    font-size: 130%;
  }
  #product .inner ul.pdetails li.point1 {
    list-style-image: none;
    background: url(../images/ic_bulletpoint.png) no-repeat 0 -2px;
    font-size: 110%;
    padding: 0 0 3% 25px;
    display: block;
    margin: 0 auto;
    width: 60%;
    line-height: 1.3;
    letter-spacing: 1px;
  }
  #product .inner ul.pdetails li.color {
    padding: 3% 20% 0;
    width: 60%
  }
  #product .inner ul.pdetails li.point2 {
    padding: 0 20% 2%;
    width: 60%;
  }
  #product .inner ul.pdetails li.detailsbtn {
    padding: 0 15% 13%;
  }
  #product .inner .note {
    border-top: 2px dashed #dbc39f;
    padding: 3%;
    font-size: 75%;
  }
}
/*presents*/
#presents {
  text-align: center;
}
#presents .inner {
  width: 70%;
  padding: 0;
  margin: 0 auto;
}
#presents .inner .snsorderbtn {
  cursor: pointer;
}
#presents .inner .orderbtn {
  padding: 40px 60px;
}
#presents .inner .orderbtn a {
  display: block;
}
.applybutton {
  background: url("../images/btn_order.png") center no-repeat;
}
.applybutton a {
  height: 177px;
  display: block;
  text-indent: -9999px;
}
.applybutton a:hover {
  background: url("../images/btn_order_hover.png") center no-repeat;
}
.applybutton a:visited {
  background: url("../images/btn_order.png") center no-repeat;
}
@media (max-width:640px) {
  .applybutton, .applybutton a, .applybutton a:hover {
    background-size: contain;
    height: 100px;
  }
  #presents {
    padding: 8% 0 8%;
    text-align: center;
  }
  #presents .inner {
    width: 94%;
    padding: 0;
    margin: 0 3%;
  }
  #presents .inner .snsorderbtn img {
    width: 90%;
    padding: 0 5% 0;
    display: block;
  }
  #presents .inner .orderbtn {
    padding: 3% 9%;
    text-align: center;
    width: 70%;
  }
  #presents .inner .orderbtn a {
    display: block;
    width: 120%;
  }
}
/* cpdetails */
#cpdetails {
  background: #fff;
  padding: 0 0 50px;
  line-height: 2;
  font-size: 110%;
}
#cpdetails .inner {
  width: 1000px;
  padding: 0 0;
  margin: 0 auto 100px;
}
#cpdetails .inner h2 {
  padding: 100px 0 30px;
  margin: 0 auto;
}
#cpdetails .inner p {
  margin: 5px 0 0;
}
#cpdetails .inner ul {
  margin: 0 auto;
}
#cpdetails .inner ul li {
  border-top: 2px dashed #dbc39f;
  margin: 20px 0;
}
#cpdetails .inner ul li h3 {
  font-size: 130%;
  display: list-item;
  list-style-image: url("../images/bullet_2.png");
  list-style-position: inside;
  color: #e4007e;
  font-weight: bold;
  margin: 20px 0 0px;
  padding: 0 0 15px;
  letter-spacing: 2px;
}
#cpdetails .inner ul li ul li {
  margin: 0 20px 0;
  border: none;
  list-style: disc;
}
#cpdetails .inner ul li h3 + ul {
  list-style-type: circle;
}
#cpdetails .inner ul li h4 {
  color: #eb81bc;
  font-weight: bold;
  font-size: 120%;
  margin: 5px 0;
}
#cpdetails .inner ul li span {
  display: block;
  font-size: 85%;
  letter-spacing: 1px;
}
#cpdetails .inner ul li a {
  color: #333;
  font-size: 80%;
  text-decoration: none;
}
#cpdetails .inner table {
  border: 1px solid #cccccc;
  width: 500px;
  margin: 0 0 20px;
}
#cpdetails .inner tr th {
  background: #f7bcdd;
}
#cpdetails .inner th, #cpdetails .inner td {
  border: 1px solid #cccccc;
  padding: 0 15px;
}
@media (max-width:640px) {
  #cpdetails .inner table {
    border: 1px solid #cccccc;
    width: 100%;
  }
  #cpdetails {
    background: #fff;
    padding: 0 0 10%;
    font-size: 90%;
    line-height: 1.5;
  }
  #cpdetails .inner {
    width: 90%;
    padding: 8% 0 0;
    margin: 0 5%;
  }
  #cpdetails .inner h2 {
    padding: 5% 0 5%;
    margin: 0 auto;
    width: 35%
  }
  #cpdetails .inner ul {
    margin: 0 auto;
  }
  #cpdetails .inner ul li h3 {
    background: url(../images/starbottomborder.png) no-repeat 0 bottom;
    background-size: contain;
    font-size: 130%;
    margin: 5% 0 2%;
    padding: 0 0 2%;
  }
  #cpdetails .inner ul li ul li {
    margin: 0 5% 0;
    list-style-position: outside;
    list-style-type: disc;
  }
  #cpdetails .inner ul li h4 {
    margin: 0;
    font-size: 110%;
    margin: 2% 0 1%;
  }
  #cpdetails .inner ul li span {
    display: block;
    font-size: 85%;
    margin: 2% 0 2%;
    text-indent: 0em;
    padding-left: 1em;
    letter-spacing: 1px;
  }
}
/* footer
--------------------------------*/
footer {
  position: relative;
  height: auto;
  background: #523528;
  font-size: 13px;
  padding-top: 0px !important;
  text-align: left;
  overflow: hidden;
}
footer .footerInner_container ul {
  width: 850px;
  overflow: hidden;
  float: left;
}
footer .footerInner_container ul, li, a, span {
  letter-spacing: normal;
}
footer .footerInner {
  width: 1000px;
  margin: 0 auto 0;
  padding-bottom: 15px;
}
footer .footerInner .footerInner_container:after {
  display: table;
  clear: both;
  content: ''
}
footer .footerInner .footerInner_container .fl {
  float: left;
  padding: 22px 0 10px;
  padding-right: 15px;
}
footer .footerInner ul {
  margin-top: 0;
  padding-top: 22px;
}
footer .footerInner ul li {
  float: left;
  line-height: 2;
  margin-left: 10px;
  padding: 0 12px;
  color: #fff;
}
footer .footerInner ul.leftlinks {
  float: left;
  width: 500px;
  position: absolute;
  margin-left: 150px;
}
footer .footerInner ul.rightcopyright {
  float: right;
  width: 250px;
  padding-top: 35px;
}
footer .footerInner ul.rightcopyright li {
  color: #fff;
  margin-right: 0px;
  padding-left: 0px !important;
  line-height: 2;
  font-size: 12px;
  border: none;
}
footer .footerInner ul li.rightarrow {
  background: url("../images/footer/footerarrow.jpg") no-repeat 0;
  border: none;
}
footer .footerInner ul li a {
  color: #fff
}
footer .footerInner ul li a:hover {
  opacity: .7
}
.sponly_li {
  display: none;
}
header .inner {
  margin: 0 auto;
}
@media (max-width:640px) {
  footer {
    height: auto;
    background: 0 0;
    position: static;
  }
  footer .footerInner {
    padding-bottom: 60px;
  }
  footer .footerInner {
    width: auto;
  }
  footer .footerInner ul {
    display: block;
    margin-top: auto;
    padding-top: 0;
    margin-bottom: 3%;
  }
  footer .footerInner ul li {
    float: none;
    margin: 0;
    border: none;
    padding: 0;
  }
  footer .footerInner ul li a {
    font-size: 14px;
    display: block;
    padding: 20px;
    border-bottom: 1px solid #fff;
    background: #523528;
  }
  footer .footerInner .footerInner_container p {
    padding-top: 1em;
    padding-right: 20px;
  }
  footer .footerInner ul li a.textLink {
    line-height: normal;
    padding: 20px;
    background: #523528;
  }
  footer .footerInner ul li a:hover {
    opacity: 1
  }
  footer .footerInner ul li a span {
    padding-left: 15px;
    background: url(../images/footer/sp/icon_link.png) 0 4px no-repeat;
    background-size: 11px 10px
  }
  footer .footerInner .copyArea {
    display: block;
    float: none;
    margin-top: auto;
    padding: 20px 10px;
    background: #523528;
  }
  footer .footerInner .copyArea a {
    display: block;
    /*float: left;*/
    padding: 0
  }
  footer .footerInner .copyArea p {
    font-size: 12px;
    /*float: right*/
    text-align: center;
    color: #fff;
  }
  footer .footerInner_container ul {
    width: 100%;
  }
  .pc-only {
    position: fixed;
    top: -100%;
    left: -100%;
    display: none;
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0
  }
}
.sp-only {
  position: fixed;
  top: -100%;
  left: -100%;
  display: none;
  visibility: hidden;
  width: 0;
  height: 0;
  opacity: 0
}
@media (max-width:640px) {
  .sp-only {
    position: static;
    top: auto;
    left: auto;
    display: block;
    visibility: visible;
    width: auto;
    height: auto;
    opacity: 1
  }
  .sp-only p {
    padding-right: 0 !important;
  }
  .sponly_li {
    width: 100%;
    display: block;
  }
  .pconly_li {
    display: none;
  }
}
.cpclose {
  background: #999999;
  color: #fff;
  font-size: 250%;
  text-align: center;
  font-weight: bold;
  padding: 80px 0;
}
.closebtn {
  width: 760px;
  border-radius: 20px;
  background: #999;
  padding: 20px 20px;
	margin: 0 auto;
}
@media (max-width:640px) {
  .cpclose {
    background: #999999;
    color: #fff;
    font-size: 180%;
    text-align: center;
    font-weight: bold;
    padding: 10% 0;
  }
  .closebtn {
    width: 100%;
    border-radius: 10px;
    background: #999;
    padding: 20px 0;
    text-align: center;
  }
  .closebtn img {
    width: 80%;
  }
  ｝