@charset "utf-8";

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

　　共通モジュール設定

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

/*  フォント
---------------------------------------------*/
.fontEn {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
}


/*  ボタン
---------------------------------------------*/
.itemBtn {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 0;
  box-shadow: 0px 4px 6px rgba(210,186,192,0.8);
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.itemBtn:hover {
  opacity: 0.9;
}

.itemBtn.-item01 {
  background: transparent linear-gradient(90deg, #e0657e 0%, #d2465e 100%);
  box-shadow: 0px 4px 6px rgba(210,186,192,0.6);
}

.itemBtn.-item02 {
  background: transparent linear-gradient(90deg, #4ba68d 0%, #30896e 100%);
  box-shadow: 0px 4px 6px rgba(172,194,188,0.6);
}

.itemBtn.-item03 {
  background: transparent linear-gradient(90deg, #a08965 0%, #836a46 100%);
  box-shadow: 0px 4px 6px rgba(204,200,192,0.6);
}

.itemBtn.-item04 {
  background: transparent linear-gradient(90deg, #45a2b0 0%, #2c8494 100%);
  box-shadow: 0px 4px 6px rgba(210,186,192,0.6);
}



/*  その他の商品
---------------------------------------------*/
.others {
  padding: 0 0 160px;
  background: #ffe5eb;
}

.blue .others  {
  background: #e3faf3;
}

.white .others  {
  background: #f7f4e6;
}

.mask .others  {
  background: #ffe3e6;
}

.others__title {
  position: relative;
  z-index: 5;
  top: -40px;
  margin: 0 auto 60px;
  color: #c29463;
  text-align: center;
}

.blue .others__title {
  color: #baac68;
}

.white .others__title {
  color: #bda062;
}

.mask .others__title {
  color: #8f9fa6;
}

.others__titleEn {
  margin: 0 0 60px;
  font-size: 8.8rem;
}

.others__titleJp {
  max-width: 320px;
  margin: 0 auto;
  padding: 0 0 30px;
  border-bottom: 4px solid #c29463;
  font-weight: 400;
  font-size: 3.4rem;
}

.blue .others__titleJp {
  border-bottom: 4px solid #baac68;
}

.white .others__titleJp {
  border-bottom: 4px solid #bda062;
}

.mask .others__titleJp {
  border-bottom: 4px solid #8f9fa6;
}


.others__list {
  padding-bottom: 40px;
}

.others__item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1110px;
  height: 498px;
  margin: 0 auto 45px;
  border-radius: 16px;
  box-shadow: 0px 4px 6px rgba(142,142,142,0.2);
  overflow: hidden;
}

.others__item:nth-child(even) {
  flex-direction: row-reverse;
}

.others__item.-item01 {
  background: #ffe5ea;
  color: #e0657e;
}

.others__item.-item02 {
  background: #e1faf3;
  color: #4ba68d;
}

.others__item.-item03 {
  background: #faf2e3;
  color: #a18a65;
}

.others__item.-item04 {
  background: #ffdbdf;
  color: #45a2b0;
}

.others__img {
  position: relative;
  width: 50%;
  height: 100%;
}

.others__item.-item01 .others__img {
  background: -moz-linear-gradient(top, #ffedf1, #ffe6ea);
  background: -webkit-linear-gradient(top, #ffedf1, #ffe6ea);
  background: linear-gradient(to bottom, #ffedf1, #ffe6ea);
}

.others__item.-item02 .others__img {
  background: -moz-linear-gradient(top, #f0fffb, #e1faf3);
  background: -webkit-linear-gradient(top, #f0fffb, #e1faf3);
  background: linear-gradient(to bottom, #f0fffb, #e1faf3);
}

.others__item.-item03 .others__img {;
  background: -moz-linear-gradient(top, #fff9f0, #faf2e3);
  background: -webkit-linear-gradient(top, #fff9f0, #faf2e3);
  background: linear-gradient(to bottom, #fff9f0, #faf2e3);
}

.others__item.-item04 .others__img {
  background: -moz-linear-gradient(top, #ffedef, #ffdbdf);
  background: -webkit-linear-gradient(top, #ffedef, #ffdbdf);
  background: linear-gradient(to bottom, #ffedef, #ffdbdf);
}

.others__item .others__img figure {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.others__item.-item01 figure {
  width: 226px;
}

.others__item.-item02 figure {
  width: 327px;
}

.others__item.-item03 figure {
  width: 317px;
}

.others__item.-item04 figure {
  width: 498px;
}

.others__item .img {
  position: absolute;
  z-index: 4;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 452px;
  margin: 0 auto;
}

.others__item.-item04 .others__img .img {
  top: 60%;
  width: 396px;
}

.others__detail {
  position: relative;
  width: 50%;
  text-align: center;
}

.others__block {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 300px;
  margin: 0 auto;
}

.others__name {
  margin: 0 0 35px;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.5;
}

.others__item.-item04 .others__name {
  margin: 0 0 20px;
  font-size: 2.8rem;
}

.others__item.-item04 .others__name span {
  font-size: 1.8rem;
}

.others__headline {
  margin: 0 0 30px;
  font-size: 1.8rem;
  line-height: 1.8;
}

.others__headline .notes {
  display: block;
  font-size: 1.0rem;
}

.others__price {
  margin: 0 0 30px;
  font-size: 1.4rem;
}

.others__price span {
  display: inline-block;
}

.others__price span:first-child {
  padding-right: 15px;
}

.others__btnMore {
  width: 256px;
  margin: 0 auto 10px;
}

.others__btnMore .itemBtn {
  font-size: 1.3rem;
}

.others__btnMore .itemBtn::after {
  position: absolute;
  top: 45%;
  right: 15px;
  width: 7px;
  height: 7px;
  content: "";
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.others__btn a {
  position: relative;
  display: block;
  width: 256px;
  margin: 0 auto 10px;
  padding: 15px 0;
  border-radius: 8px;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
}

.others__btn.-item01 a {
  border: 2px solid #e0657e;
  color: #e0657e;
}

.others__btn.-item02 a {
  border: 2px solid #4ba68d;
  color: #4ba68d;
}

.others__btn.-item03 a {
  border: 2px solid #a18a65;
  color: #a18a65;
}

.others__btn.-item04 a {
  border: 2px solid #45a2b0;
  color: #45a2b0;
}

.others__btn a::before {
  position: absolute;
  top: 32%;
  left: 15px;
  content: "";
  width: 17px;
  height: 17px;
}

.others__btn.-online.-item01 a::before {
  background-image: url(/images/lululun2/common/others-icon01-01.png);
  background-size: cover;
}

.others__btn.-online.-item02 a::before {
  background-image: url(/images/lululun2/common/others-icon02-01.png);
  background-size: cover;
}

.others__btn.-online.-item03 a::before {
  background-image: url(/images/lululun2/common/others-icon03-01.png);
  background-size: cover;
}

.others__btn.-online.-item04 a::before {
  background-image: url(/images/lululun2/common/others-icon04-01.png);
  background-size: cover;
}

.others__btn.-shop.-item01 a::before {
  background-image: url(/images/lululun2/common/others-icon01-02.png);
  background-size: cover;
}

.others__btn.-shop.-item02 a::before {
  background-image: url(/images/lululun2/common/others-icon02-02.png);
  background-size: cover;
}

.others__btn.-shop.-item03 a::before {
  background-image: url(/images/lululun2/common/others-icon03-02.png);
  background-size: cover;
}

.others__btn.-shop.-item04 a::before {
  background-image: url(/images/lululun2/common/others-icon04-02.png);
  background-size: cover;
}

.others__back {
  max-width: 513px;
  margin: 0 auto;
}

.others__back a {
  padding: 35px 0;
  font-size: 1.8rem;
}

.others__back .itemBtn::after {
  position: absolute;
  top: 45%;
  right: 25px;
  width: 7px;
  height: 7px;
  content: "";
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .others {
    padding: 0 0 160px;
    background: #ffe5eb;
  }

  .blue .others  {
    background: #e3faf3;
  }

  .white .others  {
    background: #f7f4e6;
  }

  .mask .others  {
    background: #ffe3e6;
  }

  .others__title {
    position: relative;
    z-index: 5;
    top: -40px;
    margin: 0 auto 60px;
    color: #c29463;
    text-align: center;
  }

  .blue .others__title {
    color: #baac68;
  }

  .white .others__title  {
    color: #bda062;
  }

  .mask .others__title  {
    color: #8f9fa6;
  }

  .others__titleEn {
    margin: 0 0 60px;
    font-size: 8.8rem;
  }

  .others__titleJp {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 0 30px;
    border-bottom: 4px solid #c29463;
    font-weight: 400;
    font-size: 3.4rem;
  }

  .blue .others__titleJp {
    border-bottom: 4px solid #baac68;
  }

  .white .others__titleJp {
    border-bottom: 4px solid #bda062;
  }

  .mask .others__titleJp {
    border-bottom: 4px solid #8f9fa6;
  }

  .others__list {
    padding-bottom: 40px;
  }

  .others__item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    height: auto;
    margin: 0 auto 45px;
    padding: 70px 0;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(142,142,142,0.2);
    overflow: hidden;
  }

  .others__item:nth-child(even) {
    flex-direction: column;
  }

  .others__item.-item01 {
    background: -moz-linear-gradient(top, #ffedf1, #ffe6ea);
    background: -webkit-linear-gradient(top, #ffedf1, #ffe6ea);
    background: linear-gradient(to bottom, #ffedf1, #ffe6ea);
    color: #e0657e;
  }

  .others__item.-item02 {
    background: -moz-linear-gradient(top, #f0fffb, #e1faf3);
    background: -webkit-linear-gradient(top, #f0fffb, #e1faf3);
    background: linear-gradient(to bottom, #f0fffb, #e1faf3);
    color: #4ba68d;
  }

  .others__item.-item03 {
    background: -moz-linear-gradient(top, #fff9f0, #faf2e3);
    background: -webkit-linear-gradient(top, #fff9f0, #faf2e3);
    background: linear-gradient(to bottom, #fff9f0, #faf2e3);
    color: #a18a65;
  }

  .others__item.-item04 {
    background: -moz-linear-gradient(top, #ffedef, #ffdbdf);
    background: -webkit-linear-gradient(top, #ffedef, #ffdbdf);
    background: linear-gradient(to bottom, #ffedef, #ffdbdf);
    color: #45a2b0;
  }

  .others__img {
    position: relative;
    width: 100%;
    height: 350px;
    margin: 0 0 45px;
  }

  .others__item.-item01 .others__img {
    background: none;
  }

  .others__item.-item02 .others__img {
    background: none;
  }

  .others__item.-item03 .others__img {
    background: none;
  }

  .others__item.-item04 .others__img {
    background: none;
  }

  .others__item .others__img figure {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .others__item.-item01 figure {
    width: 226px;
  }

  .others__item.-item02 figure {
    width: 327px;
  }

  .others__item.-item03 figure {
    width: 317px;
  }

  .others__item.-item04 figure {
    width: 498px;
  }

  .others__item .img {
    position: absolute;
    z-index: 4;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 452px;
    margin: 0 auto;
  }

  .others__item.-item04 .others__img .img {
    top: 60%;
    width: 396px;
  }

  .others__detail {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .others__block {
    position: relative;
    z-index: 4;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    margin: 0 auto;
  }

  .others__name {
    margin: 0 0 35px;
    font-weight: 500;
    font-size: 3.8rem;
    line-height: 1.5;
  }

  .others__item.-item04 .others__name {
    margin: 0 0 30px;
    font-size: 2.8rem;
  }

  .others__item.-item04 .others__name span {
    font-size: 1.8rem;
  }

  .others__headline {
    margin: 0 0 30px;
    font-size: 1.8rem;
    line-height: 1.8;
  }

  .others__headline .notes {
    display: block;
    font-size: 1.0rem;
  }

  .others__price {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }

  .others__price span {
    display: inline-block;
  }

  .others__price span:first-child {
    padding-right: 15px;
  }

  .others__btnMore {
    width: 384px;
    margin: 0 auto 15px;
  }

  .others__btnMore .itemBtn {
    font-size: 1.3rem;
  }

  .others__btnMore .itemBtn::after {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 7px;
    height: 7px;
    content: "";
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .others__btnArea {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 384px;
    margin: 0 auto;
  }

  .others__btn {
    width: 49%;
  }

  .others__btn a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 10px;
    padding: 7px 0;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }

  .others__btn.-shop a {
    padding: 16px 0;
  }

  .others__btn.-item01 a {
    border: 2px solid #e0657e;
    color: #e0657e;
  }

  .others__btn.-item02 a {
    border: 2px solid #4ba68d;
    color: #4ba68d;
  }

  .others__btn.-item03 a {
    border: 2px solid #a18a65;
    color: #a18a65;
  }

  .others__btn.-item04 a {
    border: 2px solid #45a2b0;
    color: #45a2b0;
  }

  .others__btn a::before {
    position: absolute;
    top: 32%;
    left: 15px;
    content: "";
    width: 17px;
    height: 17px;
  }

  .others__btn.-online.-item01 a::before {
    background-image: url(/images/lululun2/common/others-icon01-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item02 a::before {
    background-image: url(/images/lululun2/common/others-icon02-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item03 a::before {
    background-image: url(/images/lululun2/common/others-icon03-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item04 a::before {
    background-image: url(/images/lululun2/common/others-icon04-01.png);
    background-size: cover;
  }

  .others__btn.-shop.-item01 a::before {
    background-image: url(/images/lululun2/common/others-icon01-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item02 a::before {
    background-image: url(/images/lululun2/common/others-icon02-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item03 a::before {
    background-image: url(/images/lululun2/common/others-icon03-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item04 a::before {
    background-image: url(/images/lululun2/common/others-icon04-02.png);
    background-size: cover;
  }

  .others__back {
    max-width: 513px;
    margin: 0 auto;
  }

  .others__back a {
    padding: 35px 0;
    font-size: 1.8rem;
  }

  .others__back .itemBtn::after {
    position: absolute;
    top: 45%;
    right: 25px;
    width: 7px;
    height: 7px;
    content: "";
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 640px) {
  .others {
    padding: 0 0 100px;
    background: #ffe5eb;
  }

  .blue .others  {
    background: #e3faf3;
  }

  .white .others  {
    background: #f7f4e6;
  }

  .mask .others  {
    background: #ffe3e6;
  }

  .others__title {
    position: relative;
    z-index: 5;
    top: -25px;
    margin: 0 auto 40px;
    color: #c29463;
    text-align: center;
  }

  .blue .others__title {
    color: #baac68;
  }

  .white .others__title  {
    color: #bda062;
  }

  .mask .others__title  {
    color: #8f9fa6;
  }

  .others__titleEn {
    margin: 0 0 25px;
    font-size: 5.0rem;
  }

  .others__titleJp {
    max-width: 65%;
    margin: 0 auto;
    padding: 0 0 20px;
    border-bottom: 3px solid #c29463;
    font-weight: 400;
    font-size: 2.4rem;
  }

  .blue .others__titleJp {
    border-bottom: 4px solid #baac68;
  }

  .white .others__titleJp {
    border-bottom: 4px solid #bda062;
  }

  .mask .others__titleJp {
    border-bottom: 4px solid #8f9fa6;
  }

  .others__list {
    padding-bottom: 40px;
  }

  .others__item {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    max-width: 90%;
    height: auto;
    margin: 0 auto 30px;
    padding: 40px 0;
    border-radius: 16px;
    box-shadow: 0px 4px 6px rgba(142,142,142,0.2);
    overflow: hidden;
  }

  .others__item:nth-child(even) {
    flex-direction: column;
  }

  .others__item.-item01 {
    background: -moz-linear-gradient(top, #ffedf1, #ffe6ea);
    background: -webkit-linear-gradient(top, #ffedf1, #ffe6ea);
    background: linear-gradient(to bottom, #ffedf1, #ffe6ea);
    color: #e0657e;
  }

  .others__item.-item02 {
    background: -moz-linear-gradient(top, #f0fffb, #e1faf3);
    background: -webkit-linear-gradient(top, #f0fffb, #e1faf3);
    background: linear-gradient(to bottom, #f0fffb, #e1faf3);
    color: #4ba68d;
  }

  .others__item.-item03 {
    background: -moz-linear-gradient(top, #fff9f0, #faf2e3);
    background: -webkit-linear-gradient(top, #fff9f0, #faf2e3);
    background: linear-gradient(to bottom, #fff9f0, #faf2e3);
    color: #a18a65;
  }

  .others__item.-item04 {
    background: -moz-linear-gradient(top, #ffedef, #ffdbdf);
    background: -webkit-linear-gradient(top, #ffedef, #ffdbdf);
    background: linear-gradient(to bottom, #ffedef, #ffdbdf);
    color: #45a2b0;
  }

  .others__img {
    position: relative;
    width: 100%;
    height: 240px;
    margin: 0 0 30px;
  }

  .others__item.-item04 .others__img {
    margin: 0 0 15px;
  }

  .others__item.-item01 .others__img {
    background: none;
  }

  .others__item.-item02 .others__img {
    background: none;
  }

  .others__item.-item03 .others__img {
    background: none;
  }

  .others__item.-item04 .others__img {
    background: none;
  }

  .others__item .others__img figure {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .others__item.-item01 figure {
    width: 156px;
  }

  .others__item.-item02 figure {
    width: 226px;
  }

  .others__item.-item03 figure {
    width: 220px;
  }

  .others__item.-item04 figure {
    width: 105%;
  }

  .others__item .img {
    position: absolute;
    z-index: 4;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
    margin: 0 auto;
  }

  .others__item.-item04 .others__img .img {
    top: 60%;
    width: 62%;
  }

  .others__detail {
    position: relative;
    width: 100%;
    text-align: center;
  }

  .others__block {
    position: relative;
    z-index: 4;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 90%;
    margin: 0 auto;
  }

  .others__name {
    margin: 0 0 25px;
    font-weight: 400;
    font-size: 3.0rem;
    line-height: 1.5;
  }

  .others__item.-item02  .others__name {
    margin: 0 0 25px
  }

  .others__item.-item04 .others__name {
    margin: 0 0 10px;
    font-size: 2.4rem;
  }

  .others__item.-item04 .others__name span {
    font-size: 1.6rem;
  }

  .others__headline {
    margin: 0 0 30px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .others__headline sup {
    display: inline-block;
    font-size: 1.0rem;
    transform: scale(0.8);
  }

  .others__headline .notes {
    display: block;
    font-size: 1.0rem;
    transform: scale(0.9);
  }

  .others__price {
    margin: 0 0 30px;
    font-size: 1.4rem;
  }

  .others__price span {
    display: inline-block;
  }

  .others__price span:first-child {
    padding-right: 15px;
  }

  .others__btnMore {
    width: 100%;
    margin: 0 auto 15px;
  }

  .others__btnMore .itemBtn {
    font-size: 1.3rem;
  }

  .others__btnMore .itemBtn::after {
    position: absolute;
    top: 45%;
    right: 15px;
    width: 7px;
    height: 7px;
    content: "";
    margin: 0 auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .others__btnArea {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .others__btn {
    width: 100%;
  }

  .others__btn a {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 15px;
    padding: 13px 0;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center;
  }

  .others__btn.-shop a {
    padding: 13px 0;
  }

  .others__btn.-item01 a {
    border: 2px solid #e0657e;
    color: #e0657e;
  }

  .others__btn.-item02 a {
    border: 2px solid #4ba68d;
    color: #4ba68d;
  }

  .others__btn.-item03 a {
    border: 2px solid #a18a65;
    color: #a18a65;
  }

  .others__btn.-item04 a {
    border: 2px solid #45a2b0;
    color: #45a2b0;
  }

  .others__btn a::before {
    position: absolute;
    top: 32%;
    left: 15px;
    content: "";
    width: 17px;
    height: 17px;
  }

  .others__btn.-online.-item01 a::before {
    background-image: url(/images/lululun2/common/others-icon01-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item02 a::before {
    background-image: url(/images/lululun2/common/others-icon02-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item03 a::before {
    background-image: url(/images/lululun2/common/others-icon03-01.png);
    background-size: cover;
  }

  .others__btn.-online.-item04 a::before {
    background-image: url(/images/lululun2/common/others-icon04-01.png);
    background-size: cover;
  }

  .others__btn.-shop.-item01 a::before {
    background-image: url(/images/lululun2/common/others-icon01-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item02 a::before {
    background-image: url(/images/lululun2/common/others-icon02-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item03 a::before {
    background-image: url(/images/lululun2/common/others-icon03-02.png);
    background-size: cover;
  }

  .others__btn.-shop.-item04 a::before {
    background-image: url(/images/lululun2/common/others-icon04-02.png);
    background-size: cover;
  }

  .others__back {
    max-width: 90%;
    margin: 0 auto;
  }

  .others__back a {
    padding: 25px 0;
    font-size: 1.6rem;
  }

  .others__back .itemBtn::after {
    position: absolute;
    top: 45%;
    right: 25px;
    width: 7px;
    height: 7px;
    content: "";
    margin: 0 auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}


/*  ページ下部ボタンエリア
---------------------------------------------*/
.bottomLink {
  padding: 30px 0;
  background: #f7c6d4;
}

.blue .bottomLink  {
  background: #b8e0d4;
}

.white .bottomLink  {
  background: #e3dbb6;
}

.mask .bottomLink  {
  background: #f7c6c9;
}

.skin .bottomLink  {
  background: #c2e2f2;
}

.bottomLink__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 512px;
  margin: 0 auto;
}

.bottomLink__btn {
  width: 248px;
}

.bottomLink__btn a {
  position: relative;
  display: block;
  padding: 15px 0 12px;
  border-radius: 8px;
  background: #fff;
  font-weight: 500;
  color: #e0657e;
  text-align: center;
  line-height: 1.2;
}

.blue .bottomLink__btn a {
  color: #4ba68d;
}

.white .bottomLink__btn a {
  color: #a18a65;
}

.mask .bottomLink__btn a {
  color: #3e9cab;
}

.skin .bottomLink__btn a {
  color: #5babd4;
}

.bottomLink__btn a:hover {
  opacity: 0.9;
}

.bottomLink__btn a::before {
  position: absolute;
  top: 40%;
  left: 15px;
  content: "";
  width: 17px;
  height: 17px;
  background-image: url(/images/lululun2/common/icon-btn-online.png);
  background-size: cover;
}

.blue .bottomLink__btn a::before {
  background-image: url(/images/lululun2/blue/icon-btn-online.png);
}

.white .bottomLink__btn a::before {
  background-image: url(/images/lululun2/white/icon-btn-online.png);
}

.mask .bottomLink__btn a::before {
  background-image: url(/images/lululun2/mask/icon-btn-online.png);
}

.skin .bottomLink__btn a::before {
  background-image: url(/images/lululun2/skin/icon-btn-online.png);
}

.bottomLink__btn.-second a::before {
  background-image: url(/images/lululun2/common/icon-btn-shop.png);
}

.blue .bottomLink__btn.-second a::before {
  background-image: url(/images/lululun2/blue/icon-btn-shop.png);
}

.white .bottomLink__btn.-second a::before {
  background-image: url(/images/lululun2/white/icon-btn-shop.png);
}

.mask .bottomLink__btn.-second a::before {
  background-image: url(/images/lululun2/mask/icon-btn-shop.png);
}

.skin .bottomLink__btn.-second a::before {
  background-image: url(/images/lululun2/skin/icon-btn-shop.png);
}

@media screen and (max-width:640px){
  .bottomLink {
    padding: 30px 0;
    background: #f7c6d4;
  }

  .blue .bottomLink  {
    background: #b8e0d4;
  }

  .white .bottomLink  {
    background: #e3dbb6;
  }

  .mask .bottomLink  {
    background: #f7c6c9;
  }

  .skin .bottomLink  {
    background: #c2e2f2;
  }

  .bottomLink__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    max-width: 280px;
    width: 74%;
    margin: 0 auto;
  }

  .bottomLink__btn {
    width: 100%;
  }

  .bottomLink__btn:first-child {
    margin: 0 auto 15px;
  }

  .bottomLink__btn a {
    position: relative;
    display: block;
    padding: 12px 0 13px;
    border-radius: 8px;
    background: #fff;
    color: #e0657e;
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5;
  }

  .bottomLink__btn a:hover {
    opacity: 0.9;
  }

  .blue .bottomLink__btn a {
    color: #4ba68d;
  }

  .white .bottomLink__btn a {
    color: #a18a65;
  }

  .mask .bottomLink__btn a {
    color: #3e9cab;
  }

  .skin .bottomLink__btn a {
    color: #5babd4;
  }

  .bottomLink__btn a::before {
    position: absolute;
    top: 38%;
    left: 20px;
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(/images/lululun2/common/icon-btn-online.png);
    background-size: cover;
  }

  .blue .bottomLink__btn a::before {
    background-image: url(/images/lululun2/blue/icon-btn-online.png);
  }

  .white .bottomLink__btn a::before {
    background-image: url(/images/lululun2/white/icon-btn-online.png);
  }

  .mask .bottomLink__btn a::before {
    background-image: url(/images/lululun2/mask/icon-btn-online.png);
  }

  .skin .bottomLink__btn a::before {
    background-image: url(/images/lululun2/skin/icon-btn-online.png);
  }

  .bottomLink__btn.-second a::before {
    background-image: url(/images/lululun2/common/icon-btn-shop.png);
  }

  .blue .bottomLink__btn.-second a::before {
    background-image: url(/images/lululun2/blue/icon-btn-shop.png);
  }

  .white .bottomLink__btn.-second a::before {
    background-image: url(/images/lululun2/white/icon-btn-shop.png);
  }

  .mask .bottomLink__btn.-second a::before {
    background-image: url(/images/lululun2/mask/icon-btn-shop.png);
  }

  .skin .bottomLink__btn.-second a::before {
    background-image: url(/images/lululun2/skin/icon-btn-shop.png);
  }

}

/*  breadcrumb
---------------------------------------------*/
.breadcrumb{
  width: 100%;
  padding: 30px 0 0;
  background: #f7d0db;
  font-size: 1.2rem;
}

.blue .breadcrumb {
  background: #c8e6dd;
}

.white .breadcrumb {
  background: #e8e2c5;
}

.mask .breadcrumb {
  background: #f7d0d2;
}

.skin .breadcrumb {
  background: #cde9f7;
}

.breadcrumb ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  color: #e0657e;
  margin: 0 auto;
}

.blue .breadcrumb ul {
  color: #4ba68d;
}

.white .breadcrumb ul {
  color: #a18a65;
}

.mask .breadcrumb ul {
  color: #3e9cab;
}

.skin .breadcrumb ul {
  color: #5babd4;
}

.breadcrumb ul a {
  color: #e0657e;
}

.blue .breadcrumb ul a {
  color: #4ba68d;
}

.white .breadcrumb ul a {
  color: #a18a65;
}

.mask .breadcrumb ul a {
  color: #3e9cab;
}

.skin .breadcrumb ul a {
  color: #5babd4;
}

@media screen and (max-width:640px){
    .breadcrumb ul {
      text-align: left;
    }
}

.breadcrumb li{
  margin-right: 20px;
  position: relative;
}
.breadcrumb li::after {
  position: absolute;
  top: 0;
  right: -15px;
  content: ">";
}

.breadcrumb li.current {
  margin-right: 0;
}

.breadcrumb li.current::after {
    display: none;
  content: "";
}


/*--------------------
全成分表
--------------------*/
#overlay {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9900;
    opacity: 0.6;
    background-color: rgb(136, 136, 136);
    display: none;
}
#component {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  display: none;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}
#component .cinner {
  padding: 5%;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#component .m_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(/images/lululun2/common/close.png)no-repeat 0 0;
  cursor: pointer;
}
#component .title {
  font-size: 18px;
  font-weight: normal;
  color: #666666;
  text-align: center;
}
#component .component_inner {
  margin: 50px 0;
  padding: 50px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  text-align: left;
}
#component .component_inner p {
  line-height: 1.6;
  color: #666666;
  padding-bottom: 20px;
  font-size: 14px;
}
#component .component_inner p span {
  font-size: 12px;
}
#component .component_inner p:last-child {
  padding-bottom: 0;
}
#component .m_close_button {
  display: block;
  width: 260px;
  line-height: 50px;
  background: #8e8e8e;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}

#component .sp_show {
  display: none;
}

@media screen and (max-width: 768px) {
#component {
  position: fixed;
  top: 5%;
  left: 0%;
  right: 0;
  display: none;
  width: 90%;
  max-width: 980px;
  background: #fff;
  text-align: center;
  height: 80%;
  z-index: 9999;
}

}

@media screen and (max-width: 641px) {

#component .m_close {
  display: none;
}

#component .sp_show {
  display: block;
  margin-bottom: 50px;
}
}
