@media screen and (min-width: 751px) {
  html.notIE main img {
    vertical-align: bottom;
  }
  html.notIE main .inner {
    width: 920px;
    margin: 0 auto;
    padding: 0;
  }
}

html.msie main img {
  vertical-align: bottom;
}
html.msie main .inner {
  width: 920px;
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 750px) {
  html.notIE main .inner {
    padding: 0;
  }
  html.notIE main img {
    display: inline-block;
    width: 100%;
    vertical-align: top;
  }
}

/*-----------------------------------------------------
mv
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .mv {
    background: url(../img/pc/mv_bg.jpg) no-repeat top center;
    height: 555px;
  }
  html.notIE .mv_ttl {
    padding: 140px 0 0 513px;
  }
}

html.msie .mv {
  background: url(../img/pc/mv_bg.jpg) no-repeat top center;
  height: 555px;
}
html.msie .mv_ttl {
  padding: 140px 0 0 513px;
}

@media screen and (max-width: 750px) {
  html.notIE .mv {
    background: url(../img/sp/mv_bg.jpg) no-repeat top center;
    background-size: 100%;
    height: calc(650 / 750 * 100vw);
    padding: calc(120 / 750 * 100vw) 0 0 calc(45 / 750 * 100vw);
  }
  html.notIE .mv_ttl {
    width: calc(657 / 750 * 100vw);
  }
}

/*-----------------------------------------------------
movie
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .movie {
    position: relative;
    margin-top: 90px;
  }
  html.notIE .movie::before {
    content: "";
    position: absolute;
    width: 1200px;
    height: 100%;
    background-color: #f7f7f7;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  html.notIE .movie .inner {
    padding: 60px 0;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  html.notIE .movie_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 147px 0 106px;
  }
  html.notIE .movie_content.large {
    margin-top: 30px;
    padding-right: 110px;
  }
  html.notIE .movie_list {
    margin-top: 40px;
  }
  html.notIE .movie_txt {
    font-size: 18px;
    line-height: 1.2222222222;
  }
  html.notIE .movie_thumbnail {
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .movie_thumbnail {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .movie_thumbnail:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .movie_thumbnail::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 51px;
    height: 51px;
    background: url(../img/icon_playbtn.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

html.msie .movie {
  position: relative;
  margin-top: 90px;
}
html.msie .movie::before {
  content: "";
  position: absolute;
  width: 1200px;
  height: 100%;
  background-color: #f7f7f7;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
html.msie .movie .inner {
  padding: 60px 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
html.msie .movie_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 147px 0 106px;
}
html.msie .movie_content.large {
  margin-top: 30px;
  padding-right: 110px;
}
html.msie .movie_list {
  margin-top: 40px;
}
html.msie .movie_txt {
  font-size: 18px;
  line-height: 1.2222222222;
}
html.msie .movie_thumbnail {
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .movie_thumbnail {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .movie_thumbnail:hover {
    opacity: 0.7;
  }
}
html.msie .movie_thumbnail::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 51px;
  height: 51px;
  background: url(../img/icon_playbtn.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (max-width: 750px) {
  html.notIE .movie {
    margin-top: calc(50 / 750 * 100vw);
    background-color: #f7f8f8;
  }
  html.notIE .movie .inner {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
  html.notIE .movie_ttl {
    width: calc(116 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .movie_content {
    display: flex;
    align-items: center;
    width: calc(620 / 750 * 100vw);
    margin: 0 auto;
    text-align: center;
  }
  html.notIE .movie_content.large {
    margin-top: calc(36 / 750 * 100vw);
    flex-direction: column;
  }
  html.notIE .movie_content.large .movie_txt {
    order: 2;
    text-align: center;
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .movie_content.large .movie_thumbnail {
    order: 1;
    width: 100%;
  }
  html.notIE .movie_content.large .movie_thumbnail::after {
    width: calc(90 / 750 * 100vw);
    height: calc(90 / 750 * 100vw);
  }
  html.notIE .movie_list {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .movie_list li {
    display: flex;
    justify-content: space-between;
  }
  html.notIE .movie_txt {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.1538461538;
    text-align: left;
  }
  html.notIE .movie_thumbnail {
    position: relative;
    width: calc(350 / 750 * 100vw);
    flex: none;
  }
  html.notIE .movie_thumbnail::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(106 / 750 * 100vw);
    height: calc(106 / 750 * 100vw);
    background: url(../img/icon_playbtn.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateX(-50%) translateY(-50%);
  }
}

/*-----------------------------------------------------
about
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .about .inner {
    padding-top: 90px;
    text-align: center;
  }
  html.notIE .about_intro_txt {
    font-size: 18px;
    line-height: 1.8333333333;
    margin-top: 40px;
  }
  html.notIE .about_ingredients {
    margin-top: 85px;
  }
  html.notIE .about_ingredients_img {
    margin-top: 40px;
  }
  html.notIE .about_ingredients_txt {
    font-size: 18px;
    line-height: 1.8333333333;
    margin-top: 20px;
  }
  html.notIE .about_ingredients_txt .note {
    font-size: 11px;
    padding-left: 10px;
  }
  html.notIE .about_tsuyadama {
    margin-top: 85px;
  }
  html.notIE .about_tsuyadama_wrap {
    padding: 20px 0 0 500px;
    position: relative;
    text-align: left;
  }
  html.notIE .about_tsuyadama_img {
    position: absolute;
    top: 0;
    left: 80px;
  }
  html.notIE .about_tsuyadama_txt {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 24px;
  }
  html.notIE .about_tsuyadama_detail {
    margin-top: 28px;
  }
  html.notIE .about_secret {
    padding: 70px 0;
  }
  html.notIE .about_secret_ttl {
    margin-top: 8px;
  }
  html.notIE .about_secret_figure {
    display: flex;
    justify-content: space-between;
    margin-top: 42px;
  }
  html.notIE .about_secret_figure li {
    width: 370px;
  }
  html.notIE .about_secret_figure li + li {
    position: relative;
  }
  html.notIE .about_secret_figure li + li::before {
    content: "";
    position: absolute;
    top: 220px;
    left: -114px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 56px 0 56px 47px;
    border-color: transparent transparent transparent #dcdddd;
  }
  html.notIE .about_secret_figure_txt {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 18px;
    text-align: center;
  }
}

html.msie .about .inner {
  padding-top: 90px;
  text-align: center;
}
html.msie .about_intro_txt {
  font-size: 18px;
  line-height: 1.8333333333;
  margin-top: 40px;
}
html.msie .about_ingredients {
  margin-top: 85px;
}
html.msie .about_ingredients_img {
  margin-top: 40px;
}
html.msie .about_ingredients_txt {
  font-size: 18px;
  line-height: 1.8333333333;
  margin-top: 20px;
}
html.msie .about_ingredients_txt .note {
  font-size: 11px;
  padding-left: 10px;
}
html.msie .about_tsuyadama {
  margin-top: 85px;
}
html.msie .about_tsuyadama_wrap {
  padding: 20px 0 0 500px;
  position: relative;
  text-align: left;
}
html.msie .about_tsuyadama_img {
  position: absolute;
  top: 0;
  left: 80px;
}
html.msie .about_tsuyadama_txt {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 24px;
}
html.msie .about_tsuyadama_detail {
  margin-top: 28px;
}
html.msie .about_secret {
  padding: 70px 0;
}
html.msie .about_secret_ttl {
  margin-top: 8px;
}
html.msie .about_secret_figure {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
html.msie .about_secret_figure li {
  width: 370px;
}
html.msie .about_secret_figure li + li {
  position: relative;
}
html.msie .about_secret_figure li + li::before {
  content: "";
  position: absolute;
  top: 220px;
  left: -114px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 56px 47px;
  border-color: transparent transparent transparent #dcdddd;
}
html.msie .about_secret_figure_txt {
  font-size: 18px;
  line-height: 1.3333333333;
  margin-top: 18px;
  text-align: center;
}

@media screen and (max-width: 750px) {
  html.notIE .about .inner {
    padding-top: calc(96 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .about_intro_ttl {
    width: calc(460 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .about_intro_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .about_ingredients {
    margin-top: calc(96 / 750 * 100vw);
  }
  html.notIE .about_ingredients_ttl {
    width: calc(632 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .about_ingredients_img {
    width: calc(664 / 750 * 100vw);
    margin: calc(70 / 750 * 100vw) auto 0;
  }
  html.notIE .about_ingredients_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    margin: calc(30 / 750 * 100vw) calc(42 / 750 * 100vw) 0;
    text-align: left;
  }
  html.notIE .about_ingredients_txt .note {
    display: block;
    font-size: calc(20 / 750 * 100vw);
    padding-top: calc(20 / 750 * 100vw);
  }
  html.notIE .about_tsuyadama {
    margin-top: calc(90 / 750 * 100vw);
  }
  html.notIE .about_tsuyadama_ttl {
    width: calc(428 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .about_tsuyadama_img {
    margin: calc(60 / 750 * 100vw) auto 0;
    width: calc(610 / 750 * 100vw);
  }
  html.notIE .about_tsuyadama_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    margin: calc(36 / 750 * 100vw) calc(42 / 750 * 100vw) 0;
    text-align: left;
  }
  html.notIE .about_tsuyadama_detail {
    margin: calc(16 / 750 * 100vw) auto 0;
    width: calc(620 / 750 * 100vw);
  }
  html.notIE .about_secret {
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .about_secret_ttl {
    margin: 0 auto;
    width: calc(562 / 750 * 100vw);
  }
  html.notIE .about_secret_figure {
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .about_secret_figure li + li {
    margin-top: calc(186 / 750 * 100vw);
    position: relative;
  }
  html.notIE .about_secret_figure li + li::before {
    content: "";
    position: absolute;
    top: calc(-126 / 750 * 100vw);
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(56 / 750 * 100vw) calc(66 / 750 * 100vw) 0 calc(66 / 750 * 100vw);
    border-color: #dcdddd transparent transparent transparent;
    transform: translateX(-50%);
  }
  html.notIE .about_secret_figure_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.7857142857;
    margin: calc(30 / 750 * 100vw) calc(42 / 750 * 100vw) 0;
    text-align: left;
  }
}

/*-----------------------------------------------------
use
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .use .inner {
    padding: 100px 0;
    text-align: center;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd;
  }
  html.notIE .use_timeline {
    margin-top: 60px;
  }
  html.notIE .use_img {
    padding-left: 140px;
  }
  html.notIE .use_note {
    margin: 10px auto 0;
    font-size: 14px;
    text-align: right;
    width: 730px;
  }
}

html.msie .use .inner {
  padding: 100px 0;
  text-align: center;
  border-top: 1px solid #dcdddd;
  border-bottom: 1px solid #dcdddd;
}
html.msie .use_timeline {
  margin-top: 60px;
}
html.msie .use_img {
  padding-left: 140px;
}
html.msie .use_note {
  margin: 10px auto 0;
  font-size: 14px;
  text-align: right;
  width: 730px;
}

@media screen and (max-width: 750px) {
  html.notIE .use .inner {
    padding: calc(94 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
  html.notIE .use_timeline {
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .use_img {
    width: calc(537 / 750 * 100vw);
    margin-left: auto;
    margin-right: calc(40 / 750 * 100vw);
  }
  html.notIE .use_note {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.1666666667;
    text-align: left;
  }
}

/*-----------------------------------------------------
cosme
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .cosme .inner {
    padding-top: 80px;
    text-align: center;
  }
  html.notIE .cosme_ttl + .cosme_link_list {
    margin-top: 30px;
  }
  html.notIE .cosme_link_list {
    margin-top: 40px;
  }
  html.notIE .cosme_link_list li + li .cosme_link_btn {
    margin-top: 17px;
  }
  html.notIE .cosme_link_list li + li .cosme_link_btn.large {
    margin-top: 50px;
  }
  html.notIE .cosme_link_btn {
    width: 560px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.1111111111;
    border: 2px solid #2eb6aa;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .cosme_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cosme_link_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cosme_link_btn em {
    font-size: 26px;
    font-weight: bold;
    color: #2eb6aa;
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cosme_link_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #4d4a49;
    border-bottom: 2px solid #4d4a49;
    transform: translateY(-50%) rotate(-45deg);
  }
}

html.msie .cosme .inner {
  padding-top: 80px;
  text-align: center;
}
html.msie .cosme_ttl + .cosme_link_list {
  margin-top: 30px;
}
html.msie .cosme_link_list {
  margin-top: 40px;
}
html.msie .cosme_link_list li + li .cosme_link_btn {
  margin-top: 17px;
}
html.msie .cosme_link_list li + li .cosme_link_btn.large {
  margin-top: 50px;
}
html.msie .cosme_link_btn {
  width: 560px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.1111111111;
  border: 2px solid #2eb6aa;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .cosme_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .cosme_link_btn:hover {
    opacity: 0.7;
  }
}
html.msie .cosme_link_btn em {
  font-size: 26px;
  font-weight: bold;
  color: #2eb6aa;
  display: block;
  margin-bottom: 8px;
}
html.msie .cosme_link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #4d4a49;
  border-bottom: 2px solid #4d4a49;
  transform: translateY(-50%) rotate(-45deg);
}

@media screen and (max-width: 750px) {
  html.notIE .cosme {
    background-color: #fffde4;
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .cosme .inner {
    padding: calc(64 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
    text-align: center;
  }
  html.notIE .cosme_ttl {
    width: calc(386 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .cosme_ttl + .cosme_link_list {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .cosme_link_list {
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .cosme_link_list li.sp_2clm {
    display: inline-block;
  }
  html.notIE .cosme_link_list li.sp_2clm .cosme_link_btn {
    width: calc(320 / 750 * 100vw);
    margin-top: 0;
  }
  html.notIE .cosme_link_list li + li .cosme_link_btn {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .cosme_link_list li + li .cosme_link_btn.large {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .cosme_link_btn {
    width: calc(650 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.1111111111;
    font-size: calc(26 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #2eb6aa;
    border-radius: calc(6 / 750 * 100vw);
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
  html.notIE .cosme_link_btn.large {
    height: calc(170 / 750 * 100vw);
  }
  html.notIE .cosme_link_btn em {
    font-size: calc(32 / 750 * 100vw);
    font-weight: bold;
    color: #2eb6aa;
    display: block;
    margin-bottom: calc(16 / 750 * 100vw);
  }
  html.notIE .cosme_link_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(20 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-right: calc(4 / 750 * 100vw) solid #4d4a49;
    border-bottom: calc(4 / 750 * 100vw) solid #4d4a49;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .cosme .slick-track {
    display: flex;
  }
  html.notIE .cosme .slick-slide {
    height: auto !important;
  }
  html.notIE .cosme .slide-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw) calc(18 / 750 * 100vw) 0;
    border-color: transparent #dcdddd transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cosme .slide-arrow.slick-next {
    transform: rotate(-180deg) translateY(-50%);
    right: calc(-20 / 750 * 100vw);
    transform-origin: top;
  }
  html.notIE .cosme .slide-arrow.slick-prev {
    left: calc(-20 / 750 * 100vw);
  }
  html.notIE .cosme .slide-arrow.slick-disabled {
    opacity: 0;
  }
  html.notIE .cosme .slick-dots {
    position: absolute;
    bottom: calc(-30 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  html.notIE .cosme .slick-dots > li {
    border: calc(2 / 750 * 100vw) solid #4b4948;
    width: calc(54 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
    text-indent: -9999px;
    overflow: hidden;
  }
  html.notIE .cosme .slick-dots > li.slick-active {
    background-color: #4b4948;
  }
  html.notIE .cosme .slick-dots > li + li {
    margin-left: calc(10 / 750 * 100vw);
  }
}

/*-----------------------------------------------------
lips
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .lips .inner {
    padding-top: 58px;
    text-align: center;
  }
  html.notIE .lips_ttl + .lips_link_list {
    margin-top: 30px;
  }
  html.notIE .lips_list {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    position: relative;
    width: 664px;
  }
  html.notIE .lips_list_img {
    width: 296px;
    flex: none;
    margin-right: 24px;
  }
  html.notIE .lips_list_img img {
    width: 100%;
  }
  html.notIE .lips_list_img_icon {
    border: 1px solid #000;
    background-color: #fff;
    line-height: 1;
    padding: 2px 4px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50px;
  }
  html.notIE .lips_list_content {
    background-color: #fff;
    padding: 30px 50px 40px;
    display: flex;
    border: 1px solid #4c4948;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    position: relative;
  }
  html.notIE .lips_list_txt {
    font-size: 19px;
    line-height: 1.3157894737;
  }
  html.notIE .lips_list_user {
    font-size: 13px;
    margin-top: 2px;
  }
  html.notIE .lips_list_note {
    position: absolute;
    font-size: 12px;
    bottom: 16px;
    left: 368px;
  }
  html.notIE .lips_link_list {
    margin-top: 60px;
  }
  html.notIE .lips_link_list li + li {
    margin-top: 16px;
  }
  html.notIE .lips_link_list li + li .lips_link_btn.large {
    margin-top: 40px;
  }
  html.notIE .lips_link_btn {
    width: 560px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.1111111111;
    border: 2px solid #ef8491;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .lips_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .lips_link_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips_link_btn em {
    font-size: 26px;
    font-weight: bold;
    color: #ef8491;
    display: block;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips_link_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #4d4a49;
    border-bottom: 2px solid #4d4a49;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips .slick-track {
    height: 100%;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips .slick-list {
    margin-left: -10px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips .slick-slide {
    margin: 0 10px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips .slide-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 22px 21px 0;
    border-color: transparent #dcdddd transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .lips .slide-arrow.slick-next {
    transform: rotate(-180deg) translateY(-50%);
    right: -52px;
    transform-origin: top;
  }
  html.notIE .lips .slide-arrow.slick-prev {
    left: -52px;
  }
  html.notIE .lips .slide-arrow.slick-disabled {
    opacity: 0;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .lips .slick-dots {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  html.notIE .lips .slick-dots > li {
    border: 2px solid #4b4948;
    width: 40px;
    height: 6px;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 4px;
  }
  html.notIE .lips .slick-dots > li.slick-active {
    background-color: #4b4948;
  }
}

html.msie .lips .inner {
  padding-top: 58px;
  text-align: center;
}
html.msie .lips_ttl + .lips_link_list {
  margin-top: 30px;
}
html.msie .lips_list {
  display: flex;
  justify-content: center;
  margin: 20px auto;
  position: relative;
  width: 664px;
}
html.msie .lips_list_img {
  width: 296px;
  flex: none;
  margin-right: 24px;
}
html.msie .lips_list_img img {
  width: 100%;
}
html.msie .lips_list_img_icon {
  border: 1px solid #000;
  background-color: #fff;
  line-height: 1;
  padding: 2px 4px;
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50px;
}
html.msie .lips_list_content {
  background-color: #fff;
  padding: 30px 50px 40px;
  display: flex;
  border: 1px solid #4c4948;
  align-items: center;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}
html.msie .lips_list_txt {
  font-size: 19px;
  line-height: 1.3157894737;
}
html.msie .lips_list_user {
  font-size: 13px;
  margin-top: 2px;
}
html.msie .lips_list_note {
  position: absolute;
  font-size: 12px;
  bottom: 16px;
  left: 368px;
}
html.msie .lips_link_list {
  margin-top: 60px;
}
html.msie .lips_link_list li + li {
  margin-top: 16px;
}
html.msie .lips_link_list li + li .lips_link_btn.large {
  margin-top: 40px;
}
html.msie .lips_link_btn {
  width: 560px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  line-height: 1.1111111111;
  border: 2px solid #ef8491;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .lips_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .lips_link_btn:hover {
    opacity: 0.7;
  }
}
html.msie .lips_link_btn em {
  font-size: 26px;
  font-weight: bold;
  color: #ef8491;
  display: block;
  margin-bottom: 8px;
}
html.msie .lips_link_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #4d4a49;
  border-bottom: 2px solid #4d4a49;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .lips .slick-track {
  height: 100%;
}
html.msie .lips .slick-list {
  margin-left: -10px;
}
html.msie .lips .slick-slide {
  margin: 0 10px;
}
html.msie .lips .slide-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 22px 21px 0;
  border-color: transparent #dcdddd transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}
html.msie .lips .slide-arrow.slick-next {
  transform: rotate(-180deg) translateY(-50%);
  right: -52px;
  transform-origin: top;
}
html.msie .lips .slide-arrow.slick-prev {
  left: -52px;
}
html.msie .lips .slide-arrow.slick-disabled {
  opacity: 0;
}
html.msie .lips .slick-dots {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
html.msie .lips .slick-dots > li {
  border: 2px solid #4b4948;
  width: 40px;
  height: 6px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0 4px;
}
html.msie .lips .slick-dots > li.slick-active {
  background-color: #4b4948;
}

@media screen and (max-width: 750px) {
  html.notIE .lips {
    background-color: #fffde4;
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
  }
  html.notIE .lips .inner {
    border-top: calc(2 / 750 * 100vw) solid #ababab;
    padding-top: calc(60 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .lips_ttl {
    width: calc(230 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .lips_ttl + .lips_link_list {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .lips_list {
    display: flex;
    justify-content: center;
    margin-top: calc(50 / 750 * 100vw);
    position: relative;
  }
  html.notIE .lips_list_img {
    text-align: right;
  }
  html.notIE .lips_list_img_icon {
    border: calc(2 / 750 * 100vw) solid #000;
    background-color: #fff;
    line-height: 1;
    padding: calc(2 / 750 * 100vw) calc(4 / 750 * 100vw);
    display: inline-block;
    position: relative;
    right: 0;
    margin-top: 8px;
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .lips_list_content {
    background-color: #fff;
    padding: calc(60 / 750 * 100vw) calc(100 / 750 * 100vw);
    display: flex;
    flex-direction: column;
    border: calc(2 / 750 * 100vw) solid #4c4948;
    box-sizing: border-box;
    margin: 0 calc(10 / 750 * 100vw);
    text-align: left;
    position: relative;
  }
  html.notIE .lips_list_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.25;
    margin: calc(8 / 750 * 100vw) 0 0;
    text-align: left;
  }
  html.notIE .lips_list_user {
    font-size: calc(22 / 750 * 100vw);
    margin-top: calc(18 / 750 * 100vw);
  }
  html.notIE .lips_list_note {
    position: absolute;
    font-size: calc(20 / 750 * 100vw);
    bottom: calc(20 / 750 * 100vw);
    left: calc(100 / 750 * 100vw);
  }
  html.notIE .lips_link_list {
    margin-top: calc(70 / 750 * 100vw);
  }
  html.notIE .lips_link_list li.sp_2clm {
    display: inline-block;
  }
  html.notIE .lips_link_list li.sp_2clm .lips_link_btn {
    width: calc(320 / 750 * 100vw);
  }
  html.notIE .lips_link_list li + li .lips_link_btn {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .lips_link_list li + li .lips_link_btn.large {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .lips_link_btn {
    width: calc(650 / 750 * 100vw);
    height: calc(110 / 750 * 100vw);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1.1111111111;
    font-size: calc(26 / 750 * 100vw);
    border: calc(4 / 750 * 100vw) solid #e28992;
    border-radius: calc(6 / 750 * 100vw);
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
  }
  html.notIE .lips_link_btn.large {
    height: calc(170 / 750 * 100vw);
  }
  html.notIE .lips_link_btn em {
    font-size: calc(32 / 750 * 100vw);
    font-weight: bold;
    color: #e28992;
    display: block;
    margin-bottom: calc(16 / 750 * 100vw);
  }
  html.notIE .lips_link_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(20 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-right: calc(4 / 750 * 100vw) solid #4d4a49;
    border-bottom: calc(4 / 750 * 100vw) solid #4d4a49;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .lips .slick-track {
    height: 100%;
  }
  html.notIE .lips .slide-arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(18 / 750 * 100vw) calc(20 / 750 * 100vw) calc(18 / 750 * 100vw) 0;
    border-color: transparent #dcdddd transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .lips .slide-arrow.slick-next {
    transform: rotate(-180deg) translateY(-50%);
    right: calc(-20 / 750 * 100vw);
    transform-origin: top;
  }
  html.notIE .lips .slide-arrow.slick-prev {
    left: calc(-20 / 750 * 100vw);
    z-index: 10;
  }
  html.notIE .lips .slide-arrow.slick-disabled {
    opacity: 0;
  }
  html.notIE .lips .slick-dots {
    position: absolute;
    bottom: calc(-30 / 750 * 100vw);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
  }
  html.notIE .lips .slick-dots > li {
    border: calc(2 / 750 * 100vw) solid #4b4948;
    width: calc(54 / 750 * 100vw);
    height: calc(8 / 750 * 100vw);
    text-indent: -9999px;
    overflow: hidden;
  }
  html.notIE .lips .slick-dots > li.slick-active {
    background-color: #4b4948;
  }
  html.notIE .lips .slick-dots > li + li {
    margin-left: calc(10 / 750 * 100vw);
  }
}

/*-----------------------------------------------------
sns
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .sns .inner {
    padding-top: 70px;
    text-align: center;
  }
  html.notIE .sns_catch {
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
    margin-top: 50px;
  }
  html.notIE .sns_wrap {
    margin: 26px auto 0;
    display: flex;
    width: 730px;
    padding: 0 12px;
    justify-content: space-between;
    text-align: left;
  }
  html.notIE .sns_img {
    flex: none;
    margin-right: 20px;
  }
  html.notIE .sns_source {
    font-size: 11px;
    line-height: 1;
    text-align: right;
    margin-top: 10px;
  }
  html.notIE .sns_user {
    padding-left: 50px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-top: 14px;
  }
  html.notIE .sns_user::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 41px;
    height: 41px;
    background: url(../img/pc/sns_user.png) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .sns_txt {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
  html.notIE .sns_link_ttl {
    font-size: 24px;
    line-height: 1;
  }
  html.notIE .sns_link_list {
    margin-top: 16px;
    display: flex;
    justify-content: center;
  }
  html.notIE .sns_link_list li + li {
    margin-left: 15px;
  }
  html.notIE .sns_link_btn {
    width: 270px;
    padding: 20px 0;
    font-size: 18px;
    display: block;
    line-height: 1.1111111111;
    border: 2px solid #000;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 auto;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .sns_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .sns_link_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .sns_link_btn::before, html.notIE .sns_link_btn::after {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .sns_link_btn::after {
    top: 50%;
    right: 10px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .sns_link_btn.insta::before {
    top: 50%;
    left: 8px;
    width: 34px;
    height: 34px;
    background: url(../img/icon_insta.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .sns_link_btn.twitter::before {
    top: 50%;
    left: 8px;
    width: 26px;
    height: 27px;
    background: url(/elixir/shared/img/icn_x_black.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
}

html.msie .sns .inner {
  padding-top: 70px;
  text-align: center;
}
html.msie .sns_catch {
  font-size: 33px;
  font-weight: bold;
  line-height: 1;
  margin-top: 50px;
}
html.msie .sns_wrap {
  margin: 26px auto 0;
  display: flex;
  width: 730px;
  padding: 0 12px;
  justify-content: space-between;
  text-align: left;
}
html.msie .sns_img {
  flex: none;
  margin-right: 20px;
}
html.msie .sns_source {
  font-size: 11px;
  line-height: 1;
  text-align: right;
  margin-top: 10px;
}
html.msie .sns_user {
  padding-left: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  position: relative;
  margin-top: 14px;
}
html.msie .sns_user::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 41px;
  height: 41px;
  background: url(../img/pc/sns_user.png) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
html.msie .sns_txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.4444444444;
}
html.msie .sns_link_ttl {
  font-size: 24px;
  line-height: 1;
}
html.msie .sns_link_list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
html.msie .sns_link_list li + li {
  margin-left: 15px;
}
html.msie .sns_link_btn {
  width: 270px;
  padding: 20px 0;
  font-size: 18px;
  display: block;
  line-height: 1.1111111111;
  border: 2px solid #000;
  border-radius: 6px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .sns_link_btn {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .sns_link_btn:hover {
    opacity: 0.7;
  }
}
html.msie .sns_link_btn::before, html.msie .sns_link_btn::after {
  content: "";
  position: absolute;
}
html.msie .sns_link_btn::after {
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .sns_link_btn.insta::before {
  top: 50%;
  left: 8px;
  width: 34px;
  height: 34px;
  background: url(../img/icon_insta.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}
html.msie .sns_link_btn.twitter::before {
  top: 50%;
  left: 8px;
  width: 26px;
  height: 27px;
  background: url(/elixir/shared/img/icn_x_black.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  html.notIE .sns {
    background-color: #fffde4;
    padding: calc(60 / 750 * 100vw) calc(40 / 750 * 100vw) calc(130 / 750 * 100vw);
  }
  html.notIE .sns .inner {
    border-top: calc(2 / 750 * 100vw) solid #ababab;
    padding-top: calc(60 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .sns_ttl {
    width: calc(112 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .sns_catch {
    font-size: calc(34 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    margin-top: calc(34 / 750 * 100vw);
  }
  html.notIE .sns_wrap {
    text-align: left;
  }
  html.notIE .sns_img {
    width: calc(434 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto;
  }
  html.notIE .sns_content {
    margin: 0 calc(40 / 750 * 100vw);
  }
  html.notIE .sns_source {
    font-size: calc(10 / 750 * 100vw);
    line-height: 1;
    text-align: right;
    margin-top: calc(14 / 750 * 100vw);
  }
  html.notIE .sns_user {
    padding-left: calc(70 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-top: calc(28 / 750 * 100vw);
  }
  html.notIE .sns_user::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(54 / 750 * 100vw);
    height: calc(54 / 750 * 100vw);
    background: url(../img/sp/sns_user.png) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .sns_txt {
    margin-top: calc(32 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.2727272727;
  }
  html.notIE .sns_link_ttl {
    font-size: calc(32 / 750 * 100vw);
    line-height: 1;
  }
  html.notIE .sns_link_list {
    margin-top: calc(30 / 750 * 100vw);
    display: flex;
    justify-content: center;
  }
  html.notIE .sns_link_list li + li {
    margin-left: calc(10 / 750 * 100vw);
  }
  html.notIE .sns_link_btn {
    width: calc(320 / 750 * 100vw);
    display: block;
    padding: calc(46 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.1111111111;
    border: calc(4 / 750 * 100vw) solid #000;
    border-radius: calc(6 / 750 * 100vw);
    text-decoration: none;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    text-align: left;
  }
  html.notIE .sns_link_btn::before, html.notIE .sns_link_btn::after {
    content: "";
    position: absolute;
  }
  html.notIE .sns_link_btn::after {
    top: 50%;
    right: calc(20 / 750 * 100vw);
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-right: calc(4 / 750 * 100vw) solid #000;
    border-bottom: calc(4 / 750 * 100vw) solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .sns_link_btn.insta {
    padding-left: calc(104 / 750 * 100vw);
  }
  html.notIE .sns_link_btn.insta::before {
    top: 50%;
    left: calc(10 / 750 * 100vw);
    width: calc(70 / 750 * 100vw);
    height: calc(70 / 750 * 100vw);
    background: url(../img/icon_insta.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
  html.notIE .sns_link_btn.twitter {
    padding-left: calc(154 / 750 * 100vw);
  }
  html.notIE .sns_link_btn.twitter::before {
    top: 50%;
    left: calc(10 / 750 * 100vw);
    width: calc(58 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background: url(/elixir/shared/img/icn_x_black.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
}

/*-----------------------------------------------------
product
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .product {
    margin-top: 80px;
  }
  html.notIE .product + .product {
    margin-top: 65px;
  }
  html.notIE .product + .product .inner {
    padding-top: 0;
    border-top: none;
  }
  html.notIE .product .inner {
    padding: 80px 0 0 400px;
    border-top: 1px solid #dcdddd;
    position: relative;
    box-sizing: border-box;
  }
  html.notIE .product_brand {
    font-size: 26px;
    line-height: 1;
  }
  html.notIE .product_name {
    font-size: 30px;
    line-height: 1;
    margin-top: 10px;
  }
  html.notIE .product_uv {
    font-size: 16px;
    line-height: 1;
    margin-top: 10px;
  }
  html.notIE .product_detail {
    font-size: 14px;
    line-height: 1;
    margin-top: 15px;
  }
  html.notIE .product_img {
    position: absolute;
    top: 155px;
    left: 110px;
  }
  html.notIE .product_txt {
    font-size: 18px;
    line-height: 1.7777777778;
    margin-top: 26px;
  }
  html.notIE .product_txt span {
    font-size: 14px;
    line-height: 1.7142857143;
    display: block;
  }
  html.notIE .product_price {
    font-size: 37px;
    line-height: 1;
    margin-top: 25px;
  }
  html.notIE .product_price .tax {
    font-size: 18px;
  }
  html.notIE .product_price .post {
    font-size: 11px;
    border: 1px solid #000;
    padding: 4px;
    position: relative;
    top: -3px;
  }
  html.notIE .product_cv {
    margin-top: 14px;
  }
  html.notIE .product_note {
    margin-top: 40px;
    font-size: 10px;
  }
  html.notIE .product_link {
    margin-top: 30px;
  }
  html.notIE .product_link + .product_movie {
    margin-top: 14px;
  }
  html.notIE .product_link a {
    font-size: 16px;
    line-height: 1;
    padding-right: 24px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .product_link a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .product_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_link a::before, html.notIE .product_link a::after {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_link a::before {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_link a::after {
    top: 50%;
    right: 3px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_movie {
    margin-top: 30px;
  }
  html.notIE .product_movie button {
    font-size: 16px;
    line-height: 1;
    margin-left: 24px;
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .product_movie button {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .product_movie button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_movie button::before, html.notIE .product_movie button::after {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_movie button::before {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .product_movie button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -24px;
    width: 18px;
    height: 18px;
    background: url(../img/icon_playbtn_s.svg) no-repeat 0 0;
    background-size: 100%;
    transform: translateY(-50%);
  }
}

html.msie .product {
  margin-top: 80px;
}
html.msie .product + .product {
  margin-top: 65px;
}
html.msie .product + .product .inner {
  padding-top: 0;
  border-top: none;
}
html.msie .product .inner {
  padding: 80px 0 0 400px;
  border-top: 1px solid #dcdddd;
  position: relative;
  box-sizing: border-box;
}
html.msie .product_brand {
  font-size: 26px;
  line-height: 1;
}
html.msie .product_name {
  font-size: 30px;
  line-height: 1;
  margin-top: 10px;
}
html.msie .product_uv {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
html.msie .product_detail {
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
}
html.msie .product_img {
  position: absolute;
  top: 155px;
  left: 110px;
}
html.msie .product_txt {
  font-size: 18px;
  line-height: 1.7777777778;
  margin-top: 26px;
}
html.msie .product_txt span {
  font-size: 14px;
  line-height: 1.7142857143;
  display: block;
}
html.msie .product_price {
  font-size: 37px;
  line-height: 1;
  margin-top: 25px;
}
html.msie .product_price .tax {
  font-size: 18px;
}
html.msie .product_price .post {
  font-size: 11px;
  border: 1px solid #000;
  padding: 4px;
  position: relative;
  top: -3px;
}
html.msie .product_cv {
  margin-top: 14px;
}
html.msie .product_note {
  margin-top: 40px;
  font-size: 10px;
}
html.msie .product_link {
  margin-top: 30px;
}
html.msie .product_link + .product_movie {
  margin-top: 14px;
}
html.msie .product_link a {
  font-size: 16px;
  line-height: 1;
  padding-right: 24px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  html.msie .product_link a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .product_link a:hover {
    opacity: 0.7;
  }
}
html.msie .product_link a::before, html.msie .product_link a::after {
  content: "";
  position: absolute;
}
html.msie .product_link a::before {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .product_link a::after {
  top: 50%;
  right: 3px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .product_movie {
  margin-top: 30px;
}
html.msie .product_movie button {
  font-size: 16px;
  line-height: 1;
  margin-left: 24px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  html.msie .product_movie button {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .product_movie button:hover {
    opacity: 0.7;
  }
}
html.msie .product_movie button::before, html.msie .product_movie button::after {
  content: "";
  position: absolute;
}
html.msie .product_movie button::before {
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .product_movie button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  width: 18px;
  height: 18px;
  background: url(../img/icon_playbtn_s.svg) no-repeat 0 0;
  background-size: 100%;
  transform: translateY(-50%);
}

@media screen and (max-width: 750px) {
  html.notIE .product .inner {
    padding: calc(90 / 750 * 100vw) 0 0;
    text-align: center;
  }
  html.notIE .product_brand {
    font-size: calc(38 / 750 * 100vw);
    line-height: 1;
  }
  html.notIE .product_name {
    font-size: calc(44 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(18 / 750 * 100vw);
  }
  html.notIE .product_uv {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .product_detail {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(30 / 750 * 100vw);
  }
  html.notIE .product_img {
    width: calc(238 / 750 * 100vw);
    margin: calc(64 / 750 * 100vw) auto 0;
  }
  html.notIE .product_txt {
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5714285714;
    margin-top: calc(16 / 750 * 100vw);
  }
  html.notIE .product_txt span {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.5;
    display: block;
  }
  html.notIE .product_price {
    font-size: calc(56 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(40 / 750 * 100vw);
  }
  html.notIE .product_price .tax {
    font-size: calc(34 / 750 * 100vw);
  }
  html.notIE .product_price .post {
    font-size: calc(22 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #000;
    padding: calc(4 / 750 * 100vw);
    position: relative;
    top: calc(-3 / 750 * 100vw);
  }
  html.notIE .product_cv {
    margin: calc(34 / 750 * 100vw) auto 0;
    width: calc(640 / 750 * 100vw);
  }
  html.notIE .product_note {
    margin-top: calc(60 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .product_link {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .product_link + .product_movie {
    margin-top: calc(20 / 750 * 100vw);
  }
  html.notIE .product_link a {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    padding-right: calc(34 / 750 * 100vw);
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  html.notIE .product_link a::before, html.notIE .product_link a::after {
    content: "";
    position: absolute;
  }
  html.notIE .product_link a::before {
    bottom: calc(-3 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .product_link a::after {
    top: 50%;
    right: calc(3 / 750 * 100vw);
    width: calc(12 / 750 * 100vw);
    height: calc(12 / 750 * 100vw);
    border-right: calc(2 / 750 * 100vw) solid #000;
    border-bottom: calc(2 / 750 * 100vw) solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .product_movie {
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .product_movie button {
    font-size: calc(30 / 750 * 100vw);
    line-height: 1;
    margin-left: calc(50 / 750 * 100vw);
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  html.notIE .product_movie button::before, html.notIE .product_movie button::after {
    content: "";
    position: absolute;
  }
  html.notIE .product_movie button::before {
    bottom: calc(-3 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .product_movie button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(-50 / 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%);
  }
}

/*-----------------------------------------------------
concept
-------------------------------------------------------*/
@media screen and (min-width: 751px) {
  html.notIE .concept {
    position: relative;
  }
  html.notIE .concept .inner {
    padding: 140px 0 90px 500px;
    text-align: left;
    position: relative;
  }
  html.notIE .concept .inner .line {
    background: linear-gradient(transparent 0%, #fff57f 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  html.notIE .concept .inner sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0;
  }
  html.notIE .concept_ttl {
    font-size: 27px;
    line-height: 1;
    position: relative;
    display: inline-block;
  }
  html.notIE .concept_ttl::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  html.notIE .concept_txt {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75;
  }
  html.notIE .concept_txt .small {
    font-size: 13px;
    display: block;
    line-height: 1;
  }
  html.notIE .concept_subttl {
    font-size: 20px;
    margin-top: 30px;
    line-height: 1;
    position: relative;
    display: inline-block;
  }
  html.notIE .concept_subttl::before {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
  html.notIE .concept_img {
    position: absolute;
    left: 0;
    top: 140px;
  }
  html.notIE .concept_img_name {
    font-size: 18px;
    margin-top: 16px;
    text-align: center;
  }
  html.notIE .concept_link {
    margin-top: 34px;
  }
  html.notIE .concept_link a {
    width: 220px;
    border-radius: 4px;
    background-color: #dcdddd;
    padding: 14px 0;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    position: relative;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .concept_link a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .concept_link a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .concept_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
}
@media screen and (min-width: 751px) {
  html.notIE .concept_note {
    font-size: 10px;
    line-height: 1;
    text-align: right;
    margin-top: 30px;
  }
}

html.msie .concept {
  position: relative;
}
html.msie .concept .inner {
  padding: 140px 0 90px 500px;
  text-align: left;
  position: relative;
}
html.msie .concept .inner .line {
  background: linear-gradient(transparent 0%, #fff57f 0%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
html.msie .concept .inner sup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: 0;
}
html.msie .concept_ttl {
  font-size: 27px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
html.msie .concept_ttl::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
}
html.msie .concept_txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.75;
}
html.msie .concept_txt .small {
  font-size: 13px;
  display: block;
  line-height: 1;
}
html.msie .concept_subttl {
  font-size: 20px;
  margin-top: 30px;
  line-height: 1;
  position: relative;
  display: inline-block;
}
html.msie .concept_subttl::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
html.msie .concept_img {
  position: absolute;
  left: 0;
  top: 140px;
}
html.msie .concept_img_name {
  font-size: 18px;
  margin-top: 16px;
  text-align: center;
}
html.msie .concept_link {
  margin-top: 34px;
}
html.msie .concept_link a {
  width: 220px;
  border-radius: 4px;
  background-color: #dcdddd;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 751px) {
  html.msie .concept_link a {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .concept_link a:hover {
    opacity: 0.7;
  }
}
html.msie .concept_link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translateY(-50%) rotate(-45deg);
}
html.msie .concept_note {
  font-size: 10px;
  line-height: 1;
  text-align: right;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  html.notIE .concept {
    margin-top: calc(100 / 750 * 100vw);
  }
  html.notIE .concept .inner {
    padding: 0 calc(40 / 750 * 100vw) calc(90 / 750 * 100vw);
    text-align: left;
    position: relative;
  }
  html.notIE .concept .inner .line {
    background: linear-gradient(transparent 0%, #fff57f 0%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  html.notIE .concept .inner sup {
    font-size: 50%;
    vertical-align: top;
    position: relative;
    top: 0;
  }
  html.notIE .concept_ttl {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    position: relative;
    display: inline-block;
  }
  html.notIE .concept_ttl::before {
    content: "";
    position: absolute;
    bottom: calc(-6 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(4 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .concept_txt {
    margin-top: calc(58 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.9285714286;
  }
  html.notIE .concept_txt .small {
    font-size: calc(26 / 750 * 100vw);
    display: block;
    line-height: 1;
  }
  html.notIE .concept_subttl {
    font-size: calc(32 / 750 * 100vw);
    margin-top: calc(66 / 750 * 100vw);
    line-height: 1;
    position: relative;
    display: inline-block;
  }
  html.notIE .concept_subttl::before {
    content: "";
    position: absolute;
    bottom: calc(-4 / 750 * 100vw);
    left: 0;
    width: 100%;
    height: calc(2 / 750 * 100vw);
    background-color: #000;
  }
  html.notIE .concept_img {
    width: calc(656 / 750 * 100vw);
    margin: calc(76 / 750 * 100vw) auto 0;
  }
  html.notIE .concept_img_name {
    font-size: calc(30 / 750 * 100vw);
    margin-top: calc(20 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .concept_link {
    margin-top: calc(80 / 750 * 100vw);
  }
  html.notIE .concept_link a {
    width: calc(610 / 750 * 100vw);
    margin: 0 auto;
    border-radius: calc(6 / 750 * 100vw);
    background-color: #dcdddd;
    padding: calc(34 / 750 * 100vw) 0;
    text-align: center;
    text-decoration: none;
    font-size: calc(36 / 750 * 100vw);
    line-height: 1;
    display: block;
    position: relative;
  }
  html.notIE .concept_link a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(34 / 750 * 100vw);
    width: calc(18 / 750 * 100vw);
    height: calc(18 / 750 * 100vw);
    border-right: calc(4 / 750 * 100vw) solid #000;
    border-bottom: calc(4 / 750 * 100vw) solid #000;
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .concept_note {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    text-align: right;
    margin-top: calc(24 / 750 * 100vw);
  }
}
