@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500&display=swap");
main .serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}
main .serif_med {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  html.notIE main {
    min-width: 960px;
  }
  html.notIE main .inner {
    width: 960px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  html.notIE main div {
    line-height: 1;
  }
  html.notIE main p {
    line-height: 1.8;
  }
  html.notIE main img {
    max-width: 100%;
    vertical-align: top;
  }
  html.notIE main .hover:hover {
    cursor: pointer;
    opacity: 0.7;
    transition: opacity 0.2s ease 0s;
  }
}

html.msie main {
  min-width: 960px;
}
html.msie main .inner {
  width: 960px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
html.msie main div {
  line-height: 1;
}
html.msie main p {
  line-height: 1.8;
}
html.msie main img {
  max-width: 100%;
  vertical-align: top;
}
html.msie main .hover:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s ease 0s;
}

@media screen and (max-width: 750px) {
  html.notIE main {
    font-size: calc(28 / 750 * 100vw);
  }
  html.notIE main .inner {
    text-align: center;
  }
  html.notIE main p {
    line-height: 1.6;
  }
  html.notIE main img {
    display: block;
    width: 100%;
    vertical-align: top;
  }
}

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

html.msie .kv {
  height: 616px;
  background: url(../img/pc/kv.jpg) center center no-repeat;
}
html.msie .kv h1 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
html.msie .kv .inside {
  height: 616px;
}

@media screen and (min-width: 751px) {
  html.notIE .repeat {
    height: 350px;
    background: url(../img/pc/repeat_bg.jpg) no-repeat top center;
  }
  html.notIE .repeat .inner {
    padding-top: 40px;
    text-align: center;
  }
  html.notIE .repeat-img {
    display: inline-block;
  }
  html.notIE .repeat-txt {
    text-align: center;
    font-size: 10px;
    line-height: 1.2;
    margin-top: 8px;
  }
}

html.msie .repeat {
  height: 350px;
  background: url(../img/pc/repeat_bg.jpg) no-repeat top center;
}
html.msie .repeat .inner {
  padding-top: 40px;
  text-align: center;
}
html.msie .repeat-img {
  display: inline-block;
}
html.msie .repeat-txt {
  text-align: center;
  font-size: 10px;
  line-height: 1.2;
  margin-top: 8px;
}

@media screen and (max-width: 750px) {
  html.notIE .repeat {
    background: url(../img/sp/repeat_bg.jpg) no-repeat 0 0;
    background-size: 100%;
    height: calc(594 / 750 * 100vw);
  }
  html.notIE .repeat .inner {
    padding: calc(50 / 750 * 100vw) calc(40 / 750 * 100vw) 0;
    text-align: center;
  }
  html.notIE .repeat-img {
    display: inline-block;
    width: calc(394 / 750 * 100vw);
  }
  html.notIE .repeat-txt {
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.3;
    margin-top: calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .first {
    position: relative;
  }
  html.notIE .first::before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #f7f7f7;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
  }
  html.notIE .first .inner {
    position: relative;
    z-index: 2;
  }
  html.notIE .first_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 644px;
    padding: 60px 0;
    margin: 0 auto;
  }
  html.notIE .first_box_right {
    width: 320px;
    text-align: left;
  }
  html.notIE .first_img {
    width: 116px;
    margin-left: 128px;
  }
  html.notIE .first_img img {
    width: 100%;
  }
  html.notIE .first_brand {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
  }
  html.notIE .first_name {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
  }
  html.notIE .first_type {
    font-size: 12px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 9px;
  }
  html.notIE .first_type span {
    margin-left: 20px;
    border: solid 1px #000;
    padding: 3px 10px;
  }
  html.notIE .first_price {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  html.notIE .first_price span {
    font-size: 18px;
  }
}

html.msie .first {
  position: relative;
}
html.msie .first::before {
  content: "";
  width: 1200px;
  height: 100%;
  background: #f7f7f7;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
}
html.msie .first .inner {
  position: relative;
  z-index: 2;
}
html.msie .first_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 644px;
  padding: 60px 0;
  margin: 0 auto;
}
html.msie .first_box_right {
  width: 320px;
  text-align: left;
}
html.msie .first_img {
  width: 116px;
  margin-left: 128px;
}
html.msie .first_img img {
  width: 100%;
}
html.msie .first_brand {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
html.msie .first_name {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
html.msie .first_type {
  font-size: 12px;
  line-height: 1;
  margin-top: 12px;
  margin-bottom: 9px;
}
html.msie .first_type span {
  margin-left: 20px;
  border: solid 1px #000;
  padding: 3px 10px;
}
html.msie .first_price {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}
html.msie .first_price span {
  font-size: 18px;
}

@media screen and (max-width: 750px) {
  html.notIE .first_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: calc(80 / 750 * 100vw) 0;
  }
  html.notIE .first_box_left {
    padding-left: calc(80 / 750 * 100vw);
  }
  html.notIE .first_box_right {
    text-align: center;
    width: calc(640 / 750 * 100vw);
  }
  html.notIE .first_img {
    width: calc(162 / 750 * 100vw);
    margin-bottom: calc(41 / 750 * 100vw);
  }
  html.notIE .first_img img {
    width: 100%;
  }
  html.notIE .first_brand {
    font-size: calc(24 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
    margin-bottom: calc(20 / 750 * 100vw);
  }
  html.notIE .first_name {
    font-size: calc(40 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
  }
  html.notIE .first_type {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1;
    margin-top: calc(20 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
  }
  html.notIE .first_type span {
    margin-left: calc(29 / 750 * 100vw);
    border: solid 1px #000;
    padding: calc(3 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
  html.notIE .first_price {
    font-size: calc(52 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
    margin-bottom: calc(34 / 750 * 100vw);
  }
  html.notIE .first_price span {
    font-size: calc(32 / 750 * 100vw);
  }
  html.notIE .first .u-btn_cart {
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .movie {
    background: #fff;
  }
  html.notIE .movie .inner {
    padding: 80px 0;
  }
  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 #eee;
  }
  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 {
  background: #fff;
}
html.msie .movie .inner {
  padding: 80px 0;
}
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 #eee;
}
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: #fff;
  }
  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-ttl + .movie-contents.small {
    margin-top: calc(40 / 750 * 100vw);
  }
  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;
  }
  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;
  }
  html.notIE .movie-thumbnail {
    margin: calc(50 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .trouble {
    position: relative;
  }
  html.notIE .trouble::before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #f7f7f7;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
  }
  html.notIE .trouble .inner {
    position: relative;
    z-index: 2;
    padding: 80px 0;
  }
  html.notIE .trouble-wrap {
    max-width: 800px;
    margin: 0 auto;
  }
  html.notIE .trouble-box {
    background-color: #fff;
  }
  html.notIE .trouble-ttl {
    background-color: #f3d3d4;
    padding: 16px 0;
  }
  html.notIE .trouble-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  html.notIE .trouble-list {
    text-align: left;
    padding: 38px 0 50px;
  }
  html.notIE .trouble-list li {
    padding-left: 190px;
  }
  html.notIE .trouble-list li + li {
    margin-top: 30px;
  }
}

html.msie .trouble {
  position: relative;
}
html.msie .trouble::before {
  content: "";
  width: 1200px;
  height: 100%;
  background: #f7f7f7;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
}
html.msie .trouble .inner {
  position: relative;
  z-index: 2;
  padding: 80px 0;
}
html.msie .trouble-wrap {
  max-width: 800px;
  margin: 0 auto;
}
html.msie .trouble-box {
  background-color: #fff;
}
html.msie .trouble-ttl {
  background-color: #f3d3d4;
  padding: 16px 0;
}
html.msie .trouble-txt {
  margin-top: 20px;
  font-size: 16px;
}
html.msie .trouble-list {
  text-align: left;
  padding: 38px 0 50px;
}
html.msie .trouble-list li {
  padding-left: 190px;
}
html.msie .trouble-list li + li {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  html.notIE .trouble {
    background-color: #f7f7f7;
  }
  html.notIE .trouble .inner {
    padding: calc(80 / 750 * 100vw) 0;
  }
  html.notIE .trouble-wrap {
    max-width: calc(670 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .trouble-box {
    background-color: #fff;
  }
  html.notIE .trouble-ttl {
    background-color: #f3d3d4;
    padding: calc(20 / 750 * 100vw) 0;
  }
  html.notIE .trouble-list {
    text-align: left;
    padding: calc(38 / 750 * 100vw) 0 calc(50 / 750 * 100vw);
  }
  html.notIE .trouble-list li + li {
    margin-top: calc(38 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cp-end {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 25px);
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 1.6666666667;
    z-index: 5;
  }
  html.notIE .cp-wrap {
    overflow: hidden;
    margin-bottom: 63px;
    padding-bottom: 23px;
    border: 1px solid #e8acb5;
    background: #fbf2f2;
  }
  html.notIE .cp-ribbon {
    float: left;
    margin-top: 20px;
  }
  html.notIE .cp-img {
    float: right;
    max-width: 162px;
    margin-top: 28px;
    margin-right: 87px;
  }
  html.notIE .cp-txt {
    float: left;
    margin-top: 20px;
    margin-left: 102px;
  }
  html.notIE .cp-link {
    float: left;
    margin-top: 12px;
    margin-left: 105px;
  }
}

html.msie .cp-end {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: -25px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% + 25px);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 1.6666666667;
  z-index: 5;
}
html.msie .cp-wrap {
  overflow: hidden;
  margin-bottom: 63px;
  padding-bottom: 23px;
  border: 1px solid #e8acb5;
  background: #fbf2f2;
}
html.msie .cp-ribbon {
  float: left;
  margin-top: 20px;
}
html.msie .cp-img {
  float: right;
  max-width: 162px;
  margin-top: 28px;
  margin-right: 87px;
}
html.msie .cp-txt {
  float: left;
  margin-top: 20px;
  margin-left: 102px;
}
html.msie .cp-link {
  float: left;
  margin-top: 12px;
  margin-left: 105px;
}

@media screen and (max-width: 750px) {
  html.notIE .cp-end {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: -25px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% + 25px);
    color: #fff;
    font-size: calc(30 / 750 * 100vw);
    text-align: center;
    line-height: 1.6666666667;
    z-index: 5;
  }
  html.notIE .cp-wrap {
    margin: 0 calc(40 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0 calc(78 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #e8acb5;
    background: #fbf2f2;
  }
  html.notIE .cp-ribbon {
    width: calc(492 / 750 * 100vw);
  }
  html.notIE .cp-img {
    width: calc(265 / 750 * 100vw);
    margin: calc(32 / 750 * 100vw) 0 0 calc(283 / 750 * 100vw);
  }
  html.notIE .cp-txt {
    width: calc(508 / 750 * 100vw);
    margin: calc(34 / 750 * 100vw) auto 0;
  }
  html.notIE .cp-link {
    width: calc(238 / 750 * 100vw);
    margin: calc(44 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .live .inner {
    padding-top: 49px;
    padding-bottom: 60px;
    border: 1px solid #ddd;
  }
  html.notIE .live-ttl {
    max-width: 497px;
    margin: 0 auto;
  }
  html.notIE .live-tag {
    max-width: 170px;
    margin: 14px auto 0;
  }
  html.notIE .live-date {
    max-width: 278px;
    margin: 19px auto 0;
  }
  html.notIE .live-img {
    margin-top: 29px;
  }
  html.notIE .live-txt {
    margin-top: 25px;
    font-size: 16px;
  }
  html.notIE .live-link {
    display: block;
    max-width: 500px;
    margin: 25px auto 0;
    padding: 20px 0;
    border-radius: 4px;
    background: #1d9bf0 url(../img/icon_blank.png) 97% center no-repeat;
    background-size: 13px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
  }
  html.notIE .live-box {
    max-width: 800px;
    margin: 60px auto 0;
    padding: 25px 40px 50px;
    background: #f7f7f7;
  }
  html.notIE .live-boxWrap {
    display: flex;
    align-items: center;
  }
  html.notIE .live-boxImg {
    flex: 0 0 auto;
    max-width: 30px;
    margin-left: 111px;
  }
  html.notIE .live-boxUnit {
    margin-left: 57px;
    text-align: left;
  }
  html.notIE .live-balloon {
    max-width: 373px;
  }
  html.notIE .live-boxTxt {
    margin-top: 20px;
    font-size: 16px;
  }
  html.notIE .live-boxTxt > span {
    color: #1d9bf0;
    font-weight: bold;
  }
  html.notIE .live-inquiry {
    margin-top: 20px;
    padding: 15px 0;
    background: #fff;
  }
  html.notIE .live-inquiryTel {
    margin-top: 4px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  html.notIE .live-inquiryTel > span {
    display: block;
    font-size: 28px;
  }
  html.notIE .live-caution {
    display: inline-block;
    margin-top: 30px;
    padding-left: 40px;
    background: url(../img/icon_caution.png) left center no-repeat;
    background-size: 27px;
    font-size: 16px;
    font-weight: bold;
  }
  html.notIE .live-note {
    margin-top: 5px;
    font-size: 12px;
  }
  html.notIE .live-frame {
    margin-top: 15px;
    padding: 20px 25px;
    border: 1px solid #ccc;
    text-align: left;
  }
  html.notIE .live-frameNote {
    margin-top: 4px;
    padding-left: 1em;
    text-indent: -1em;
    font-size: 12px;
  }
  html.notIE .live-term {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 20px auto 0;
    padding: 15px 0;
    border: 1px solid #777;
    border-radius: 4px;
    background: #fff url(../img/icon_modal.png) 95% center no-repeat;
    background-size: 12px;
    font-size: 16px;
    text-decoration: none;
  }
}

html.msie .live .inner {
  padding-top: 49px;
  padding-bottom: 60px;
  border: 1px solid #ddd;
}
html.msie .live-ttl {
  max-width: 497px;
  margin: 0 auto;
}
html.msie .live-tag {
  max-width: 170px;
  margin: 14px auto 0;
}
html.msie .live-date {
  max-width: 278px;
  margin: 19px auto 0;
}
html.msie .live-img {
  margin-top: 29px;
}
html.msie .live-txt {
  margin-top: 25px;
  font-size: 16px;
}
html.msie .live-link {
  display: block;
  max-width: 500px;
  margin: 25px auto 0;
  padding: 20px 0;
  border-radius: 4px;
  background: #1d9bf0 url(../img/icon_blank.png) 97% center no-repeat;
  background-size: 13px 10px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
html.msie .live-box {
  max-width: 800px;
  margin: 60px auto 0;
  padding: 25px 40px 50px;
  background: #f7f7f7;
}
html.msie .live-boxWrap {
  display: flex;
  align-items: center;
}
html.msie .live-boxImg {
  flex: 0 0 auto;
  max-width: 30px;
  margin-left: 111px;
}
html.msie .live-boxUnit {
  margin-left: 57px;
  text-align: left;
}
html.msie .live-balloon {
  max-width: 373px;
}
html.msie .live-boxTxt {
  margin-top: 20px;
  font-size: 16px;
}
html.msie .live-boxTxt > span {
  color: #1d9bf0;
  font-weight: bold;
}
html.msie .live-inquiry {
  margin-top: 20px;
  padding: 15px 0;
  background: #fff;
}
html.msie .live-inquiryTel {
  margin-top: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}
html.msie .live-inquiryTel > span {
  display: block;
  font-size: 28px;
}
html.msie .live-caution {
  display: inline-block;
  margin-top: 30px;
  padding-left: 40px;
  background: url(../img/icon_caution.png) left center no-repeat;
  background-size: 27px;
  font-size: 16px;
  font-weight: bold;
}
html.msie .live-note {
  margin-top: 5px;
  font-size: 12px;
}
html.msie .live-frame {
  margin-top: 15px;
  padding: 20px 25px;
  border: 1px solid #ccc;
  text-align: left;
}
html.msie .live-frameNote {
  margin-top: 4px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
html.msie .live-term {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 20px auto 0;
  padding: 15px 0;
  border: 1px solid #777;
  border-radius: 4px;
  background: #fff url(../img/icon_modal.png) 95% center no-repeat;
  background-size: 12px;
  font-size: 16px;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  html.notIE .live .inner {
    margin: calc(50 / 750 * 100vw) calc(50 / 750 * 100vw) 0;
    padding: calc(46 / 750 * 100vw) calc(40 / 750 * 100vw) calc(43 / 750 * 100vw);
    border: calc(2 / 750 * 100vw) solid #ddd;
  }
  html.notIE .live-ttl {
    width: calc(579 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .live-tag {
    width: calc(253 / 750 * 100vw);
    margin: calc(20 / 750 * 100vw) auto 0;
  }
  html.notIE .live-date {
    width: calc(324 / 750 * 100vw);
    margin: calc(24 / 750 * 100vw) auto 0;
  }
  html.notIE .live-img {
    width: calc(580 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
  }
  html.notIE .live-txt {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  html.notIE .live-link {
    display: block;
    max-width: calc(580 / 750 * 100vw);
    margin: calc(30 / 750 * 100vw) auto 0;
    padding: calc(20 / 750 * 100vw) 0;
    border-radius: calc(4 / 750 * 100vw);
    background: #1d9bf0 url(../img/icon_blank.png) 93% center no-repeat;
    background-size: calc(27 / 750 * 100vw) calc(22 / 750 * 100vw);
    color: #fff;
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    text-decoration: none;
    line-height: 1.3;
  }
  html.notIE .live-box {
    max-width: 100%;
    margin: calc(60 / 750 * 100vw) auto 0;
    padding: calc(45 / 750 * 100vw) calc(30 / 750 * 100vw) calc(60 / 750 * 100vw);
    background: #f7f7f7;
  }
  html.notIE .live-boxImg {
    width: calc(49 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .live-balloon {
    width: calc(508 / 750 * 100vw);
    margin: calc(36 / 750 * 100vw) auto 0;
  }
  html.notIE .live-boxTxt {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
  }
  html.notIE .live-boxTxt > span {
    color: #1d9bf0;
    font-weight: bold;
  }
  html.notIE .live-inquiry {
    margin-top: calc(40 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(40 / 750 * 100vw);
    background: #fff;
    font-size: calc(24 / 750 * 100vw);
  }
  html.notIE .live-inquiryTel {
    margin-top: calc(15 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.4;
  }
  html.notIE .live-inquiryTel > span {
    display: block;
    font-size: calc(46 / 750 * 100vw);
  }
  html.notIE .live-caution {
    display: inline-block;
    margin-top: calc(60 / 750 * 100vw);
    padding-left: calc(50 / 750 * 100vw);
    background: url(../img/icon_caution.png) left top no-repeat;
    background-size: calc(40 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    text-align: left;
  }
  html.notIE .live-note {
    margin-top: calc(20 / 750 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .live-frame {
    margin-top: calc(35 / 750 * 100vw);
    padding: calc(25 / 750 * 100vw) calc(25 / 750 * 100vw) calc(35 / 750 * 100vw);
    border: 1px solid #ccc;
    font-size: calc(24 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .live-frameNote {
    margin-top: calc(30 / 750 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .live-term {
    display: block;
    max-width: calc(440 / 750 * 100vw);
    width: 100%;
    margin: calc(40 / 750 * 100vw) auto 0;
    padding: calc(20 / 750 * 100vw) 0;
    border: calc(2 / 750 * 100vw) solid #777;
    border-radius: calc(4 / 750 * 100vw);
    background: #fff url(../img/icon_modal.png) 95% center no-repeat;
    background-size: calc(23 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-decoration: none;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cv {
    background: url(../img/pc/cv_bg.jpg) center top no-repeat;
    background-size: 1200px;
  }
  html.notIE .cv .inner {
    padding: 100px 0 0 420px;
    height: 740px;
  }
}

html.msie .cv {
  background: url(../img/pc/cv_bg.jpg) center top no-repeat;
  background-size: 1200px;
}
html.msie .cv .inner {
  padding: 100px 0 0 420px;
  height: 740px;
}

@media screen and (max-width: 750px) {
  html.notIE .cv {
    background: #fff url(../img/sp/cv_bg.jpg) center top no-repeat;
    background-size: 100%;
  }
  html.notIE .cv .inner {
    padding: calc(716 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cmn_product {
    display: flex;
  }
  html.notIE .cmn_product .product_content {
    width: 100%;
    text-align: left;
  }
  html.notIE .cmn_product .product_content_txt {
    margin-top: 34px;
  }
  html.notIE .cmn_product .product_content_txt + .product_content_note {
    margin-top: 12px;
    color: #000;
  }
  html.notIE .cmn_product .product_content_note {
    margin-top: 12px;
  }
  html.notIE .cmn_product .product_content_note + .product_content_brand {
    margin-top: 26px;
  }
  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;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .cmn_product .product_content_movie button {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cmn_product .product_content_movie button:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cmn_product .product_content_movie button::before, html.notIE .cmn_product .product_content_movie button::after {
    content: "";
    position: absolute;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cmn_product .product_content_movie button::before {
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
  }
}
@media screen and (min-width: 751px) {
  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%);
  }
}
@media screen and (min-width: 751px) {
  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;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cmn_product .product_content .u-btn_cart {
    height: 50px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .cmn_product .product_content .u-btn_cart_s {
    height: 50px;
    margin-top: 18px;
  }
}
@media screen and (min-width: 751px) {
  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_content {
  width: 100%;
  text-align: left;
}
html.msie .cmn_product .product_content_txt {
  margin-top: 34px;
}
html.msie .cmn_product .product_content_txt + .product_content_note {
  margin-top: 12px;
  color: #000;
}
html.msie .cmn_product .product_content_note {
  margin-top: 12px;
}
html.msie .cmn_product .product_content_note + .product_content_brand {
  margin-top: 26px;
}
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;
}
@media screen and (min-width: 751px) {
  html.msie .cmn_product .product_content_movie button {
    cursor: pointer;
    opacity: 1;
    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_ttl {
    width: calc(670 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .cmn_product .product_content_txt {
    width: calc(670 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  html.notIE .cmn_product .product_content_txt + .product_content_note {
    margin-top: calc(20 / 750 * 100vw);
    color: #000;
  }
  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_note + .product_content_brand {
    margin-top: calc(44 / 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;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .column .inner {
    padding: 90px 0 0;
  }
  html.notIE .column h2 {
    position: relative;
    padding: 13px 0 28px;
    border: 1px solid #e8acb5;
  }
  html.notIE .column h2::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 33px;
    width: 22px;
    height: 13px;
    background: url(../img/icon_arrow.png) center no-repeat;
  }
  html.notIE .column-ttl1 {
    max-width: 412px;
    margin: 100px auto 0;
  }
  html.notIE .column-ttl2 {
    max-width: 602px;
    margin: 100px auto 0;
  }
  html.notIE .column-box {
    margin-top: 40px;
  }
  html.notIE .column-img1, html.notIE .column-img2 {
    max-width: 655px;
  }
  html.notIE .column-img1 {
    margin: 36px auto 0;
  }
  html.notIE .column-img2 {
    margin: 40px auto 0;
  }
  html.notIE .column-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }
  html.notIE .column-list > li {
    width: calc(33.3% - 10px);
    padding: 28px 0 16px;
    border-radius: 4px;
  }
  html.notIE .column-list > li:nth-child(1) {
    background: #c8e9fa;
  }
  html.notIE .column-list > li:nth-child(2) {
    background: #7fd0f4;
  }
  html.notIE .column-list > li:nth-child(3) {
    background: #f9d2e3;
  }
  html.notIE .column-txt {
    margin-top: 10px;
  }
  html.notIE .column-asterisk {
    margin-top: 20px;
    font-size: 10px;
    line-height: 1.6;
  }
  html.notIE .column-more {
    margin-top: 42px;
  }
}

html.msie .column .inner {
  padding: 90px 0 0;
}
html.msie .column h2 {
  position: relative;
  padding: 13px 0 28px;
  border: 1px solid #e8acb5;
}
html.msie .column h2::after {
  content: "";
  position: absolute;
  top: calc(50% - 5px);
  right: 33px;
  width: 22px;
  height: 13px;
  background: url(../img/icon_arrow.png) center no-repeat;
}
html.msie .column-ttl1 {
  max-width: 412px;
  margin: 100px auto 0;
}
html.msie .column-ttl2 {
  max-width: 602px;
  margin: 100px auto 0;
}
html.msie .column-box {
  margin-top: 40px;
}
html.msie .column-img1, html.msie .column-img2 {
  max-width: 655px;
}
html.msie .column-img1 {
  margin: 36px auto 0;
}
html.msie .column-img2 {
  margin: 40px auto 0;
}
html.msie .column-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
html.msie .column-list > li {
  width: calc(33.3% - 10px);
  padding: 28px 0 16px;
  border-radius: 4px;
}
html.msie .column-list > li:nth-child(1) {
  background: #c8e9fa;
}
html.msie .column-list > li:nth-child(2) {
  background: #7fd0f4;
}
html.msie .column-list > li:nth-child(3) {
  background: #f9d2e3;
}
html.msie .column-txt {
  margin-top: 10px;
}
html.msie .column-asterisk {
  margin-top: 20px;
  font-size: 10px;
  line-height: 1.6;
}
html.msie .column-more {
  margin-top: 42px;
}

@media screen and (max-width: 750px) {
  html.notIE .column .inner {
    padding: calc(110 / 750 * 100vw) 0 0;
  }
  html.notIE .column h2 {
    position: relative;
    margin: 0 calc(40 / 750 * 100vw);
    padding: calc(17 / 750 * 100vw) calc(176 / 750 * 100vw) calc(36 / 750 * 100vw) calc(99 / 750 * 100vw);
    border: 1px solid #e8acb5;
  }
  html.notIE .column h2 img {
    width: calc(395 / 750 * 100vw);
  }
  html.notIE .column h2::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(33 / 750 * 100vw);
    width: calc(22 / 750 * 100vw);
    height: calc(13 / 750 * 100vw);
    background: url(../img/icon_arrow.png) center no-repeat;
    background-size: 100%;
  }
  html.notIE .column-cont {
    padding: 0 calc(20 / 750 * 100vw);
  }
  html.notIE .column-ttl1 {
    margin: calc(100 / 750 * 100vw) auto 0;
    width: calc(452 / 750 * 100vw);
  }
  html.notIE .column-ttl2 {
    margin: calc(100 / 750 * 100vw) auto 0;
    width: calc(661 / 750 * 100vw);
  }
  html.notIE .column-box, html.notIE .column-img1 {
    margin: calc(50 / 750 * 100vw) auto 0;
    width: calc(710 / 750 * 100vw);
  }
  html.notIE .column-img2 {
    margin: calc(30 / 750 * 100vw) auto 0;
    width: calc(710 / 750 * 100vw);
  }
  html.notIE .column-list {
    margin-top: calc(30 / 750 * 100vw);
    display: flex;
    justify-content: space-between;
  }
  html.notIE .column-list > li {
    padding: calc(28 / 750 * 100vw) 0 calc(30 / 750 * 100vw);
    border-radius: calc(6 / 750 * 100vw);
    text-align: left;
    width: calc(230 / 750 * 100vw);
  }
  html.notIE .column-list > li:nth-child(1) {
    background: #c8e9fa;
  }
  html.notIE .column-list > li:nth-child(1) .column-subttl {
    width: calc(210 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .column-list > li:nth-child(2) {
    background: #7fd0f4;
  }
  html.notIE .column-list > li:nth-child(2) .column-subttl {
    width: calc(158 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .column-list > li:nth-child(3) {
    background: #f9d2e3;
  }
  html.notIE .column-list > li:nth-child(3) .column-subttl {
    width: calc(184 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .column-txt {
    margin: calc(24 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
    font-size: calc(24 / 750 * 100vw);
    line-height: 1.3333333333;
  }
  html.notIE .column-asterisk {
    margin-top: calc(12 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .column-asterisk > li {
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .column-more {
    margin: calc(62 / 750 * 100vw) auto 0;
    width: calc(556 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .image {
    text-align: center;
    margin-top: 100px;
    background: url(../img/pc/column_img_3.jpg) no-repeat top center;
    height: 270px;
  }
}

html.msie .image {
  text-align: center;
  margin-top: 100px;
  background: url(../img/pc/column_img_3.jpg) no-repeat top center;
  height: 270px;
}

@media screen and (max-width: 750px) {
  html.notIE .image {
    margin-top: calc(100 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .howto {
    position: relative;
  }
  html.notIE .howto::before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #f7f7f7;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
  }
  html.notIE .howto .inner {
    position: relative;
    z-index: 2;
    padding: 100px 0;
  }
  html.notIE .howto-ttl {
    max-width: 162px;
    margin: 0 auto;
  }
  html.notIE .howto-txt {
    margin-top: 50px;
  }
  html.notIE .howto-note {
    margin-top: 20px;
    font-size: 10px;
  }
  html.notIE .howto-img {
    margin-top: 30px;
  }
}

html.msie .howto {
  position: relative;
}
html.msie .howto::before {
  content: "";
  width: 1200px;
  height: 100%;
  background: #f7f7f7;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
}
html.msie .howto .inner {
  position: relative;
  z-index: 2;
  padding: 100px 0;
}
html.msie .howto-ttl {
  max-width: 162px;
  margin: 0 auto;
}
html.msie .howto-txt {
  margin-top: 50px;
}
html.msie .howto-note {
  margin-top: 20px;
  font-size: 10px;
}
html.msie .howto-img {
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  html.notIE .howto {
    background: #f7f7f7;
  }
  html.notIE .howto .inner {
    padding: calc(100 / 750 * 100vw) calc(40 / 750 * 100vw);
  }
  html.notIE .howto-ttl {
    width: calc(212 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .howto-txt {
    width: calc(558 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  html.notIE .howto-note {
    margin-top: calc(35 / 750 * 100vw);
    padding-left: 1em;
    text-indent: -1em;
    font-size: calc(20 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .howto-img {
    width: calc(670 / 750 * 100vw);
    margin: calc(60 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .cv2 .inner {
    padding: 100px 0;
  }
  html.notIE .cv2-wrap {
    display: flex;
    margin-top: 50px;
  }
  html.notIE .cv2-ttl {
    max-width: 486px;
    margin: 0 auto;
  }
  html.notIE .cv2-subttl {
    max-width: 374px;
    margin: 20px auto 0;
  }
  html.notIE .cv2-img {
    margin-left: 284px;
    margin-right: 84px;
  }
  html.notIE .cv2-unit {
    text-align: left;
  }
  html.notIE .cv2-brand {
    font-weight: bold;
  }
  html.notIE .cv2-type1 {
    font-size: 18px;
    font-weight: bold;
  }
  html.notIE .cv2-name {
    font-size: 24px;
    font-weight: bold;
  }
  html.notIE .cv2-type2 {
    margin-top: 2px;
    font-size: 12px;
    font-weight: bold;
  }
  html.notIE .cv2-price {
    font-size: 26px;
    font-weight: bold;
    line-height: 1;
    margin-top: 15px;
  }
  html.notIE .cv2-price > .num {
    font-size: 32px;
  }
  html.notIE .cv2-price > .tax {
    font-size: 22px;
  }
  html.notIE .cv2-guide {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4285714286;
    margin-top: 25px;
  }
  html.notIE .cv2-link {
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    position: relative;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .cv2-link:hover {
    opacity: 0.7;
  }
  html.notIE .cv2-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    background: url(../img/icon_blank_gray.png) center center no-repeat;
    background-size: 100%;
    width: 13px;
    height: 10px;
  }
  html.notIE .cv2-note {
    margin-top: 22px;
    font-size: 10px;
    line-height: 1;
  }
  html.notIE .cv2-note + .cv2-note {
    margin-top: 5px;
  }
}

html.msie .cv2 .inner {
  padding: 100px 0;
}
html.msie .cv2-wrap {
  display: flex;
  margin-top: 50px;
}
html.msie .cv2-ttl {
  max-width: 486px;
  margin: 0 auto;
}
html.msie .cv2-subttl {
  max-width: 374px;
  margin: 20px auto 0;
}
html.msie .cv2-img {
  margin-left: 284px;
  margin-right: 84px;
}
html.msie .cv2-unit {
  text-align: left;
}
html.msie .cv2-brand {
  font-weight: bold;
}
html.msie .cv2-type1 {
  font-size: 18px;
  font-weight: bold;
}
html.msie .cv2-name {
  font-size: 24px;
  font-weight: bold;
}
html.msie .cv2-type2 {
  margin-top: 2px;
  font-size: 12px;
  font-weight: bold;
}
html.msie .cv2-price {
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}
html.msie .cv2-price > .num {
  font-size: 32px;
}
html.msie .cv2-price > .tax {
  font-size: 22px;
}
html.msie .cv2-guide {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-top: 25px;
}
html.msie .cv2-link {
  font-size: 16px;
  font-weight: bold;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  opacity: 1;
  transition: opacity 0.2s ease 0s;
}
html.msie .cv2-link:hover {
  opacity: 0.7;
}
html.msie .cv2-link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  background: url(../img/icon_blank_gray.png) center center no-repeat;
  background-size: 100%;
  width: 13px;
  height: 10px;
}
html.msie .cv2-note {
  margin-top: 22px;
  font-size: 10px;
  line-height: 1;
}
html.msie .cv2-note + .cv2-note {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  html.notIE .cv2 .inner {
    padding: calc(100 / 750 * 100vw) 0 calc(90 / 750 * 100vw);
  }
  html.notIE .cv2-ttl {
    width: calc(608 / 750 * 100vw);
    margin: 0 auto;
  }
  html.notIE .cv2-img {
    width: calc(162 / 750 * 100vw);
    margin-top: calc(50 / 750 * 100vw);
    margin-left: calc(330 / 750 * 100vw);
  }
  html.notIE .cv2-img + .cmn_product {
    margin-top: calc(60 / 750 * 100vw);
  }
  html.notIE .cv2-brand {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .cv2-type1 {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(30 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .cv2-name {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .cv2-type2 {
    margin-top: calc(15 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .cv2-price {
    margin-top: calc(25 / 750 * 100vw);
    font-size: calc(46 / 750 * 100vw);
    font-weight: bold;
  }
  html.notIE .cv2-price > .num {
    font-size: calc(52 / 750 * 100vw);
  }
  html.notIE .cv2-price > .tax {
    font-size: calc(36 / 750 * 100vw);
  }
  html.notIE .cv2-guide {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.3846153846;
    margin-top: calc(38 / 750 * 100vw);
  }
  html.notIE .cv2-link {
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    margin-top: calc(45 / 750 * 100vw);
    display: inline-block;
    position: relative;
  }
  html.notIE .cv2-link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: calc(-40 / 750 * 100vw);
    transform: translateY(-50%);
    background: url(../img/icon_blank_gray.png) center center no-repeat;
    background-size: 100%;
    width: calc(27 / 750 * 100vw);
    height: calc(22 / 750 * 100vw);
  }
  html.notIE .cv2-note {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .cv2-note + .cv2-note {
    margin-top: calc(5 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .column2 {
    position: relative;
  }
  html.notIE .column2::before {
    content: "";
    width: 1200px;
    height: 100%;
    background: #f7f7f7;
    left: 50%;
    top: 0;
    position: absolute;
    transform: translateX(-50%);
    z-index: 0;
  }
  html.notIE .column2 .inner {
    position: relative;
    z-index: 2;
    padding: 75px 0 85px;
  }
  html.notIE .column2-ttl {
    max-width: 376px;
    margin: 0 auto;
  }
  html.notIE .column2-subttl1 {
    max-width: 359px;
    margin: 60px auto 0;
  }
  html.notIE .column2-subttl2 {
    max-width: 442px;
    margin: 60px auto 0;
  }
  html.notIE .column2-img1, html.notIE .column2-img2 {
    margin-top: 40px;
  }
  html.notIE .column2-txt1 {
    margin-top: 40px;
  }
  html.notIE .column2-txt2 {
    margin-top: 20px;
  }
}

html.msie .column2 {
  position: relative;
}
html.msie .column2::before {
  content: "";
  width: 1200px;
  height: 100%;
  background: #f7f7f7;
  left: 50%;
  top: 0;
  position: absolute;
  transform: translateX(-50%);
  z-index: 0;
}
html.msie .column2 .inner {
  position: relative;
  z-index: 2;
  padding: 75px 0 85px;
}
html.msie .column2-ttl {
  max-width: 376px;
  margin: 0 auto;
}
html.msie .column2-subttl1 {
  max-width: 359px;
  margin: 60px auto 0;
}
html.msie .column2-subttl2 {
  max-width: 442px;
  margin: 60px auto 0;
}
html.msie .column2-img1, html.msie .column2-img2 {
  margin-top: 40px;
}
html.msie .column2-txt1 {
  margin-top: 40px;
}
html.msie .column2-txt2 {
  margin-top: 20px;
}

@media screen and (max-width: 750px) {
  html.notIE .column2 {
    background-color: #f7f7f7;
  }
  html.notIE .column2 .inner {
    padding: calc(100 / 750 * 100vw) calc(35 / 750 * 100vw) calc(90 / 750 * 100vw);
  }
  html.notIE .column2-ttl {
    width: calc(471 / 750 * 100vw);
    margin-left: calc(77 / 750 * 100vw);
  }
  html.notIE .column2-subttl1 {
    width: calc(440 / 750 * 100vw);
    margin: calc(80 / 750 * 100vw) auto 0;
  }
  html.notIE .column2-img1 {
    width: calc(677 / 750 * 100vw);
    margin: calc(50 / 750 * 100vw) auto 0;
  }
  html.notIE .column2-txt1, html.notIE .column2-txt2 {
    margin-top: calc(35 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    text-align: left;
  }
  html.notIE .column2-subttl2 {
    width: calc(542 / 750 * 100vw);
    margin: calc(85 / 750 * 100vw) auto 0;
  }
  html.notIE .column2-img2 {
    width: calc(643 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) auto 0;
  }
}

@media screen and (min-width: 751px) {
  html.notIE .sec_atcosme {
    background-color: #fff;
    margin: 0;
    padding: 80px 0;
  }
  html.notIE .sec_atcosme .atcosme {
    margin: 0 auto;
  }
  html.notIE .sec_atcosme .atcosme .cosme_ttl {
    margin: 0 auto;
    width: 351px;
    padding-bottom: 10px;
  }
  html.notIE .sec_atcosme .atcosme .cosme_note {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-bottom: 40px;
  }
  html.notIE .sec_atcosme .atcosme .atcosme_list {
    width: 550px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  html.notIE .sec_atcosme .atcosme .atcosme_list li {
    padding: 0;
    vertical-align: top;
    text-align: left;
    width: 260px;
    background-color: #fff;
    height: auto;
  }
  html.notIE .sec_atcosme .atcosme .atcosme_list li:nth-child(n+4) {
    margin-top: 16px;
  }
  html.notIE .sec_atcosme .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_atcosme .atcosme .atcosme_list li .atcosme_list_detail_ttl {
    margin: 0 auto;
    padding: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    font-feature-settings: "palt";
    color: #2eb6aa;
    font-weight: bold;
    text-align: center;
    min-height: 68px;
  }
  html.notIE .sec_atcosme .atcosme .atcosme_list li .atcosme_list_detail_txt {
    margin: 0;
    padding: 0 0 90px 0;
    font-size: 13px;
    line-height: 22px;
    font-feature-settings: "palt";
    color: #4c4948;
    text-align: left;
  }
  html.notIE .sec_atcosme .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_atcosme .atcosme .atcosme_list li .atcosme_list_detail_txt2 .more_small {
    font-size: 11px;
  }
  html.notIE .sec_atcosme .btn_cosme_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 780px;
  }
  html.notIE .sec_atcosme .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_atcosme .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_atcosme .btn_cosme_list li a:hover {
    opacity: 0.7;
  }
  html.notIE .sec_atcosme .btn_cosme_list li a .btn_cosme_list_logo {
    width: 116px;
  }
  html.notIE .sec_atcosme .btn_cosme_list li a .btn_cosme_list_logo img {
    width: 100%;
    vertical-align: top;
  }
  html.notIE .sec_atcosme .btn_cosme_list li a .btn_cosme_list_txt {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    line-height: 1;
  }
  html.notIE .sec_atcosme .swiper-atcosme-button-next,
html.notIE .sec_atcosme .swiper-atcosme-button-prev,
html.notIE .sec_atcosme .swiper-atcosme-pagination {
    display: none;
  }
}

html.msie .sec_atcosme {
  background-color: #fff;
  margin: 0;
  padding: 80px 0;
}
html.msie .sec_atcosme .atcosme {
  margin: 0 auto;
}
html.msie .sec_atcosme .atcosme .cosme_ttl {
  margin: 0 auto;
  width: 351px;
  padding-bottom: 10px;
}
html.msie .sec_atcosme .atcosme .cosme_note {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-bottom: 40px;
}
html.msie .sec_atcosme .atcosme .atcosme_list {
  width: 550px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
html.msie .sec_atcosme .atcosme .atcosme_list li {
  padding: 0;
  vertical-align: top;
  text-align: left;
  width: 260px;
  background-color: #fff;
  height: auto;
}
html.msie .sec_atcosme .atcosme .atcosme_list li:nth-child(n+4) {
  margin-top: 16px;
}
html.msie .sec_atcosme .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_atcosme .atcosme .atcosme_list li .atcosme_list_detail_ttl {
  margin: 0 auto;
  padding: 0 0 20px 0;
  font-size: 16px;
  line-height: 24px;
  font-feature-settings: "palt";
  color: #2eb6aa;
  font-weight: bold;
  text-align: center;
  min-height: 68px;
}
html.msie .sec_atcosme .atcosme .atcosme_list li .atcosme_list_detail_txt {
  margin: 0;
  padding: 0 0 90px 0;
  font-size: 13px;
  line-height: 22px;
  font-feature-settings: "palt";
  color: #4c4948;
  text-align: left;
}
html.msie .sec_atcosme .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_atcosme .atcosme .atcosme_list li .atcosme_list_detail_txt2 .more_small {
  font-size: 11px;
}
html.msie .sec_atcosme .btn_cosme_list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 780px;
}
html.msie .sec_atcosme .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_atcosme .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_atcosme .btn_cosme_list li a:hover {
  opacity: 0.7;
}
html.msie .sec_atcosme .btn_cosme_list li a .btn_cosme_list_logo {
  width: 116px;
}
html.msie .sec_atcosme .btn_cosme_list li a .btn_cosme_list_logo img {
  width: 100%;
  vertical-align: top;
}
html.msie .sec_atcosme .btn_cosme_list li a .btn_cosme_list_txt {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  line-height: 1;
}
html.msie .sec_atcosme .swiper-atcosme-button-next,
html.msie .sec_atcosme .swiper-atcosme-button-prev,
html.msie .sec_atcosme .swiper-atcosme-pagination {
  display: none;
}

@media screen and (max-width: 750px) {
  html.notIE .sec_atcosme {
    padding: calc(70 / 750 * 100vw) 0;
  }
  html.notIE .sec_atcosme .cosme_ttl {
    width: calc(330 / 750 * 100vw);
    margin: 0 auto calc(20 / 750 * 100vw);
  }
  html.notIE .sec_atcosme .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_atcosme .swiper_outer {
    position: relative;
    overflow: hidden;
  }
  html.notIE .sec_atcosme .swiper-atcosme-container {
    margin: 0 auto;
  }
  html.notIE .sec_atcosme .swiper-atcosme-container .atcosme_list li {
    height: auto;
  }
  html.notIE .sec_atcosme .swiper-atcosme-container .atcosme_list li .atcosme_list_detail {
    border: calc(4 / 750 * 100vw) solid #2eb6aa;
    box-sizing: border-box;
    background-color: #fff;
    width: calc(650 / 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_atcosme .swiper-atcosme-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;
  }
  html.notIE .sec_atcosme .swiper-atcosme-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);
  }
  html.notIE .sec_atcosme .swiper-atcosme-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_atcosme .btn_cosme_list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
  html.notIE .sec_atcosme .btn_cosme_list li a {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(580 / 750 * 100vw);
    height: calc(150 / 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_atcosme .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_atcosme .btn_cosme_list li a .btn_cosme_list_logo {
    width: calc(182 / 750 * 100vw);
  }
  html.notIE .sec_atcosme .btn_cosme_list li a .btn_cosme_list_logo img {
    width: 100%;
    vertical-align: top;
  }
  html.notIE .sec_atcosme .btn_cosme_list li a .btn_cosme_list_txt {
    display: block;
    font-size: calc(28 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
    line-height: 1;
  }
  html.notIE .sec_atcosme .swiper-atcosme-button-next,
html.notIE .sec_atcosme .swiper-atcosme-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_atcosme .swiper-atcosme-button-next.swiper-button-disabled,
html.notIE .sec_atcosme .swiper-atcosme-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  html.notIE .sec_atcosme .swiper-atcosme-button-next {
    right: calc(10 / 750 * 100vw);
    border-left: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_atcosme .swiper-atcosme-button-prev {
    left: calc(10 / 750 * 100vw);
    border-right: 3.125vw solid #2eb6aa;
  }
  html.notIE .sec_atcosme .swiper-atcosme-pagination {
    position: relative;
    bottom: auto;
    font-size: 0;
    margin-top: calc(20 / 750 * 100vw);
    text-align: center;
  }
  html.notIE .sec_atcosme .swiper-pagination-bullet {
    display: inline-block;
    box-sizing: border-box;
    width: calc(50 / 750 * 100vw);
    height: calc(6 / 750 * 100vw);
    border-radius: initial;
    opacity: 1;
    margin: 0 auto;
    background-color: #e7e7e7;
  }
  html.notIE .sec_atcosme .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 1.09375vw;
  }
  html.notIE .sec_atcosme .swiper-pagination-bullet-active {
    background-color: #777;
  }
}
