main {
  font-size: 12px;
  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 {
    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%;
  }
}

.flex {
  display: -ms-flexbox;
  display: flex;
}

/*-----------------------------------------------------
mv
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .mv {
    height: 616px;
    background: url(../img/pc/mv_image\.jpg) no-repeat center top;
  }
  html.notIE .mv_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

html.msie .mv {
  height: 616px;
  background: url(../img/pc/mv_image\.jpg) no-repeat center top;
}
html.msie .mv_title {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  html.notIE .mv {
    height: calc(900 / 750 * 100vw);
    background: url(../img/sp/mv_image\.jpg) no-repeat center top;
    background-size: 100%;
  }
  html.notIE .mv_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}

/*-----------------------------------------------------
movie
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .movie .inner {
    padding: 80px 0;
    background: #f7eee2;
    width: 1200px;
    margin: 0 auto;
  }
  html.notIE .movie-ttl {
    max-width: 101px;
    margin: 0 auto 40px;
  }
  html.notIE .movie-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 780px;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #816b46;
  }
  html.notIE .movie-contents.small {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  html.notIE .movie-contents.small .movie-thumbnail {
    margin-right: 76px;
  }
  html.notIE .movie-contents.small + .small {
    margin-top: 20px;
  }
  html.notIE .movie-txt {
    margin-left: 20px;
    font-size: 16px;
    text-align: left;
  }
  html.notIE .movie-thumbnail {
    margin-right: 40px;
  }
}

html.msie .movie .inner {
  padding: 80px 0;
  background: #f7eee2;
  width: 1200px;
  margin: 0 auto;
}
html.msie .movie-ttl {
  max-width: 101px;
  margin: 0 auto 40px;
}
html.msie .movie-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 780px;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #816b46;
}
html.msie .movie-contents.small {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
html.msie .movie-contents.small .movie-thumbnail {
  margin-right: 76px;
}
html.msie .movie-contents.small + .small {
  margin-top: 20px;
}
html.msie .movie-txt {
  margin-left: 20px;
  font-size: 16px;
  text-align: left;
}
html.msie .movie-thumbnail {
  margin-right: 40px;
}

@media screen and (max-width: 750px) {
  html.notIE .movie {
    background: #f7eee2;
  }
  html.notIE .movie .inner {
    padding: calc(100 / 750 * 100vw) 0;
  }
  html.notIE .movie-ttl {
    width: calc(125 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .movie-contents {
    display: flex;
    flex-direction: column-reverse;
    width: calc(650 / 750 * 100vw);
    margin: auto;
    margin-bottom: calc(80 / 750 * 100vw);
  }
  html.notIE .movie-contents.small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin-bottom: 0;
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .movie-contents.small .movie-txt {
    flex: none;
    width: calc(300 / 750 * 100vw);
    margin: 0;
    padding-right: calc(38 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .movie-contents.small .movie-thumbnail {
    width: calc(350 / 750 * 100vw);
    margin: 0;
  }
  html.notIE .movie-contents.small + .small {
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .movie-txt {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(15 / 750 * 100vw);
    line-height: 1.5;
    text-align: center;
  }
  html.notIE .movie-thumbnail {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cmn_product {
    display: flex;
  }
  html.notIE .cmn_product .product_img, html.notIE .cmn_product .product_content {
    width: 50%;
  }
  html.notIE .cmn_product .product_content_lead {
    font-size: 20px;
    line-height: 1.5;
  }
  html.notIE .cmn_product .product_content_lead + .product_content_brand {
    margin-top: 26px;
  }
  html.notIE .cmn_product .product_content_brand {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .cmn_product .product_content_name {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
  }
  html.notIE .cmn_product .product_content_detail {
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
  }
  html.notIE .cmn_product .product_content_price {
    font-size: 28px;
    font-weight: bold;
    line-height: 1;
    margin-top: 12px;
  }
  html.notIE .cmn_product .product_content_price .tax {
    font-size: 18px;
  }
  html.notIE .cmn_product .product_content_price .post {
    font-size: 16px;
    line-height: 1;
    padding: 6px;
    border: 1px solid #000;
    margin-left: 4px;
  }
  html.notIE .cmn_product .product_content_btn {
    margin-top: 18px;
    width: 320px;
    height: 50px;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  html.notIE .cmn_product .product_content_btn.date_reserve {
    background-color: #2eb6aa;
    color: #fff;
    position: relative;
  }
  html.notIE .cmn_product .product_content_btn.date_reserve::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 14px;
    background: url(/elixir/shared/img/icn_blank_wht.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_store_btn {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin-top: 20px;
    text-decoration: none;
    position: relative;
  }
  html.notIE .cmn_product .product_content_store_btn::before, html.notIE .cmn_product .product_content_store_btn::after {
    content: "";
    position: absolute;
  }
  html.notIE .cmn_product .product_content_store_btn::before {
    width: 100%;
    height: 1px;
    background-color: #000;
    left: 0;
    bottom: -1px;
  }
  html.notIE .cmn_product .product_content_store_btn::after {
    width: 14px;
    height: 11px;
    background: url(../img/icn_blank.svg) no-repeat 0 0;
    background-size: 100%;
    right: -19px;
    top: 50%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_movie {
    margin-top: 20px;
  }
  html.notIE .cmn_product .product_content_movie button {
    font-size: 16px;
    line-height: 1;
    margin-left: 27px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cmn_product .product_content_movie button:hover {
    opacity: 0.7;
  }
  html.notIE .cmn_product .product_content_movie button::before, html.notIE .cmn_product .product_content_movie button::after {
    content: "";
    position: absolute;
  }
  html.notIE .cmn_product .product_content_movie button::before {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  html.notIE .cmn_product .product_content_movie button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -27px;
    width: 22px;
    height: 22px;
    background: url(../img/icon_playbtn_s.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_note {
    font-size: 10px;
    color: #666;
    margin-top: 20px;
  }
  html.notIE .cmn_product .product_content_note.cosme {
    font-size: 12px;
    color: #000;
    margin-top: 10px;
  }
  html.notIE .cmn_product .product_content .u-btn_cart {
    height: 50px;
    margin-top: 18px;
  }
  html.notIE .cmn_product .product_content .u-btn_cart_s {
    height: 50px;
    margin-top: 18px;
  }
  html.notIE .cmn_product .product_content .u-btn_cart_ss {
    height: 40px;
    margin-top: 18px;
  }
}

html.msie .cmn_product {
  display: flex;
}
html.msie .cmn_product .product_img, html.msie .cmn_product .product_content {
  width: 50%;
}
html.msie .cmn_product .product_content_lead {
  font-size: 20px;
  line-height: 1.5;
}
html.msie .cmn_product .product_content_lead + .product_content_brand {
  margin-top: 26px;
}
html.msie .cmn_product .product_content_brand {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
html.msie .cmn_product .product_content_name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  margin-top: 10px;
}
html.msie .cmn_product .product_content_detail {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
html.msie .cmn_product .product_content_price {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
}
html.msie .cmn_product .product_content_price .tax {
  font-size: 18px;
}
html.msie .cmn_product .product_content_price .post {
  font-size: 16px;
  line-height: 1;
  padding: 6px;
  border: 1px solid #000;
  margin-left: 4px;
}
html.msie .cmn_product .product_content_btn {
  margin-top: 18px;
  width: 320px;
  height: 50px;
  border-radius: 6px;
  font-size: 16px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
html.msie .cmn_product .product_content_btn.date_reserve {
  background-color: #2eb6aa;
  color: #fff;
  position: relative;
}
html.msie .cmn_product .product_content_btn.date_reserve::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 14px;
  background: url(/elixir/shared/img/icn_blank_wht.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
html.msie .cmn_product .product_content_store_btn {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  margin-top: 20px;
  text-decoration: none;
  position: relative;
}
html.msie .cmn_product .product_content_store_btn::before, html.msie .cmn_product .product_content_store_btn::after {
  content: "";
  position: absolute;
}
html.msie .cmn_product .product_content_store_btn::before {
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: -1px;
}
html.msie .cmn_product .product_content_store_btn::after {
  width: 14px;
  height: 11px;
  background: url(../img/icn_blank.svg) no-repeat 0 0;
  background-size: 100%;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
}
html.msie .cmn_product .product_content_movie {
  margin-top: 20px;
}
html.msie .cmn_product .product_content_movie button {
  font-size: 16px;
  line-height: 1;
  margin-left: 27px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
html.msie .cmn_product .product_content_movie button:hover {
  opacity: 0.7;
}
html.msie .cmn_product .product_content_movie button::before, html.msie .cmn_product .product_content_movie button::after {
  content: "";
  position: absolute;
}
html.msie .cmn_product .product_content_movie button::before {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .cmn_product .product_content_movie button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -27px;
  width: 22px;
  height: 22px;
  background: url(../img/icon_playbtn_s.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
html.msie .cmn_product .product_content_note {
  font-size: 10px;
  color: #666;
  margin-top: 20px;
}
html.msie .cmn_product .product_content_note.cosme {
  font-size: 12px;
  color: #000;
  margin-top: 10px;
}
html.msie .cmn_product .product_content .u-btn_cart {
  height: 50px;
  margin-top: 18px;
}
html.msie .cmn_product .product_content .u-btn_cart_s {
  height: 50px;
  margin-top: 18px;
}
html.msie .cmn_product .product_content .u-btn_cart_ss {
  height: 40px;
  margin-top: 18px;
}

@media screen and (max-width: 750px) {
  html.notIE .cmn_product .product_content {
    text-align: center;
  }
  html.notIE .cmn_product .product_content_lead {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.4;
  }
  html.notIE .cmn_product .product_content_lead + .product_content_brand {
    margin-top: calc(28 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_brand {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
  }
  html.notIE .cmn_product .product_content_name {
    font-size: calc(40 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    margin-top: calc(16 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_detail {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_price {
    font-size: calc(52 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    margin-top: calc(24 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_price .tax {
    font-size: calc(36 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_price .post {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    padding: calc(6 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #000;
  }
  html.notIE .cmn_product .product_content_btn {
    margin: calc(26 / 750 * 100vw) auto 0;
    width: calc(640 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
  }
  html.notIE .cmn_product .product_content_btn.date_reserve {
    background-color: #2eb6aa;
    color: #fff;
    position: relative;
  }
  html.notIE .cmn_product .product_content_btn.date_reserve::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(40 / 750 * 100vw);
    width: calc(26 / 750 * 100vw);
    height: calc(21 / 750 * 100vw);
    background: url(/elixir/shared/img/icn_blank_wht.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_store_btn {
    display: inline-block;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(32 / 750 * 100vw);
    text-decoration: none;
    position: relative;
  }
  html.notIE .cmn_product .product_content_store_btn::before, html.notIE .cmn_product .product_content_store_btn::after {
    content: "";
    position: absolute;
  }
  html.notIE .cmn_product .product_content_store_btn::before {
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
    left: 0;
    bottom: calc(-2 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_store_btn::after {
    width: calc(27 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
    background: url(../img/icn_blank.svg) no-repeat 0 0;
    background-size: 100%;
    right: calc(-34 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_movie {
    margin-top: calc(24 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_movie button {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-left: calc(46 / 750 * 100vw);
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  html.notIE .cmn_product .product_content_movie button::before, html.notIE .cmn_product .product_content_movie button::after {
    content: "";
    position: absolute;
  }
  html.notIE .cmn_product .product_content_movie button::before {
    bottom: calc(-3 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .cmn_product .product_content_movie button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-46 / 750 * 100vw);
    width: calc(36 / 750 * 100vw);
    height: calc(36 / 750 * 100vw);
    background: url(../img/icon_playbtn_s.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .cmn_product .product_content_note {
    font-size: calc(20 / 750 * 100vw);
    color: #666;
    margin-top: calc(38 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content_note.cosme {
    font-size: calc(22 / 750 * 100vw);
    color: #000;
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .cmn_product .product_content .u-btn_cart {
    width: calc(640 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto 0;
  }
  html.notIE .cmn_product .product_content .u-btn_cart_s {
    width: calc(480 / 750 * 100vw);
    height: calc(100 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  html.notIE .cmn_product .product_content .u-btn_cart_ss {
    width: calc(340 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
}

/*-----------------------------------------------------
trouble
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .trouble {
    padding: 80px 0 70px;
  }
  html.notIE .trouble_box {
    width: 960px;
    margin: 0 auto;
    border: 1px solid #e9d1b5;
    position: relative;
    padding-bottom: 60px;
  }
  html.notIE .trouble_ttl {
    background-color: #e9d1b5;
    text-align: center;
    padding: 14px 0;
  }
  html.notIE .trouble_list {
    margin: 60px 0 0 120px;
  }
  html.notIE .trouble_list li {
    line-height: 1;
    font-size: 20px;
    padding-left: 40px;
    position: relative;
  }
  html.notIE .trouble_list li + li {
    margin-top: 40px;
  }
  html.notIE .trouble_list li::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 25px;
    background: url(../img/icon_check\.svg) no-repeat 0 0;
    background-size: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  html.notIE .trouble_txt {
    text-align: center;
    margin-top: 44px;
  }
}

html.msie .trouble {
  padding: 80px 0 70px;
}
html.msie .trouble_box {
  width: 960px;
  margin: 0 auto;
  border: 1px solid #e9d1b5;
  position: relative;
  padding-bottom: 60px;
}
html.msie .trouble_ttl {
  background-color: #e9d1b5;
  text-align: center;
  padding: 14px 0;
}
html.msie .trouble_list {
  margin: 60px 0 0 120px;
}
html.msie .trouble_list li {
  line-height: 1;
  font-size: 20px;
  padding-left: 40px;
  position: relative;
}
html.msie .trouble_list li + li {
  margin-top: 40px;
}
html.msie .trouble_list li::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 25px;
  background: url(../img/icon_check\.svg) no-repeat 0 0;
  background-size: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
html.msie .trouble_txt {
  text-align: center;
  margin-top: 44px;
}

@media screen and (max-width: 750px) {
  html.notIE .trouble {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw);
    background-color: #fff;
  }
  html.notIE .trouble_box {
    border: calc(2 / 750 * 100vw) solid #e9d1b5;
    position: relative;
    padding-bottom: calc(44 / 750 * 100vw);
  }
  html.notIE .trouble_ttl {
    background-color: #e9d1b5;
    text-align: center;
    padding: calc(22 / 750 * 100vw) 0;
  }
  html.notIE .trouble_ttl img {
    width: calc(454 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .trouble_list {
    margin: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
  }
  html.notIE .trouble_list li {
    line-height: 1.2666666667;
    font-size: calc(30 / 750 * 100vw);
    padding-left: calc(56 / 750 * 100vw);
    position: relative;
  }
  html.notIE .trouble_list li + li {
    margin-top: calc(56 / 750 * 100vw);
  }
  html.notIE .trouble_list li::after {
    content: "";
    position: absolute;
    width: calc(44 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    background: url(../img/icon_check\.svg) no-repeat 0 0;
    background-size: 100%;
    top: 0;
    left: 0;
  }
  html.notIE .trouble_txt {
    text-align: center;
    margin-top: calc(46 / 750 * 100vw);
  }
  html.notIE .trouble_txt img {
    width: calc(472 / 750 * 100vw);
    margin: 0 auto;
  }
}

/*-----------------------------------------------------
producrs
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .producrs {
    padding: 80px 0 0;
    background: url(../img/pc/producrs_bg.jpg) no-repeat top center;
    height: 941px;
    box-sizing: border-box;
  }
  html.notIE .producrs .cmn_product {
    display: block;
  }
  html.notIE .producrs .cmn_product .product_img, html.notIE .producrs .cmn_product .product_content {
    width: 100%;
  }
  html.notIE .producrs_title {
    text-align: center;
  }
  html.notIE .producrs_title + .producrs_wrap {
    margin-top: 30px;
  }
  html.notIE .producrs_icon {
    text-align: center;
    margin-top: 4px;
  }
  html.notIE .producrs_icon + .producrs_wrap {
    margin-top: 50px;
  }
  html.notIE .producrs_wrap {
    width: 780px;
    margin: 0 auto;
    padding-left: 370px;
    box-sizing: border-box;
  }
  html.notIE .producrs_contents_lead {
    margin-bottom: 38px;
  }
  html.notIE .producrs_contents_brand {
    font-size: 14px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
  }
  html.notIE .producrs_contents_name {
    font-size: 24px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: 5px;
  }
  html.notIE .producrs_contents_detail {
    font-size: 12px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: 5px;
  }
  html.notIE .producrs_contents_icon {
    margin-top: 10px;
  }
  html.notIE .producrs_contents_icon li {
    width: 180px;
    height: 44px;
    background-color: #fff;
    color: #412c2b;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    border: 1px solid #412c2b;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  html.notIE .producrs_contents_icon li span {
    font-size: 10px;
    display: block;
    margin-top: 4px;
  }
  html.notIE .producrs_contents_icon li + li {
    margin-left: 10px;
  }
  html.notIE .producrs_contents_price {
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: 15px;
  }
  html.notIE .producrs_contents_price .yen {
    font-size: 26px;
  }
  html.notIE .producrs_contents_price .tax {
    font-size: 22px;
  }
  html.notIE .producrs_contents_txt {
    font-size: 14px;
    margin-top: 15px;
  }
  html.notIE .producrs_contents_link {
    font-size: 16px;
    margin-top: 18px;
    line-height: 1;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .producrs_contents_link:hover {
    opacity: 0.7;
  }
  html.notIE .producrs_contents_link::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
  html.notIE .producrs_contents_link::after {
    content: "";
    width: 12px;
    height: 10px;
    display: block;
    background: url(../img/icon_link.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -18px;
  }
  html.notIE .producrs_contents_btn {
    justify-content: center;
    align-items: center;
    width: 294px;
    height: 60px;
    margin-top: 15px;
    border-radius: 3px;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }
  html.notIE .producrs_contents_btn span {
    font-size: 18px;
    color: #fff;
  }
  html.notIE .producrs_contents_note li {
    font-size: 10px;
    margin-top: 15px;
    line-height: 1;
  }
  html.notIE .producrs_contents_note li + li {
    margin-top: 5px;
  }
  html.notIE .producrs_bottom {
    background-color: #f7eee2;
    padding: 96px 0 118px;
    width: 1200px;
    margin: 0 auto;
  }
  html.notIE .producrs_bottom .cmn_product .product_img {
    width: 36%;
  }
  html.notIE .producrs_bottom .cmn_product .product_content {
    width: 64%;
  }
  html.notIE .producrs_bottom .cmn_product .product_content_name {
    line-height: 1.4;
  }
  html.notIE .producrs_bottom .producrs_wrap {
    padding-left: 0;
  }
  html.notIE .producrs_bottom .producrs_title_ref {
    margin: 48px 0 34px;
    text-align: center;
  }
}

html.msie .producrs {
  padding: 80px 0 0;
  background: url(../img/pc/producrs_bg.jpg) no-repeat top center;
  height: 941px;
  box-sizing: border-box;
}
html.msie .producrs .cmn_product {
  display: block;
}
html.msie .producrs .cmn_product .product_img, html.msie .producrs .cmn_product .product_content {
  width: 100%;
}
html.msie .producrs_title {
  text-align: center;
}
html.msie .producrs_title + .producrs_wrap {
  margin-top: 30px;
}
html.msie .producrs_icon {
  text-align: center;
  margin-top: 4px;
}
html.msie .producrs_icon + .producrs_wrap {
  margin-top: 50px;
}
html.msie .producrs_wrap {
  width: 780px;
  margin: 0 auto;
  padding-left: 370px;
  box-sizing: border-box;
}
html.msie .producrs_contents_lead {
  margin-bottom: 38px;
}
html.msie .producrs_contents_brand {
  font-size: 14px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
}
html.msie .producrs_contents_name {
  font-size: 24px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
html.msie .producrs_contents_detail {
  font-size: 12px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  margin-top: 5px;
}
html.msie .producrs_contents_icon {
  margin-top: 10px;
}
html.msie .producrs_contents_icon li {
  width: 180px;
  height: 44px;
  background-color: #fff;
  color: #412c2b;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #412c2b;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
html.msie .producrs_contents_icon li span {
  font-size: 10px;
  display: block;
  margin-top: 4px;
}
html.msie .producrs_contents_icon li + li {
  margin-left: 10px;
}
html.msie .producrs_contents_price {
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.08em;
  margin-top: 15px;
}
html.msie .producrs_contents_price .yen {
  font-size: 26px;
}
html.msie .producrs_contents_price .tax {
  font-size: 22px;
}
html.msie .producrs_contents_txt {
  font-size: 14px;
  margin-top: 15px;
}
html.msie .producrs_contents_link {
  font-size: 16px;
  margin-top: 18px;
  line-height: 1;
  display: inline-block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
html.msie .producrs_contents_link:hover {
  opacity: 0.7;
}
html.msie .producrs_contents_link::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: -2px;
  left: 0;
}
html.msie .producrs_contents_link::after {
  content: "";
  width: 12px;
  height: 10px;
  display: block;
  background: url(../img/icon_link.svg) no-repeat 0 0;
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -18px;
}
html.msie .producrs_contents_btn {
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 60px;
  margin-top: 15px;
  border-radius: 3px;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
html.msie .producrs_contents_btn span {
  font-size: 18px;
  color: #fff;
}
html.msie .producrs_contents_note li {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1;
}
html.msie .producrs_contents_note li + li {
  margin-top: 5px;
}
html.msie .producrs_bottom {
  background-color: #f7eee2;
  padding: 96px 0 118px;
  width: 1200px;
  margin: 0 auto;
}
html.msie .producrs_bottom .cmn_product .product_img {
  width: 36%;
}
html.msie .producrs_bottom .cmn_product .product_content {
  width: 64%;
}
html.msie .producrs_bottom .cmn_product .product_content_name {
  line-height: 1.4;
}
html.msie .producrs_bottom .producrs_wrap {
  padding-left: 0;
}
html.msie .producrs_bottom .producrs_title_ref {
  margin: 48px 0 34px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  html.notIE .producrs {
    padding: calc(100 / 750 * 100vw) 0;
    background: #d1c6a8 url(../img/sp/producrs_bg.jpg) no-repeat top center;
    background-size: 100%;
    box-sizing: border-box;
  }
  html.notIE .producrs_title {
    width: calc(664 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .producrs_title + .producrs_wrap {
    margin-top: calc(18 / 750 * 100vw);
  }
  html.notIE .producrs_icon {
    width: calc(288 / 750 * 100vw);
    margin: 0 auto;
    margin-top: calc(8 / 750 * 100vw);
  }
  html.notIE .producrs_icon + .producrs_wrap {
    margin-top: calc(564 / 750 * 100vw);
  }
  html.notIE .producrs_wrap {
    flex-direction: column;
  }
  html.notIE .producrs_image {
    width: calc(590 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .producrs_contents {
    text-align: center;
  }
  html.notIE .producrs_contents_lead {
    width: calc(526 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto;
  }
  html.notIE .producrs_contents_brand {
    font-size: calc(24 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .producrs_contents_name {
    font-size: calc(40 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    line-height: 1.25;
    letter-spacing: 0.08em;
    margin-top: calc(6 / 750 * 100vw);
  }
  html.notIE .producrs_contents_detail {
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: calc(6 / 750 * 100vw);
  }
  html.notIE .producrs_contents_icon {
    margin-top: calc(20 / 750 * 100vw);
    justify-content: center;
  }
  html.notIE .producrs_contents_icon li {
    width: calc(310 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    background-color: #fff;
    color: #412c2b;
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    border: calc(2 / 750 * 100vw) solid #412c2b;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  html.notIE .producrs_contents_icon li span {
    font-size: calc(20 / 750 * 100vw);
    display: block;
    margin-top: calc(8 / 750 * 100vw);
  }
  html.notIE .producrs_contents_icon li + li {
    margin-left: calc(20 / 750 * 100vw);
  }
  html.notIE .producrs_contents_price {
    font-size: calc(52 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.08em;
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .producrs_contents_price .yen {
    font-size: calc(46 / 750 * 100vw);
  }
  html.notIE .producrs_contents_price .tax {
    font-size: calc(36 / 750 * 100vw);
  }
  html.notIE .producrs_contents_txt {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .producrs_contents_link {
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
    line-height: 1;
    display: inline-block;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .producrs_contents_link:hover {
    opacity: 0.7;
  }
  html.notIE .producrs_contents_link::before {
    content: "";
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
    position: absolute;
    bottom: calc(-4 / 750 * 100vw);
    left: 0;
  }
  html.notIE .producrs_contents_link::after {
    content: "";
    width: calc(24 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    display: block;
    background: url(../img/icon_link.svg) no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(-40 / 750 * 100vw);
  }
  html.notIE .producrs_contents_btn {
    justify-content: center;
    align-items: center;
    width: calc(450 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
    border-radius: calc(6 / 750 * 100vw);
    cursor: default;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.05em;
  }
  html.notIE .producrs_contents_btn span {
    font-size: calc(32 / 750 * 100vw);
    color: #fff;
  }
  html.notIE .producrs_contents_note li {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(28 / 750 * 100vw);
    line-height: 1;
  }
  html.notIE .producrs_contents_note li + li {
    margin-top: calc(10 / 750 * 100vw);
  }
  html.notIE .producrs_bottom {
    background-color: #f7eee2;
    padding: calc(96 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
  html.notIE .producrs_bottom .cmn_product .product_img {
    margin-bottom: calc(50 / 750 * 100vw);
  }
  html.notIE .producrs_bottom .cmn_product .product_content_name {
    line-height: 1.4;
  }
  html.notIE .producrs_bottom .producrs_wrap {
    padding-left: 0;
  }
  html.notIE .producrs_bottom .producrs_title_ref {
    width: calc(670 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto calc(30 / 750 * 100vw);
    text-align: center;
  }
}

/*-----------------------------------------------------
structure
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .structure {
    padding: 100px 0 80px;
    text-align: center;
  }
  html.notIE .structure_figure {
    margin-top: 40px;
  }
}

html.msie .structure {
  padding: 100px 0 80px;
  text-align: center;
}
html.msie .structure_figure {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  html.notIE .structure {
    padding: calc(100 / 750 * 100vw) 0;
    background-color: #fff;
  }
  html.notIE .structure_title {
    width: calc(434 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .structure_figure {
    margin: calc(50 / 750 * 100vw) auto 0;
    width: calc(674 / 750 * 100vw);
  }
}

/*-----------------------------------------------------
experience
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .experience {
    padding-top: 75px;
    text-align: center;
    box-sizing: border-box;
    height: 565px;
    background: url(../img/pc/experience_bg\.jpg) no-repeat center top;
  }
  html.notIE .experience_figure {
    margin-top: 40px;
  }
  html.notIE .experience_wrap {
    width: 920px;
    margin: 0 auto;
  }
  html.notIE .experience_image {
    margin-right: 40px;
  }
  html.notIE .experience_contents {
    text-align: left;
    width: 440px;
    margin-left: 400px;
  }
  html.notIE .experience_contents ul {
    margin-top: 40px;
  }
  html.notIE .experience_contents ul li {
    padding-left: 40px;
    position: relative;
  }
  html.notIE .experience_contents ul li + li {
    margin-top: 30px;
  }
  html.notIE .experience_contents ul li + li::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 10px;
    background: url(../img/pc/icon_list_arrow\.png) no-repeat 0 0;
    background-size: 100%;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  html.notIE .experience_contents ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/pc/icon_list_num1\.png) no-repeat 0 0;
    background-size: 100%;
    top: 0;
    left: 0;
  }
  html.notIE .experience_contents ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/pc/icon_list_num2\.png) no-repeat 0 0;
    background-size: 100%;
    top: 0;
    left: 0;
  }
  html.notIE .experience_contents ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background: url(../img/pc/icon_list_num3\.png) no-repeat 0 0;
    background-size: 100%;
    top: 0;
    left: 0;
  }
  html.notIE .experience_contents_title {
    font-size: 18px;
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }
  html.notIE .experience_contents_text {
    font-size: 16px;
    margin-top: 4px;
    line-height: 1.625;
  }
  html.notIE .experience_contents_note {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1;
  }
  html.notIE .experience_contents_image {
    position: absolute;
    right: -80px;
    top: 50%;
    transform: translateY(-50%);
  }
}

html.msie .experience {
  padding-top: 75px;
  text-align: center;
  box-sizing: border-box;
  height: 565px;
  background: url(../img/pc/experience_bg\.jpg) no-repeat center top;
}
html.msie .experience_figure {
  margin-top: 40px;
}
html.msie .experience_wrap {
  width: 920px;
  margin: 0 auto;
}
html.msie .experience_image {
  margin-right: 40px;
}
html.msie .experience_contents {
  text-align: left;
  width: 440px;
  margin-left: 400px;
}
html.msie .experience_contents ul {
  margin-top: 40px;
}
html.msie .experience_contents ul li {
  padding-left: 40px;
  position: relative;
}
html.msie .experience_contents ul li + li {
  margin-top: 30px;
}
html.msie .experience_contents ul li + li::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 10px;
  background: url(../img/pc/icon_list_arrow\.png) no-repeat 0 0;
  background-size: 100%;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
html.msie .experience_contents ul li:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/pc/icon_list_num1\.png) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  left: 0;
}
html.msie .experience_contents ul li:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/pc/icon_list_num2\.png) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  left: 0;
}
html.msie .experience_contents ul li:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background: url(../img/pc/icon_list_num3\.png) no-repeat 0 0;
  background-size: 100%;
  top: 0;
  left: 0;
}
html.msie .experience_contents_title {
  font-size: 18px;
  font-weight: bold;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
}
html.msie .experience_contents_text {
  font-size: 16px;
  margin-top: 4px;
  line-height: 1.625;
}
html.msie .experience_contents_note {
  font-size: 10px;
  margin-top: 4px;
  line-height: 1;
}
html.msie .experience_contents_image {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  html.notIE .experience {
    padding: calc(98 / 750 * 100vw) 0 calc(128 / 750 * 100vw);
    background-color: #f7f7f7;
  }
  html.notIE .experience_title {
    width: calc(488 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .experience_image {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  html.notIE .experience_contents {
    margin: 0 auto;
    width: calc(670 / 750 * 100vw);
  }
  html.notIE .experience_contents ul {
    margin-top: calc(44 / 750 * 100vw);
  }
  html.notIE .experience_contents ul li {
    padding-left: calc(70 / 750 * 100vw);
    position: relative;
  }
  html.notIE .experience_contents ul li + li {
    margin-top: calc(60 / 750 * 100vw);
  }
  html.notIE .experience_contents ul li + li::after {
    content: "";
    position: absolute;
    width: calc(24 / 750 * 100vw);
    height: calc(20 / 750 * 100vw);
    background: url(../img/sp/icon_list_arrow\.png) no-repeat 0 0;
    background-size: 100%;
    top: calc(-34 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
  }
  html.notIE .experience_contents ul li:nth-child(1)::before {
    content: "";
    position: absolute;
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    background: url(../img/sp/icon_list_num1\.png) no-repeat 0 0;
    background-size: 100%;
    top: calc(6 / 750 * 100vw);
    left: 0;
  }
  html.notIE .experience_contents ul li:nth-child(2)::before {
    content: "";
    position: absolute;
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    background: url(../img/sp/icon_list_num2\.png) no-repeat 0 0;
    background-size: 100%;
    top: calc(6 / 750 * 100vw);
    left: 0;
  }
  html.notIE .experience_contents ul li:nth-child(3)::before {
    content: "";
    position: absolute;
    width: calc(38 / 750 * 100vw);
    height: calc(38 / 750 * 100vw);
    background: url(../img/pc/icon_list_num3\.png) no-repeat 0 0;
    background-size: 100%;
    top: calc(6 / 750 * 100vw);
    left: 0;
  }
  html.notIE .experience_contents_title {
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
    font-feature-settings: "palt" 1;
    letter-spacing: 0.1em;
  }
  html.notIE .experience_contents_text {
    font-size: calc(24 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
    line-height: 1.5;
  }
  html.notIE .experience_contents_note {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(14 / 750 * 100vw);
    line-height: 1;
  }
  html.notIE .experience_contents_image {
    width: calc(180 / 750 * 100vw);
    position: absolute;
    right: calc(46 / 750 * 100vw);
    top: 50%;
    transform: translateY(-50%);
  }
}

/*-----------------------------------------------------
use
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .use_wrap {
    width: 960px;
    margin: 0 auto;
    padding: 80px 0;
    border-bottom: 1px solid #eee;
  }
  html.notIE .use_title {
    text-align: center;
  }
  html.notIE .use_flex {
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 120px;
    margin-top: 30px;
  }
  html.notIE .use_txt {
    padding-right: 30px;
  }
  html.notIE .use_txt li {
    font-size: 16px;
    line-height: 1.4375;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  html.notIE .use_txt li + li {
    margin-top: 10px;
  }
  html.notIE .use_movie_thumbnail {
    cursor: pointer;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .use_movie_thumbnail:hover {
    opacity: 0.7;
  }
  html.notIE .use_acc {
    border: 1px solid #ccc;
    margin: 30px 36px 0 0;
  }
  html.notIE .use_acc_ttl a {
    display: block;
    outline: 0 none;
    text-align: left;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 16px 20px;
    position: relative;
    transition: all 0.2s ease 0s;
  }
  html.notIE .use_acc_ttl a:hover {
    opacity: 0.7;
  }
  html.notIE .use_acc_ttl a::before, html.notIE .use_acc_ttl a::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #000;
    position: absolute;
    right: 14px;
    top: 50%;
  }
  html.notIE .use_acc_ttl a::before {
    transform: translateY(-50%);
  }
  html.notIE .use_acc_ttl a::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.2s ease 0s;
  }
  html.notIE .use_acc_content {
    position: relative;
    padding: 10px 20px 26px;
    border-top: 1px solid #ccc;
  }
  html.notIE .use_acc_img {
    position: absolute;
    top: 14px;
    right: 25px;
  }
  html.notIE .use_acc_step {
    padding-right: 180px;
  }
  html.notIE .use_acc_step li {
    font-size: 14px;
    line-height: 1.5714285714;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  html.notIE .use_acc_step li + li {
    margin-top: 24px;
  }
  html.notIE .use_acc_txt {
    margin-top: 30px;
  }
  html.notIE .use_acc_txt li {
    font-size: 12px;
    line-height: 1.3333333333;
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .use_acc_txt li + li {
    margin-top: 5px;
  }
  html.notIE .use_acc.m-opened .mod-acc_a--ttl a::after {
    transform: translateY(-50%) rotate(0);
  }
}

html.msie .use_wrap {
  width: 960px;
  margin: 0 auto;
  padding: 80px 0;
  border-bottom: 1px solid #eee;
}
html.msie .use_title {
  text-align: center;
}
html.msie .use_flex {
  justify-content: space-between;
  align-items: flex-start;
  padding-right: 120px;
  margin-top: 30px;
}
html.msie .use_txt {
  padding-right: 30px;
}
html.msie .use_txt li {
  font-size: 16px;
  line-height: 1.4375;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
html.msie .use_txt li + li {
  margin-top: 10px;
}
html.msie .use_movie_thumbnail {
  cursor: pointer;
  transition: opacity 0.2s ease 0s;
}
html.msie .use_movie_thumbnail:hover {
  opacity: 0.7;
}
html.msie .use_acc {
  border: 1px solid #ccc;
  margin: 30px 36px 0 0;
}
html.msie .use_acc_ttl a {
  display: block;
  outline: 0 none;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 16px 20px;
  position: relative;
  transition: all 0.2s ease 0s;
}
html.msie .use_acc_ttl a:hover {
  opacity: 0.7;
}
html.msie .use_acc_ttl a::before, html.msie .use_acc_ttl a::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 14px;
  top: 50%;
}
html.msie .use_acc_ttl a::before {
  transform: translateY(-50%);
}
html.msie .use_acc_ttl a::after {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.2s ease 0s;
}
html.msie .use_acc_content {
  position: relative;
  padding: 10px 20px 26px;
  border-top: 1px solid #ccc;
}
html.msie .use_acc_img {
  position: absolute;
  top: 14px;
  right: 25px;
}
html.msie .use_acc_step {
  padding-right: 180px;
}
html.msie .use_acc_step li {
  font-size: 14px;
  line-height: 1.5714285714;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
html.msie .use_acc_step li + li {
  margin-top: 24px;
}
html.msie .use_acc_txt {
  margin-top: 30px;
}
html.msie .use_acc_txt li {
  font-size: 12px;
  line-height: 1.3333333333;
  padding-left: 1em;
  text-indent: -1em;
}
html.msie .use_acc_txt li + li {
  margin-top: 5px;
}
html.msie .use_acc.m-opened .mod-acc_a--ttl a::after {
  transform: translateY(-50%) rotate(0);
}

@media screen and (max-width: 750px) {
  html.notIE .use {
    background-color: #fff;
  }
  html.notIE .use_wrap {
    width: calc(650 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(100 / 750 * 100vw) 0;
    border-bottom: calc(2 / 750 * 100vw) solid #eee;
  }
  html.notIE .use_title {
    width: calc(208 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .use_flex {
    flex-direction: column;
    margin-top: calc(34 / 750 * 100vw);
  }
  html.notIE .use_txt li {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3076923077;
    padding-left: 1.2em;
    text-indent: -1.2em;
  }
  html.notIE .use_txt li + li {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .use_movie_thumbnail {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .use_acc {
    border: calc(2 / 750 * 100vw) solid #ccc;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .use_acc_ttl a {
    display: block;
    outline: 0 none;
    text-align: left;
    text-decoration: none;
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    padding: calc(26 / 750 * 100vw);
    position: relative;
  }
  html.notIE .use_acc_ttl a::before, html.notIE .use_acc_ttl a::after {
    content: "";
    display: block;
    width: calc(20 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    background: #000;
    position: absolute;
    right: calc(18 / 750 * 100vw);
    top: 50%;
  }
  html.notIE .use_acc_ttl a::before {
    transform: translateY(-50%);
  }
  html.notIE .use_acc_ttl a::after {
    transform: translateY(-50%) rotate(90deg);
    transition: all 0.2s ease 0s;
  }
  html.notIE .use_acc_content {
    position: relative;
    padding: calc(16 / 750 * 100vw) calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-top: calc(2 / 750 * 100vw) solid #ccc;
  }
  html.notIE .use_acc_img {
    width: calc(350 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto 0;
  }
  html.notIE .use_acc_step li {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.3076923077;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
  html.notIE .use_acc_step li + li {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .use_acc_txt {
    margin-top: calc(22 / 750 * 100vw);
  }
  html.notIE .use_acc_txt li {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.3333333333;
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .use_acc_txt li + li {
    margin-top: calc(24 / 750 * 100vw);
  }
  html.notIE .use_acc.m-opened .mod-acc_a--ttl a::after {
    transform: translateY(-50%) rotate(0);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .sec_review {
    margin: 0;
    padding: 60px 0;
  }
  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 {
    margin: 0 auto;
  }
  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;
    display: flex;
    align-items: center;
  }
  html.notIE .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt {
    margin: 0;
    padding: 0 0 80px 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_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: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 740px;
  }
  html.notIE .sec_review .btn_cosme_list li:nth-child(n+3) {
    margin-top: 30px;
  }
  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: 85px;
    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: 1.4375;
    text-align: center;
  }
  html.notIE .sec_review .swiper_outer {
    position: relative;
    width: 920px;
    margin: 0 auto;
  }
  html.notIE .sec_review .swiper-review-container {
    width: 850px;
    margin: 0 auto;
    overflow: hidden;
  }
  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: 20px solid transparent;
    border-bottom: 20px solid transparent;
    width: auto;
    height: auto;
    font-size: 0;
    margin: 0;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.15s ease-out;
    cursor: pointer;
  }
  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: 0;
    border-left: 18px solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-button-prev {
    left: 0;
    border-right: 18px solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-pagination {
    display: none;
  }
}

html.msie .sec_review {
  margin: 0;
  padding: 60px 0;
}
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 {
  margin: 0 auto;
}
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;
  display: flex;
  align-items: center;
}
html.msie .sec_review .atcosme .atcosme_list li .atcosme_list_detail_txt {
  margin: 0;
  padding: 0 0 80px 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_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: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 740px;
}
html.msie .sec_review .btn_cosme_list li:nth-child(n+3) {
  margin-top: 30px;
}
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: 85px;
  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: 1.4375;
  text-align: center;
}
html.msie .sec_review .swiper_outer {
  position: relative;
  width: 920px;
  margin: 0 auto;
}
html.msie .sec_review .swiper-review-container {
  width: 850px;
  margin: 0 auto;
  overflow: hidden;
}
html.msie .sec_review .swiper-review-button-next,
html.msie .sec_review .swiper-review-button-prev {
  position: absolute;
  top: 50%;
  background-image: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  width: auto;
  height: auto;
  font-size: 0;
  margin: 0;
  transform: translateY(-50%);
  z-index: 10;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
html.msie .sec_review .swiper-review-button-next.swiper-button-disabled,
html.msie .sec_review .swiper-review-button-prev.swiper-button-disabled {
  opacity: 0;
}
html.msie .sec_review .swiper-review-button-next {
  right: 0;
  border-left: 18px solid #2eb6aa;
}
html.msie .sec_review .swiper-review-button-prev {
  left: 0;
  border-right: 18px solid #2eb6aa;
}
html.msie .sec_review .swiper-review-pagination {
  display: none;
}

@media screen and (max-width: 750px) {
  html.notIE .sec_review {
    padding: calc(100 / 750 * 100vw) 0;
    background-color: #fff;
  }
  html.notIE .sec_review .cosme_ttl {
    width: calc(330 / 750 * 100vw);
    margin: 0 auto calc(20 / 750 * 100vw);
  }
  html.notIE .sec_review .cosme_note {
    font-size: calc(20 / 750 * 100vw);
    color: #666;
    text-align: center;
    margin-bottom: calc(50 / 750 * 100vw);
    font-feature-settings: "palt" 1;
  }
  html.notIE .sec_review .swiper_outer {
    position: relative;
  }
  html.notIE .sec_review .swiper-review-container {
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list {
    background-color: #fff;
  }
  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 / 750 * 100vw) solid #2eb6aa;
    box-sizing: border-box;
    background-color: #fff;
    width: calc(560 / 750 * 100vw);
    margin: 0 auto;
    padding: calc(30 / 750 * 100vw) calc(45 / 750 * 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 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    line-height: 1.5333333333;
    text-align: center;
    color: #2eb6aa;
    font-weight: bold;
    min-height: calc(100 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail .atcosme_list_detail_txt {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    margin-bottom: calc(25 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .sec_review .swiper-review-container .atcosme_list li .atcosme_list_detail .atcosme_list_detail_txt2 {
    font-size: calc(22 / 750 * 100vw);
    text-align: right;
    margin-top: auto;
  }
  html.notIE .sec_review .btn_cosme_list {
    margin: 0 auto;
  }
  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: 1.2727272727;
    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: 1.5625vw;
    border-left: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-button-prev {
    left: 1.5625vw;
    border-right: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_review .swiper-review-pagination {
    position: relative;
    bottom: auto;
    font-size: 0;
    margin-top: 3.125vw;
  }
  html.notIE .sec_review .swiper-pagination-bullet {
    display: inline-block;
    box-sizing: border-box;
    width: 7.8125vw;
    height: 0.9375vw;
    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;
  }
}
