@charset "UTF-8";
@media screen and (max-width: 750px) {
  html.notIE main img {
    display: block;
    width: 100%;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .item_main {
    background-color: #f7f7f7;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
    padding: 60px 0;
  }
  html.notIE .item_main .item_main_cont {
    width: 960px;
    margin: auto;
    position: relative;
    padding-left: 500px;
  }
  html.notIE .item_main .item_main_cont .item_main_img {
    position: absolute;
    top: 0;
    left: 55px;
    width: 320px;
  }
  html.notIE .item_main .item_main_cont .item_main_img img {
    display: block;
    width: 100%;
  }
  html.notIE .item_main .item_main_cont .item_main_img .js-slick-item_main {
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_img .js-slick-item_main.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow {
    position: absolute;
    top: 140px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: 9px;
    border-radius: 50%;
    text-indent: -20em;
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-prev {
    left: -55px;
    transform: rotate(180deg);
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-next {
    right: -55px;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots {
    display: flex;
    justify-content: center;
    margin: 20px 0 0;
    height: 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li {
    opacity: .2;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li.slick-active {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li + li {
    margin-left: 4px;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li button {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #777;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
  }
  html.notIE .item_main .item_main_cont .item_main_brand {
    font-size: 12px;
    margin-bottom: 10px;
  }
  html.notIE .item_main .item_main_cont .item_main_name {
    font-size: 24px;
    line-height: 1.4;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_quasidrugs {
    margin-top: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_title {
    margin-bottom: 15px;
  }
  html.notIE .item_main .item_main_cont .item_main_catch {
    font-size: 16px;
  }
  html.notIE .item_main .item_main_cont .item_main_flags {
    margin-top: 20px;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li {
    display: inline-block;
    font-size: 12px;
    border: solid 1px #333;
    padding: 0 5px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_price {
    margin-top: 10px;
    font-size: 16px;
  }
  html.notIE .item_main .item_main_cont .item_main_price em {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 24px;
  }
  html.notIE .item_main .item_main_cont .item_main_price .postage {
    display: inline-block;
    border: solid 1px #777;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 5px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  html.notIE .item_main .item_main_cont .item_main_price .postage-fix {
    margin-left: 0;
  }
  html.notIE .item_main .item_main_cont .item_main_comment {
    font-size: 12px;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink {
    position: relative;
    text-decoration: none;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    transform: translateY(-2px) rotate(90deg);
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span {
    display: inline-block;
    position: relative;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #3d3d3d;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
    transform-origin: left;
    transition: all .2s ease 0s;
    transform: scaleX(0);
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_type {
    margin-top: 20px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dt {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit {
    background: #fff;
    border: solid 1px #e7e7e7;
    padding: 5px 20px;
    cursor: pointer;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit.m-select {
    border-color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit + .type_unit {
    margin-top: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_name {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_detail {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_detail li {
    margin-right: 30px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li {
    display: inline-block;
    font-size: 11px;
    border: solid 1px #333;
    padding: 0 5px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname {
    font-size: 11px;
    display: flex;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname dt {
    white-space: nowrap;
    font-style: normal;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 400;
    white-space: nowrap;
  }
  html.notIE .item_main .item_main_cont .item_main_color {
    margin-top: 20px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dt {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd {
    position: relative;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd::before {
    content: '選択されている色・タイプ';
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 12px;
    line-height: 1;
    z-index: 10;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display {
    background-color: #fff;
    padding: 30px 20px 10px;
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .slick-track {
    display: flex;
    align-items: center;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit {
    display: flex;
    align-items: center;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_irodama {
    width: 100px;
    margin-right: 20px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_name {
    font-size: 16px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_info {
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li {
    display: inline-block;
    font-size: 11px;
    border: solid 1px #333;
    padding: 0 3px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display img, html.notIE .item_main .item_main_cont .item_main_color dd .color_select img {
    display: block;
    width: 100%;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select {
    width: 384px;
    margin: 10px auto 0;
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-list {
    padding-left: 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
    width: 90px;
    min-height: 125px;
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: 14px 3px;
    margin: 0 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit.slick-current {
    border-color: #999;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_irodama {
    display: block;
    width: 68px;
    margin: auto;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_detail {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
    position: absolute;
    top: 47px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: 9px;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-prev {
    left: -38px;
    transform: rotate(180deg);
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-next {
    right: -38px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    height: 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li {
    opacity: .2;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li.slick-active {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li + li {
    margin-left: 4px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
    width: 20px;
    height: 2px;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
    background-color: #777;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .color_list {
    margin-top: 30px;
  }
  html.notIE .item_main .item_main_cont .item_main_cartattention {
    margin-top: 50px;
  }
  html.notIE .item_main .item_main_cont .item_main_cartattention li {
    font-size: 12px;
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
  }
  html.notIE .item_main .item_main_cont .item_main_cartbtn {
    margin: 25px 0;
  }
  html.notIE .item_main .item_main_cont .item_main_olsinfo,
  html.notIE .item_main .item_main_cont .item_main_allergies,
  html.notIE .item_main .item_main_cont .item_main_noncomedo,
  html.notIE .item_main .item_main_cont .item_main_functionfood {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_attention {
    margin-top: 10px;
  }
  html.notIE .item_main .item_main_cont .item_main_attention li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    line-height: 16px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation {
    display: inline-flex;
    min-width: 320px;
    min-height: 60px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    align-items: center;
    padding: 10px 40px 10px 20px;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation:hover, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation:hover {
    opacity: .7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation::after, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation::after {
    content: '';
    display: block;
    width: 6px;
    height: 10px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 19px;
    transform: translateY(-50%);
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation span, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.08em;
  }
  html.notIE .item_main .item_main_cont .item_main_relation {
    margin-top: 40px;
  }
  html.notIE .item_main .item_main_cont .item_main_refill {
    margin: 25px 0;
  }
}

html.msie .item_main {
  background-color: #f7f7f7;
  max-width: 1200px;
  min-width: 960px;
  margin: 0 auto;
  padding: 60px 0;
}
html.msie .item_main .item_main_cont {
  width: 960px;
  margin: auto;
  position: relative;
  padding-left: 500px;
}
html.msie .item_main .item_main_cont .item_main_img {
  position: absolute;
  top: 0;
  left: 55px;
  width: 320px;
}
html.msie .item_main .item_main_cont .item_main_img img {
  display: block;
  width: 100%;
}
html.msie .item_main .item_main_cont .item_main_img .js-slick-item_main {
  opacity: 0;
  transition: opacity .2s ease .2s;
}
html.msie .item_main .item_main_cont .item_main_img .js-slick-item_main.slick-initialized {
  opacity: 1;
}
html.msie .item_main .item_main_cont .item_main_img .slick-arrow {
  position: absolute;
  top: 140px;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: 9px;
  border-radius: 50%;
  text-indent: -20em;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_img .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_img .slick-arrow:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .item_main_img .slick-arrow.slick-prev {
  left: -55px;
  transform: rotate(180deg);
}
html.msie .item_main .item_main_cont .item_main_img .slick-arrow.slick-next {
  right: -55px;
}
html.msie .item_main .item_main_cont .item_main_img .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
html.msie .item_main .item_main_cont .item_main_img .slick-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0 0;
  height: 2px;
}
html.msie .item_main .item_main_cont .item_main_img .slick-dots li {
  opacity: .2;
}
html.msie .item_main .item_main_cont .item_main_img .slick-dots li.slick-active {
  opacity: 1;
}
html.msie .item_main .item_main_cont .item_main_img .slick-dots li + li {
  margin-left: 4px;
}
html.msie .item_main .item_main_cont .item_main_img .slick-dots li button {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #777;
  text-align: left;
  text-indent: -10em;
  overflow: hidden;
}
html.msie .item_main .item_main_cont .item_main_brand {
  font-size: 12px;
  margin-bottom: 10px;
}
html.msie .item_main .item_main_cont .item_main_name {
  font-size: 24px;
  line-height: 1.4;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .item_main .item_main_cont .item_main_quasidrugs {
  margin-top: 5px;
}
html.msie .item_main .item_main_cont .item_main_title {
  margin-bottom: 15px;
}
html.msie .item_main .item_main_cont .item_main_catch {
  font-size: 16px;
}
html.msie .item_main .item_main_cont .item_main_flags {
  margin-top: 20px;
}
html.msie .item_main .item_main_cont .item_main_flags li {
  display: inline-block;
  font-size: 12px;
  border: solid 1px #333;
  padding: 0 5px;
  background-color: #fff;
  margin-right: 4px;
  margin-bottom: 3px;
}
html.msie .item_main .item_main_cont .item_main_flags li.flg_attention {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_flags li.flg_sub {
  background-color: #eee;
  border-color: #eee;
  color: #999;
}
html.msie .item_main .item_main_cont .item_main_flags li.flg_out {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_price {
  margin-top: 10px;
  font-size: 16px;
}
html.msie .item_main .item_main_cont .item_main_price em {
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
}
html.msie .item_main .item_main_cont .item_main_price .postage {
  display: inline-block;
  border: solid 1px #777;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 5px;
  margin-left: 10px;
  vertical-align: text-bottom;
}
html.msie .item_main .item_main_cont .item_main_price .postage-fix {
  margin-left: 0;
}
html.msie .item_main .item_main_cont .item_main_comment {
  font-size: 12px;
}
html.msie .item_main .item_main_cont .item_main_comment a.anchorLink {
  position: relative;
  text-decoration: none;
}
html.msie .item_main .item_main_cont .item_main_comment a.anchorLink::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 12px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  margin-right: 10px;
  transform: translateY(-2px) rotate(90deg);
}
html.msie .item_main .item_main_cont .item_main_comment a.anchorLink span {
  display: inline-block;
  position: relative;
}
html.msie .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #3d3d3d;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
    transform-origin: left;
    transition: all .2s ease 0s;
    transform: scaleX(0);
  }
  html.msie .item_main .item_main_cont .item_main_comment a.anchorLink span:hover::after {
    transform: scaleX(1);
  }
}
html.msie .item_main .item_main_cont .item_main_type {
  margin-top: 20px;
}
html.msie .item_main .item_main_cont .item_main_type dt {
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit {
  background: #fff;
  border: solid 1px #e7e7e7;
  padding: 5px 20px;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_type dd .type_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_type dd .type_unit:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit.m-select {
  border-color: #999;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit + .type_unit {
  margin-top: 5px;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_name {
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_detail {
  display: flex;
  flex-wrap: wrap;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_detail li {
  margin-right: 30px;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li {
  display: inline-block;
  font-size: 11px;
  border: solid 1px #333;
  padding: 0 5px;
  background-color: #fff;
  margin-right: 4px;
  margin-bottom: 3px;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_attention {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_sub {
  background-color: #eee;
  border-color: #eee;
  color: #999;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_out {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname {
  font-size: 11px;
  display: flex;
  color: #777;
}
html.msie .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname dt {
  white-space: nowrap;
  font-style: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 400;
  white-space: nowrap;
}
html.msie .item_main .item_main_cont .item_main_color {
  margin-top: 20px;
}
html.msie .item_main .item_main_cont .item_main_color dt {
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .item_main .item_main_cont .item_main_color dd {
  position: relative;
}
html.msie .item_main .item_main_cont .item_main_color dd::before {
  content: '選択されている色・タイプ';
  display: block;
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 12px;
  line-height: 1;
  z-index: 10;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display {
  background-color: #fff;
  padding: 30px 20px 10px;
  opacity: 0;
  transition: opacity .2s ease .2s;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display.slick-initialized {
  opacity: 1;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .slick-track {
  display: flex;
  align-items: center;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit {
  display: flex;
  align-items: center;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_irodama {
  width: 100px;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_name {
  font-size: 16px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_info {
  color: #777;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li {
  display: inline-block;
  font-size: 11px;
  border: solid 1px #333;
  padding: 0 3px;
  background-color: #fff;
  margin-right: 4px;
  margin-bottom: 5px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_attention {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_sub {
  background-color: #eee;
  border-color: #eee;
  color: #999;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_out {
  background-color: #999;
  border-color: #999;
  color: #fff;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_display img, html.msie .item_main .item_main_cont .item_main_color dd .color_select img {
  display: block;
  width: 100%;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select {
  width: 384px;
  margin: 10px auto 0;
  opacity: 0;
  transition: opacity .2s ease .2s;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select.slick-initialized {
  opacity: 1;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-list {
  padding-left: 3px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
  width: 90px;
  min-height: 125px;
  border: solid 1px #e7e7e7;
  background-color: #fff;
  padding: 14px 3px;
  margin: 0 3px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit.slick-current {
  border-color: #999;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_irodama {
  display: block;
  width: 68px;
  margin: auto;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_detail {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
  position: absolute;
  top: 47px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: 9px;
  text-align: left;
  text-indent: -10em;
  overflow: hidden;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-prev {
  left: -38px;
  transform: rotate(180deg);
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-next {
  right: -38px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  height: 2px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li {
  opacity: .2;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li.slick-active {
  opacity: 1;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li + li {
  margin-left: 4px;
}
html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
  width: 20px;
  height: 2px;
  text-align: left;
  text-indent: -10em;
  overflow: hidden;
  background-color: #777;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .color_list {
  margin-top: 30px;
}
html.msie .item_main .item_main_cont .item_main_cartattention {
  margin-top: 50px;
}
html.msie .item_main .item_main_cont .item_main_cartattention li {
  font-size: 12px;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}
html.msie .item_main .item_main_cont .item_main_cartbtn {
  margin: 25px 0;
}
html.msie .item_main .item_main_cont .item_main_olsinfo,
html.msie .item_main .item_main_cont .item_main_allergies,
html.msie .item_main .item_main_cont .item_main_noncomedo,
html.msie .item_main .item_main_cont .item_main_functionfood {
  margin-top: 10px;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
html.msie .item_main .item_main_cont .item_main_attention {
  margin-top: 10px;
}
html.msie .item_main .item_main_cont .item_main_attention li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
  line-height: 16px;
  color: #777;
}
html.msie .item_main .item_main_cont .item_main_relation .btn_relation, html.msie .item_main .item_main_cont .item_main_refill .btn_relation {
  display: inline-flex;
  min-width: 320px;
  min-height: 60px;
  background-color: #fff;
  border: solid 1px #e7e7e7;
  border-radius: 3px;
  align-items: center;
  padding: 10px 40px 10px 20px;
  text-decoration: none;
  position: relative;
}
@media screen and (min-width: 961px) {
  html.msie .item_main .item_main_cont .item_main_relation .btn_relation, html.msie .item_main .item_main_cont .item_main_refill .btn_relation {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.msie .item_main .item_main_cont .item_main_relation .btn_relation:hover, html.msie .item_main .item_main_cont .item_main_refill .btn_relation:hover {
    opacity: .7;
  }
}
html.msie .item_main .item_main_cont .item_main_relation .btn_relation::after, html.msie .item_main .item_main_cont .item_main_refill .btn_relation::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
}
html.msie .item_main .item_main_cont .item_main_relation .btn_relation span, html.msie .item_main .item_main_cont .item_main_refill .btn_relation span {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
}
@media all and (-ms-high-contrast: none) {
  html.msie .item_main .item_main_cont .item_main_relation .btn_relation span, html.msie .item_main .item_main_cont .item_main_refill .btn_relation span {
    display: table-cell;
    vertical-align: middle;
    min-height: 38px;
  }
}
html.msie .item_main .item_main_cont .item_main_relation {
  margin-top: 40px;
}
html.msie .item_main .item_main_cont .item_main_refill {
  margin: 25px 0;
}

@media screen and (max-width: 750px) {
  html.notIE .item_main {
    background-color: #f7f7f7;
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_img {
    width: calc(500 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_img img {
    display: block;
    width: 100%;
  }
  html.notIE .item_main .item_main_cont .item_main_img .js-slick-item_main {
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_img .js-slick-item_main.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow {
    position: absolute;
    top: calc(220 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: calc(12 / 750 * 100vw);
    border-radius: 50%;
    text-indent: -20em;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-prev {
    left: calc(-85 / 750 * 100vw);
    transform: rotate(180deg);
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-next {
    right: calc(-85 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots {
    display: flex;
    justify-content: center;
    margin: calc(30 / 750 * 100vw) 0 0;
    height: 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li {
    opacity: .2;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li.slick-active {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li + li {
    margin-left: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_img .slick-dots li button {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #777;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
  }
  html.notIE .item_main .item_main_cont .item_main_brand {
    font-size: 12px;
    margin-bottom: 10px;
  }
  html.notIE .item_main .item_main_cont .item_main_name {
    font-size: 18px;
    line-height: 1.4;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_quasidrugs {
    font-size: 13px;
  }
  html.notIE .item_main .item_main_cont .item_main_title {
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_catch {
    font-size: 14px;
  }
  html.notIE .item_main .item_main_cont .item_main_flags {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_flags li {
    display: inline-block;
    font-size: 12px;
    border: solid 1px #333;
    padding: 0 5px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_price {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_price em {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 20px;
  }
  html.notIE .item_main .item_main_cont .item_main_price .postage {
    display: inline-block;
    border: solid 1px #777;
    font-size: 11px;
    line-height: 1.5;
    padding: 0 5px;
    margin-left: 10px;
    vertical-align: text-bottom;
  }
  html.notIE .item_main .item_main_cont .item_main_price .postage-fix {
    margin-left: 0;
  }
  html.notIE .item_main .item_main_cont .item_main_comment {
    font-size: 13px;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink {
    position: relative;
    text-decoration: none;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    margin-right: 10px;
    transform: translateY(-2px) rotate(90deg);
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span {
    display: inline-block;
    position: relative;
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #3d3d3d;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span::after {
    transform-origin: left;
    transition: all .2s ease 0s;
    transform: scaleX(0);
  }
  html.notIE .item_main .item_main_cont .item_main_comment a.anchorLink span:hover::after {
    transform: scaleX(1);
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_type {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_type dt {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit {
    background: #fff;
    border: solid 1px #e7e7e7;
    padding: calc(15 / 750 * 100vw) calc(28 / 750 * 100vw);
    cursor: pointer;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit.m-select {
    border-color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit + .type_unit {
    margin-top: calc(15 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_name {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 13px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_detail {
    display: flex;
    flex-wrap: wrap;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_detail li {
    margin-right: 30px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li {
    display: inline-block;
    font-size: 12px;
    border: solid 1px #333;
    padding: 0 5px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 3px;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname {
    display: flex;
    font-size: 11px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_type dd .type_unit .type_salesname dt {
    font-style: normal;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 400;
    margin: 0;
    white-space: nowrap;
  }
  html.notIE .item_main .item_main_cont .item_main_color {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_color dt {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd {
    position: relative;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd::before {
    content: '選択されている色・タイプ';
    display: block;
    position: absolute;
    top: calc(20 / 750 * 100vw);
    left: calc(30 / 750 * 100vw);
    font-size: 11px;
    line-height: 1;
    z-index: 10;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display {
    background-color: #fff;
    padding: calc(60 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .slick-track {
    display: flex;
    align-items: center;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit {
    display: flex;
    align-items: center;
    line-height: 1.6;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_irodama {
    width: calc(150 / 750 * 100vw);
    margin-right: calc(30 / 750 * 100vw);
    flex-shrink: 0;
    flex-grow: 0;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_name {
    font-size: 14px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_uv {
    font-size: 13px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_info {
    font-size: 13px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.1em;
    border: solid 1px #333;
    padding: 0 3px;
    background-color: #fff;
    margin-right: 4px;
    margin-bottom: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_attention {
    background-color: #333;
    border-color: #333;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_sub {
    background-color: #eee;
    border-color: #eee;
    color: #999;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display .color_unit .color_flags li.flg_out {
    background-color: #999;
    border-color: #999;
    color: #fff;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_display img, html.notIE .item_main .item_main_cont .item_main_color dd .color_select img {
    display: block;
    width: 100%;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select {
    margin: calc(30 / 750 * 100vw) 0 0;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select.slick-initialized {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
    width: calc(160 / 750 * 100vw);
    min-height: calc(210 / 750 * 100vw);
    border: solid 1px #e7e7e7;
    background-color: #fff;
    padding: calc(18 / 750 * 100vw) 3px;
    margin: 0 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit.slick-current {
    border-color: #999;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_irodama {
    display: block;
    width: calc(120 / 750 * 100vw);
    margin: auto;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .color_unit .color_detail {
    margin-top: 10px;
    font-size: 10px;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: center;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-list {
    padding-left: 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
    position: absolute;
    z-index: 3;
    top: calc(74 / 750 * 100vw);
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: calc(12 / 750 * 100vw);
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-prev {
    left: calc(-35 / 750 * 100vw);
    transform: rotate(180deg);
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-next {
    right: calc(-35 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-arrow.slick-disabled {
    opacity: 0.3;
    cursor: default;
    pointer-events: none;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: calc(30 / 750 * 100vw);
    height: 2px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li {
    opacity: .2;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li.slick-active {
    opacity: 1;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li + li {
    margin-left: 5px;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
    width: 20px;
    height: 2px;
    text-align: left;
    text-indent: -10em;
    overflow: hidden;
    background-color: #777;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_color dd .color_select .slick-dots li button:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .color_list {
    text-align: center;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_cartattention {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_cartattention li {
    font-size: 12px;
    line-height: 1.4;
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
  }
  html.notIE .item_main .item_main_cont .item_main_cartbtn {
    margin-top: calc(50 / 750 * 100vw);
    margin-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_cartbtn button {
    margin: auto;
  }
  html.notIE .item_main .item_main_cont .item_main_olsinfo,
  html.notIE .item_main .item_main_cont .item_main_allergies,
  html.notIE .item_main .item_main_cont .item_main_noncomedo,
  html.notIE .item_main .item_main_cont .item_main_functionfood {
    margin-top: calc(20 / 750 * 100vw);
    font-size: 12px;
    line-height: 17px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_attention {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_attention li {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 12px;
    line-height: 17px;
    color: #777;
  }
  html.notIE .item_main .item_main_cont .item_main_relation, html.notIE .item_main .item_main_cont .item_main_refill {
    text-align: center;
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation {
    display: inline-flex;
    text-align: left;
    width: 100%;
    max-width: 375px;
    min-height: 60px;
    background-color: #fff;
    border: solid 1px #e7e7e7;
    border-radius: 3px;
    align-items: center;
    padding: 10px 30px 10px 20px;
    text-decoration: none;
    position: relative;
  }
}
@media screen and (max-width: 750px) and (min-width: 961px) {
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation {
    cursor: pointer;
    opacity: 1;
    transition: opacity .2s ease 0s;
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation:hover, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 750px) {
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation::after, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation::after {
    content: '';
    display: block;
    width: 6px;
    height: 11px;
    background: url(/elixir/shared/img/arw_gray.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
  html.notIE .item_main .item_main_cont .item_main_relation .btn_relation .text, html.notIE .item_main .item_main_cont .item_main_refill .btn_relation .text {
    font-size: 14px;
    line-height: 19px;
  }
  html.notIE .item_main .item_main_cont .item_main_relation {
    margin-top: calc(60 / 750 * 100vw);
  }
  html.notIE .item_main .item_main_cont .item_main_refill {
    margin: calc(50 / 750 * 100vw) 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .content {
    width: 960px;
    margin: 20px auto 80px;
  }
  html.notIE .content .item_detail {
    padding: 40px 0;
    border-bottom: solid 1px #e7e7e7;
  }
  html.notIE .content .item_detail h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  html.notIE .content .item_detail h3 {
    font-size: 18px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
  }
  html.notIE .content .item_detail p {
    margin: 20px 0 0;
  }
  html.notIE .content .item_detail .product-award {
    margin-top: 30px;
  }
  html.notIE .content .item_detail .product-award .js-slick_detail_award {
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .content .item_detail .product-award .js-slick_detail_award.slick-initialized {
    opacity: 1;
  }
  html.notIE .content .item_detail .product-award .product-award-item {
    width: 800px;
    display: flex;
    align-items: center;
    font-size: 16px;
  }
  html.notIE .content .item_detail .product-award .product-award-item .product-award-img {
    margin-right: 30px;
    max-height: 84px;
  }
  html.notIE .content .item_detail .howto .howto_box {
    margin: 20px 0 0;
    overflow: hidden;
  }
  html.notIE .content .item_detail .howto .howto_box p {
    float: left;
    width: 60%;
  }
  html.notIE .content .item_detail .howto .howto_box div {
    float: left;
    width: 35%;
    margin-left: 2%;
  }
  html.notIE .content .item_detail .howto p {
    width: 60%;
  }
  html.notIE .content .item_detail .howto .movie_link a.icn_movie_open::before {
    content: '';
    display: inline-block;
    width: 98px;
    height: 56px;
    background: url(/elixir/shared/img/icn_movie_open.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 20px;
  }
  html.notIE .content .item_detail .item_detail_desc h3 {
    border: solid 1px #ccc;
    border-radius: 3px;
    background: #fff;
    background-size: 12px;
    padding: 10px 35px 10px 20px;
    font-size: 14px;
    font-style: normal;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 400;
    display: block;
    position: relative;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail {
    margin-top: 35px;
    display: none;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail.m-view {
    display: block;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail .img_cover_ryoku {
    width: 60px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dt {
    width: 15.625%;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dt:nth-child(n + 3) {
    margin-top: 20px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd {
    width: 82.29%;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd:nth-child(n + 3) {
    margin-top: 20px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd p {
    margin-top: 0;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul {
    margin-top: 5px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul li {
    font-size: 12px;
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul li::before {
    content: '※';
  }
}

html.msie .content {
  width: 960px;
  margin: 20px auto 80px;
}
html.msie .content .item_detail {
  padding: 40px 0;
  border-bottom: solid 1px #e7e7e7;
}
html.msie .content .item_detail h2 {
  font-size: 20px;
  margin-bottom: 30px;
}
html.msie .content .item_detail h3 {
  font-size: 18px;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
html.msie .content .item_detail p {
  margin: 20px 0 0;
}
html.msie .content .item_detail .product-award {
  margin-top: 30px;
}
html.msie .content .item_detail .product-award .js-slick_detail_award {
  opacity: 0;
  transition: opacity .2s ease .2s;
}
html.msie .content .item_detail .product-award .js-slick_detail_award.slick-initialized {
  opacity: 1;
}
html.msie .content .item_detail .product-award .product-award-item {
  width: 800px;
  display: flex;
  align-items: center;
  font-size: 16px;
}
html.msie .content .item_detail .product-award .product-award-item .product-award-img {
  margin-right: 30px;
  max-height: 84px;
}
html.msie .content .item_detail .howto .howto_box {
  margin: 20px 0 0;
  overflow: hidden;
}
html.msie .content .item_detail .howto .howto_box p {
  float: left;
  width: 60%;
}
html.msie .content .item_detail .howto .howto_box div {
  float: left;
  width: 35%;
  margin-left: 2%;
}
html.msie .content .item_detail .howto p {
  width: 60%;
}
html.msie .content .item_detail .howto .movie_link a.icn_movie_open::before {
  content: '';
  display: inline-block;
  width: 98px;
  height: 56px;
  background: url(/elixir/shared/img/icn_movie_open.png) no-repeat center center;
  background-size: contain;
  vertical-align: middle;
  margin-right: 20px;
}
html.msie .content .item_detail .item_detail_desc h3 {
  border: solid 1px #ccc;
  border-radius: 3px;
  background: #fff;
  background-size: 12px;
  padding: 10px 35px 10px 20px;
  font-size: 14px;
  font-style: normal;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 400;
  display: block;
  position: relative;
}
html.msie .content .item_detail .item_detail_desc .product-detail {
  margin-top: 35px;
  display: none;
}
html.msie .content .item_detail .item_detail_desc .product-detail.m-view {
  display: block;
}
html.msie .content .item_detail .item_detail_desc .product-detail .img_cover_ryoku {
  width: 60px;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dt {
  width: 15.625%;
  font-style: normal;
  font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dt:nth-child(n + 3) {
  margin-top: 20px;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd {
  width: 82.29%;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd:nth-child(n + 3) {
  margin-top: 20px;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd p {
  margin-top: 0;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd ul {
  margin-top: 5px;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd ul li {
  font-size: 12px;
  color: #777;
  text-indent: -1em;
  padding-left: 1em;
}
html.msie .content .item_detail .item_detail_desc .product-detail dl dd ul li::before {
  content: '※';
}

@media screen and (max-width: 750px) {
  html.notIE .content {
    padding: 0 calc(40 / 750 * 100vw);
    margin-bottom: calc(80 / 750 * 100vw);
  }
  html.notIE .content .item_detail {
    border-bottom: solid 1px #e7e7e7;
  }
  html.notIE .content .item_detail h2 {
    font-size: 16px;
    padding: calc(50 / 750 * 100vw) calc(70 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
    cursor: pointer;
    position: relative;
  }
  html.notIE .content .item_detail .item_detail_cont {
    padding-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .content .item_detail.m-accordion h2 {
    position: relative;
    outline: 0 none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  }
  html.notIE .content .item_detail.m-accordion h2::after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_plus.svg) no-repeat center center;
    background-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  html.notIE .content .item_detail.m-accordion h2.m-open::after {
    background: rgba(0, 0, 0, 0.08) url(/elixir/shared/img/icn_minus.svg) no-repeat center center;
    background-size: 12px;
  }
  html.notIE .content .item_detail.m-accordion .item_detail_cont {
    display: none;
  }
  html.notIE .content .item_detail h3 {
    font-size: 15px;
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .content .item_detail p {
    margin: calc(30 / 750 * 100vw) 0 0;
    font-size: 13px;
  }
  html.notIE .content .item_detail .product-award {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .content .item_detail .product-award .js-slick_detail_award {
    opacity: 0;
    transition: opacity .2s ease .2s;
  }
  html.notIE .content .item_detail .product-award .js-slick_detail_award.slick-initialized {
    opacity: 1;
  }
  html.notIE .content .item_detail .product-award .product-award-item {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.4;
  }
  html.notIE .content .item_detail .product-award .product-award-item .product-award-img {
    width: auto;
    max-height: 84px;
    margin-right: calc(30 / 750 * 100vw);
  }
  html.notIE .content .item_detail .howto .howto_box {
    margin: calc(40 / 750 * 100vw) 0 0;
  }
  html.notIE .content .item_detail .howto .howto_box div img {
    margin-top: calc(20 / 750 * 100vw);
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  html.notIE .content .item_detail .howto .movie_link a.icn_movie_open::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 40px;
    background: url(/elixir/shared/img/icn_movie_open.png) no-repeat center center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 14px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail {
    margin-top: calc(40 / 750 * 100vw);
    display: none;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail.m-view {
    display: block;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail .img_cover_ryoku {
    width: 60px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dt {
    font-style: normal;
    font-family: "Yu Gothic", "游ゴシック", YuGothic Pr6, "游ゴシック体 Pr6", YuGothic, "游ゴシック体", 'Noto Sans JP', sans-serif;
    font-weight: 700;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dt:nth-child(n + 3) {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd p {
    margin-top: 0;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul {
    margin-top: 5px;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul li {
    font-size: 12px;
    color: #777;
    text-indent: -1em;
    padding-left: 1em;
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd ul li::before {
    content: '※';
  }
  html.notIE .content .item_detail .item_detail_desc .product-detail dl dd img {
    width: auto;
    max-width: 100%;
  }
}
