@charset "utf-8";
#contents {
 color: #222;
}
/* PC */
@media screen and (min-width:1000px) {
 #contents {
  background: url("../img/bg_white.jpg") repeat center top;
  background-size: 256px auto;
  min-width: 1000px;
  overflow: hidden;
 }
 #kv {
  background: url("../img/bg_cream.jpg") repeat center top;
  background-size: 256px auto;
  height: 1305px;
  width: 100%;
  overflow: hidden;
  position: relative;
 }
 #kv .kvbg {
  width: 1730px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -865px;
 }
 #kv .kvinner {
  width: 960px;
  height: 1305px;
  margin: 0 auto;
  padding: 426px 0 0 0;
  position: relative;
 }
 #kv .kvpic {
  width: 906px;
  margin: 0 auto;
 }
 #kv .kvtitle {
  width: 860px;
  position: absolute;
  top: 90px;
  left: 60px;
 }
 #about {
  background: url("../img/bg_pink.jpg") repeat center top;
  padding: 100px 0 60px 0;
  background-size: 255px auto;
 }
 #about h2 {
  width: 261px;
  margin: 0 auto 60px auto;
 }
 #about .about01 {
  width: 1000px;
  background: url("../img/about_line_pc.png") no-repeat center bottom;
  background-size: 917px auto;
  position: relative;
  padding: 0 0 60px 0;
  margin: 0 auto 60px auto;
 }
 #about .about01 h3 {
  width: 640px;
  margin: 0 auto 40px auto;
 }
 #about .about01 .deco {
  width: 247px;
  position: absolute;
  bottom: 162px;
  right: 26px;
 }
 #about .about02 {
  width: 1000px;
  position: relative;
  margin: 0 auto;
 }
 #about .about02 h3 {
  width: 640px;
  margin: 0 auto 40px auto;
 }
 #about .about02 .deco {
  width: 186px;
  position: absolute;
  bottom: 46px;
  left: 26px;
 }
 #about .text {
  font-size: 20px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #about .mainpic {
  width: 1000px;
  margin: 0 auto 40px auto;
 }
 #about .detaillink {
  width: 348px;
  margin: 0 auto 40px auto;
 }
 #about .detaillink .label {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  background: #4a210b;
  padding: 12px 15px;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #about .detaillink .bnr a {
  display: block;
  transition: 0.3s;
 }
 #about .detaillink .bnr a:hover {
  opacity: 0.7;
 }
 #about .technique {
  width: 800px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 40px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px auto;
 }
 #about .techniquetext {
  width: 55%;
 }
 #about .pic {
  width: 42%;
 }
 #about .technique .label {
  font-size: 16px;
  font-weight: 600;
  background: #fff;
  padding: 12px 15px;
  border-radius: 25px;
  text-align: center;
  margin: 0 2% 20px 2%;
  width: 96%;
 }
 #about .technique .btn {
  width: 88%;
  margin: 0 6%;
 }
 #about .technique .btn a {
  display: block;
  transition: 0.3s;
 }
 #about .technique .btn a:hover {
  opacity: 0.7;
 }
 #about .technique .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #lineup {
  background: url("../img/bg_white.jpg") repeat center top;
  padding: 100px 0 100px 0;
  background-size: 255px auto;
 }
 #lineup h2 {
  width: 378px;
  margin: 0 auto 60px auto;
 }
 #lineup h3 {
  width: 370px;
  margin: 0 auto 40px auto;
 }
 #lineup .productslist {
  width: 1000px;
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #lineup .productslist li {
  width: 48%;
  text-align: center;
  position: relative;
  margin: 0 0 20px 0;
 }
 #lineup .productslist li .label {
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 6%;
  left: 20%;
 }
 #lineup .productslist li .data {
  font-size: 16px;
  font-weight: 400;
  position: absolute;
  bottom: 6%;
  left: 20%;
 }
 #lineup .detail {
  width: 800px;
  background: #fff;
  border-radius: 40px;
  padding: 5px 30px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 60px auto;
 }
 #lineup .detail .detailtext {
  width: 48%;
  padding: 30px 20px;
 }
 #lineup .detail .pic {
  width: 47%;
 }
 #lineup .detail .label {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  background: #4a210b;
  padding: 12px 15px;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 20px 0;
 }
 #lineup .detail .size {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
 }
 #lineup .detail .price {
  font-size: 20px;
  font-weight: 400;
  text-align: center;
 }
 #lineup .detail .price .num {
  font-size: 30px;
  font-weight: 700;
  vertical-align: baseline;
 }
 #lineup .detail .price .unit {
  font-weight: 700;
  vertical-align: baseline;
 }
 #lineup .products01 {
  background: url("../img/linenyap_line_pc.png") no-repeat center bottom;
  background-size: 918px auto;
  padding: 0 0 100px 0;
  margin: 0 0 60px 0;
 }
 #lineup .notice {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
 }
 #buy {
  background: url("../img/bg_cream.jpg") repeat center top;
  padding: 100px 0 100px 0;
  background-size: 255px auto;
 }
 #buy h2 {
  width: 212px;
  margin: 0 auto 60px auto;
 }
 #buy .buylist {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #buy .buylist li {
  width: 23%;
 }
 #buy .buylist li a {
  display: block;
  background: #fff;
  transition: 0.3s;
  text-align: center;
 }
 #buy .buylist li a:hover {
  opacity: 0.7;
 }
 #buy .buylist.cs li {
  background: #555;
  position: relative;
 }
 #buy .buylist.cs li img {
  opacity: 0.3;
 }
 #buy .buylist.cs li::after {
  content: '準備中';
  color: #fff;
  font-size: 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #share {
  padding: 100px 0 100px 0;
 }
 #share h2 {
  width: 350px;
  margin: 0 auto 60px auto;
 }
 #share .sharelist {
  width: 240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #share .sharelist li {
  width: 25%;
 }
 #share .sharelist li a {
  display: block;
  transition: 0.3s;
 }
 #share .sharelist li a:hover {
  opacity: 0.7;
 }
 .contentsfoot {
  background: url("../img/bg_cream.jpg") repeat center top;
  padding: 60px 0 60px 0;
  background-size: 255px auto;
 }
 .contentsfoot .footbnr {
  width: 740px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 .contentsfoot .footbnr .bnr {
  width: 47%;
 }
 footer {
  background: #fff;
 }
 #pagetop {
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
 }
 #pagetop a {
  display: block;
  transition: 0.3s;
 }
 #pagetop a:hover {
  opacity: 0.7;
 }
}
/* SP */
@media screen and (max-width:999px) {
 #contents {
  background: url("../img/bg_white.jpg") repeat center top;
  background-size: 256px auto;
  overflow: hidden;
 }
 #kv {
  background: url("../img/bg_cream.jpg") repeat center top;
  background-size: 256px auto;
  width: 100%;
  overflow: hidden;
  position: relative;
 }
 #kv .kvbg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #kv .kvbg .anime {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
 }
 #kv .kvinner {
  padding: 10% 0 11% 0;
  position: relative;
 }
 #kv .kvpic {
  width: 100%;
  margin: 1% auto 0 auto;
 }
 #kv .kvtitle {
  width: 100%;
  margin: 0 auto;
 }
 #about {
  background: url("../img/bg_pink.jpg") repeat center top;
  background-size: 256px auto;
  padding: 8% 0 0 0;
 }
 #about h2 {
  width: 100%;
  margin: 0 0 8% 0;
 }
 #about .about01 {
  background: url("../img/about_line_sp.png") no-repeat center bottom;
  background-size: contain;
  position: relative;
  padding: 0 0 12% 0;
  margin: 0 0 10% 0;
 }
 #about .about01 h3 {
  width: 100%;
  margin: 0 0 5% 0;
 }
 #about .about01 .deco {
  display: none;
 }
 #about .about02 {
  position: relative;
  padding: 0 0 8% 0;
 }
 #about .about02 h3 {
  width: 100%;
  margin: 0 0 5% 0;
 }
 #about .about02 .deco {
  display: none;
 }
 #about .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin: 0 5% 5% 5%;
 }
 #about .mainpic {
  width: 100%;
  margin: 0 0 5% 0;
 }
 #about .detaillink {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #about .detaillink .label {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: #4a210b;
  padding: 3% 5%;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #about .detaillink .bnr a {
  display: block;
 }
 #about .technique {
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 5%;
  margin: 0 auto 8% auto;
 }
 #about .technique .label {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  padding: 3% 5%;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #about .technique .btn {
  width: 90%;
  margin: 0 auto 8% auto;
 }
 #about .technique .btn a {
  display: block;
 }
 #about .technique .text {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #lineup {
  background: url("../img/bg_white.jpg") repeat center top;
  padding: 10% 0 20% 0;
  background-size: 255px auto;
 }
 #lineup h2 {
  width: 100%;
  margin: 0 0 5% 0;
 }
 #lineup h3 {
  width: 100%;
  margin: 0 0 5% 0;
 }
 #lineup .productslist {
  margin: 0 0 8% 0;
 }
 #lineup .productslist li {
  padding: 0 5%;
  margin: 0 0 5% 0;
  position: relative;
 }
 #lineup .productslist li .label {
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  top: 4%;
  left: 24%;
 }
 #lineup .productslist li .data {
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  bottom: 4%;
  left: 24%;
 }
 #lineup .detail {
  width: 90%;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
  margin: 0 auto 8% auto;
 }
 #lineup .detail .detailtext {
  margin: 0 0 5% 0;
 }
 #lineup .detail .label {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #4a210b;
  padding: 3% 5%;
  border-radius: 25px;
  text-align: center;
  margin: 0 0 5% 0;
 }
 #lineup .detail .size {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 10px 0;
 }
 #lineup .detail .price {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
 }
 #lineup .detail .price .num {
  font-size: 22px;
  font-weight: 700;
  vertical-align: baseline;
 }
 #lineup .detail .price .unit {
  font-weight: 700;
  vertical-align: baseline;
 }
 #lineup .products01 {
  background: url("../img/linenyap_line_sp.png") no-repeat center bottom;
  background-size: contain;
  padding: 0 0 10% 0;
  margin: 0 0 8% 0;
 }
 #lineup .notice {
  font-size: 12px;
  font-weight: 400;
  padding: 0 5%;
  line-height: 1.5;
 }
 #buy {
  background: url("../img/bg_cream.jpg") repeat center top;
  padding: 10% 0 15% 0;
  background-size: 255px auto;
 }
 #buy h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #buy .buylist {
  margin: 0 5%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
 }
 #buy .buylist li {
  width: 48%;
  margin: 0 0 3.5% 0;
 }
 #buy .buylist li a {
  display: block;
  padding: 0 5%;
  background: #fff;
 }
 #buy .buylist.cs li {
  background: #555;
  position: relative;
 }
 #buy .buylist.cs li img {
  opacity: 0.3;
 }
 #buy .buylist.cs li::after {
  content: '準備中';
  color: #fff;
  font-size: 3vw;
  text-align: center;
  width: 100%;
  position: absolute;
  top: 40%;
  left: 0;
 }
 #share {
  padding: 10% 0 15% 0;
 }
 #share h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #share .sharelist {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
 }
 #share .sharelist li {
  width: 20%;
 }
 #share .sharelist li a {
  display: block;
  transition: 0.3s;
 }
 footer {
  background: #fff;
 }
 .footbnr {
  background: url("../img/bg_cream.jpg") repeat center top;
  padding: 10% 10% 10% 10%;
  background-size: 255px auto;
 }
 .footbnr .bnr01 {
  margin: 0 auto 8% auto;
 }
 #pagetop {
  width: 15%;
  position: fixed;
  bottom: 2%;
  right: 1%;
  z-index: 10;
 }
 #pagetop a {
  display: block;
 }
 #feature {
  background: url("../img/bg_gray.jpg") repeat center top;
  background-size: 288px auto;
 }
 #feature .contentsinner {
  background: url("../img/feature_bg_sp.png") no-repeat center top;
  background-size: contain;
  position: relative;
  padding: 15% 0 10% 0;
  text-align: center;
 }
 #feature h2 {
  width: 80%;
  margin: 0 auto 8% auto;
 }
 #feature .featurelist {
  margin: 0 auto;
  width: 90%;
 }
 #feature .featurelist li {
  margin: 0 0 10% 0;
  text-align: left;
 }
 #feature .featurelist li .title {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  margin: 2% 0 0 0;
 }
 #feature .featurelist li .text {
  font-size: 12px;
  line-height: 2;
  margin: 2% 0 0 0;
 }
 #feature .featurelist li .link {
  font-size: 14px;
  margin: 3% 0 0 0;
 }
 #feature .featurelist li .link a {
  text-decoration: underline;
 }
}
.footer {
 max-width: 335px;
 margin: 0 auto;
 padding: 25px 0 87px;
 position: relative;
}
@media screen and (min-width: 1000px) {
 .footer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
 }
}
@media screen and (min-width: 1000px) {
 .footer_leftarea {
  padding-top: 20px;
 }
}
.footer_nav {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 -ms-flex-wrap: wrap;
 flex-wrap: wrap;
 margin-bottom: 20px;
 padding: 0 40px;
}
@media screen and (min-width: 1000px) {
 .footer_nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 24px;
  padding: 0;
 }
}
.footer_item {
 width: 50%;
 line-height: 14px;
 border-left: 1px solid #535353;
 text-align: center;
 margin-bottom: 12px;
 font-size: 14px;
}
.footer_item a {
 color: #535353;
 width: 100%;
 display: block;
}
.footer_item:nth-child(2) {
 border-right: 1px solid #535353;
}
.footer_item:nth-child(4) {
 border-right: 1px solid #535353;
}
.footer_item:nth-child(6) {
 border-right: 1px solid #535353;
}
.footer_item:last-child {
 border-right: 1px solid #535353;
}
@media screen and (min-width: 1000px) {
 .footer_item {
  width: auto;
  margin-bottom: 0;
 }
 .footer_item:first-child {
  border-left: none;
 }
 .footer_item:first-child a {
  padding-left: 0;
 }
 .footer_item:nth-child(2) {
  border-right: none;
 }
 .footer_item:nth-child(4) {
  border-right: none;
 }
 .footer_item:nth-child(6) {
  border-right: none;
 }
 .footer_item:last-child {
  border-right: none;
 }
 .footer_item a {
  padding: 0 20px;
 }
}
.copy {
 position: absolute;
 bottom: 19px;
 font-size: 10px;
 left: 0;
 right: 0;
 margin: 0 auto;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 -webkit-box-pack: center;
 -ms-flex-pack: center;
 justify-content: center;
 line-height: 1.2;
}
.copy img {
 width: 42px;
 display: block;
 margin-right: 10px;
}
.copy_inner {
 letter-spacing: 0.03em;
}
@media screen and (min-width: 1000px) {
 .copy {
  position: static;
  text-align: left;
  font-size: 12px;
  display: block;
 }
 .copy a:hover {
  text-decoration: none;
 }
 .copy img {
  margin: 0 11px 0 0;
  width: 56px;
  display: inline-block;
 }
 .copy .copy_inner {
  position: relative;
  top: 1px;
 }
}
.footer_sns {
 margin: 0 auto;
 background-color: #fff;
 width: 80%;
}
@media screen and (min-width: 1000px) {
 .footer_sns {
  padding: 0 15px 0 15px;
  width: 250px;
  margin: 0;
 }
}
.footer_snsitem {
 width: 33%;
}
.footer_snsitem a:hover {
 text-decoration: none;
}
@media screen and (min-width: 1000px) {
 .footer_snsitem {
  width: 33%;
 }
 .footer_snsitem a:hover img {
  opacity: 0.6;
 }
}
.footer_snsitem img {
 vertical-align: top;
 margin: 0 auto;
 display: block;
 width: 40%;
}
@media screen and (min-width: 1000px) {
 .footer_snsitem img {
  width: 40px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
 }
}
.footer_snstxt {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 line-height: 1;
 font-size: 12px;
 text-align: center;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 letter-spacing: 0.06em;
}
.footer_snstxt::before {
 content: "";
 width: 25%;
 height: 2px;
 background-color: #dcdcdc;
}
.footer_snstxt:after {
 content: "";
 width: 25%;
 height: 2px;
 background-color: #dcdcdc;
}
@media screen and (min-width: 1000px) {
 .footer_snstxt {
  font-size: 15px;
 }
 .footer_snstxt::before {
  width: 40px;
 }
 .footer_snstxt::after {
  width: 40px;
 }
}
.footer_snsbtn {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: justify;
 -ms-flex-pack: justify;
 justify-content: space-between;
 padding-top: 20px;
}
@media screen and (min-width: 1000px) {
 .footer_snsbtn {
  padding-top: 15px;
  margin: 0 -15px;
 }
}
.footer_snsbtn_text {
 text-align: center;
 font-size: 10px;
 margin-top: 8px;
 line-height: 1.4;
 color: #333;
}
.footer_snsbtn_text .-ls {
 letter-spacing: -0.15em;
}
@media screen and (min-width: 1000px) {
 .footer_snsbtn_text {
  margin-top: 5px;
 }
}
.copy_txt {
 color: #333;
 font-family: "Droid Sans";
}
a.uc {
 position: relative;
 transition: none !important;
 background: #fff !important;
}
a.uc:hover {
 opacity: 1 !important;
}
a.uc img {
 opacity: 0.2 !important;
}
a.uc::after {
 content: '準備中';
 width: 100%;
 position: absolute;
 top: 50%;
 left: 0;
 transform: translate(0, -50%);
 vertical-align: middle;
 text-align: center;
 font-weight: normal;
 font-size: 1rem;
}