@charset "utf-8";
/*  single  */

.single #main {
  padding-bottom: 30px;
}
.single #main.two-column #content {
  width: 100%;
}
.single #main.two-column #secondary {
  order: 2;
  width: calc(100% - 40px);
  border-top: 1px solid var(--border);
  margin: 0 auto;
}
.single #main.two-column #secondary .widget {
  margin-top: 30px;
}
.single #main.two-column article {
  order: 1;
  margin-bottom: 80px;
}
.single #main.two-column article .storycontent {
  margin-top: 10px;
}
.single #itempage #img-box {
  float: unset;
  width: 100%;
  margin-bottom: 30px;
}
.single #itempage #img-box .itemimg {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  width: 100%;
  max-height: 435px;
  background: radial-gradient(92.16% 86.79% at 30.31% 21.43%, #F8F8F8 60.6%, #EAEAEA 100%);
  overflow: hidden;
}
.single #itempage #img-box .itemimg img {
  width: auto;
  height: 100%;
}
.single #itempage .detail-box,
.single #itempage .description-box {
  float: unset;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.single #itempage .detail-box .itemcode {
  font-size: 1.2rem;
  font-family: "Jost","Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border: unset;
  margin: 0 0 10px;
  padding-bottom: 15px;
}
.single #itempage .detail-box h1 {
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.4;
  margin: 0 0 20px;
}
.single #itempage .detail-box .item-info {
  margin-bottom: 40px;
  padding: 0;
}
.single #itempage .detail-box .item-info .skuform {
  margin-bottom: 0;
}
.single #itempage .detail-box .item-info .skuform + .skuform {
  margin-top: 50px;
}
.single #itempage .detail-box .item-info .skuname {
  min-height: unset;
  font-size: 1.6rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: .05rem;
  background-color: unset;
  padding: 0;
  margin-bottom: 15px;
  position: relative;
}
.single #itempage .detail-box .item-info .field {
  text-align: left;
  margin-bottom: 40px;
  padding: 0;
}
.single #itempage .detail-box .item-info .skuname + .field,
.single #itempage .detail-box .item-info .skuname + .field + .c-box .quantity {
  margin-bottom: 30px;
}
.single #itempage .detail-box .item-info .field .field_price {
  float: unset;
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 100%;
  padding: 0 2px;
  margin-bottom: 0;
}
.single #itempage .detail-box .item-info .field .field_price .tax {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--text-primary);
  position: relative;
  left: -2px;
}
.single #itempage .detail-box .item-info .description-side {
  margin-bottom: 40px;
}
.single .category-reception_only #itempage .detail-box .item-info .itemsoldout, .single .category-external_site #itempage .detail-box .item-info .itemsoldout {
	display: none;
}
.single #itempage .detail-box .item-info .itemsoldout {
  color: var(--primary);
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  letter-spacing: unset;
}
.single #itempage .detail-box .item-info .c-box {
  text-align: left;
}
.single #itempage .detail-box .item-info .c-box .quantity {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.single #itempage .detail-box .item-info .c-box .quantity input {
  display: block;
  height: 35px;
  font-size: 1.4rem;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  border-color: var(--border);
  border-radius: 0;
  margin: 8px 0 0;
  padding: 0;
}
.single #itempage .detail-box .item-info .c-box .cart-button input {
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  line-height: 100%;
  background-color: var(--text-primary);
  border: 1px solid var(--text-primary);
  border-radius: 30px;
  padding: 12px 10px 13px;
}
.single #itempage .detail-box .item-info .c-box .cart-button input:hover {
  color: var(--text-primary);
  background-color: #fff;
  border-color: var(--border);
}
.single #itempage .detail-box > div:last-of-type{
  margin-bottom: 0 !important;
}
.single #itempage .detail-box .item-description {
  font-size: 1.4rem;
}
.single #itempage .detail-box .item-description > * {
  margin-bottom: 15px;
}
.single #itempage .detail-box .item-description p {
  line-height: 1.6;
}
.single #itempage .detail-box .item-description ul {
  margin-left: 0;
}
.single #itempage .detail-box .item-description .item_accordion,
.single #itempage .detail-box .item_accordion h3 {
  font-size: 1.1rem;
}
.single #itempage .detail-box .item-description .item_accordion {
  border-bottom: 1px solid var(--border);
  margin-bottom: 0;
}
.single #itempage .detail-box .item-description .item_accordion:first-of-type {
  border-top: 1px solid var(--border);
  margin-top: 25px;
}
.single #itempage .detail-box .item-description .item_accordion:first-child {
  margin-top: 0;
}
.single #itempage .detail-box .item_accordion h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 60px;
  font-weight: 700;
  font-family: "Jost", "Noto Sans JP", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1.6;
  border: none;
  padding: 0;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
.single #itempage .detail-box .item_accordion h3::before, .single #itempage .detail-box .item_accordion h3::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-color: var(--sub2);
  width: 15px;
  height: 1px;
  transition: .3s;
}
.single #itempage .detail-box .item_accordion h3::after {
  transform: rotate(90deg);
}
.single #itempage .detail-box .item_accordion h3.is-active::before {
  transform: rotate(180deg);
}
.single #itempage .detail-box .item_accordion h3.is-active::after {
  transform: rotate(180deg);
  opacity: 0;
}
.single #itempage .detail-box .item_accordion .accordion {
  display: none;
  padding-bottom: 25px;
}
.single #itempage .detail-box .item_accordion ul, .single #itempage .detail-box .item_accordion ol {
  margin-left: 0;
}
.single #itempage .detail-box .item_accordion .ol02 > li::before, .single #itempage .detail-box .item_accordion .text_notice01 {
  font-size: unset;
  top: 0;
}
.single #itempage .description-box {
  margin-top: 70px;
}

/*商品詳細*/
.single .topicsbox {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
}
.single .ver_2 {
  margin-bottom: 80px;
}
.single .topicsbox:last-of-type {
  margin-bottom: 0 !important;
}
.single .topicsbox p.headline {
  width: 100%;
  font-size: 2.2rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.5;
  margin-bottom: 30px;
}
.single .topicsbox .caption {
  color: #555;
}
.single .topicsbox span.caption {
  font-size: 1.0rem;
  font-weight: 500;
  vertical-align: top;
}
.single .topicsbox p.caption,
.single .topicsbox p.caption span {
  font-size: 1.2rem;
}
.single .topicsbox p.caption span {
  margin-right: 8px;
}
.single #product_list div {
  width: 95%;
  max-width: 400px;
  margin: auto;
}
.single #product_list div + div {
  margin-top: 50px;
}
.single #product_list div figure {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}
.single #product_list div img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.single #product_list div .itemname {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1.3;
  padding: 0 2px;
  margin-bottom: 7px;
}
.single #product_list div .itemprice {
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  padding: 0 4px;
  margin-bottom: 10px;
}
.single #product_list div .itemprice .tax {
  font-size: 1.2rem;
  color: var(--text-primary);
}
.single #product_list div a {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
  text-align: center;
  color: var(--text-primary);
  background-color: #fff;
  border: 1px solid var(--border);
  border-radius: 30px;
  padding: 13px 10px;
}
.single #product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}

