@charset "UTF-8";
@media (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-show {
    display: none !important;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
/* CSS Document */
/*

font-family: norman-variable, sans-serif;

*/
/* lotus
-------------------------------------------------- */
#main-contents {
  letter-spacing: 0;
}

.lotus header {
  z-index: 55;
}

.lotus #main-contents {
  position: relative;
  border-bottom: 14px solid #e8473f;
}

.lotus sup {
  font-size: 64% !important;
  vertical-align: text-top !important;
}

@media print, screen and (max-width: 767px) {
  .lotus--top .kv--area {
    padding-top: 13.1%;
  }
}
@media print, screen and (min-width: 768px) {
  .lotus--top .inner {
    max-width: 1440px;
    width: 96%;
    margin: 0 auto;
  }
  .lotus--top .kv--area {
    background: url("../img/top/bg_kv_pc.jpg") center top no-repeat;
    background-size: cover;
    margin-top: 80px;
  }
  .lotus--top .kv--area img {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  /*.lotus #main-contents { position: sticky;}*/
}
/*---- about ----*/
.lotus--top .about--area p {
  margin: 0 0 30px;
  line-height: 2;
}

.lotus--top .about--area .about--ttl {
  margin-bottom: 45px;
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.4em;
}

.lotus--top .about--area .about--lead {
  margin-bottom: 55px;
  font-size: 1.24em;
  line-height: 2.6666666;
  color: #fff;
  letter-spacing: 0.1em;
}

.lotus--top .about--movie {
  position: relative;
}

.lotus--top .about--movie span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url("../img/icon_play_hover@2x.png") center center no-repeat;
  background-size: 100% auto;
  z-index: 4;
}

.lotus--top .about--movie span img {
  transition: 0.4s all;
}

.lotus--top .about--movie span img:hover {
  opacity: 0;
}

@media print, screen and (min-width: 768px) {
  .lotus--top .about--area {
    padding: 78px 0 107px;
    text-align: center;
    background: url("../img/top/bg_01_pc.jpg") center top no-repeat;
    background-size: cover;
  }
  .lotus--top .about--area .about--logo {
    width: 158px;
    margin: 0 auto 50px;
  }
  .lotus--top .about--movie {
    width: 584px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--top .about--area {
    padding: 13.4666% 0 107px;
    text-align: center;
    background: url("../img/top/bg_01_sp.jpg") center top no-repeat;
    background-size: cover;
  }
  .lotus--top .about--area .about--logo {
    width: 21.6%;
    margin: 0 auto 6.2%;
  }
  .lotus--top .about--area .about--ttl {
    font-size: 1.8em;
  }
  .lotus--top .about--area .about--lead {
    margin-bottom: 8%;
    font-size: 1.26em;
  }
  .lotus--top .about--movie {
    margin: 0 5.33333%;
  }
  .lotus--top .about--movie span {
    width: 60px;
    height: 60px;
  }
}
/*---- lineup ----*/
.lotus--top .lineup--ttl {
  font-family: norman-variable, sans-serif;
  font-size: 3.1em;
  font-weight: 520;
  text-align: center;
  color: #e8473f;
  letter-spacing: 0.06em;
}

.lotus--top .lineup--ttl--sub {
  margin-bottom: 40px;
  font-size: 1.4em;
  font-weight: 700;
  color: #e8473f;
  letter-spacing: 0.1em;
  text-align: center;
}

.lotus--top .lineup_01 .lineup--ttl--sub {
  margin-bottom: 30px;
}

.lotus--top .slider--item {
  position: relative;
}

.lotus--top .slider--item .btn--more {
  position: absolute;
  right: 1.7%;
  top: 224px;
  width: 20%;
  height: auto;
  background: url("../img/top/icn_ar_01_hover@2x.png") center top no-repeat;
  background-size: 100% auto;
}

.lotus--top .slider--item .btn--more img {
  transition: 0.4s all;
}

.lotus--top .slider--item .btn--more img:hover {
  opacity: 0;
}

.lotus--top .slider--arrows {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 70%;
}
.lotus--top .slider--arrows div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 1px solid #e8473f;
  border-radius: 50px;
}
.lotus--top .slider--arrows div img {
  width: 8px;
  height: auto;
}
.lotus--top .slider--arrows div:hover {
  cursor: pointer;
}

.lotus--top .arrow_box {
  display: flex;
  justify-content: center;
  margin: 24px 0 0 70%;
}
.lotus--top .arrow_box div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 64px;
  height: 64px;
  text-align: center;
  border: 1px solid #e8473f;
  border-radius: 50px;
}
.lotus--top .arrow_box div img {
  width: 8px;
  height: auto;
}
.lotus--top .arrow_box div:hover {
  cursor: pointer;
}

