@charset "UTF-8";
main {
  font-size: 12px;
  font-size: 75% \9;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  font-feature-settings: initial;
}
main *,
main *::before,
main *::after {
  box-sizing: initial;
}
main img {
  vertical-align: top;
}
main .inside {
  width: 920px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 750px) {
  html.notIE body {
    background-color: #988782;
  }
  html.notIE body::before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/sp/bg.jpg) top no-repeat;
    background-size: cover;
  }
  html.notIE main {
    font-size: 4.375vw;
    line-height: 1.7;
    letter-spacing: 0.01em;
  }
  html.notIE main img {
    display: block;
    width: 100%;
  }
  html.notIE main a {
    background-color: transparent;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(49, 19, 1, 0.3);
  }
  html.notIE .inside {
    width: 100%;
  }
}

/*-----------------------------------------------------
ttl_bg
-------------------------------------------------------*/
.ttl_bg {
  background: #412c2b;
}

/*-----------------------------------------------------
wbox
-------------------------------------------------------*/
.wbox {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
  -moz-box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
  -webkit-box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
}

/*-----------------------------------------------------
dsbox
-------------------------------------------------------*/
.dsbox {
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
  -moz-box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
  -webkit-box-shadow: 0 0 8px 1px rgba(65, 44, 43, 0.2);
}

/*-----------------------------------------------------
content_bg
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .content_bg {
    background-image: url(../img/pc/bg_lp_top.png), url(../img/pc/bg.jpg);
    background-repeat: repeat-x, repeat;
    background-position: top, top;
    padding: 80px 0 0;
  }
}

html.msie .content_bg {
  background-image: url(../img/pc/bg_lp_top.png), url(../img/pc/bg.jpg);
  background-repeat: repeat-x, repeat;
  background-position: top, top;
  padding: 80px 0 0;
}

@media screen and (max-width: 750px) {
  html.notIE .content_bg {
    background: none;
    padding: 0;
  }
}

/*-----------------------------------------------------
mv
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .mv {
    width: 1200px;
    height: 404px;
    background: url(../img/pc/mv.jpg) no-repeat top center/100%;
    position: relative;
    margin: 0 auto 0;
  }
  html.notIE .mv .inside {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
  }
  html.notIE .mv .inside h2 {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  html.notIE .mv .inside .note {
    margin-top: 387px;
    text-align: right;
    font-size: 11px;
    color: #fff;
    letter-spacing: normal;
  }
}

html.msie .mv {
  height: 404px;
  background: url(../img/pc/mv.jpg) no-repeat top center;
  position: relative;
}
html.msie .mv .inside {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}
html.msie .mv .inside h2 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
html.msie .mv .inside .note {
  margin-top: 387px;
  text-align: right;
  font-size: 11px;
  color: #fff;
  letter-spacing: normal;
}

@media screen and (max-width: 750px) {
  html.notIE .mv .inside .note {
    width: 93.75%;
    width: 93.75vw;
    margin: 3.125% auto 0;
    margin: 3.125vw auto 0;
    font-size: 9px;
    font-size: 2.8125vw;
    color: #fff;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: -1.5em;
    padding-left: 1.5em;
    box-sizing: border-box;
  }
}

/*-----------------------------------------------------
movie_btn
-------------------------------------------------------*/
.movie_btn {
  cursor: pointer;
}
.movie_btn:hover {
  opacity: 0.7;
}

@media screen and (min-width: 751px) {
  html.notIE .content_bg {
    padding: 80px 0 0;
    background: url(../img/pc/main_bg.jpg) repeat-x 0 0;
  }
}

html.msie .content_bg {
  padding: 80px 0 0;
  background: url(../img/pc/main_bg.jpg) repeat-x 0 0;
}

@media screen and (max-width: 750px) {
  html.notIE .mv .inside .note {
    width: 98.4375vw;
    margin: 3.125vw 1.5625vw 0 0;
    text-align: right;
  }
}