/*フルフル泡石鹸シリーズ*/
#furufuru_pink.single .description-box,
#furufuru_pink_refill.single .description-box {
  position: relative;
}
#furufuru_pink.single .description-box::before,
#furufuru_pink_refill.single .description-box::before {
  content: '';
  background: url(../images/furufuru/backimg_furufuru.png) no-repeat top 25% right/100%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  position: absolute;
  right: -20px;
  z-index: -1;
}
.single .furu_series p.headline {
  color: #F47E7E;
}
.single .furu_series.first p {
  width: 100%;
  max-width: 850px;
  height: 100%;
  margin-bottom: 20px;
}
.single .furu_series.first div {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 20px;
  position: relative;
}
.single .furu_series.first div::before {
  content: '';
  background: url(../images/furufuru/bubble.png) no-repeat right/80px;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: -15px;
  right: -10px;
}
.single .furu_series .im_furufuru {
  display: block;
  width: 75%;
  margin: auto;
}
.single .furu_series ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
.single .furu_series.first ul {
  width: calc(100% - 10px);
  background-color: #fff;
  border: 1px solid #E37796;
  box-shadow: -10px 10px 0 #FFDBDB;
  position: relative;
  left: 10px;
}
.single .furu_series.first ul li {
  width: 50%;
  text-align: center;
  padding: 10px;
}
.single .furu_series.first ul li:nth-of-type(-n+2) {
  border-bottom: 1px dashed #E37796;
}
.single .furu_series.first ul li:nth-of-type(2n+1) {
  border-right: 1px dashed #E37796;
}
.single .furu_series.second p.headline {
  text-align: center;
}
.single .furu_series.second .im_female {
  width: 100%;
  max-width: 600px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
}
.single .furu_series.second div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  max-width: 500px;
  padding-top: 27%;
  margin: auto;
}
.single .furu_series.second div img {
  width: calc((100% / 2) - 10px);
}
.single .furu_series.second div img:nth-of-type(n+3) {
  margin-top: 10px;
}
.single .furu_series.fourth {
  margin-bottom: 30px;
  position: relative;
}
.single .furu_series.fourth::before,
.single .furu_series.fourth::after {
  content: '';
  border: 3px solid #F47E7E;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
}
.single .furu_series.fourth::before {
  width: 30px;
  height: 30px;
  bottom: 170px;
  right: calc(50% - 95px);
}
.single .furu_series.fourth::after {
  width: 15px;
  height: 15px;
  bottom: 150px;
  right: calc(50% - 65px);
}
.single .furu_series.fourth ul {
  display: block;
  width: 90%;
  max-width: 800px;
  border: 3px solid #F47E7E;
  padding: 15px 20px;
  border-radius: 20px;
  margin: 0 auto 10px;
}
.single .furu_series.fourth ul li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  color: #F47E7E;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-left: 20px;
  position: relative;
}
.single .furu_series.fourth ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #F47E7E;
  border-radius: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}
.single .furu_series.fourth ul li + li {
  margin-top: 5px;
}
.single .furu_series.fourth .im_trouble {
  display: block;
  width: 100%;
  max-width: 110px;
  margin: auto;
}

/*エクエルシリーズ*/
.single .equelle_series .new_equelle_petit {
  width: 100%;
  max-width: 850px;
  background: linear-gradient(to right,#FFF6FB,#F8FFF0);
  border-radius: 20px;
  padding: 30px;
  margin: 0 auto 50px;
}
.single .equelle_series .new_equelle_petit p.headline {
  text-align: justify;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
}
.single .equelle_series .rightbox p.headline span,
.single .equelle_series .new_equelle_petit p.headline span {
  font-size: 3.0rem;
}
.single .equelle_series .new_equelle_petit p.headline span {
  color: #F39;
}
.single .equelle_series .new_equelle_petit .im_equelle_petit {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: auto;
}
.single .equelle_series .im_female {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
  z-index: -1;
}
.single .equelle_series > .im_female {
  display: none;
}
.single .equelle_series .rightbox p.headline {
  text-align: center;
  margin-bottom: 20px;
}
.single .equelle_series .rightbox p.headline span {
  color: #82C62C;
}
.single .equelle_series .rightbox ul {
  width: 90%;
  margin: -50px auto 30px;
}
.single .equelle_series .rightbox ul li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  border-left: 15px solid #F39;
  background: linear-gradient(to right,#FFF6FB,#F8FFF0);
  padding: 15px;
}
.single .equelle_series .rightbox ul li + li {
  margin-top: 15px;
}
.single .equelle_series .rightbox ul li span {
  font-size: 1.2rem;
  vertical-align: top;
}
.single .equelle_series .rightbox .source {
  font-size: 1.0rem;
  text-align: right;
}
.single .equelle_series .rightbox .source span {
  font-size: .8rem;
  vertical-align: top;
}
.single .equelle_series .link_more {
  width: 100%;
  margin-top: 40px;
}
.single .equelle_series .link_more .link, #tocoelle .topicsbox .link {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  margin: auto;
}
.single .equelle_series .link_more .link {
  background: linear-gradient(to top,#FFD9EE,#F0FFE0);
  box-shadow: 5px 5px 20px rgba(121, 121, 121, 0.1),inset 5px 5px 10px rgba(189, 212, 255, 0.1);
}
.single .equelle_series .link_more .link + .link, #tocoelle .topicsbox .link + .link {
  margin-top: 20px;
}
.single .equelle_series .link_more .link a, #tocoelle .topicsbox .link a {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 100px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #5F5F5F;
  padding: 25px 15px;
}
.single .equelle_series .link_more .link a span, #tocoelle .topicsbox .link a span {
  display: block;
  width: 100%;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
}
.single .equelle_series .link_more .link a span {
  color: #82C62C;
}
.single .equelle_series.second p.headline {
  text-align: center;
  line-height: 1.4;
}
.single .equelle_series.second p.headline span {
  font-size: 3.0rem;
  color: #FF3399;
}

/*トコエル*/
#tocoelle .topicsbox p.headline,
#tocoelle .topicsbox .column > div {
  text-align: center;
}
#tocoelle .topicsbox .column > div {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#tocoelle .topicsbox .column > div + div {
  margin-top: 30px;
}
#tocoelle .topicsbox .column div div {
  width: 90%;
  max-width: 200px;
  margin: 0 auto 20px;
  position: relative;
}
#tocoelle .topicsbox .column .im_subdivision,
#tocoelle .topicsbox .column .im_capsule {
  position: absolute;
  right: 0;
  bottom: -10px;
}
#tocoelle .topicsbox .column .im_subdivision {
  width: 30%;
  max-width: 90px;
  min-width: 55px;
}
#tocoelle .topicsbox .column .im_capsule {
  width: 35%;
  max-width: 110px;
  min-width: 70px;
}
#tocoelle .topicsbox .column .text {
  text-align: justify;
}
#tocoelle .topicsbox .column .text span {
  display: inline;
  font-weight: 500;
  background-color: #EDFF86;
  padding-left: 2px;
  padding-right: 2px;
}
#tocoelle .topicsbox .link {
  background: linear-gradient(to top,#EDFF86,#FFF4D7);
  box-shadow: 5px 5px 20px rgba(121, 121, 121, 0.1),inset 5px 5px 10px rgba(189, 212, 255, 0.1);
}
#tocoelle .topicsbox .link a span {
  color: #02BA78;
}

/*エレビット*/
#elevit .topicsbox.first {
  background-color: #FFF8FD;
  padding: 35px 20px 40px;
}
#elevit .topicsbox p.headline {
  text-align: center;
  color: #DB3BA6;
}
#elevit .topicsbox .ol01 > li {
  padding-left: 25px;
}
#elevit .topicsbox .ol01 > li + li {
  margin-top: 12px;
}
#elevit .topicsbox .ol01 > li::before {
  content: counter(number)"";
  font-size: 2.5rem;
  font-style: italic;
  color: #2B7CD1;
  top: -12px;
}