.lotus--top .slider--item .name {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.lotus--top .slider--item .catch {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.5;
}

.ul--tag::after {
  content: "";
  display: block;
  clear: both;
}

.ul--tag li {
  float: left;
  margin-bottom: 6px;
}

.ul--tag li span {
  display: block;
  min-width: 3em;
  margin-right: 7px;
  padding: 0 0.75em 0;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #e8473f;
  border: 1px solid #e8473f;
  border-radius: 20px;
}

.lotus--top .slider--item .note {
  display: block;
  clear: both;
  font-size: 10px;
  color: #999;
}

@media print, screen and (min-width: 768px) {
  .lotus--top .lineup--area {
    padding: 110px 0 47px;
    text-align: center;
  }
  .lotus--top .lineup--area .inner {
    width: 100%;
  }
  .lotus--top .lineup--ttl {
    margin: 0 auto 25px;
  }
  .lotus--top .slider--wrapper {
    position: relative;
  }
  .lotus--top .slider--item {
    padding: 0 10px 20px;
    text-align: left;
  }
  .lotus--top .slider--item .bg--wrap {
    padding: 35px 20px 0;
  }
  .lotus--top .slider--item .gu--wrap {
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 30px);
  }
  .lotus--top .slider--item .ph {
    margin: 0 35px;
  }
  .lotus--top .slider--item .ttl {
    margin-bottom: 10px;
    font-family: norman-variable, sans-serif;
    font-size: 2.2em;
    font-weight: 520;
    text-align: left;
    color: #e8473f;
    letter-spacing: 0em;
    line-height: 1.18;
  }
  .lotus--top .slider--item .ttl img {
    height: 66px;
    width: auto;
  }
  .slick-slide img.sp-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 1440px) {
  .lotus--top .lineup--area .inner {
    width: 96%;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--top .lineup--ttl {
    margin: 0 auto 25px;
  }
  .lotus--top .slider--item .btn--more {
    position: absolute;
    right: 5.3333%;
    top: auto;
    bottom: 32px;
    width: 13.6%;
    height: 17.1%;
  }
  .lotus--top .lineup--ttl--sub {
    margin-bottom: 10px;
  }
  .lotus--top .slider--wrapper {
    position: relative;
  }
  .lotus--top .slider--item {
    padding: 0 5.3333% 2.5em;
    text-align: left;
  }
  .lotus--top .slider--item .gu--wrap .sp--flx {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-bottom: 10px;
  }
  .lotus--top .lineup_01 .slider--item:nth-child(even) .gu--wrap .sp--flx,
  .lotus--top .lineup_02 .slider--item:nth-child(odd) .gu--wrap .sp--flx {
    flex-direction: row-reverse;
  }
  .lotus--top .slider--item .ttl {
    margin-bottom: 10px;
    font-family: norman-variable, sans-serif;
    font-size: 3em;
    font-weight: 520;
    text-align: left;
    color: #e8473f;
    letter-spacing: 0em;
    line-height: 1.18;
    white-space: nowrap;
  }
  .lotus--top .slider--item .name {
    font-size: 16px;
    white-space: nowrap;
    line-height: 1.4;
  }
  .lotus--top .slider--item .catch {
    font-size: 15.6px;
    letter-spacing: 0;
  }
  /*.lotus--top .slider--item */
  .ul--tag li span {
    min-width: 0;
    padding: 2px 0.75em 0;
    font-size: 13px;
    line-height: 1.5;
  }
  /* --- item --- */
  .slider--item.item_01 {
    background: url("../img/top/bg_lineup_01_sp@2x.png") left bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_01 .ph {
    width: 72%;
  }
  .slider--item.item_02 {
    background: url("../img/top/bg_lineup_02_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_02 .ph {
    width: 23.8%;
  }
  .slider--item.item_02 .sp--fx--txt {
    width: 76.2%;
  }
  .slider--item.item_03 {
    background: url("../img/top/bg_lineup_03_sp@2x.png") left bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_03 .ph {
    width: 46.4%;
  }
  .slider--item.item_04 {
    /*background: url("../img/top/lineup_02_sp@2x.png") right bottom no-repeat;*/
    background: url("../img/top/bg_lineup_04b_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_04 .ph {
    width: 20.3%;
  }
  .slider--item.item_04 .sp--fx--txt {
    width: 79.7%;
  }
  .slider--item.item_05 {
    background: url("../img/top/bg_lineup_05b_sp@2x.png") left bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_05 .ph {
    width: 41.4%;
  }
  .slider--item.item_06 {
    background: url("../img/top/bg_lineup_06_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_07 {
    background: url("../img/top/bg_lineup_07_sp@2x.png") left bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_08 {
    background: url("../img/top/bg_lineup_08_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_08 .ph {
    width: 41.4%;
    transform: translateY(5px);
  }
  .slider--item.item_08 .sp--fx--txt {
    width: 58.6%;
  }
  .slider--item.item_09 {
    background: url("../img/top/bg_lineup_09_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_09 .ph {
    width: 31%;
  }
  .slider--item.item_10 {
    background: url("../img/top/bg_lineup_10_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .slider--item.item_10 .ph {
    width: 27%;
    padding-bottom: 2%;
    padding-left: 1%;
  }
  .sp--fx--txt {
    width: 76%;
  }
  .slider--item.item_11 {
    background: url("../img/top/bg_lineup_11_sp@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
}
/*---- lineup01 ----*/
.lotus--top .lineup_01 {
  position: relative;
  /*background: #fff url("../img/top/bg_lineup@2x.png") right -2px no-repeat;*/
}

.lotus--top .lineup_01::before {
  content: "Line Up";
  position: absolute;
  right: -8px;
  top: -27px;
  font-family: norman-variable, sans-serif;
  font-size: 10.2em;
  font-weight: 400;
  text-align: center;
  color: #e8473f;
  /* color: #009; */
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .lotus--top .lineup--area {
    padding: 30% 0 21.33333%;
  }
  .lotus--top .lineup_01 {
    background-size: 47.8% auto;
  }
  .lotus--top .lineup_01::before {
    right: -4px;
    top: -12px;
    font-size: 15.5vw;
  }
}
/*---- lineup02 ----*/
.lotus--top .lineup_02 {
  padding: 87px 0;
  background: #ffeaf3;
}

@media print, screen and (min-width: 768px) {
  .lotus--top .lineup_02 .lineup--ttl {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--top .lineup_02 .lineup--ttl {
    width: 39.8%;
  }
}
/*---- online ----*/
.lotus--top .online--area .online--ttl {
  position: relative;
  max-width: 1126px;
  margin: 0 auto;
  z-index: 4;
}

.lotus--top .online--area .online--wrapper {
  position: relative;
  z-index: 1;
}

.lotus--top .online--list li {
  margin-top: 14px;
  border: 1px solid #e9473f;
  border-radius: 40px;
}

.lotus--top .loft {
  padding: 0.6em 0;
  color: #3d7983;
  font-weight: 900;
  text-align: center;
  background: #fff7b9;
}

@media print, screen and (min-width: 768px) {
  .lotus--top .online--area {
    padding: 44px 0 100px;
  }
  .lotus--top .online--area .online--wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
    margin-top: -20px;
    padding: 0 30px;
    background: url("../img/top/ttl_online@2x.png") 100% 54% no-repeat;
    background-size: 20px auto;
  }
  .lotus--top .online--img {
    width: 78.16793893%;
  }
  .lotus--top .online--list {
    width: 160px;
  }
  .lotus--top .loft {
    margin: 30px auto 0;
    padding: 12px 0;
    max-width: 1234px;
    font-size: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .lotus--top .online--area .online--wrapper {
    padding: 0 65px;
    background: url("../img/top/ttl_online@2x.png") 98.5% 54% no-repeat;
    background-size: 20px auto;
  }
  .lotus--top .online--list {
    width: 238px;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--top .online--area {
    padding: 24% 0 0;
    background: url("../img/top/bg_online@2x.png") 5.3333% 12.2% no-repeat;
    background-size: 24%;
    border-bottom: 7px solid #e9473f;
  }
  .lotus--top .online--area ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 5.3333%;
  }
  .lotus--top .online--area ul li {
    margin: 0;
  }
  .lotus--top .online--area .online--ttl {
    margin: 5% 5.33333%;
  }
  .lotus--top .loft {
    margin: 0 0 80px;
    font-size: 24px;
  }
}
/*---- page--anc ----*/
.lotus .page--anc {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 520px;
  margin: 0 auto 20px;
  z-index: 10;
  transition: 0.4s all;
}

.lotus .page--anc.with--footer {
  position: absolute;
  bottom: 0 !important;
  transition: 0.4s all;
}

.lotus .page--anc ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 1.1em 1em 1.1em 1.8em;
  border-radius: 50px;
  background: #fae1ec;
}

.lotus .page--anc ul li {
  position: relative;
  text-align: center;
  padding: 0 1em;
}

.lotus .page--anc ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: #e9473f;
}

.lotus .page--anc ul li:nth-child(1)::before {
  width: 0;
}

.lotus .page--anc ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(16px, 3.5vw);
  font-weight: bold;
  color: #e9473f;
  white-space: nowrap;
}

.lotus .page--anc ul li .logo {
  width: 40px;
}

@media only screen and (max-width: 767px) {
  .lotus .page--anc {
    position: fixed;
    bottom: 0;
    width: 90%;
    margin: 0 0 4%;
    z-index: 10;
    transition: 0.4s all;
  }
  /*	.lotus .page--anc.with--footer {
  		position: absolute;
  		bottom:0 !important;
  	}*/
  .lotus .page--anc ul li::before {
    height: 14px;
  }
  .lotus .page--anc ul li:nth-child(1)::before {
    width: 0;
  }
  .lotus .page--anc ul li a {
    font-size: 12px;
  }
  .lotus .page--anc ul li .logo {
    width: 40px;
  }
}
/* lotus--lower
-------------------------------------------------- */
/*---- ttl--area ----*/
.lotus--lower .ttl--area {
  padding: 47px 0;
  text-align: center;
  background: url("../img/bg_header@2x.png") center center no-repeat;
  background-size: cover;
}

.lotus--lower .ttl--area .ttl--area--logo {
  width: 260px;
  margin: 0 auto 21px;
}

@media only screen and (max-width: 767px) {
  .lotus--lower .ttl--area .ttl--area--logo {
    width: 52%;
  }
}
/*---- list--area ----*/
.lotus--lower .ul--itemlist li {
  position: relative;
  text-align: center;
}

.lotus--lower .ul--itemlist li .btn--anc {
  position: absolute;
  top: 10vw;
  right: 19px;
  width: 40px;
  height: 40px;
  z-index: 3;
}

.lotus--lower .ul--itemlist li p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 5px;
  font-size: 0.9vw;
  font-weight: bold;
  line-height: 1.5;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .lotus--lower .ul--itemlist {
    display: flex;
    justify-content: center;
    margin: 32px auto 90px;
  }
  .lotus--lower .ul--itemlist li {
    /*width:20%;*/
    max-width: 210px;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--lower .ttl--area {
    background: url("../img/top/bg_01_pc.jpg") center center no-repeat;
    background-size: cover;
  }
  .lotus--lower .ul--itemlist {
    /*display: flex;
    justify-content: center;*/
    margin: 35px auto 45px;
  }
  .lotus--lower .sp--movie {
    position: relative;
    margin: 0 5.33333% 20px;
  }
  .lotus--lower .sp--movie::after {
    /*content:'';*/
    position: absolute;
    right: -15px;
    bottom: 2px;
    width: 11px;
    height: 65px;
    background: url("../img/howto_m_pc@2x.png") left top no-repeat;
    background-size: 100% auto;
  }
  .lotus--lower .ul--itemlist .itemlist--inner {
    position: relative;
  }
  .lotus--lower .ul--itemlist li .btn--anc {
    position: absolute;
    top: auto;
    bottom: 5%;
    right: 10px;
    width: 36px;
    height: 36px;
    z-index: 3;
  }
  .lotus--lower .ul--itemlist li p {
    display: block;
    font-size: 13px;
  }
}
/*---- item ----*/
.lotus--lower .item {
  position: relative;
  margin-bottom: 8%;
}

/*---- howto ----*/
.lotus--lower .howto dt {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 2.8888em;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.lotus--lower .howto dt:hover {
  cursor: pointer;
}

.lotus--lower .howto dt::before {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background: #fff;
}

.lotus--lower .howto dt::after {
  content: "";
  position: absolute;
  right: 31px;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background: #fff;
}

.lotus--lower .howto dd {
  display: none;
  padding-top: 5px;
}

.lotus--lower .howto .howto--ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #e8473f;
  line-height: 2.2;
}

.lotus--lower .howto .howto--txt--inner {
  display: flex;
}

.lotus--lower .howto .howto--txt--inner .ph p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 104px;
  margin-right: 15px;
  text-align: center;
  line-height: 1.3;
  border: 1px solid #000;
  border-radius: 100px;
}

.lotus--lower .howto .howto--txt--inner .ph {
  padding: 0;
}

.lotus--lower .howto .howto--txt--inner .ph + ul {
  width: calc(100% - 132px);
}

.lotus--lower .howto .howto--txt p,
.lotus--lower .howto .howto--txt ul li {
  font-size: 14px;
  line-height: 1.82;
  letter-spacing: 0.04em;
}

.lotus--lower .howto .howto--txt .att span {
  font-size: 16px;
  border-bottom: 1px solid #333;
}

.lotus--lower .howto .howto--txt ul {
  margin-left: 1em;
}

@media (max-width: 767px) {
  .lotus--lower .howto .howto--ttl {
    text-align: center;
    margin-bottom: 3%;
    margin-top: 3%;
  }
}
.lotus--lower .howto .howto--txt .howto_set {
  display: flex;
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_img {
    width: 38%;
    margin-right: 5%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_img {
    width: 16%;
    margin-right: 5%;
  }
}
.lotus--lower .howto .howto--txt .howto_set .howto_img img {
  width: 100%;
  height: auto;
}
.lotus--lower .howto .howto--txt .howto_set .howto_text {
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text {
    background-size: contain;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text {
    background-size: contain;
    width: 77%;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text ul {
    margin: 0% 0 0 0%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text ul {
    margin: 1% 0 0 0%;
  }
}
.lotus--lower .howto .howto--txt .howto_set .howto_text ul li {
  letter-spacing: 0.04em;
  font-weight: 600;
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text ul li {
    font-size: 110%;
    line-height: 2.5;
    margin-bottom: 2%;
    text-indent: -3.3em;
    padding-left: 4em;
    background-image: url(../img/styling2/howto_line.png);
    background-repeat: no-repeat;
    background-position: 12vw bottom;
    background-size: 760px;
    padding-bottom: 7vw;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text ul li {
    font-size: min(1.2vw, 15px);
    line-height: 2.8;
    padding-bottom: 3.3%;
    background-image: url(../img/styling2/howto_line.png);
    background-repeat: no-repeat;
    background-position: 47px bottom;
    background-size: 645px;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text .ht_number {
    width: 9vw;
    margin-right: 10px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text .ht_number {
    width: 40px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text .ht_number_mini {
    width: 6vw;
    vertical-align: middle;
    padding: 0 5px;
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text .ht_number_mini {
    width: 24px;
    vertical-align: middle;
    padding: 0 5px;
    box-sizing: content-box;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text2 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text2 ul li {
    text-indent: -3.4em;
    padding-left: 4em;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text3 {
    width: 79%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text3 {
    width: 63%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text3 ul li {
    text-indent: -3.4em;
    padding-left: 4em;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text4 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text5 {
    width: 76%;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text5 ul li {
    text-indent: -3.6em;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text5 ul li {
    text-indent: -3.6em;
    padding-left: 4em;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text6 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text6 ul li {
    text-indent: -3.6em;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text6 ul li {
    text-indent: -3.8em;
    padding-left: 4em;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text7 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text8 {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .lotus--lower .howto .howto--txt .howto_set .howto_text8 ul li {
    text-indent: -3.4em;
    padding-left: 4em;
  }
}

/*---- btn--play ----*/
.lotus--lower .btn--play {
  position: absolute;
  width: 64px;
  height: 64px;
  background: url("../img/icon_play_hover@2x.png") center center no-repeat;
  background-size: 100% auto;
  z-index: 22;
}

.lotus--lower .btn--play span {
  display: block;
}

.lotus--lower .btn--play img {
  transition: 0.4s all;
}

.lotus--lower .btn--play img:hover {
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.lotus--lower .btn--oth {
  max-width: 640px;
  width: 89.4%;
  margin: 88px auto 82px;
}

.lotus--lower .page--logo {
  max-width: 1226px;
  width: 89.4%;
  margin: 0 auto 100px;
}

.lotus--lower .buy--btn a {
  display: block;
  padding: 1.2em 1em;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background: #e8473f;
  border-radius: 50px;
}

.lotus--lower .buy--btn a span {
  padding-left: 1.6em;
  background: url("../img/icn_cart.svg") left top no-repeat;
  background-size: 16px 16px;
}

@media print, screen and (min-width: 768px) {
  .lotus--lower {
    padding-top: 80px;
  }
  .lotus--lower .item .inner {
    position: relative;
  }
  .lotus--lower .buy--btn a {
    padding: 0.97em 1em;
    font-size: 18px;
  }
  .lotus--lower .buy--btn a span {
    background-size: 20px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--lower {
    padding-top: 50px;
  }
  .lotus--lower .howto {
    margin: 0 5.33333% 0;
  }
  /*---- btn--play ----*/
  .lotus--lower .btn--play {
    right: 8%;
    transform: translateY(-164%);
    width: 44px;
    height: 44px;
    z-index: 5;
  }
  .lotus--lower .btn--oth {
    margin: 50px auto 50px;
  }
  .lotus--lower .page--logo {
    margin-bottom: 80px;
  }
}
/*----  ----*/
/* lotus--styling
-------------------------------------------------- */
/*---- ttl--area ----*/
.lotus--styling .ttl--area--cat {
  width: 138px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .lotus--styling .ttl--area--cat {
    width: 27.73333%;
  }
}
/* 購入ボタン ポップアップ 配色 --------------------------------------------------- */
.dark-tooltip.dark {
  background-color: #ea6c7f;
}

.dark-tooltip.dark.north .tip {
  border-color: transparent transparent #ea6c7f transparent;
  _border-color: #000 #000 #ea6c7f #000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color="$dt_color");
}

@media print, screen and (min-width: 768px) {
  .dark-tooltip ul {
    height: auto;
  }
  .dark-tooltip ul li {
    height: auto;
  }
  .dark-tooltip .buy-shop-list li {
    margin: 0 0 10px;
  }
}
/*---- list--area ----*/
@media (min-width: 768px) {
  .lotus--styling .inner img.pr_img {
    width: 80vw;
  }
}

@media (min-width: 768px) {
  .lotus--lower .buy--btn {
    width: 24vw;
    max-width: 240px;
  }
}

@media (max-width: 767px) {
  .item .inner_main {
    padding: 0 5vw 0;
  }
}

/*---- item_01 ----*/
.lotus--styling .item_01 {
  z-index: 10;
}
@media (max-width: 767px) {
  .lotus--styling .item_01 {
    padding-bottom: 18%;
    background: url("../img/styling2/bg01_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0px 50vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_01 {
    background: url("../img/styling2/bg01.png") center top no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding: 2% 0 8%;
  }
}
.lotus--styling .item_01 .howto dt {
  color: #fff;
  background: #d599c2;
  border: none;
}
.lotus--styling .item_01 .inner {
  position: relative;
}
@media (min-width: 768px) {
  .lotus--styling .item_01 .inner {
    padding: 0 0 0 12%;
    max-width: 1050px;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_01 .buy {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_01 .buy {
    top: 440px;
    left: 1.33%;
    display: flex;
    justify-content: left;
    max-width: 504px;
    width: 66%;
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_01 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_01 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
.lotus--styling .item_01 .buy p {
  color: #e8473f;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_01 .buy p {
    padding: 5vw 0;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_01 .buy p {
    font-size: 120%;
    margin-left: 11%;
    margin-top: 1%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_01 .howto {
    width: 67%;
    margin: 48px 0 0 1.3333%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_01 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_02 {
  z-index: 9;
}
@media (max-width: 767px) {
  .lotus--styling .item_02 {
    padding-bottom: 18%;
    background: url("../img/styling2/bg02_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 60vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_02 {
    background: url("../img/styling2/bg02.png") center top no-repeat;
    background-size: contain;
    background-position: right;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-bottom: 6%;
    padding-left: 5%;
  }
}
.lotus--styling .item_02 .howto dt {
  color: #fff;
  background: #77adde;
  border: none;
}
.lotus--styling .item_02 .inner {
  position: relative;
  max-width: 1050px;
}
@media (min-width: 768px) {
  .lotus--styling .item_02 .item_box {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_02 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_02 .buy {
    top: 440px;
    left: 1.33%;
    display: flex;
    justify-content: left;
    max-width: 504px;
    width: 66%;
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_02 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_02 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
.lotus--styling .item_02 .buy p {
  color: #e8473f;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lotus--styling .item_02 .buy p {
    font-size: 120%;
    margin-left: 11%;
    margin-top: 1%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_02 .pr_img2 {
    padding: 5vw 0;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_02 .howto {
    width: 67%;
    margin: 48px 0 0 1.3333%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_02 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_03 {
  z-index: 8;
}
@media (max-width: 767px) {
  .lotus--styling .item_03 {
    background: url("../img/styling2/bg03_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 78vw;
    padding-bottom: 23%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_03 {
    background: url("../img/styling2/bg03.png") center top no-repeat;
    background-size: auto 100%;
    background-position: left;
    padding: 2% 0 8%;
  }
}
.lotus--styling .item_03 .howto dt {
  color: #fff;
  background: #b49eca;
  border: none;
}
.lotus--styling .item_03 .inner {
  position: relative;
  max-width: 1050px;
}
@media (min-width: 768px) {
  .lotus--styling .item_03 .inner {
    padding: 0 0 0 12%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_03 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: -13vw auto 0;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_03 .buy {
    top: 440px;
    left: 1.33%;
    display: flex;
    justify-content: left;
    max-width: 504px;
    width: 66%;
    margin-top: -6%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_03 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_03 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
.lotus--styling .item_03 .buy p {
  color: #e8473f;
  font-weight: 700;
}
@media (min-width: 768px) {
  .lotus--styling .item_03 .buy p {
    font-size: 120%;
    margin-left: 11%;
    margin-top: 1%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_03 .pr_img2 {
    padding: 5vw 0;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_03 .howto {
    width: 67%;
    margin: 48px 0 0 1.3333%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_03 .howto .dl--howto dd {
    width: 67%;
    position: absolute;
  }
}
.lotus--styling .item_04 {
  z-index: 7;
}
@media (max-width: 767px) {
  .lotus--styling .item_04 {
    padding-bottom: 27%;
    background: url("../img/styling2/bg04_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 70vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_04 {
    background: url("../img/styling2/bg04.png") center top no-repeat;
    background-size: contain;
    background-position: right;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-bottom: 4%;
    padding-top: 7%;
    margin-bottom: 12%;
  }
}
.lotus--styling .item_04 .howto dt {
  color: #fff;
  background: #619425;
  border: none;
}
.lotus--styling .item_04 .inner {
  position: relative;
  max-width: 1050px;
}
@media (min-width: 768px) {
  .lotus--styling .item_04 .item_box {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_04 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_04 .buy {
    display: flex;
    justify-content: space-between;
    max-width: 504px;
    width: 66%;
    margin-top: -2%;
    margin-left: 16%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_04 .buy .item--buy {
    width: 48%;
    font-size: 1.06em;
    font-weight: bold;
    margin-bottom: 6vw;
  }
}
.lotus--styling .item_04 .buy .item--buy P {
  text-align: left;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_04 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_04 .buy .item--buy P {
    font-size: 110%;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_04 .howto {
    width: 67%;
    margin: 48px 0 0 16%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_04 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_05 {
  z-index: 6;
}
@media (max-width: 767px) {
  .lotus--styling .item_05 {
    padding-bottom: 23%;
    background: url("../img/styling2/bg05_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 68vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_05 {
    background: url(../img/styling2/bg05.png) center top no-repeat;
    background-size: 90%;
    background-position: -130% 94%;
    padding: 0% 0 5%;
    margin-bottom: 13%;
  }
}
.lotus--styling .item_05 .howto dt {
  color: #fff;
  background: #ea6c7f;
  border: none;
}
.lotus--styling .item_05 .inner {
  position: relative;
  max-width: 1050px;
}
@media (min-width: 768px) {
  .lotus--styling .item_05 .inner {
    padding: 0 0 0 12%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_05 .inner.inner_main {
    padding: 0 2vw 0;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_05 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
    padding: 0 3vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_05 .buy {
    top: 440px;
    left: 1.33%;
    display: flex;
    justify-content: space-between;
    max-width: 504px;
    width: 66%;
    margin-top: -21%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_05 .buy .item--buy {
    width: 48%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
.lotus--styling .item_05 .buy .item--buy P {
  text-align: left;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_05 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_05 .buy .item--buy P {
    font-size: 110%;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_05 .pr_img2 {
    padding: 0 0 5vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_05 .howto {
    width: 75%;
    margin: 14% 0 0 1.3333%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_05 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_06 {
  z-index: 5;
}
@media (max-width: 767px) {
  .lotus--styling .item_06 {
    padding-bottom: 32%;
    background: url("../img/styling2/bg06_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 14vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 {
    background: url(../img/styling2/bg06.png) center top no-repeat;
    background-size: contain;
    background-position: right;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-bottom: 7%;
    padding-top: 2%;
    margin-bottom: 10%;
  }
}
.lotus--styling .item_06 .howto dt {
  color: #fff;
  background: #77adde;
  border: none;
}
.lotus--styling .item_06 .inner {
  position: relative;
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .inner {
    padding-left: 5%;
    max-width: 1050px;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .item_box {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_06 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .buy {
    display: flex;
    justify-content: space-between;
    max-width: 504px;
    width: 66%;
    margin-top: -8%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_06 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
.lotus--styling .item_06 .buy .item--buy P {
  text-align: left;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_06 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .buy .item--buy P {
    font-size: 110%;
    white-space: nowrap;
  }
}
.lotus--styling .item_06 .buy .item--buy .buy--btn {
  max-width: 340px;
}
@media (max-width: 767px) {
  .lotus--styling .item_06 .pr_img2 {
    padding: 0 0 5vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .howto {
    width: 67%;
    margin: 48px 0 0 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_06 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_07 {
  z-index: 4;
}
@media (max-width: 767px) {
  .lotus--styling .item_07 {
    padding-bottom: 26%;
    background: url("../img/styling2/bg07_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 60vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_07 {
    background: url(../img/styling2/bg07.png) center top no-repeat;
    background-size: 80%;
    background-position: -18% top;
    padding: 5% 0 12%;
  }
}
.lotus--styling .item_07 .howto dt {
  color: #fff;
  background: #f19552;
  border: none;
}
.lotus--styling .item_07 .inner {
  position: relative;
  max-width: 1050px;
}
@media (min-width: 768px) {
  .lotus--styling .item_07 .inner {
    padding: 0 0 0 12%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_07 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_07 .buy {
    top: 440px;
    left: 1.33%;
    display: flex;
    justify-content: space-between;
    max-width: 504px;
    width: 66%;
    margin-top: -9%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_07 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
.lotus--styling .item_07 .buy .item--buy P {
  text-align: left;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_07 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_07 .buy .item--buy P {
    font-size: 110%;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_07 .pr_img2 {
    padding: 0 0 5vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_07 .howto {
    width: 75%;
    margin: 5% 0 0 1.3333%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_07 .howto .dl--howto dd {
    position: absolute;
  }
}
.lotus--styling .item_08 {
  z-index: 3;
}
@media (max-width: 767px) {
  .lotus--styling .item_08 {
    padding-bottom: 26%;
    background: url("../img/styling2/bg08_sp.png") center top no-repeat;
    background-size: 100% auto;
    background-position: 0 60vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 {
    background: url(../img/styling2/bg08.png) center top no-repeat;
    background-size: 93%;
    background-position: 280%;
    text-align: right;
    display: flex;
    justify-content: right;
    padding-bottom: 12%;
    padding-top: 0%;
  }
}
.lotus--styling .item_08 .howto dt {
  color: #fff;
  background: #7ac79a;
  border: none;
}
.lotus--styling .item_08 .inner {
  position: relative;
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .inner {
    max-width: 900px;
    padding-left: 5%;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .item_box {
    padding-right: 2%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_08 .buy {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .buy {
    display: flex;
    justify-content: space-between;
    max-width: 504px;
    width: 66%;
    margin-top: -8%;
  }
}
@media (max-width: 767px) {
  .lotus--styling .item_08 .buy .item--buy {
    width: 78%;
    font-size: 1.06em;
    font-weight: bold;
  }
}
.lotus--styling .item_08 .buy .item--buy P {
  text-align: left;
  color: #222222;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lotus--styling .item_08 .buy .item--buy P {
    margin-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .buy .item--buy P {
    font-size: 110%;
    white-space: nowrap;
  }
}
.lotus--styling .item_08 .buy .item--buy .buy--btn {
  max-width: 340px;
}
@media (max-width: 767px) {
  .lotus--styling .item_08 .pr_img2 {
    padding: 0 0 5vw;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .howto {
    width: 67%;
    margin: 48px 0 0 0;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .lotus--styling .item_08 .howto .dl--howto dd {
    position: absolute;
  }
}

/* lotus--treatment
-------------------------------------------------- */
/*---- ttl--area ----*/
.lotus--treatment .ttl--area--cat {
  width: 138px;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .lotus--treatment .buy--btn {
    max-width: 240px;
  }
  .lotus--treatment .ul--itemlist li p {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--treatment .ttl--area--cat {
    width: 40%;
  }
}
/*---- list--area ----*/
/*---- item_01 ----*/
.lotus--treatment .item_01 .howto dt {
  color: #fff;
  background: #7bb0df;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .lotus--treatment .item_01 {
    padding-bottom: 53px;
    background: url("../img/treatment/bg_01_pc.png") center top no-repeat;
    background-size: cover;
  }
  .lotus--treatment .item_01 .inner {
    position: relative;
  }
  .lotus--treatment .item_01 .buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
  }
  .lotus--treatment .item_01 .buy--btn {
    max-width: 240px;
  }
  .lotus--treatment .item_01 .buy .pc-only {
    width: 520px;
  }
  .lotus--treatment .item_01 .notice {
    font-size: 11px;
    margin: 20px 0 16px;
  }
  .lotus--treatment .item_01 .btn--play {
    right: 3.2%;
    bottom: 14.3%;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--treatment .item_01 {
    padding-bottom: 23%;
    background: url("../img/treatment/bg_01_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .lotus--treatment .item_01 .buy--btn {
    width: 240px;
    margin: 0 0 0 5.33333%;
  }
}
/*---- item_02 ----*/
.lotus--treatment .item_02 .howto dt {
  color: #fff;
  background: #ee7591;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .lotus--treatment .item_02 {
    padding-bottom: 137px;
    background: url("../img/treatment/bg_02_pc.png") center top no-repeat;
    background-size: auto 100%;
  }
  .lotus--treatment .item_02 .inner {
    position: relative;
  }
  .lotus--treatment .item_02 .img_02_01 {
    position: relative;
  }
  .lotus--treatment .item_02 .img_02_01::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 0);
    width: 96px;
    height: 87px;
    background: url("../img/treatment/img_02_02_pc@2x.png") center center no-repeat;
    background-size: 100% auto;
  }
  .lotus--treatment .item_02 .buy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    margin: 0 0 30px 22%;
  }
  .lotus--treatment .item_02 .buy--btn {
    max-width: 240px;
  }
  .lotus--treatment .item_02 .buy .pc-only {
    width: 520px;
  }
  /*.lotus--treatment .item_02 .buy--btn {
  	position: absolute;
  	top: 58.2%;
         left: 31.53%;
  }*/
  /*.lotus--lower .item_02 .btn--play {
  	left: 3.2%;
         bottom: 14.3%;
  }*/
}
@media print, screen and (min-width: 1200px) {
  .lotus--treatment .item_02 .howto {
    width: 78%;
    margin-left: 22%;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--treatment .item_02 {
    padding-bottom: 25%;
    background: url("../img/treatment/bg_02_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .lotus--treatment .item_02 .buy--btn {
    width: 240px;
    margin: 0 0 0 5.33333%;
  }
}
/*---- item_03 ----*/
.lotus--treatment .item_03 .howto dt {
  color: #fff;
  background: #fdc02e;
  border: none;
}

@media print, screen and (min-width: 768px) {
  .lotus--treatment .item_03 {
    padding-bottom: 137px;
    background: url("../img/treatment/bg_03_pc.png") center top no-repeat;
    background-size: cover;
  }
  .lotus--treatment .item_03 .inner {
    position: relative;
  }
  .lotus--treatment .item_03 .buy {
    position: absolute;
    top: 418px;
    left: 0;
  }
  .lotus--treatment .item_03 .btn--play {
    right: 3.2%;
    bottom: 14.3%;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--treatment .item_03 {
    padding-bottom: 17%;
    background: url("../img/treatment/bg_03_sp.png") center top no-repeat;
    background-size: 100% auto;
  }
  .lotus--treatment .item_03 .buy {
    width: 240px;
    margin: -43% 0 30% 5.33333%;
  }
}
/* lower / text
-------------------------------------------------- */
.lotus--lower .catch {
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: bold;
  color: #e8473f;
  letter-spacing: 0.1em;
}

.lotus--lower .catch sup {
  font-size: 50%;
  letter-spacing: 0.03em;
}

.lotus--lower .ttl {
  margin-bottom: 10px;
  font-family: norman-variable, sans-serif;
  font-size: min(10vw, 80px);
  font-weight: 520;
  line-height: 1.04;
  color: #e8473f;
}

.lotus--lower .add {
  position: absolute;
}

.lotus--lower .detail {
  display: flex;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.lotus--lower .detail .price {
  display: flex;
  align-items: baseline;
  font-size: 32px;
}

.lotus--lower .detail small {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.04em;
}

.lotus--lower .detail > small:first-of-type {
  padding: 0 0.5em;
}

.lotus--lower .ul--tag {
  clear: left;
  padding-bottom: 14px;
}

.lotus--lower .ul--tag li span {
  font-size: 14px;
}

.lotus--lower .cv {
  clear: both;
  display: flex;
  align-items: center;
}

.lotus--lower .cv .buy--btn {
  margin-right: 40px;
}

.lotus--lower .ul--att {
  display: flex;
  align-items: center;
}

.lotus--lower .ul--att li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.lotus--lower .ul--att li .icn {
  width: 52px;
  margin-right: 8px;
}

.lotus--lower .ul--att li p {
  font-size: 15px;
  font-weight: 700;
  color: #e8473f;
  line-height: 1.5;
}

.lotus--lower .inner .note {
  margin: 15px 0 15px;
  font-size: 11px;
}

@media print, screen and (min-width: 768px) {
  .lotus--lower .item .bx01 {
    float: left;
  }
  .lotus--lower .item .bx02 {
    float: right;
  }
  .lotus--lower .item .bx03 {
    clear: left;
    float: left;
  }
  .lotus--lower .detail {
    flex-direction: column;
    justify-content: flex-start;
  }
  .lotus--lower .detail span {
    display: block;
  }
  .lotus--lower .detail .name {
    align-items: center;
  }
  .lotus--lower .item_03 .ul--tag {
    padding-bottom: 18px;
  }
  .lotus--styling .item_01 .inner + .inner::after,
  .lotus--styling .item_02 .inner + .inner::after,
  .lotus--styling .item_03 .inner + .inner::after,
  .lotus--styling .item_04 .inner + .inner::after,
  .lotus--styling .item_05 .inner + .inner::after {
    height: 0;
  }
}
@media only screen and (max-width: 767px) {
  .lotus--lower .item .bx01,
  .lotus--lower .item .bx02,
  .lotus--lower .item .bx03 {
    position: relative;
    margin: 0 5.33333%;
  }
  .lotus--lower .catch {
    font-size: 16px;
  }
  .lotus--lower .ttl {
    font-size: 48px;
    letter-spacing: 0.04em;
  }
  .lotus--lower .ph {
    padding: 0 14.2666666666% 20px 26.6666%;
  }
  .lotus--lower .add {
    width: 22.666666%;
    top: -23%;
    right: 3%;
    transform: rotate(7.5deg);
  }
  .lotus--lower .detail {
    display: block;
  }
  .lotus--lower .detail .name {
    font-size: 16px;
  }
  .lotus--lower .detail .price {
    font-size: 32px;
  }
  .lotus--lower .detail small {
    font-size: 12px;
  }
  .lotus--lower .ul--tag {
    margin: 0 5.333333% 0;
  }
  .lotus--lower .cv {
    display: block;
  }
  .lotus--lower .cv .buy--btn {
    width: 240px;
    margin-left: 5.3333%;
  }
  .lotus--lower .ul--att {
    display: block;
    margin: 20px 5.333333% 15px;
  }
  .lotus--lower .ul--att li {
    margin-top: 10px;
  }
  .lotus--lower .ul--att li .icn {
    width: 43px;
  }
  .lotus--lower .ul--att li p {
    font-size: 13px;
  }
  .lotus--lower .inner .note {
    margin: 15px 5.3333% 15px;
    font-size: 11px;
  }
}
/* treatment / text
-------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .lotus--treatment .item_01 .bx02 {
    width: 280px;
    margin-right: -50px;
  }
  .lotus--lower .item_01 .add {
    width: 85px;
    height: 89px;
    right: -108px;
    top: 17px;
  }
  .lotus--treatment .item_02 .item--wrapper {
    width: 100%;
  }
  .lotus--treatment .item_02 .bx02 {
    position: relative;
    width: 228px;
    margin-right: 0;
  }
  .lotus--lower .item_02 .add {
    width: 78px;
    height: 94px;
    right: 125%;
    top: 0px;
  }
  .lotus--treatment .item_02 .bx02::after {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -20px;
    width: 96px;
    height: 96px;
    background: url("../img/treatment/img_02_02_pc@2x.png") right bottom no-repeat;
    background-size: 100% auto;
  }
  .lotus--treatment .item_02 .cv {
    margin-bottom: 30px;
  }
  .lotus--treatment .item_03 .bx02 {
    position: relative;
    width: 380px;
    margin-right: 0px;
  }
  .lotus--lower .item_03 .add {
    width: 87px;
    height: 89px;
    right: -25px;
    top: 90px;
  }
  .lotus--lower .item_03 .bx03 p {
    white-space: nowrap;
  }
  .lotus--lower .item_03 .ill {
    position: absolute;
    width: 156px;
    height: 130px;
    right: 36.6%;
    top: -32px;
  }
}
@media print, screen and (min-width: 1200px) {
  .lotus--treatment .item .item--wrapper {
    position: relative;
  }
  .lotus--lower .item_03 .bx02 .ph {
    position: absolute;
    right: 10px;
    top: -25px;
  }
  .lotus--lower .item_03 .ill {
    position: absolute;
    width: 156px;
    height: 130px;
    right: 21.6%;
    top: 350px;
  }
}
/* video
-------------------------------------------------- */
.modal-video {
  background: rgba(0, 0, 0, 0.85);
}

@media print, screen and (min-width: 768px) {
  .modal-video-movie-wrap,
  .modal-video-movie-wrap iframe {
    width: 394px;
    height: 700px;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-video-movie-wrap,
  .modal-video-movie-wrap iframe {
    width: 320px;
    height: 570px;
    padding-bottom: 0 !important;
  }
}
.slider--prev01 {
  width: 50px;
}

.slider--next01 {
  width: 50px;
}/*# sourceMappingURL=products_lotus2.css.map */