/*-----------------------------------------------------
cm
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .cm {
    width: 614px;
    margin: 0 auto;
    padding: 75px 0 65px;
    display: -ms-flexbox;
    display: flex;
  }
  html.notIE .cm h2 {
    width: 350px;
    margin: 10px 0;
    padding: 34px 0 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  html.notIE .cm .movie {
    width: 264px;
    height: 130px;
    cursor: pointer;
    background: url(../img/pc/movie_thumbnail_on.png) no-repeat 0 0;
  }
  html.notIE .cm .movie img {
    transition: all 0.15s ease-out;
  }
  html.notIE .cm .movie:hover img {
    opacity: 0;
  }
}

html.msie .cm {
  width: 614px;
  margin: 0 auto;
  padding: 75px 0 65px;
  display: -ms-flexbox;
  display: flex;
}
html.msie .cm h2 {
  width: 350px;
  margin: 10px 0;
  padding: 34px 0 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
}
html.msie .cm .movie {
  width: 264px;
  height: 130px;
  cursor: pointer;
  background: url(../img/pc/movie_thumbnail_on.png) no-repeat 0 0;
}
html.msie .cm .movie img {
  transition: all 0.15s ease-out;
}
html.msie .cm .movie:hover img {
  opacity: 0;
}

@media screen and (max-width: 750px) {
  html.notIE .cm {
    margin: 9.375vw 4.6875vw 4.6875vw 4.6875vw;
  }
  html.notIE .cm h2 {
    padding-top: 3.125vw;
    text-align: center;
    color: #fff;
  }
  html.notIE .cm .movie {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    background-color: #a09595;
  }
  html.notIE .cm .movie iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #a09595;
    border: 0.4vw solid #a09595;
    box-sizing: border-box;
  }
}

/*-----------------------------------------------------
Worries
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .worries {
    width: 700px;
    height: 452px;
    margin: 0 auto;
    padding-top: 38px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    z-index: 10;
  }
  html.notIE .worries h2,
  html.notIE .worries .recommend {
    text-align: center;
  }
  html.notIE .worries ul {
    text-align: left;
    padding-left: 115px;
    margin-top: 33px;
    font-size: 134%;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  html.notIE .worries ul li {
    margin-bottom: 21px;
    padding-left: 38px;
    background: url(../img/pc/checkbox.png) no-repeat left top;
  }
  html.notIE .worries .recommend .arrow {
    display: block;
    width: 20px;
    height: 14px;
    margin: 26px auto;
    background: url(../img/pc/worries_arrow.png) center center no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
}

html.msie .worries {
  width: 700px;
  height: 452px;
  margin: 0 auto;
  padding-top: 38px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 10;
}
html.msie .worries h2,
html.msie .worries .recommend {
  text-align: center;
}
html.msie .worries ul {
  text-align: left;
  padding-left: 115px;
  margin-top: 33px;
  font-size: 134%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
html.msie .worries ul li {
  margin-bottom: 21px;
  padding-left: 38px;
  background: url(../img/pc/checkbox.png) no-repeat left top;
}
html.msie .worries .recommend .arrow {
  display: block;
  width: 20px;
  height: 14px;
  margin: 26px auto;
  background: url(../img/pc/worries_arrow.png) center center no-repeat;
  background-size: 100%;
  text-indent: -9999px;
}

@media screen and (max-width: 750px) {
  html.notIE .worries {
    width: 93.75vw;
    margin: calc((60 / 750) * 100vw) auto;
    padding: 9.6875vw 0 7.8125vw;
  }
  html.notIE .worries h2 {
    width: 85.46875vw;
    margin: 0 auto 7.8125vw;
  }
  html.notIE .worries ul {
    margin-top: 7.8125vw;
    margin-right: auto;
    margin-left: auto;
    display: table;
  }
  html.notIE .worries ul li {
    position: relative;
    padding-left: 2.5em;
    text-indent: -2.3em;
    margin-top: 4.6875vw;
  }
  html.notIE .worries ul li:first-child {
    margin-top: 0;
  }
  html.notIE .worries ul li .icn-checkbox {
    background: url(../img/sp/img_checkbox.png) no-repeat;
    display: inline-block;
    width: 6.875vw;
    background-size: 100%;
    text-indent: -9999px;
    text-align: left;
    vertical-align: middle;
    margin-right: 2.75vw;
    padding-top: 11.3%;
  }
  html.notIE .worries .recommend {
    width: 85.46875vw;
    margin: 0 auto;
  }
  html.notIE .worries .recommend .arrow {
    display: block;
    width: 85.46875vw;
    height: 3.90625vw;
    margin: 5.5vw auto;
    background: url(../img/sp/about_inline01_recommend_arrow.png) center center no-repeat;
    background-size: 100%;
    text-indent: -9999px;
  }
}

/*-----------------------------------------------------
about_intro
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .about_intro {
    padding: 110px 0 90px;
  }
  html.notIE .about_intro .inner {
    width: 700px;
    margin: 0 auto;
    position: relative;
  }
  html.notIE .about_intro .inner h2 {
    position: relative;
    z-index: 10;
  }
  html.notIE .about_intro .inner .img {
    position: absolute;
    top: -400px;
    left: -384px;
  }
  html.notIE .about_intro .inner .txt {
    margin: 33px 0 41px;
    position: relative;
    z-index: 10;
  }
  html.notIE .about_intro .inner .cart_anchor {
    display: block;
    width: 260px;
    height: 54px;
    margin-top: 40px;
    background: url(../img/pc/btn_cart_anchor.png) no-repeat 0 0;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 10;
  }
  html.notIE .about_intro .inner .cart_anchor:hover {
    background: url(../img/pc/btn_cart_anchor_on.png) no-repeat 0 0;
  }
}

html.msie .about_intro {
  padding: 110px 0 90px;
}
html.msie .about_intro .inner {
  width: 700px;
  margin: 0 auto;
  position: relative;
}
html.msie .about_intro .inner h2 {
  position: relative;
  z-index: 10;
}
html.msie .about_intro .inner .img {
  position: absolute;
  top: -400px;
  left: -384px;
}
html.msie .about_intro .inner .txt {
  margin: 33px 0 41px;
  position: relative;
  z-index: 10;
}
html.msie .about_intro .inner .cart_anchor {
  display: block;
  width: 260px;
  height: 54px;
  margin-top: 40px;
  background: url(../img/pc/btn_cart_anchor.png) no-repeat 0 0;
  transition: all 0.2s ease 0s;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
html.msie .about_intro .inner .cart_anchor:hover {
  background: url(../img/pc/btn_cart_anchor_on.png) no-repeat 0 0;
}

@media screen and (max-width: 750px) {
  html.notIE .about_intro {
    width: 100%;
    padding: calc((180 / 640) * 100vw) 0 calc((360 / 640) * 100vw);
    margin-top: calc((72 / 640) * -100vw);
    background: url(../img/sp/about_img.png) 0 0 no-repeat;
    background-size: 100%;
  }
  html.notIE .about_intro .inner h2 {
    margin-bottom: calc((36 / 640) * 100vw);
  }
  html.notIE .about_intro .inner .txt {
    margin-bottom: calc((545 / 640) * 100vw);
  }
  html.notIE .about_intro .inner .cart_anchor {
    width: calc((450 / 640) * 100vw);
    margin: 0 auto;
    display: block;
  }
}

/*-----------------------------------------------------
about_detail
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .about_detail {
    position: relative;
    z-index: 10;
  }
  html.notIE .about_detail .about_detail_inner {
    width: 700px;
    margin: 0 auto;
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 1px rgba(65, 44, 43, 0.2);
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box dt {
    background-color: #412c2b;
    text-align: center;
    padding: 17px 0;
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box dd {
    background-color: #fff;
    text-align: center;
    padding: 40px;
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box dd .about_detail_component {
    margin-bottom: 15px;
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box dd .about_detail_note {
    font-size: 10px;
    text-align: left;
    margin-bottom: 23px;
  }
  html.notIE .about_detail .about_detail_inner .about_detail_box dd .about_detail_figure {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

html.msie .about_detail {
  position: relative;
  z-index: 10;
}
html.msie .about_detail .about_detail_inner {
  width: 700px;
  margin: 0 auto;
}
html.msie .about_detail .about_detail_inner .about_detail_box {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 1px rgba(65, 44, 43, 0.2);
}
html.msie .about_detail .about_detail_inner .about_detail_box dt {
  background-color: #412c2b;
  text-align: center;
  padding: 17px 0;
}
html.msie .about_detail .about_detail_inner .about_detail_box dd {
  background-color: #fff;
  text-align: center;
  padding: 40px;
}
html.msie .about_detail .about_detail_inner .about_detail_box dd .about_detail_component {
  margin-bottom: 15px;
}
html.msie .about_detail .about_detail_inner .about_detail_box dd .about_detail_note {
  font-size: 10px;
  text-align: left;
  margin-bottom: 23px;
}
html.msie .about_detail .about_detail_inner .about_detail_box dd .about_detail_figure {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 750px) {
  html.notIE .about_detail {
    margin-top: calc(((360 / 640) * -100vw) + ((60 / 640) * 100vw));
    padding: 0 calc((20 / 640) * 100vw);
  }
  html.notIE .about_detail .about_detail_box dt {
    padding: calc((38 / 640) * 100vw) 0 calc((43 / 640) * 100vw);
    background-color: #412c2b;
  }
  html.notIE .about_detail .about_detail_box dd {
    padding: calc((40 / 640) * 100vw) 0 calc((60 / 640) * 100vw);
  }
  html.notIE .about_detail .about_detail_box dd .about_detail_component {
    margin-bottom: calc((32 / 640) * 100vw);
  }
  html.notIE .about_detail .about_detail_box dd .about_detail_note {
    font-size: calc((20 / 640) * 100vw);
    line-height: 1.3;
    color: #666;
    margin: 0 calc((30 / 640) * 100vw) calc((35 / 640) * 100vw);
  }
  html.notIE .about_detail .about_detail_box dd .about_detail_figure {
    margin: 0 calc((30 / 640) * 100vw);
  }
  html.notIE .about_detail .about_detail_box dd .about_detail_figure li + li {
    margin-top: calc((30 / 640) * 100vw);
  }
}

/*-----------------------------------------------------
about_detail
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .about_voice {
    background-color: #fff;
    padding: 80px 0 40px;
  }
  html.notIE .about_voice .about_voice_note {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin: -20px 0 20px;
  }
  html.notIE .about_voice .about_voice_inner {
    width: 920px;
    margin: auto;
    position: relative;
  }
  html.notIE .about_voice .about_voice_inner .about_voice_product {
    position: absolute;
    top: 30px;
    left: 120px;
  }
  html.notIE .about_voice .about_voice_inner .about_voice_list {
    margin: 0 0 0 410px;
    display: inline-block;
  }
  html.notIE .about_voice .about_voice_inner .about_voice_list dt {
    padding: 0 40px;
    text-align: center;
  }
  html.notIE .about_voice .about_voice_inner .about_voice_list dd ul {
    padding: 0 40px;
  }
  html.notIE .about_voice .about_voice_inner .about_voice_list dd ul li {
    border-top: 1px solid #d3d1d0;
  }
}

html.msie .about_voice {
  background-color: #fff;
  padding: 80px 0 40px;
}
html.msie .about_voice .about_voice_note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin: -20px 0 20px;
}
html.msie .about_voice .about_voice_inner {
  width: 920px;
  margin: auto;
  position: relative;
}
html.msie .about_voice .about_voice_inner .about_voice_product {
  position: absolute;
  top: 30px;
  left: 120px;
}
html.msie .about_voice .about_voice_inner .about_voice_list {
  margin: 0 0 0 410px;
  display: inline-block;
}
html.msie .about_voice .about_voice_inner .about_voice_list dt {
  padding: 0 40px;
  text-align: center;
}
html.msie .about_voice .about_voice_inner .about_voice_list dd ul {
  padding: 0 40px;
}
html.msie .about_voice .about_voice_inner .about_voice_list dd ul li {
  border-top: 1px solid #d3d1d0;
}

@media screen and (max-width: 750px) {
  html.notIE .about_voice {
    margin-top: calc((80 / 640) * 100vw);
    padding: 0 calc((20 / 640) * 100vw) calc((80 / 640) * 100vw);
  }
  html.notIE .about_voice .about_voice_note {
    font-size: calc(20 / 750 * 100vw);
    text-align: center;
    margin: calc(20 / 750 * 100vw) 0 0;
    font-feature-settings: "palt" 1;
    white-space: nowrap;
    color: #fff;
  }
  html.notIE .about_voice .about_voice_list dt {
    padding: calc((38 / 640) * 100vw) 0 calc((33 / 640) * 100vw);
    background-color: #412c2b;
  }
  html.notIE .about_voice .about_voice_list dd {
    padding: 0 calc((40 / 640) * 100vw);
  }
  html.notIE .about_voice .about_voice_list dd ul li + li {
    border-top: 1px solid #d3d1d0;
  }
}

/*-----------------------------------------------------
about_use
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .about_use {
    margin: 0 auto;
    padding-top: 40px;
    background-color: #fff;
  }
  html.notIE .about_use .about_use_inner {
    width: 920px;
    margin: auto;
  }
  html.notIE .about_use .about_use_inner .about_use_ttl {
    text-align: center;
  }
  html.notIE .about_use .about_use_inner .about_use_list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  html.notIE .about_use .about_use_inner .about_use_list li {
    width: 296px;
    padding: 35px 25px 30px;
    box-sizing: border-box;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dt {
    border-bottom: 1px solid #412c2b;
    padding-bottom: 15px;
    text-align: center;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dd {
    padding-top: 18px;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dd .about_use_list_ttl,
  html.notIE .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt {
    font-size: 14px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.075em;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dd .about_use_list_ttl {
    text-align: center;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt {
    text-align: left;
  }
  html.notIE .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt em {
    font-size: 16px;
    color: #412c2b;
    font-weight: bold;
    font-style: normal;
  }
  html.notIE .about_use .about_use_inner .about_use_note {
    font-size: 10px;
    text-align: right;
    margin-top: 10px;
    color: #666;
  }
}

html.msie .about_use {
  margin: 0 auto;
  padding-top: 40px;
  background-color: #fff;
}
html.msie .about_use .about_use_inner {
  width: 920px;
  margin: auto;
}
html.msie .about_use .about_use_inner .about_use_ttl {
  text-align: center;
}
html.msie .about_use .about_use_inner .about_use_list {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
html.msie .about_use .about_use_inner .about_use_list li {
  width: 296px;
  padding: 35px 25px 30px;
  box-sizing: border-box;
}
html.msie .about_use .about_use_inner .about_use_list li dl dt {
  border-bottom: 1px solid #412c2b;
  padding-bottom: 15px;
  text-align: center;
}
html.msie .about_use .about_use_inner .about_use_list li dl dd {
  padding-top: 18px;
}
html.msie .about_use .about_use_inner .about_use_list li dl dd .about_use_list_ttl,
html.msie .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt {
  font-size: 14px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.075em;
}
html.msie .about_use .about_use_inner .about_use_list li dl dd .about_use_list_ttl {
  text-align: center;
}
html.msie .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt {
  text-align: left;
}
html.msie .about_use .about_use_inner .about_use_list li dl dd .about_use_list_txt em {
  font-size: 16px;
  color: #412c2b;
  font-weight: bold;
  font-style: normal;
}
html.msie .about_use .about_use_inner .about_use_note {
  font-size: 10px;
  text-align: right;
  margin-top: 10px;
  color: #666;
}

@media screen and (max-width: 750px) {
  html.notIE .about_use {
    position: relative;
    margin-bottom: calc((80 / 640) * 100vw);
  }
  html.notIE .about_use .about_use_ttl {
    margin: 0 0 calc((30 / 640) * 100vw);
  }
  html.notIE .about_use .swiper-container {
    overflow: visible;
  }
  html.notIE .about_use .about_use_list li {
    height: auto;
  }
  html.notIE .about_use .about_use_list li dl {
    padding: 0 calc((40 / 640) * 100vw);
  }
  html.notIE .about_use .about_use_list li dl dt,
  html.notIE .about_use .about_use_list li dl dd {
    width: calc((400 / 640) * 100vw);
  }
  html.notIE .about_use .about_use_list li dl dt {
    border-bottom: 1px solid #412c2b;
  }
  html.notIE .about_use .about_use_list li dl dd {
    width: calc((400 / 640) * 100vw);
    padding: calc((25 / 640) * 100vw) 0 calc((35 / 640) * 100vw);
  }
  html.notIE .about_use .about_use_list li dl dd .about_use_list_ttl,
  html.notIE .about_use .about_use_list li dl dd .about_use_list_txt {
    font-size: calc((24 / 640) * 100vw);
    line-height: 1.57;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.075em;
  }
  html.notIE .about_use .about_use_list li dl dd .about_use_list_ttl {
    text-align: center;
    margin-bottom: calc((10 / 640) * 100vw);
  }
  html.notIE .about_use .about_use_list li dl dd .about_use_list_txt em {
    font-size: calc((28 / 640) * 100vw);
    font-weight: bold;
    font-style: normal;
    color: #412c2b;
  }
  html.notIE .about_use .about_use_note {
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
    margin: calc(15 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
    color: #fff;
  }
}

/*-----------------------------------------------------
feeling_img
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .care {
    margin-top: 100px;
  }
  html.notIE .care .care_ttl {
    text-align: center;
  }
  html.notIE .care .care_list {
    margin: 44px auto 0;
    display: -ms-flexbox;
    display: flex;
    width: 730px;
    justify-content: space-between;
  }
  html.notIE .care .care_list li {
    width: 350px;
    border-radius: 6px;
    overflow: hidden;
  }
  html.notIE .care .care_list li dl dt {
    background-color: #412c2b;
    padding: 15px 0;
    text-align: center;
  }
  html.notIE .care .care_list li dl dd {
    padding-bottom: 30px;
  }
  html.notIE .care .care_list li dl dd .care_txt {
    font-size: 14px;
    line-height: 1.72;
    text-align: center;
  }
}

html.msie .care {
  margin-top: 100px;
}
html.msie .care .care_ttl {
  text-align: center;
}
html.msie .care .care_list {
  margin: 44px auto 0;
  display: -ms-flexbox;
  display: flex;
  width: 730px;
  justify-content: space-between;
}
html.msie .care .care_list li {
  width: 350px;
  border-radius: 6px;
  overflow: hidden;
}
html.msie .care .care_list li dl dt {
  background-color: #412c2b;
  padding: 15px 0;
  text-align: center;
}
html.msie .care .care_list li dl dd {
  padding-bottom: 30px;
}
html.msie .care .care_list li dl dd .care_txt {
  font-size: 14px;
  line-height: 1.72;
  text-align: center;
}

@media screen and (max-width: 750px) {
  html.notIE .care {
    padding: calc((80 / 640) * 100vw) calc((40 / 640) * 100vw);
    background-color: #fff;
  }
  html.notIE .care .care_ttl {
    margin-bottom: calc((50 / 640) * 100vw);
  }
  html.notIE .care .care_list li + li {
    margin-top: calc((40 / 640) * 100vw);
  }
  html.notIE .care .care_list li dl dt {
    background-color: #412c2b;
    padding: calc((23 / 640) * 100vw) 0;
    text-align: center;
  }
  html.notIE .care .care_list li dl dd {
    padding-bottom: calc((40 / 640) * 100vw);
  }
  html.notIE .care .care_list li dl dd .care_txt {
    font-size: calc((26 / 640) * 100vw);
    line-height: 1.6;
    text-align: center;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.04em;
  }
}

/*-----------------------------------------------------
products
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .products {
    background: #fff;
    padding: 90px 0 0;
  }
  html.notIE .products .inside:after,
  html.notIE .products .item_inner:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    font-size: 0;
    visibility: hidden;
  }
  html.notIE .products .inside h2 {
    text-align: center;
    margin-bottom: 77px;
  }
  html.notIE .products .inside > div h3 {
    margin-bottom: 68px;
  }
  html.notIE .products .inside .item_inner .item {
    width: 200px;
    float: left;
    margin: 0 40px 40px 0;
    text-align: left;
    color: #221815;
  }
  html.notIE .products .inside .item_inner .item.item_refill {
    margin: 0 0 40px 0;
  }
  html.notIE .products .inside .item_inner .item.item_refill .price {
    margin-bottom: 0;
  }
  html.notIE .products .inside .item_inner .item h4 {
    margin: 0px 0 6px;
    font-size: 117%;
    font-weight: bold;
  }
  html.notIE .products .inside .item_inner .item .figure {
    margin: 0 0 2px;
    text-align: center;
  }
  html.notIE .products .inside .item_inner .item .figure img {
    width: 140px;
    height: auto;
  }
  html.notIE .products .inside .item_inner .item .genre {
    display: inline-block;
    margin: 0 0 7px;
    padding: 2px 7px 1px;
    border: 1px solid #221815;
    font-size: 92%;
    line-height: 1.4;
  }
  html.notIE .products .inside .item_inner .item .genre.new {
    background: #412c2b;
    color: #fff;
  }
  html.notIE .products .inside .item_inner .item .brand {
    margin: 0 0 1px;
    font-weight: bold;
    font-size: 100%;
  }
  html.notIE .products .inside .item_inner .item .desc {
    margin: 0 0 12px;
    font-size: 109%;
    letter-spacing: 0;
  }
  html.notIE .products .inside .item_inner .item .price {
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0;
    font-weight: bold;
    margin-bottom: 53px;
  }
  html.notIE .products .inside .item_inner .item .price span {
    font-size: 0.75rem;
  }
  html.notIE .products .inside .item_inner .item .btn_ec {
    margin-top: 30px;
  }
  html.notIE .products .inside .item_inner .item .btn_ec a {
    display: block;
    width: 200px;
    height: 48px !important;
    zoom: 1;
    background: url(../img/pc/btn_ec_on.png) no-repeat 0 0;
    background-size: 200px 48px;
  }
  html.notIE .products .inside .item_inner .item .btn_ec a:hover img {
    opacity: 0;
  }
  html.notIE .products .inside .item_inner .item .btn_ec a img {
    display: block;
    width: 200px;
    height: 48px;
    opacity: 1;
    transition: all 0.2s ease 0s;
  }
  html.notIE .products .inside .lotion,
  html.notIE .products .inside .emulsion {
    float: left;
    width: 440px;
  }
  html.notIE .products .inside .lotion {
    margin-right: 38px;
  }
  html.notIE .products .inside .movie_btn {
    margin-bottom: 50px;
    text-align: center;
  }
  html.notIE .products .inside .note {
    margin-bottom: 90px;
    text-align: right;
    font-size: 0.6875rem;
  }
}

html.msie .products {
  background: #fff;
  padding: 90px 0 0;
}
html.msie .products .inside:after,
html.msie .products .item_inner:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
html.msie .products .inside h2 {
  text-align: center;
  margin-bottom: 77px;
}
html.msie .products .inside > div h3 {
  margin-bottom: 68px;
}
html.msie .products .inside .item_inner .item {
  width: 200px;
  float: left;
  margin: 0 40px 40px 0;
  text-align: left;
  color: #221815;
}
html.msie .products .inside .item_inner .item.item_refill {
  margin: 0 0 40px 0;
}
html.msie .products .inside .item_inner .item.item_refill .price {
  margin-bottom: 0;
}
html.msie .products .inside .item_inner .item h4 {
  margin: 0px 0 6px;
  font-size: 117%;
  font-weight: bold;
}
html.msie .products .inside .item_inner .item .figure {
  margin: 0 0 2px;
  text-align: center;
}
html.msie .products .inside .item_inner .item .figure img {
  width: 140px;
  height: auto;
}
html.msie .products .inside .item_inner .item .genre {
  display: inline-block;
  margin: 0 0 7px;
  padding: 2px 7px 1px;
  border: 1px solid #221815;
  font-size: 92%;
  line-height: 1.4;
}
html.msie .products .inside .item_inner .item .genre.new {
  background: #412c2b;
  color: #fff;
}
html.msie .products .inside .item_inner .item .brand {
  margin: 0 0 1px;
  font-weight: bold;
  font-size: 100%;
}
html.msie .products .inside .item_inner .item .desc {
  margin: 0 0 12px;
  font-size: 109%;
  letter-spacing: 0;
}
html.msie .products .inside .item_inner .item .price {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: bold;
  margin-bottom: 53px;
}
html.msie .products .inside .item_inner .item .price span {
  font-size: 0.75rem;
}
html.msie .products .inside .item_inner .item .btn_ec {
  margin-top: 30px;
}
html.msie .products .inside .item_inner .item .btn_ec a {
  display: block;
  width: 200px;
  height: 48px !important;
  zoom: 1;
  background: url(../img/pc/btn_ec_on.png) no-repeat 0 0;
  background-size: 200px 48px;
}
html.msie .products .inside .item_inner .item .btn_ec a:hover img {
  opacity: 0;
}
html.msie .products .inside .item_inner .item .btn_ec a img {
  display: block;
  width: 200px;
  height: 48px;
  opacity: 1;
  transition: all 0.2s ease 0s;
}
html.msie .products .inside .lotion,
html.msie .products .inside .emulsion {
  float: left;
  width: 440px;
}
html.msie .products .inside .lotion {
  margin-right: 38px;
}
html.msie .products .inside .movie_btn {
  margin-bottom: 50px;
  text-align: center;
}
html.msie .products .inside .note {
  margin-bottom: 90px;
  text-align: right;
  font-size: 0.6875rem;
}

@media screen and (max-width: 750px) {
  html.notIE .products {
    width: 100%;
    border-top: 1px solid #412c2b;
  }
  html.notIE .products .inside {
    background: #fff;
  }
  html.notIE .products .inside .new {
    display: inline-block;
    margin: 0 0 2.5vw 1.5625vw;
    padding: 0.625vw 0.7812vw;
    line-height: 1.1;
    font-size: 2.5vw;
    border: 1px solid #221815;
    background: #221815;
    color: #fff;
  }
  html.notIE .products .inside h2 {
    padding: 14.0625vw 0 10vw;
  }
  html.notIE .products .inside .item_inner .item {
    margin-top: 7.8125vw;
    padding: 0 4.6875vw;
  }
  html.notIE .products .inside .item_inner .item:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
  }
  html.notIE .products .inside .item_inner .item .figure {
    width: 34.5%;
    float: left;
    display: inherit;
  }
  html.notIE .products .inside .item_inner .item .detail {
    width: 61.54%;
    float: right;
    display: inline;
    color: #635c5a;
  }
  html.notIE .products .inside .item_inner .item .detail .genre {
    display: inline-block;
    margin-bottom: 2.5vw;
    padding: 0.625vw 0.7812vw;
    line-height: 1.1;
    font-size: 2.5vw;
    border: 1px solid #221815;
  }
  html.notIE .products .inside .item_inner .item .detail .brand {
    margin-bottom: 0.7813vw;
    line-height: 1.4;
    font-weight: bold;
    font-size: 3.75vw;
  }
  html.notIE .products .inside .item_inner .item .detail h4 {
    margin-bottom: calc(12 / 640 * 100vw);
    line-height: 1.4;
    font-weight: bold;
    font-size: calc(28 / 640 * 100vw);
  }
  html.notIE .products .inside .item_inner .item .detail .desc {
    margin-bottom: 3.4375vw;
    font-size: 3.4375vw;
  }
  html.notIE .products .inside .item_inner .item .detail .price {
    margin-bottom: calc(24 / 640 * 100vw);
    line-height: 1.4;
    font-weight: bold;
    font-size: calc(32 / 640 * 100vw);
  }
  html.notIE .products .inside .item_inner .item .detail .price span {
    font-size: calc(22 / 640 * 100vw);
  }
  html.notIE .products .inside .item_inner .item .detail .btn_ec {
    width: calc(350 / 640 * 100vw);
  }
  html.notIE .products .inside .movie_btn {
    margin: calc(60 / 640 * 100vw) auto 0;
    width: 64.0625vw;
    display: block;
  }
  html.notIE .products .inside .lotion {
    padding-bottom: 15.625vw;
  }
  html.notIE .products .inside .emulsion {
    padding-bottom: calc(60 / 640 * 100vw);
  }
  html.notIE .products .inside .note {
    padding: 0 calc(30 / 640 * 100vw) calc(90 / 750 * 100vw);
    text-align: right;
    font-size: calc(18 / 640 * 100vw);
    font-feature-settings: "palt";
  }
}

/*-----------------------------------------------------
サステナビリティバナー
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .sustainability_bnr {
    width: 920px;
    margin: 0 auto 50px;
    transition: opacity 0.2s ease 0s;
    cursor: pointer;
  }
  html.notIE .sustainability_bnr:hover {
    opacity: 0.7;
  }
}

html.msie .sustainability_bnr {
  width: 920px;
  margin: 0 auto 50px;
  transition: opacity 0.2s ease 0s;
  cursor: pointer;
}
html.msie .sustainability_bnr:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  html.notIE .sustainability_bnr {
    padding: calc(50 / 750 * 100vw) 20px calc(60 / 750 * 100vw);
    background-color: #fff;
  }
  html.notIE .sustainability_bnr a {
    display: block;
  }
  html.notIE .sustainability_bnr a img {
    width: 100%;
  }
}

/*-----------------------------------------------------
3美類バナー
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .birui_bnr {
    width: 960px;
    margin: 0 auto 80px;
    transition: opacity 0.2s ease 0s;
    cursor: pointer;
  }
  html.notIE .birui_bnr:hover {
    opacity: 0.7;
  }
}

html.msie .birui_bnr {
  width: 960px;
  margin: 0 auto 80px;
  transition: opacity 0.2s ease 0s;
  cursor: pointer;
}
html.msie .birui_bnr:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  html.notIE .birui_bnr {
    padding: 0 20px calc(80 / 750 * 100vw);
    background-color: #fff;
  }
  html.notIE .birui_bnr a {
    display: block;
  }
  html.notIE .birui_bnr a img {
    width: 100%;
  }
}

/*-----------------------------------------------------
トライアルバナー
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .trial_bnr {
    width: 750px;
    margin: 0 auto;
    transition: opacity 0.2s ease 0s;
    cursor: pointer;
  }
  html.notIE .trial_bnr img {
    width: 100%;
  }
  html.notIE .trial_bnr:hover {
    opacity: 0.7;
  }
}

html.msie .trial_bnr {
  width: 750px;
  margin: 0 auto;
  transition: opacity 0.2s ease 0s;
  cursor: pointer;
}
html.msie .trial_bnr img {
  width: 100%;
}
html.msie .trial_bnr:hover {
  opacity: 0.7;
}

@media screen and (max-width: 750px) {
  html.notIE .trial_bnr {
    padding: 0 20px calc(20 / 750 * 100vw);
    background-color: #fff;
  }
  html.notIE .trial_bnr a {
    display: block;
  }
  html.notIE .trial_bnr a img {
    width: 100%;
  }
}

/*-----------------------------------------------------
swiper
-------------------------------------------------------*/
@media screen and (max-width: 750px) {
  html.notIE .swiper-container {
    margin-top: calc((40 / 640) * 100vw);
    width: calc((478 / 640) * 100vw);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  html.notIE .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  html.notIE .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
    transition-property: transform;
  }
  html.notIE .swiper-button-prev,
  html.notIE .swiper-button-next {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/sp/swiper_arrow.png) no-repeat 0 0;
    background-size: 100%;
    width: calc((41 / 640) * 100vw);
    height: calc((96 / 640) * 100vw);
    transition: all 0.15s ease-out;
    opacity: 1;
    margin: 0;
  }
  html.notIE .swiper-button-prev {
    left: calc((30 / 640) * 100vw);
  }
  html.notIE .swiper-button-next {
    right: calc((30 / 640) * 100vw);
    transform: rotate(180deg);
  }
  html.notIE .swiper-button-prev.swiper-button-disabled,
  html.notIE .swiper-button-next.swiper-button-disabled {
    opacity: 0;
  }
}