/*m.iシリーズ*/
.single #itempage .detail-box .item-description .refill {
  color: #C79E8E;
  font-size: 1.5rem;
  position: relative;
  background-color: #FAEFE7;
  padding: 12px 15px 9px 30px;
  line-height: 1.2;
}
.single #itempage .detail-box .item-description .refill::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: calc(tan(60deg) * 12px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #BF8772;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: auto;
}
.single #itempage .detail-box .item-description .refill a {
  line-height: 1.2;
}
.single .mi_series p.headline {
  color: #C79E8E;
}
.single .mi_series .text_notice01 {
  font-size: unset;
  color: unset;
}
.single .mi_series.first p {
  width: 100%;
  max-width: 670px;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
.single .mi_series.first .f_b {
  font-weight: 700;
  color: #B5755D;
}
.single .mi_series.first figure,
.single .mi_series.second figure {
  display: block;
  width: 100%;
  max-width: 670px;
  margin: 25px auto 0;
  border-radius: 30px;
  overflow: hidden;
}
.single .mi_series.first img,
.single .mi_series.second img {
  display: block;
  width: 100%;
}
.single .mi_series.first img:not(.mainimg) {
  max-width: 100px;
  margin: 0 auto 20px;
}
.single .mi_series.first img.mibodysoap {
  max-width: 60px;
}
.single .mi_series.second {
  margin-bottom: 60px;
}
.single .mi_series.second .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
.single .mi_series.second p .text_notice01 {
  display: block;
  margin-top: 20px;
}
.single .mi_series.second p.headline {
  order: 1;
}
.single .mi_series.second .headline + p {
  margin-bottom: 0;
  order: 3;
}
.single .mi_series.second figure {
  max-width: 200px;
  margin-top: 0;
  margin-bottom: 20px;
  order: 2;
}
.single .mi_series.second > figure {
  display: none;
}
.single .mi_series.third dl {
  margin-bottom: 25px;
}
.single .mi_series.third dl dt {
  width: calc(100% - 5px);
  font-size: 1.6rem;
  font-weight: 700;
  color: #C79E8E;
  background-color: #FAEFE7;
  box-shadow: 5px 5px 0 #C79E8E;
  padding: 7px 10px 5px 10px;
  margin-bottom: 20px;
}
.single .mi_series.third dl dd {
  width: 100%;
  padding: 0 10px;
}
.single .mi_series.third dl .text {
  margin-bottom: 0;
}
.single .mi_series.third dl .f_b {
  color: #BF8772;
  padding-right: 15px;
  position: relative;
}
.single .mi_series.third dl .f_b::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: calc(tan(60deg) * 12px / 2);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #BF8772;
  position: absolute;
  right: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.single .mi_series.third dl dd p.caption {
  margin-top: 10px;
}
#mibox.single .mi_series.third dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C79E8E;
  padding: 20px 0;
  margin-bottom: 0;
}
#mibox.single .mi_series.third dl:first-child {
  border-top: 1px solid #C79E8E;
}
#mibox.single .mi_series.third dl dt {
  width: 90px;
  height: 90px;
  background: unset;
  box-shadow: unset;
  padding: 0;
  margin: 0;
}
#mibox.single .mi_series.third dl dd {
  width: calc(100% - 90px);
  padding: 0 0 0 5px;
}
#mibox.single .mi_series.third dl dd .f_b {
  display: block;
}
#mibox.single .mi_series.third dl dd span::after {
  display: none;
}
.single .mi_series.forth {
  background-color: #FAEFE7;
  padding: 25px 15px 50px;
}
.single .mi_series.forth p.headline {
  text-align: center;
  margin-bottom: 15px;
}
.single .mi_series.forth .text_notice01 {
  margin-bottom: 20px;
}
.single .mi_series.forth .text_notice01 span {
  font-weight: 500;
  color: #BF8772;
}
.single .mi_series.forth .column {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.single .mi_series.forth .column div {
  padding-top: 10px;
}
.single .mi_series.forth .column div + div {
  margin-top: 30px;
}
.single .mi_series.forth .column div .text {
  text-align: justify;
}
.single .mi_series.forth .column div figure {
  display: block;
  width: 80%;
  max-width: 220px;
  margin: 0 auto 10px;
  position: relative;
}
.single .mi_series.forth .column div figure::before {
  font-size: 3.2rem;
  font-weight: 500;
  font-style: italic;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 1;
  color: #009fe9;
  position: absolute;
  top: -18px;
  left: -12px;
}
.single .mi_series.forth .column .flow1 figure::before {
  content: '1';
}
.single .mi_series.forth .column .flow2 figure::before {
  content: '2';
}
.single .mi_series.forth .column .flow3 figure::before {
  content: '3';
}

/*シャンパーニュ*/
#revieracampagne .topicsbox .leftbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: wrap;
}
#revieracampagne .topicsbox .leftbox p.headline {
  line-height: 1.6;
  margin-bottom: 20px;
  order: 1;
}
#revieracampagne .topicsbox .leftbox .headline + p {
  margin-bottom: 0;
  order: 3;
}
#revieracampagne .topicsbox .leftbox figure {
  display: block;
  width: 100%;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 30px;
  overflow: hidden;
  order: 2;
}
#revieracampagne .topicsbox figure img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#revieracampagne .topicsbox.first > figure {
  display: none;
}
#revieracampagne .topicsbox .column > div {
  width: 100%;
  max-width: 400px;
  background: linear-gradient(to top left,#ABACAC,#F5F6F6,#ABACAC);
  border-radius: 20px;
  margin: 0 auto;
  padding: 15px 20px 30px;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
#revieracampagne .topicsbox .column > div + div {
  margin-top: 15px;
}
#revieracampagne .topicsbox .column div div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}
#revieracampagne .topicsbox .column div div::before {
  content: '';
  width: calc(100% + 25px);
  height: calc(200px + 5%);
  border-radius: 100%;
  background: rgba(255, 255, 255);
  transform: skewX(-25deg);
  position: absolute;
  top: -1%;
  z-index: -1;
}
#revieracampagne .topicsbox .column .feature2 div::before,
#revieracampagne .topicsbox .column .feature2 div::before {
  width: calc(100% + 10px);
  height: calc(200px + 5%);
}
#revieracampagne .topicsbox .column .feature2 div::before {
  transform: skewX(20deg);
  top: -2%;
}
#revieracampagne .topicsbox .column .feature3 div::before {
  transform: skewX(-15deg);
}
#revieracampagne .topicsbox .column img {
  display: block;
  width: auto;
  max-width: unset;
  height: 85%;
  margin: auto;
}
#revieracampagne .topicsbox .column .feature2 img {
  height: 80%;
}
#revieracampagne .topicsbox .column .feature3 img {
  height: 75%;
}
#revieracampagne .topicsbox .column p.headline {
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: center;
  margin: 15px 0;
}
#revieracampagne .topicsbox .column .text {
  text-align: justify;
}
#revieracampagne .topicsbox.third p.headline {
  text-align: center;
}
#revieracampagne .topicsbox.third figure,
#revieracampagne .topicsbox.third div figure {
  display: block;
  width: 85%;
  max-width: 500px;
  height: 230px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
#revieracampagne .topicsbox.third div figure {
  width: 60%;
  max-width: 320px;
  height: 150px;
  margin: -50px 0 0;
  position: relative;
}
#revieracampagne .topicsbox.third div ul {
  width: 100%;
  max-width: 500px;
  margin: 15px auto;
}
#revieracampagne .topicsbox.third div ul li {
  display: inline-block;
  width: calc(100%/2 - 10px);
  vertical-align: top;
  padding-left: 15px;
  padding-right: 5px;
  position: relative;
}
#revieracampagne .topicsbox.third div ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #282828;
  border-radius: 10px;
  margin: auto;
  position: absolute;
  left: 0;
  top: 11px;
}
#revieracampagne .topicsbox.third div p {
  width: 95%;
  max-width: 500px;
  margin: 15px auto 0;
}
#revierafacepack .topicsbox.first > img {
  display: block;
  width: 100%;
  max-width: 150px;
  margin: 0 auto 20px;
}
#revierafacepack .topicsbox.first p {
  width: 100%;
  max-width: 670px;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
#revierafacepack .topicsbox.first p span {
  font-size: 1.0rem;
  font-weight: 500;
  vertical-align: text-bottom;
}
#revierafacepack .topicsbox.first figure {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  margin: 25px auto 0;
  overflow: hidden;
}
#revierafacepack .topicsbox.first figure img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#revierafacepack .topicsbox.second ul {
  margin-bottom: 20px;
}
#revierafacepack .topicsbox.second ul li {
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 20px;
  padding: 0 30px 20px;
  margin-bottom: 20px;
}
#revierafacepack .topicsbox.second ul li span {
  display: block;
  width: calc(100% + 60px);
  font-weight: 500;
  text-align: center;
  background: linear-gradient(to top left,#ABACAC,#F5F6F6,#ABACAC);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  padding: 7px 5px 5px;
  margin-bottom: 10px;
  position: relative;
  left: -30px;
}
#revierafacepack .topicsbox.second .text_notice01 {
  font-size: unset;
}

/*キコニア*/
#ciconia .topicsbox > p {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  line-height: 2;
}
#ciconia .topicsbox p:first-child {
  max-width: 420px;
  margin: 0 auto 20px;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.6;
  text-align: center;
  padding: 0 25px 0 35px;
  position: relative;
}
#ciconia .topicsbox p:first-child::before, #ciconia .topicsbox p:first-child::after {
  content: '';
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background-color: #EFACCB;
  position: absolute;
  bottom: 10px;
}
#ciconia .topicsbox p:first-child::before {
  transform: rotate(60deg);
  left: 0;
}
#ciconia .topicsbox p:first-child::after {
  transform: rotate(-60deg);
  right: 0;
}
#ciconia .topicsbox p:first-child span {
  font-size: 1.7rem;
  font-weight: 700;
  color: #3ABEBF;
}
#ciconia .topicsbox figure {
  display: block;
  width: 100%;
  max-width: 500px;
  border-radius: 30px;
  margin: auto;
  overflow: hidden;
}
#ciconia .topicsbox div {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}
#ciconia .topicsbox div::before,
#ciconia .topicsbox div::after {
  content: '';
  border: 3px solid #74CACB;
  background-color: #fff;
  border-radius: 50px;
  position: absolute;
}
#ciconia .topicsbox div::before {
  width: 30px;
  height: 30px;
  bottom: 170px;
  right: calc(50% - 95px);
}
#ciconia .topicsbox div::after {
  width: 15px;
  height: 15px;
  bottom: 150px;
  right: calc(50% - 65px);
}
#ciconia .topicsbox div ul {
  display: block;
  width: 90%;
  max-width: 800px;
  border: 3px solid #74CACB;
  padding: 15px 20px;
  border-radius: 20px;
  margin: 0 auto 10px;
}
#ciconia .topicsbox div ul li {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  padding-left: 20px;
  position: relative;
}
#ciconia .topicsbox div ul li::before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #EFACCB;
  border-radius: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}
#ciconia .topicsbox div ul li + li {
  margin-top: 5px;
}
#ciconia .topicsbox div .im_trouble {
  display: block;
  width: 100%;
  max-width: 110px;
  margin: auto;
}
#ciconia .topicsbox > div + p, #ciconia .topicsbox .caption {
  width: 100%;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}
#ciconia .topicsbox > div + p {
  margin-bottom: 5px;
}
#ciconia .topicsbox > div + p span {
  font-size: 1.8rem;
  padding: 0 2px;
}
#ciconia .topicsbox .caption {
  font-size: 1.2rem;
  font-weight: 400;
  font-family: unset;
}

/*アノワ*/
#anowa41 .topicsbox.first p {
  width: 100%;
  max-width: 670px;
  font-weight: 500;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  text-align: center;
  line-height: 2;
  margin-right: auto;
  margin-left: auto;
}
#anowa41 .topicsbox.first figure {
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 25px auto 0;
  border-radius: 30px;
  overflow: hidden;
}
#anowa41 .topicsbox.first img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#anowa41 .topicsbox.second p.headline {
  text-align: center;
  margin-bottom: 20px;
}
#anowa41 .topicsbox.second p.headline span {
  font-size: 3.0rem;
  color: #B0AA98;
}
#anowa41 .topicsbox.second .column > div {
  text-align: center;
}
#anowa41 .topicsbox.second .column > div {
  width: 100%;
  max-width: 400px;
  margin: auto;
}
#anowa41 .topicsbox.second .column > div + div {
  margin-top: 30px;
}
#anowa41 .topicsbox.second .column div div {
  width: 95%;
  max-width: 200px;
  margin: 0 auto 20px;
  position: relative;
}
#anowa41 .topicsbox.second .column .im_subdivision,
#anowa41 .topicsbox.second .column .im_capsule {
  position: absolute;
  right: 0;
  bottom: -10px;
}
#anowa41 .topicsbox.second .column .im_subdivision {
  width: 30%;
  max-width: 90px;
  min-width: 55px;
}
#anowa41 .topicsbox.second .column .im_capsule {
  width: 35%;
  max-width: 110px;
  min-width: 70px;
}
#anowa41 .topicsbox.second .column .text {
  text-align: justify;
}
#anowa41 .topicsbox.second .column .text span {
  display: inline;
  font-weight: 500;
  background-color: #EDFF86;
  padding-left: 2px;
  padding-right: 2px;
}
  
/*varinos*/
.topicsbox.varinos_series div > p {
  text-align: justify;
}
.topicsbox.varinos_series p.headline {
  text-align: left;
  margin-bottom: 10px;
}
.topicsbox.varinos_series p.headline span {
  font-size: 3.0rem;
}
#varinos_lactoferrin .topicsbox p.headline span {
  color: #F19436;
}
#varinos_3in1 .topicsbox p.headline span {
  color: #AE69C3;
}
.topicsbox.varinos_series .price {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}
.topicsbox.varinos_series .price dt {
  width: 105px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
#varinos_lactoferrin .topicsbox .price dt {
  background-color: #F19436;
}
#varinos_3in1 .topicsbox .price dt {
  background-color: #AE69C3;
}
.topicsbox.varinos_series .price dd {
  line-height: 1.2;
  position: relative;
  top: 3px;
}
.topicsbox.varinos_series .price dd span {
  font-size: 1.8rem;
  font-weight: 500;
}
#varinos_lactoferrin .topicsbox .price dd span {
  color: #F19436;
}
#varinos_3in1 .topicsbox .price dd span {
  color: #AE69C3;
}
.topicsbox.varinos_series .price dd span span {
  font-size: 3.0rem;
  font-family: "Shippori Mincho", "Yu Mincho","游 明朝","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  letter-spacing: 0;
  margin-right: 2px;
}
.topicsbox.varinos_series .text_notice01 {
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: left;
  color: #282828;
  padding-left: 15px;
  margin-left: 0;
  margin-bottom: 10px;
}
.topicsbox.varinos_series .text_notice01::before {
  margin-left: -1.5rem;
  position: unset;
}
#varinos_lactoferrin .topicsbox .text_notice01 span {
  color: #F19436;
}
#varinos_3in1 .topicsbox .text_notice01 span {
  color: #AE69C3;
}
.topicsbox.varinos_series .text_notice01 span span {
  font-size: 2.0rem;
  margin: 0 2px;
}
.topicsbox.varinos_series a {
  display: block;
  font-weight: 700;
  font-family: "Zen Maru Gothic", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  text-align: center;
  color: #fff;
  border-radius: 25px;
  padding: 10px 25px;
  margin-bottom: 20px;
}
#varinos_lactoferrin .topicsbox a {
  background: url(../images/common/ic_link.svg) no-repeat center right 45px/15px,linear-gradient(to bottom,#F19436 30%,#F1C536);
}
#varinos_3in1 .topicsbox a {
  background: url(../images/common/ic_link.svg) no-repeat center right 45px/15px,linear-gradient(to bottom,#AE69C3 30%,#8283DA);
}
.topicsbox.varinos_series a span {
  font-size: 1.6rem;
}
.topicsbox.varinos_series div img {
  float: right;
  display: block;
  max-width: 140px;
  margin: 10px auto 0 20px;
}
.topicsbox.varinos_series > img {
  display: none;
}