/*-----------------------------------------------------
movie（選択式）
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE #btn_emulsion_cotton,
  html.notIE #btn_emulsion_hand {
    top: 0;
  }
  html.notIE .btn_frame {
    width: 482px;
  }
  html.notIE .btn_close_movie {
    top: -100px;
  }
}

html.msie #btn_emulsion_cotton,
html.msie #btn_emulsion_hand {
  top: 0;
}
html.msie .btn_frame {
  width: 482px;
}
html.msie .btn_close_movie {
  top: -100px;
}

@media screen and (max-width: 750px) {
  html.notIE #btn_emulsion_cotton img,
  html.notIE #btn_emulsion_hand img,
  html.notIE #btn_lotion_s_cotton img,
  html.notIE #btn_lotion_s_hand img {
    width: 54.6875vw;
  }
  html.notIE #btn_emulsion_cotton,
  html.notIE #btn_lotion_s_cotton {
    right: 0;
  }
  html.notIE #btn_emulsion_hand,
  html.notIE #btn_lotion_s_hand {
    left: 0;
    top: 15.9374vw;
  }
  html.notIE .movie_frame .btn_close_movie {
    left: auto;
    right: 0;
    width: calc((60 / 640) * 100vw);
  }
  html.notIE .btn_frame {
    width: 84.375%;
  }
  html.notIE .btn_close_movie {
    top: -50px;
    width: calc((60 / 640) * 100vw);
  }
  html.notIE .btn_close_movie img {
    width: 100%;
  }
}

/*-----------------------------------------------------
btn_frame
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .btn_frame .btn_close_movie {
    display: block;
    position: absolute;
    top: -60px;
    right: 0px;
    opacity: 1;
    transition: all 0.1s linear 0s;
  }
  html.notIE .btn_frame .btn_close_movie span {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: left;
    text-indent: -20em;
    overflow: hidden;
    background: url(/elixir/shared/img/sp/movie_close.png) no-repeat center center;
    background-size: contain;
  }
}

html.msie .btn_frame .btn_close_movie {
  display: block;
  position: absolute;
  top: -60px;
  right: 0px;
  opacity: 1;
  transition: all 0.1s linear 0s;
}
html.msie .btn_frame .btn_close_movie span {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: left;
  text-indent: -20em;
  overflow: hidden;
  background: url(/elixir/shared/img/sp/movie_close.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 750px) {
  html.notIE .btn_frame .btn_close_movie {
    display: block;
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0px;
    text-align: right;
  }
  html.notIE .btn_frame .btn_close_movie span {
    display: inline-block;
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    text-align: left;
    text-indent: -20em;
    overflow: hidden;
    background: url(/elixir/shared/img/sp/movie_close.png) no-repeat center center;
    background-size: contain;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .sec_review {
    margin: 0;
    padding: 40px 0;
  }
  html.notIE .sec_review .review_main_ttl {
    margin: 0 auto;
    padding: 20px 0 40px 0;
    width: 251px;
    height: auto;
  }
  html.notIE .sec_review .review_list {
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  html.notIE .sec_review .review_list li {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    vertical-align: top;
  }
  html.notIE .sec_review .review_detail {
    margin: 0 auto;
    padding: 0;
  }
  html.notIE .sec_review .review_detail .review_detail_ttl {
    margin: 0 auto;
    padding: 0 0 20px 0;
    text-align: center;
  }
  html.notIE .sec_review .review_detail .review_detail_img {
    margin: 0 auto;
    padding: 0 0 15px 0;
    width: 260px;
  }
  html.notIE .sec_review .review_detail .review_detail_img span {
    display: block;
    text-align: right;
    font-size: 11px;
  }
  html.notIE .sec_review .review_detail .review_detail_txt {
    margin: 0 auto;
    padding: 0;
    width: 260px;
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_account {
    position: relative;
    margin: 0;
    padding: 0 0 5px 42px;
    font-size: 16px;
    line-height: 33px;
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_account::before {
    content: "";
    position: absolute;
    margin: 0;
    padding: 0;
    width: 31px;
    height: 31px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_account.icon_account1::before {
    background-image: url(../img/pc/review1_icon.png);
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_account.icon_account2::before {
    background-image: url(../img/pc/review2_icon.png);
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_account.icon_account3::before {
    background-image: url(../img/pc/review3_icon.png);
  }
  html.notIE .sec_review .review_detail .review_detail_txt .review_txt {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 30px;
  }
  html.notIE .sec_review .atcosme {
    margin: 0 auto;
  }
  html.notIE .sec_review .atcosme .cosme_ttl {
    margin: 0 auto;
    padding-bottom: 10px;
    width: 351px;
  }
  html.notIE .sec_review .atcosme .cosme_note {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
  }
  html.notIE .sec_review .atcosme .atcosme_list {
    width: 850px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  html.notIE .sec_review .atcosme .atcosme_list li {
    padding: 0;
    vertical-align: top;
    text-align: left;
    width: 260px;
    background-color: #fff;
    height: auto;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail {
    position: relative;
    margin: 0;
    padding: 23px 22px;
    display: flex;
    flex-direction: column;
    border: 2px solid #2eb6aa;
    box-sizing: border-box;
    height: 100%;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_ttl {
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "palt";
    color: #2eb6aa;
    font-weight: bold;
    text-align: center;
    min-height: 48px;
    vertical-align: middle;
    display: flex;
    align-items: center;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt {
    margin: 0;
    padding: 0 0 64px 0;
    font-size: 13px;
    line-height: 22px;
    font-feature-settings: "palt";
    color: #4c4948;
    text-align: left;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt.line_spacing {
    padding-bottom: 10px;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt2 {
    position: absolute;
    margin: auto 0 0;
    padding: 0;
    bottom: 23px;
    right: 22px;
    font-size: 12px;
    line-height: 18px;
    font-feature-settings: "palt";
    color: #4c4948;
    text-align: right;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt2 .more_small {
    font-size: 11px;
  }
  html.notIE .sec_review .btn_cosme_list {
    margin: 50px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 780px;
  }
  html.notIE .sec_review .btn_cosme_list li + li {
    margin-left: 28px;
  }
  html.notIE .sec_review .btn_cosme_list li a {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 330px;
    height: 100px;
    box-sizing: border-box;
    border: 1px solid #777;
    border-radius: 6px;
    background-color: #fff;
    text-decoration: none;
    position: relative;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .sec_review .btn_cosme_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    background: url(../img/btn_cosme_arrow.png) no-repeat 0 top;
    background-size: 100%;
    width: 8px;
    height: 16px;
    transform: translateY(-50%);
  }
  html.notIE .sec_review .btn_cosme_list li a:hover {
    opacity: 0.7;
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_logo {
    width: 116px;
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_logo img {
    width: 100%;
    vertical-align: top;
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_txt {
    display: block;
    font-size: 16px;
    margin-top: 4px;
    line-height: calc(23 / 16);
    text-align: center;
  }
  html.notIE .sec_review .swiper-review-button-next,
  html.notIE .sec_review .swiper-review-button-prev,
  html.notIE .sec_review .swiper-review-pagination {
    display: none;
  }
}

html.msie .sec_review {
  margin: 0;
  padding: 40px 0;
}
html.msie .sec_review .review_main_ttl {
  margin: 0 auto;
  padding: 20px 0 40px 0;
  width: 251px;
  height: auto;
}
html.msie .sec_review .review_list {
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
html.msie .sec_review .review_list li {
  margin: 0 auto;
  padding: 0;
  text-align: left;
  vertical-align: top;
}
html.msie .sec_review .review_detail {
  margin: 0 auto;
  padding: 0;
}
html.msie .sec_review .review_detail .review_detail_ttl {
  margin: 0 auto;
  padding: 0 0 20px 0;
  text-align: center;
}
html.msie .sec_review .review_detail .review_detail_img {
  margin: 0 auto;
  padding: 0 0 15px 0;
  width: 260px;
}
html.msie .sec_review .review_detail .review_detail_img span {
  display: block;
  text-align: right;
  font-size: 11px;
}
html.msie .sec_review .review_detail .review_detail_txt {
  margin: 0 auto;
  padding: 0;
  width: 260px;
}
html.msie .sec_review .review_detail .review_detail_txt .review_account {
  position: relative;
  margin: 0;
  padding: 0 0 5px 42px;
  font-size: 16px;
  line-height: 33px;
}
html.msie .sec_review .review_detail .review_detail_txt .review_account::before {
  content: "";
  position: absolute;
  margin: 0;
  padding: 0;
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
html.msie .sec_review .review_detail .review_detail_txt .review_account.icon_account1::before {
  background-image: url(../img/pc/review1_icon.png);
}
html.msie .sec_review .review_detail .review_detail_txt .review_account.icon_account2::before {
  background-image: url(../img/pc/review2_icon.png);
}
html.msie .sec_review .review_detail .review_detail_txt .review_account.icon_account3::before {
  background-image: url(../img/pc/review3_icon.png);
}
html.msie .sec_review .review_detail .review_detail_txt .review_txt {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
}
html.msie .sec_review .atcosme {
  margin: 0 auto;
}
html.msie .sec_review .atcosme .cosme_ttl {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 351px;
}
html.msie .sec_review .atcosme .cosme_note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
html.msie .sec_review .atcosme .atcosme_list {
  width: 850px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
html.msie .sec_review .atcosme .atcosme_list li {
  padding: 0;
  vertical-align: top;
  text-align: left;
  width: 260px;
  background-color: #fff;
  height: auto;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail {
  position: relative;
  margin: 0;
  padding: 23px 22px;
  display: flex;
  flex-direction: column;
  border: 2px solid #2eb6aa;
  box-sizing: border-box;
  height: 100%;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_ttl {
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "palt";
  color: #2eb6aa;
  font-weight: bold;
  text-align: center;
  min-height: 48px;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt {
  margin: 0;
  padding: 0 0 64px 0;
  font-size: 13px;
  line-height: 22px;
  font-feature-settings: "palt";
  color: #4c4948;
  text-align: left;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt.line_spacing {
  padding-bottom: 10px;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt2 {
  position: absolute;
  margin: auto 0 0;
  padding: 0;
  bottom: 23px;
  right: 22px;
  font-size: 12px;
  line-height: 18px;
  font-feature-settings: "palt";
  color: #4c4948;
  text-align: right;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt2 .more_small {
  font-size: 11px;
}
html.msie .sec_review .btn_cosme_list {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 780px;
}
html.msie .sec_review .btn_cosme_list li + li {
  margin-left: 28px;
}
html.msie .sec_review .btn_cosme_list li a {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 330px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #777;
  border-radius: 6px;
  background-color: #fff;
  text-decoration: none;
  position: relative;
  transition: opacity 0.2s ease 0s;
}
html.msie .sec_review .btn_cosme_list li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: url(../img/btn_cosme_arrow.png) no-repeat 0 top;
  background-size: 100%;
  width: 8px;
  height: 16px;
  transform: translateY(-50%);
}
html.msie .sec_review .btn_cosme_list li a:hover {
  opacity: 0.7;
}
html.msie .sec_review .btn_cosme_list li a .btn_cosme_list_logo {
  width: 116px;
}
html.msie .sec_review .btn_cosme_list li a .btn_cosme_list_logo img {
  width: 100%;
  vertical-align: top;
}
html.msie .sec_review .btn_cosme_list li a .btn_cosme_list_txt {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  line-height: calc(23 / 16);
  text-align: center;
}
html.msie .sec_review .swiper-review-button-next,
html.msie .sec_review .swiper-review-button-prev,
html.msie .sec_review .swiper-review-pagination {
  display: none;
}

@media screen and (max-width: 750px) {
  html.notIE .sec_review {
    padding: calc(60 / 640 * 100vw) 0 calc(80 / 640 * 100vw);
    background-color: #fff;
  }
  html.notIE .sec_review .cosme_ttl {
    width: calc(330 / 750 * 100vw);
    margin: 0 auto calc(20 / 640 * 100vw);
  }
  html.notIE .sec_review .cosme_note {
    font-size: calc((20 / 640) * 100vw);
    color: #666;
    text-align: center;
    margin-bottom: calc((50 / 640) * 100vw);
    font-feature-settings: "palt" 1;
  }
  html.notIE .sec_review .swiper_outer {
    position: relative;
  }
  html.notIE .sec_review .swiper-review-container {
    margin: 0 auto;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list {
    display: -ms-flexbox;
    display: flex;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li {
    height: auto;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail {
    border: calc(4 / 640 * 100vw) solid #2eb6aa;
    box-sizing: border-box;
    background-color: #fff;
    width: calc(560 / 640 * 100vw);
    margin: 0 auto;
    padding: calc(30 / 640 * 100vw) calc(45 / 640 * 100vw);
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail .atcosme_list_detail_ttl {
    margin-bottom: calc(10 / 640 * 100vw);
    font-size: calc(30 / 640 * 100vw);
    line-height: calc(46 / 30);
    text-align: center;
    color: #2eb6aa;
    font-weight: bold;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail .atcosme_list_detail_txt {
    font-size: calc(24 / 640 * 100vw);
    line-height: calc(36 / 24);
    margin-bottom: calc(25 / 640 * 100vw);
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail .atcosme_list_detail_txt2 {
    font-size: calc(22 / 640 * 100vw);
    text-align: right;
    margin-top: auto;
  }
  html.notIE .sec_review .btn_cosme_list {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  html.notIE .sec_review .btn_cosme_list li + li {
    margin-top: calc(38 / 750 * 100vw);
  }
  html.notIE .sec_review .btn_cosme_list li a {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: calc(582 / 750 * 100vw);
  }
  html.notIE .sec_review .btn_cosme_list li a {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(580 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
    box-sizing: border-box;
    border: calc(2 / 750 * 100vw) solid #777;
    border-radius: calc(6 / 750 * 100vw);
    background-color: #fff;
    text-decoration: none;
    position: relative;
  }
  html.notIE .sec_review .btn_cosme_list li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(30 / 750 * 100vw);
    background: url(../img/btn_cosme_arrow.png) no-repeat 0 top;
    background-size: 100%;
    width: calc(12 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    transform: translateY(-50%);
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_logo {
    width: calc(182 / 750 * 100vw);
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_logo img {
    width: 100%;
    vertical-align: top;
  }
  html.notIE .sec_review .btn_cosme_list li a .btn_cosme_list_txt {
    display: block;
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    line-height: calc(28 / 22);
    text-align: center;
  }
  html.notIE .sec_review .swiper-review-button-next,
  html.notIE .sec_review .swiper-review-button-prev {
    position: absolute;
    top: 50%;
    background-image: none;
    border-top: 2.34375vw solid transparent;
    border-bottom: 2.34375vw solid transparent;
    width: auto;
    height: auto;
    font-size: 0;
    margin: 0;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.15s ease-out;
  }
  html.notIE .sec_review .swiper-review-button-next.swiper-button-disabled,
  html.notIE .sec_review .swiper-review-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  html.notIE .sec_review .swiper-review-button-next {
    right: calc(10 / 640 * 100vw);
    border-left: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-button-prev {
    left: calc(10 / 640 * 100vw);
    border-right: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-pagination {
    position: relative;
    bottom: auto;
    font-size: 0;
    margin-top: calc(20 / 640 * 100vw);
    text-align: center;
  }
  html.notIE .sec_review .swiper-pagination-bullet {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50 / 640 * 100vw);
    height: calc(6 / 640 * 100vw);
    background-color: #e7e7e7;
    border-radius: initial;
    opacity: 1;
    margin: 0;
  }
  html.notIE .sec_review .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.09375vw;
  }
  html.notIE .sec_review .swiper-pagination-bullet-active {
    background-color: #777;
  }
}