@media (min-width: 461px) {
  .single .lum-lightbox.lum-open img {
    width: auto;
  }
}
@media (min-width: 769px) {
  /*  iPad、PC  */
  .single #main {
    padding-bottom: 150px;
  }
  .single #main.two-column #content {
    width: calc(100% - 60px);
  }
  .single #main.two-column #secondary {
	order: 1;
	width: 18%;
	border-top: unset;
  }
  .single #main.two-column #secondary .widget {
    margin-top: 80px;
  }
  .single #main.two-column article {
	order: 2;
	margin-bottom: 0;
  }
  .single #main.two-column article .storycontent {
    margin-top: 80px;
  }
  .single .storycontent #itempage {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: wrap;
  }
  .single #itempage #img-box {
    width: 55%;
    flex-shrink: 0;
    margin-bottom: 0;
	position: relative;
  }
  .single #itempage #img-box .itemimg {
    position: -webkit-sticky !important;
    position: -moz-sticky !important;
    position: -ms-sticky !important;
    position: -o-sticky !important;
    position: sticky !important;
    top: 120px;
  }
  .single #itempage .detail-box {
	width: 45%;
	flex-shrink: 0;
	padding: 0 0 0 5%;
	position: relative;
  }
  .single #itempage .detail-box .itemcode {
    font-size: 1.4rem;
  }
  .single #itempage .detail-box h1 {
    font-size: 2.4rem;
  }
  .single #itempage .detail-box .item-info {
    margin-bottom: 50px;
  }
  .single #itempage .detail-box .item-info .field .field_price {
    font-size: 2.2rem;
    text-align: left;
  }
  .single #itempage .detail-box .item-info .field .field_price .tax {
    font-size: 1.6rem;
    left: -3px;
  }
  .single #itempage .detail-box .item-info .description-side {
	font-size: 1.4rem;
  }
  .single #itempage .detail-box .item-info .c-box .quantity {
	font-size: 1.3rem;
	margin-bottom: 40px;
  }
  .single #itempage .detail-box .item-info .c-box .cart-button input {
	max-width: 250px;
  }
  .single #itempage .detail-box .item-description .item_accordion,
  .single #itempage .detail-box .item_accordion h3 {
	font-size: 1.2rem;
  }
  .single #itempage .description-box {
	width: 100%;
	margin-top: 120px;
  }
  
  /*商品詳細*/
  .single .topicsbox {
    margin-bottom: 80px;
  }
  .single .ver_2 {
    margin-bottom: 100px;
  }
  .single .topicsbox * {
    font-size: 1.6rem;
  }
  .single .topicsbox p.headline {
    font-size: 3.2rem;
  }
  .single .topicsbox span.caption {
    font-size: 1.2rem;
  }
  .single .topicsbox p.caption,
  .single .topicsbox p.caption span {
    font-size: 1.5rem;
  }
  .single #product_list div {
    width: calc((100% / 2) - 50px);
	margin: 0 auto auto;
  }
  .single #product_list div + div {
    margin-top: 0;
  }
  .single #product_list div .itemname {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 12px;
  }
  .single #product_list div .itemprice {
    font-size: 2rem;
  }
  .single #product_list div .itemprice .tax  {
    font-size: 1.4rem;
  }
  
  /*フルフル泡石鹸シリーズ*/
  #furufuru_pink.single .description-box,
  #furufuru_pink_refill.single .description-box {
	margin-top: 100px;
  }
  #furufuru_pink.single .description-box::before,
  #furufuru_pink_refill.single .description-box::before {
    background-position-y: top 35%;
	max-width: 600px;
    right: -30px;
  }
  .single .furu_series.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
	position: relative;
  }
  .single .furu_series.first p {
    margin-bottom: 30px;
  }
  .single .furu_series p.headline {
    width: 100%;
	max-width: 100%;
  }
  .single .furu_series.first p:nth-of-type(3) {
    width: calc(100% - 280px);
    max-width: 590px;
    padding-right: 20px;
  }
  .single .furu_series.first div {
    width: 50%;
    max-width: 280px;
	margin: 0;
  }
  .single .furu_series.first div::before {
    background-size: 100px;
    width: 100px;
    height: 100px;
    bottom: -20px;
    right: -20px;
  }
  .single .furu_series .im_furufuru {
	width: 90%;
	max-width: 380px;
	margin: 0;
  }
  .single .furu_series.first ul {
    width: calc(100% - 370px);
    max-width: 530px;
    position: absolute;
    bottom: 10px;
  }
  .single .furu_series.first ul::before {
    content: '';
    background: url(../images/furufuru/line.svg) no-repeat top right/120px;
    width: 120px;
    height: 37px;
    position: absolute;
    right: -100px;
  }
  .single .furu_series.first ul li {
    font-size: 1.5rem;
  }
  .single .furu_series.second .im_female,
  .single .furu_series.second div {
	width: 100%;
    max-width: inherit;
  }
  .single .furu_series.second div img {
    width: calc((100% / 4) - 10px);
  }
  .single .furu_series.second div img:nth-of-type(n+3) {
    margin-top: 0;
  }
  .single .furu_series.fourth {
	margin-bottom: 150px;
  }
  .single .furu_series.fourth::before {
    bottom: -20px;
    left: 18%;
	right: unset;
  }
  .single .furu_series.fourth::after {
    bottom: -38px;
    left: 16%;
	right: unset;
  }
  .single .furu_series.fourth ul {
	border-radius: 50px;
    padding: 35px 50px;
    margin: 0 0 0 auto;
  }
  .single .furu_series.fourth ul li {
    font-size: 1.8rem;
	line-height: 1.6;
	padding-left: 25px;
  }
  .single .furu_series.fourth ul li::before {
	width: 13px;
	height: 13px;
    top: 9px;
  }
  .single .furu_series.fourth .im_trouble {
    width: 110px;
    position: absolute;
    bottom: -110px;
    right: 85%;
  }
  
  /*エクエルシリーズ*/
  .single .equelle_series .new_equelle_petit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-around;
    border-radius: 30px;
    margin: 0 auto 80px;
  }
  .single .equelle_series .new_equelle_petit p.headline {
    width: 525px;
	margin-bottom: 0;
	padding-top: 50px;
    padding-right: 30px;
  }
  .single .equelle_series .new_equelle_petit p.headline::before {
    content: '';
    width: 100px;
    height: 115px;
    background: url(../images/otsuka/equelle_petit_tablet.png) no-repeat top right/100px;
    position: absolute;
    top: -55px;
    right: 15px;
  }
  .single .equelle_series .new_equelle_petit .im_equelle_petit {
    width: 90%;
    max-width: 200px;
  }
  .single .equelle_series .rightbox p.headline span,
  .single .equelle_series.second p.headline span,
  .single .equelle_series .new_equelle_petit p.headline span {
    font-size: 4.0rem;
  }
  .single .equelle_series .rightbox ul li {
    font-size: 2.2rem;
    padding: 20px;
  }
  .single .equelle_series .rightbox ul li + li {
    margin-top: 20px;
  }
  .single .equelle_series .rightbox ul li span {
    font-size: 1.4rem;
  }
  .single .equelle_series .rightbox .source {
    font-size: 1.2rem;
  }
  .single .equelle_series .rightbox .source span {
    font-size: 1.0rem;
  }
  .single .equelle_series .link_more, #tocoelle .topicsbox.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }
  .single .equelle_series .link_more {
    margin-top: 80px;
  }
  .single .equelle_series .link_more .link, #tocoelle .topicsbox .link {
    width: calc((100% / 2) - 15px);
    max-width: 520px;
	margin: 0;
  }
  .single .equelle_series .link_more .link + .link, #tocoelle .topicsbox .link + .link {
    margin-top: 0;
  }
  .single .equelle_series .link_more .link a, #tocoelle .topicsbox .link a {
    font-size: 1.6rem;
	padding: 40px 15px;
  }
  .single .equelle_series .link_more .link a:hover, #tocoelle .topicsbox .link a:hover {
    opacity: .6;
  }
  .single .equelle_series .link_more .link a span, #tocoelle .topicsbox .link a span {
    font-size: 3.0rem;
    line-height: 1.2;
  }
  .single .equelle_series.second p.headline {
    line-height: 1.8;
  }
  .single #product_list.equelle_series div:nth-of-type(1) figure {
    padding: 15% 0;
  }

  /*トコエル*/
  #tocoelle .topicsbox p.headline {
    margin-bottom: 50px;
  }
  #tocoelle .topicsbox .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #tocoelle .topicsbox .column > div {
    width: calc((100% / 3) - 20px);
	max-width: 100%;
	margin: 0;
  }
  #tocoelle .topicsbox .column > div + div {
    margin-top: 0;
  }
  #tocoelle .topicsbox .column div div {
	max-width: 240px;
    margin: 0 auto 40px;
  }
  #tocoelle .topicsbox .column .im_subdivision,
  #tocoelle .topicsbox .column .im_capsule {
	bottom: -20px;
  }
  
  /*エレビット*/
  #elevit .topicsbox.first {
    padding: 40px 50px 60px;
  }
  #elevit .topicsbox .ol01 > li + li {
    margin-top: 15px;
  }
  #elevit .topicsbox .ol01 > li::before {
    top: -10px;
  }
  
  /*m.iシリーズ*/
  .single #itempage .detail-box .item-description .refill {
    padding: 17px 15px 14px 30px;
  }
  .single #itempage .detail-box .item-description .refill::before {
    top: 20px;
	height: calc(tan(60deg) * 13px / 2);
  }
  .single .mi_series .text_notice01 {
    font-size: 1.6rem;
    margin-left: 20px;
  }
  .single .mi_series .text_notice01::before {
    left: -20px;
  }
  .single .mi_series.first p {
	max-width: 700px;
	margin-bottom: 20px;
  }
  .single .mi_series.first figure {
    max-width: 800px;
    margin: 35px auto 0;
	border-radius: 50px;
  }
  .single .mi_series.second .leftbox {
    align-items: center;
  }
  .single .mi_series.second .headline + p {
    width: calc(100% - 200px);
    padding: 0 20px 0 0;
	order: 2;
  }
  .single .mi_series.second figure {
    order: 3;
	margin-bottom: 0;
  }
  .single .mi_series.third dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
	margin-bottom: 40px;
  }
  .single .mi_series.third dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    font-size: 2.0rem;
	line-height: 1.5;
	text-align: center;
	box-shadow: 8px 8px 0 #C79E8E;
	padding: 15px 10px 10px;
	margin-bottom: 0;
  }
  .single .mi_series.third dl dt span {
    display: none;
  }
  .single .mi_series.third dl dd {
    width: calc(100% - 118px);
    padding: 0 0 0 30px;
  }
  .single .mi_series.third dl .f_b {
	padding-right: 20px;
  }
  .single .mi_series.third dl .f_b::after {
    width: 10px;
    height: calc(tan(60deg) * 15px / 2);
    right: 4px;
  }
  #mibox.single .mi_series.third dl dt {
    width: 110px;
    height: 110px;
  }
  #mibox.single .mi_series.third dl dd {
    width: calc(100% - 110px);
  }
  .single .mi_series.forth {
    padding: 35px 30px 50px;
  }
  .single .mi_series.forth .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-flow: wrap;
    justify-content: space-around;
	max-width: unset;
  }
  .single .mi_series.forth p.headline,
  .single .mi_series.forth .text_notice01 {
    margin-bottom: 30px;
  }
  .single .mi_series.forth .column div {
    width: calc((100% / 3) - 25px);
	padding-top: 20px;
  }
  .single .mi_series.forth .column div + div {
    margin-top: 0;
  }
  .single .mi_series.forth .column div .text {
	font-size: 1.4rem;
    line-height: 1.6;
  }
  .single .mi_series.forth .column div figure::before {
    font-size: 3.5rem;
	top: -20px;
  }
  
  /*シャンパーニュ*/
  #revieracampagne .topicsbox .leftbox {
    align-items: center;
  }
  #revieracampagne .topicsbox .leftbox .headline + p {
    width: calc(100% - 250px);
    padding: 0 20px 0 0;
	order: 2;
  }
  #revieracampagne .topicsbox .leftbox figure {
    height: auto;
    max-width: 250px;
	margin-bottom: 0;
    order: 3;
  }
  #revieracampagne .topicsbox .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #revieracampagne .topicsbox .column > div {
    width: calc((100% / 3) - 10px);
	padding: 15px 15px 30px;
  }
  #revieracampagne .topicsbox .column > div + div {
    margin-top: 0;
  }
  #revieracampagne .topicsbox .column div div::before {
    height: calc(200px + 3%);
    transform: skewX(-13deg);
  }
  #revieracampagne .topicsbox .column .feature2 div::before {
    transform: skewX(15deg);
  }
  #revieracampagne .topicsbox .column .feature3 div::before {
    transform: skewX(-9deg);
  }
  #revieracampagne .topicsbox .column img {
    height: 90%;
  }
  #revieracampagne .topicsbox .column .feature2 img {
    height: 85%;
  }
  #revieracampagne .topicsbox .column .feature3 img {
    height: 80%;
  }
  #revieracampagne .topicsbox.third figure {
	max-width: 580px;
	height: 320px;
  }
  #revieracampagne .topicsbox.third div {
    display: flex;
    flex-flow: wrap;
  }
  #revieracampagne .topicsbox.third div figure {
    max-width: 300px;
    height: 200px;
  }
  #revieracampagne .topicsbox.third div ul {
    width: calc(100% - 300px);
    padding-left: 30px;
  }
  #revieracampagne .topicsbox.third div ul li {
    width: 100%;
  }
  #revieracampagne .topicsbox.third div ul li::before {
    width: 7px;
    height: 7px;
  }
  #revieracampagne .topicsbox.third div p {
    width: 100%;
    max-width: 100%;
    margin: 15px 0 0;
  }
  #revierafacepack .topicsbox.first p {
    max-width: 860px;
    margin-bottom: 20px;
  }
  #revierafacepack .topicsbox.first p span {
    font-size: 1.2rem;
  }
  #revierafacepack .topicsbox.first figure {
    height: 320px;
    border-radius: 50px;
    margin: 35px auto 0;
  }
  #revierafacepack .topicsbox.second ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
	margin-bottom: 30px;
  }
  #revierafacepack .topicsbox.second ul li {
    width: calc(100%/2 - 10px);
	padding: 0 25px 20px;
	margin-bottom: 0;
  }
  #revierafacepack .topicsbox.second ul li:nth-of-type(n+3) {
    margin-top: 35px;
  }
  #revierafacepack .topicsbox.second ul li span {
	width: calc(100% + 50px);
    padding-bottom: 4px;
	margin-bottom: 15px;
	left: -25px;
  }
  #revierafacepack .topicsbox.second .text_notice01 {
    font-size: 1.6rem;
    margin-left: 20px;
  }
  #revierafacepack .topicsbox.second .text_notice01::before {
    left: -20px;
  }
  
  /*キコニア*/
  #ciconia .topicsbox div {
    margin-top: 30px;
	margin-bottom: 130px;
  }
  #ciconia .topicsbox div::before {
    bottom: -20px;
    left: 18%;
	right: unset;
  }
  #ciconia .topicsbox div::after {
    bottom: -38px;
    left: 16%;
	right: unset;
  }
  #ciconia .topicsbox div ul {
	border-radius: 50px;
    padding: 35px 50px;
    margin: 0 0 0 auto;
  }
  #ciconia .topicsbox div ul li {
    font-size: 1.8rem;
	line-height: 1.6;
	padding-left: 25px;
  }
  #ciconia .topicsbox div ul li::before {
	width: 13px;
	height: 13px;
    top: 9px;
  }
  #ciconia .topicsbox div .im_trouble {
    width: 110px;
    position: absolute;
    bottom: -110px;
    right: 85%;
  }
  #ciconia .topicsbox > div + p, #ciconia .topicsbox .caption {
    max-width: 860px;
	text-align: center;
  }
  #ciconia .topicsbox > div + p {
    padding-top: 20px;
  }
  #ciconia .topicsbox > div + p span {
    font-size: 2.2rem;
  }
  
  /*アノワ*/
  #anowa41 .topicsbox.first p {
	max-width: 760px;
	margin-bottom: 20px;
  }
  #anowa41 .topicsbox.first figure {
    height: 320px;
	border-radius: 50px;
    margin: 35px auto 0;
  }
  #anowa41 .topicsbox.second p.headline {
    margin-bottom: 40px;
  }
  #anowa41 .topicsbox.second p.headline span {
    font-size: 4.0rem;
  }
  #anowa41 .topicsbox.second .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  #anowa41 .topicsbox.second .column > div {
    width: calc((100% / 3) - 20px);
	max-width: 100%;
	margin: 0;
  }
  #anowa41 .topicsbox.second .column > div + div {
    margin-top: 0;
  }
  #anowa41 .topicsbox.second .column div div {
	max-width: 300px;
    margin: 0 auto 30px;
  }
  #anowa41 .topicsbox.second .column .im_subdivision,
  #anowa41 .topicsbox.second .column .im_capsule {
	bottom: -20px;
  }
  
  /*varinos*/
  .topicsbox.varinos_series {
    position: relative;
  }
  .topicsbox.varinos_series div > p {
    font-size: calc(.5vw + 1.4rem);
  }
  .topicsbox.varinos_series p.headline {
	font-size: calc(1.5vw + 1.1rem);
  }
  .topicsbox.varinos_series p.headline span {
    font-size: 4.0rem;
	font-size: calc(1.5vw + 1.9rem);
	margin-bottom: 30px;
  }
  .topicsbox.varinos_series .price {
    margin-bottom: 10px;
  }
  .topicsbox.varinos_series .price dt {
    width: auto;
    font-size: 1.8rem;
    font-size: clamp(1.6rem, calc(.5vw + 1.1rem), 1.8rem);
    margin-right: 10px;
    padding: 0 1%;
  }
  .topicsbox.varinos_series .price dd, .topicsbox.varinos_series .price dd span {
	font-size: clamp(1.6rem, calc(.5vw + 1rem), 1.8rem);
  }
  .topicsbox.varinos_series .price dd {
    top: -4px;
  }
  .topicsbox.varinos_series .price dd span span {
    font-size: 3.2rem;
	font-size: clamp(2.8rem, calc(.5vw + 2.35rem) , 3.2rem);
  }
  .topicsbox.varinos_series .text_notice01, .topicsbox.varinos_series .text_notice01 span {
    font-size: 1.8rem;
	font-size: clamp(1.8rem, calc(.2vw + 1.5rem), 2.0rem);
	line-height: 1.4;
  }
  .topicsbox.varinos_series .text_notice01 {
    padding-left: 18px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .topicsbox.varinos_series .text_notice01::before {
    margin-left: -1.8rem;
    position: unset;
  }
  .topicsbox.varinos_series .text_notice01 span span {
    font-size: 2.5rem;
	font-size: clamp(2.0rem, calc(.2vw + 2.2rem), 2.5rem);
  }
  .topicsbox.varinos_series a {
    font-size: 1.4rem;
    border-radius: 45px;
    padding: 12px 45px;
	margin-bottom: 30px;
  }
  .topicsbox.varinos_series a:hover {
    opacity: .6;
  }
  .topicsbox.varinos_series a span {
    font-size: 1.8rem;
  }
  .topicsbox.varinos_series div img {
    max-width: 180px;
	margin: 0 30px 5px;
  }
}
@media (min-width: 1024px) {
  /*  iPad、PC  */
  .single #main {
    padding-bottom: 180px;
  }
  .single #main.two-column #content {
    width: calc(100% - 100px);
  }
  .single #itempage #img-box {
    width: 51%;
  }
  .single #itempage .detail-box {
	width: 49%;
  }
  .single #itempage .detail-box .item-info .description-side {
	font-size: 1.5rem;
  }
  .single #itempage .detail-box .item-info .c-box .cart-button input {
	font-size: 1.3rem;
  }
  
  /*商品詳細*/
  .single .topicsbox {
    margin-bottom: 100px;
  }
  .single .ver_2 {
    margin-bottom: 150px;
  }
  .single .topicsbox * {
    font-size: 2.0rem;
  }
  .single #product_list div figure {
    margin: 0 auto 50px;
  }
  
  /*フルフル泡石鹸シリーズ*/
  #furufuru_pink.single .description-box::before,
  #furufuru_pink_refill.single .description-box::before {
    background-position-y: top 50%;
    max-width: 700px;
    right: -50px;
  }
  .single .furu_series.first p:nth-of-type(3) {
    width: calc(100% - 350px);
    padding-right: 60px;
  }
  .single .furu_series.first div {
    max-width: 350px;
  }
  .single .furu_series.first div::before {
    background-size: 120px;
    width: 120px;
    height: 120px;
	bottom: -30px;
    right: -40px;
  }
  .single .furu_series.first ul {
    width: calc(100% - 470px);
	max-width: 470px;
    bottom: 20px;
  }
  .single .furu_series.first ul::before {
    background-size: 166px;
	width: 166px;
    height: 51px;
    right: -130px;
  }
  .single .furu_series.first ul li {
    font-size: 1.8rem;
    padding: 15px;
  }
  .single .furu_series.second div {
    width: 95%;
  }
  .single .furu_series.second div img {
    width: calc((100% / 4) - 15px);
  }
  .single #product_list.furu_series div {
	max-width: 500px;
  }
  .single .furu_series.fourth {
    margin-bottom: 170px;
  }
  .single .furu_series.fourth::before {
	bottom: -25px;
  }
  .single .furu_series.fourth ul {
    padding: 40px 60px;
    margin: 0 5% 0 auto;
  }
  .single .furu_series.fourth ul li {
    font-size: 2rem;
	line-height: 1.8;
  }
  .single .furu_series.fourth ul li::before {
    width: 14px;
    height: 14px;
    top: 12px;
  }

  /*エクエルシリーズ*/
  .single .equelle_series.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
	justify-content: space-between;
  }
  .single .equelle_series > .im_female {
    display: block;
    width: 100%;
    max-width: 450px;
    height: 100%;
  }
  .single .equelle_series .rightbox > .im_female {
    display: none;
  }
  .single .equelle_series .rightbox {
    width: calc(100% - 450px);
  }
  .single .equelle_series .new_equelle_petit p.headline {
    margin-top: -20px;
  }
  .single .equelle_series .new_equelle_petit {
    padding: 50px;
  }
  .single .equelle_series .rightbox p.headline {
    margin-top: 5px;
  }
  .single .equelle_series .rightbox ul {
    width: auto;
    margin: 0 0 30px -10%;
  }

  /*トコエル*/
  #tocoelle .tocoelle .column > div {
    width: calc((100% / 3) - 30px);
  }
  
  /*エレビット*/
  #elevit .topicsbox .ol01 > li {
    padding-left: 30px;
  }
  #elevit .topicsbox .ol01 > li::before {
	font-size: 3rem;
    top: -11px;
  }
  
  /*m.iシリーズ*/
  .single .mi_series .text_notice01 {
    font-size: 2.0rem;
    margin-left: 22px;
  }
  .single .mi_series .text_notice01::before {
    left: -22px;
  }
  .single .mi_series.second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	flex-flow: wrap;
    align-items: center;
	margin-bottom: 120px;
  }
  .single .mi_series.second .leftbox {
    display: block;
	width: calc(100% - 300px);
    padding: 0 50px 0 0;
  }
  .single .mi_series.second .headline + p {
    width: 100%;
	padding: 0;
  }
  .single .mi_series.second .leftbox figure {
	display: none;
  }
  .single .mi_series.second figure {
    display: block;
	max-width: 300px;
    border-radius: 30px;
    overflow: hidden;
  }
  .single .mi_series.third dl dt {
    width: 130px;
    height: 130px;
    font-size: 2.2rem;
  }
  .single .mi_series.third dl dd {
    width: calc(100% - 138px);
  }
  .single .mi_series.third dl .f_b {
    padding-right: 30px;
  }
  .single .mi_series.third dl .f_b::after {
    width: 15px;
    height: calc(tan(60deg) * 20px / 2);
    right: 7px;
  }
  #mibox.single .mi_series.third dl {
    padding: 30px 0;
  }
  #mibox.single .mi_series.third dl dt {
    width: 130px;
    height: 130px;
  }
  #mibox.single .mi_series.third dl dd {
    width: calc(100% - 130px);
  }
  .single .mi_series.forth {
    padding: 60px 50px;
  }
  .single .mi_series.forth .column div {
    width: calc((100% / 3) - 30px);
  }
  .single .mi_series.forth .column div .text {
	font-size: 1.6rem;
	line-height: 1.8;
  }
  .single .mi_series.forth .column div figure {
    margin: 0 auto 15px;
  }
  .single .mi_series.forth .column div figure::before {
    font-size: 4.0rem;
	top: -22px;
    left: -14px;
  }
  
  /*シャンパーニュ*/
  #revieracampagne .topicsbox.first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: wrap;
    align-items: center;
  }
  #revieracampagne .topicsbox .leftbox {
    display: block;
	width: calc(100% - 350px);
    padding: 0 50px 0 0;
  }
  #revieracampagne .topicsbox .leftbox p.headline {
    margin-bottom: 30px;
  }
  #revieracampagne .topicsbox .leftbox .headline + p {
    width: 100%;
	padding: 0;
  }
  #revieracampagne .topicsbox .leftbox figure {
	display: none;
  }
  #revieracampagne .topicsbox.first > figure {
    display: block;
	max-width: 350px;
    border-radius: 30px;
    overflow: hidden;
  }
  #revieracampagne .topicsbox .column > div {
    width: calc((100% / 3) - 15px);
	padding: 20px 20px 35px;
  }
  #revieracampagne .topicsbox .column div div {
    height: 250px;
  }
  #revieracampagne .topicsbox .column div div::before {
    width: calc(100% + 60px);
    height: calc(250px + 3%);
  }
  #revieracampagne .topicsbox .column .feature2 div::before {
    width: calc(100% + 30px);
    height: calc(250px + 5%);
  }
  #revieracampagne .topicsbox .column .feature3 div::before {
    width: calc(100% + 35px);
    height: calc(250px + 6%);
}
  #revieracampagne .topicsbox .column p.headline {
    font-size: 2.5rem;
	line-height: 1.5;
  }
  #revieracampagne .topicsbox.third div figure {
    width: 45%;
    max-width: 400px;
    height: 280px;
	margin-bottom: 20px;
  }
  #revieracampagne .topicsbox.third div ul {
    width: calc(100% - 400px);
    padding-left: 40px;
    margin: 15px 0;
    max-width: 100%;
  }
  #revieracampagne .topicsbox.third div ul li {
    width: calc(100%/2 - 20px);
    margin-top: 10px;
  }
  #revieracampagne .topicsbox.third div ul li::before {
    width: 10px;
    height: 10px;
    top: 13px;
  }
  #revierafacepack .topicsbox.second ul {
	margin-bottom: 40px;
  }
  #revierafacepack .topicsbox.second ul li {
    width: calc(100%/2 - 20px);
	padding: 0 30px 20px;
  }
  #revierafacepack .topicsbox.second ul li span {
	width: calc(100% + 60px);
	left: -30px;
  }
  #revierafacepack .topicsbox.second .text_notice01 {
    font-size: 2.0rem;
    margin-left: 22px;
  }
  #revierafacepack .topicsbox.second .text_notice01::before {
    left: -22px;
  }
  
  /*キコニア*/
  #ciconia .topicsbox > p {
    font-size: 2.0rem;
  }
  #ciconia .topicsbox p:first-child span {
    font-size: 2.1rem;
  }
  #ciconia .topicsbox div {
    margin-top: 50px;
  }
  #ciconia .topicsbox div::before {
	bottom: -25px;
  }
  #ciconia .topicsbox div ul {
    padding: 40px 60px;
    margin: 0 5% 0 auto;
  }
  #ciconia .topicsbox div ul li {
    font-size: 2rem;
	line-height: 1.8;
  }
  #ciconia .topicsbox div ul li::before {
    width: 14px;
    height: 14px;
    top: 12px;
  }
  #ciconia .topicsbox > div + p {
    margin-bottom: 10px;
  }
  #ciconia .topicsbox .caption {
    font-size: 1.5rem;
  }
  
  /*アノワ*/
  #anowa41 .topicsbox.second p.headline {
    margin-top: 5px;
  }
  
  /*varinos*/
  .topicsbox.varinos_series {
    display: flex;
    flex-flow: wrap;
  }
  .topicsbox.varinos_series > div {
    width: 60%;
  }
  .topicsbox.varinos_series div > p, .topicsbox.varinos_series div > a {
    margin-right: 50px;
  }
  .topicsbox.varinos_series p.headline {
	margin-bottom: 15px;
  }
  #varinos_3in1 .topicsbox p.headline {
    width: 640px;
  }
  #varinos_3in1 .topicsbox p.headline span span {
    white-space: nowrap;
  }
  .topicsbox.varinos_series .price {
    align-items: center;
	margin-right: calc(.25vw + 1.5rem);
  }
  .topicsbox.varinos_series .price dt {
    margin-right: 15px;
  }
  .topicsbox.varinos_series .price dd {
    top: -7px;
  }
  .topicsbox.varinos_series a {
    font-size: 1.4rem;
    border-radius: 45px;
    padding: 15px 45px;
	margin-bottom: 30px;
  }
  .topicsbox.varinos_series a span {
    font-size: 1.8rem;
  }
  .topicsbox.varinos_series div img {
    display: none;
  }
  .topicsbox.varinos_series > img {
	display: block;
    width: 40%;
	max-width: 350px;
    height: 100%;
  }
}