/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0 none;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.content img {
  height: auto;
}

@media screen and (min-width: 751px) {
  html.notIE .u-pc_none {
    display: none;
  }
}

html.msie .u-pc_none {
  display: none;
}

@media screen and (max-width: 750px) {
  html.notIE .u-sp_none {
    display: none;
  }
  html.notIE .u-half-spacer {
    display: block;
    height: calc(23 / 750 * 100vw);
  }
}

@media screen and (min-width: 751px) {
  html.notIE .content {
    max-width: 960px;
    margin: -1px auto 0;
  }
  html.notIE .content .marker {
    display: inline;
    background: rgba(223, 212, 189, 0.5);
  }
  html.notIE .content sup {
    font-size: 0.5em;
    vertical-align: super;
  }
  html.notIE .story_title {
    background-color: #efe9de;
    padding-bottom: 80px;
    position: relative;
  }
  html.notIE .story_title_area {
    background-color: rgba(255, 255, 255, 0.9);
    width: 600px;
    margin: -40px auto 0;
    padding: 60px 0;
    text-align: center;
    position: relative;
  }
  html.notIE .story_title_area h1 {
    background: url(../img/pc/dotline.png) no-repeat center top, url(../img/pc/dotline.png) no-repeat center bottom;
    padding: 40px 0;
    font-size: 26px;
    line-height: 1.6153846154;
  }
  html.notIE .story_title_area h1 span {
    font-size: 17px;
  }
  html.notIE .story_title_lead {
    text-align: center;
    font-size: 17px;
    line-height: 2.2352941176;
    margin-top: 50px;
  }
  html.notIE .story_title_note {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    font-size: 12px;
  }
  html.notIE .story_cont {
    width: 730px;
    margin: 100px auto;
  }
  html.notIE .story_h2 {
    text-align: center;
    background: url(../img/pc/dotline.png) no-repeat center bottom;
    padding-bottom: 30px;
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 1.4545454545;
    font-weight: bold;
  }
  html.notIE .story_img {
    display: block;
    width: 584px;
    margin: 30px auto;
  }
  html.notIE .story_text {
    margin: 30px auto 0;
    font-size: 17px;
    line-height: 2.2352941176;
    text-indent: 1em;
  }
  html.notIE .story_text + .story_text {
    margin-top: 0;
  }
  html.notIE .story_box {
    background-color: #f9f6f2;
    margin: 20px 0;
    padding: 30px 50px 30px 50px;
  }
  html.notIE .story_box_title {
    text-align: center;
    margin-bottom: 30px;
  }
  html.notIE .story_box_title span {
    display: inline-block;
    border-bottom: solid 1px #000;
    font-size: 17px;
    font-weight: bold;
  }
  html.notIE .story_box_list li {
    font-size: 17px;
    line-height: 1.8823529412;
    font-weight: bold;
    padding-left: 1em;
    text-indent: -1em;
  }
  html.notIE .story_carousel {
    margin: 40px -10px;
    opacity: 0;
  }
  html.notIE .story_carousel.slick-initialized {
    opacity: 1;
  }
  html.notIE .story_carousel_unit {
    flex-basis: 355px;
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #f5f2eb;
    margin: 0 10px;
    position: relative;
  }
  html.notIE .story_carousel .slick-track {
    display: flex;
  }
  html.notIE .story_carousel .slick-slide {
    float: none;
    height: auto;
  }
  html.notIE .story_carousel .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 27px;
    text-indent: -30em;
    overflow: hidden;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2265px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(187%2C%20168%2C%20121)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M26.880%2C3.140%20L3.600%2C31.996%20L26.880%2C60.853%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
  }
  html.notIE .story_carousel .slick-arrow.slick-prev {
    left: -56px;
  }
  html.notIE .story_carousel .slick-arrow.slick-next {
    right: -56px;
    transform: rotate(180deg);
  }
  html.notIE .story_carousel .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  html.notIE .story_carousel .slick-dots li + li {
    margin-left: 20px;
  }
  html.notIE .story_carousel .slick-dots li button {
    width: 40px;
    height: 10px;
    position: relative;
    text-indent: -30em;
    overflow: hidden;
  }
  html.notIE .story_carousel .slick-dots li button::before, html.notIE .story_carousel .slick-dots li button::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ece5d8;
    position: absolute;
    top: 0;
  }
  html.notIE .story_carousel .slick-dots li button::before {
    left: 0;
  }
  html.notIE .story_carousel .slick-dots li button::after {
    right: 0;
  }
  html.notIE .story_carousel .slick-dots li.slick-active button::before, html.notIE .story_carousel .slick-dots li.slick-active button::after {
    background-color: #bfaa7e;
  }
  html.notIE .story_carousel dl {
    padding: 30px;
    font-size: 15px;
    line-height: 2;
  }
  html.notIE .story_carousel dl dt {
    text-align: center;
    font-weight: bold;
  }
  html.notIE .story_carousel dl dd {
    text-indent: 1em;
  }
  html.notIE .story_carousel_note {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 10px;
    font-size: 12px;
    text-align: right;
  }
  html.notIE .story_note {
    font-size: 12px;
    margin: 30px 0;
  }
  html.notIE .story_note--img-note {
    width: 584px;
    margin: -18px auto 0;
    text-align: right;
  }
  html.notIE .story_product {
    background-color: #f9f6f2;
    padding: 80px 0 60px;
  }
  html.notIE .story_product_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6363636364;
    margin-bottom: 40px;
  }
  html.notIE .story_product_title em {
    display: inline-block;
    position: relative;
    font-style: normal;
    color: #bfaa7e;
  }
  html.notIE .story_product_title em::before, html.notIE .story_product_title em::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 30px;
    background-color: #bfaa7e;
    transform-origin: center bottom;
  }
  html.notIE .story_product_title em::before {
    transform: translate(-0.5em, 3px) rotate(-30deg);
  }
  html.notIE .story_product_title em::after {
    transform: translate(0.5em, 3px) rotate(30deg);
  }
  html.notIE .story_product_list {
    display: flex;
    justify-content: center;
  }
  html.notIE .story_product_unit {
    flex-basis: 350px;
    background-color: #fff;
    padding: 30px;
    text-align: center;
  }
  html.notIE .story_product_unit:nth-child(n+2) {
    margin-left: 30px;
  }
  html.notIE .story_product_flags .birui {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    margin: 0 2px;
  }
  html.notIE .story_product_flags .new {
    display: inline-block;
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    font-weight: bold;
    padding: 3px 3px 2px;
    margin: 0 2px;
  }
  html.notIE .story_product_name {
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.1875;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  html.notIE .story_product_price {
    font-size: 18px;
    line-height: 1.2777777778;
    font-weight: bold;
  }
  html.notIE .story_product_price span {
    font-weight: 700;
    font-size: 12px;
  }
  html.notIE .story_product_btn {
    margin-top: 13px;
  }
  html.notIE .story_product_btn a {
    display: inline-block;
    background-color: #dfd4bd;
    width: 100%;
    max-width: 240px;
    height: 50px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
  }
  html.notIE .story_product_btn a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
  }
  html.notIE .story_product_btn a > span span {
    font-size: 12px;
  }
  html.notIE .story_product_btn a > span::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -6px;
  }
  html.notIE .story_product_note {
    width: 730px;
    margin: 10px auto 0;
    font-size: 12px;
    text-align: right;
  }
  html.notIE .story_link {
    padding: 120px 0;
  }
  html.notIE .story_link_title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 40px;
  }
  html.notIE .story_link_list {
    display: flex;
    justify-content: center;
    margin-left: -20px;
  }
  html.notIE .story_link_unit {
    flex-basis: 272px;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    border: solid 1px #b7b7b7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-left: 20px;
  }
}
@media screen and (min-width: 751px) and (min-width: 751px) {
  html.notIE .story_link_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.notIE .story_link_unit:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .story_link_unit.m-hide {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .story_link_img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .story_link_subtitle {
    flex-grow: 1;
    padding: 10px 14px;
  }
  html.notIE .story_link_subtitle a {
    font-size: 21px;
    font-weight: bold;
    line-height: 1.380952381;
    text-decoration: none;
    letter-spacing: 0.01em;
  }
  html.notIE .story_link_subtitle a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: all;
  }
}
@media screen and (min-width: 751px) {
  html.notIE .story_link_person {
    padding: 0 14px 10px;
    font-size: 16px;
    line-height: 1.125;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
}

html.msie .content {
  max-width: 960px;
  margin: -1px auto 0;
}
html.msie .content .marker {
  display: inline;
  background: rgba(223, 212, 189, 0.5);
}
html.msie .content sup {
  font-size: 0.5em;
  vertical-align: super;
}
html.msie .story_title {
  background-color: #efe9de;
  padding-bottom: 80px;
  position: relative;
}
html.msie .story_title_area {
  background-color: rgba(255, 255, 255, 0.9);
  width: 600px;
  margin: -40px auto 0;
  padding: 60px 0;
  text-align: center;
  position: relative;
}
html.msie .story_title_area h1 {
  background: url(../img/pc/dotline.png) no-repeat center top, url(../img/pc/dotline.png) no-repeat center bottom;
  padding: 40px 0;
  font-size: 26px;
  line-height: 1.6153846154;
}
html.msie .story_title_area h1 span {
  font-size: 17px;
}
html.msie .story_title_lead {
  text-align: center;
  font-size: 17px;
  line-height: 2.2352941176;
  margin-top: 50px;
}
html.msie .story_title_note {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  font-size: 12px;
}
html.msie .story_cont {
  width: 730px;
  margin: 100px auto;
}
html.msie .story_h2 {
  text-align: center;
  background: url(../img/pc/dotline.png) no-repeat center bottom;
  padding-bottom: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
}
html.msie .story_img {
  display: block;
  width: 584px;
  margin: 30px auto;
}
html.msie .story_text {
  margin: 30px auto 0;
  font-size: 17px;
  line-height: 2.2352941176;
  text-indent: 1em;
}
html.msie .story_text + .story_text {
  margin-top: 0;
}
html.msie .story_box {
  background-color: #f9f6f2;
  margin: 20px 0;
  padding: 30px 50px 30px 50px;
}
html.msie .story_box_title {
  text-align: center;
  margin-bottom: 30px;
}
html.msie .story_box_title span {
  display: inline-block;
  border-bottom: solid 1px #000;
  font-size: 17px;
  font-weight: bold;
}
html.msie .story_box_list li {
  font-size: 17px;
  line-height: 1.8823529412;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
html.msie .story_carousel {
  margin: 40px -10px;
  opacity: 0;
}
html.msie .story_carousel.slick-initialized {
  opacity: 1;
}
html.msie .story_carousel_unit {
  flex-basis: 355px;
  flex-grow: 0;
  flex-shrink: 0;
  background-color: #f5f2eb;
  margin: 0 10px;
  position: relative;
}
html.msie .story_carousel .slick-track {
  display: flex;
}
html.msie .story_carousel .slick-slide {
  float: none;
  height: auto;
}
html.msie .story_carousel .slick-arrow {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 27px;
  text-indent: -30em;
  overflow: hidden;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2265px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(187%2C%20168%2C%20121)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M26.880%2C3.140%20L3.600%2C31.996%20L26.880%2C60.853%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
  background-size: contain;
}
html.msie .story_carousel .slick-arrow.slick-prev {
  left: -56px;
}
html.msie .story_carousel .slick-arrow.slick-next {
  right: -56px;
  transform: rotate(180deg);
}
html.msie .story_carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
html.msie .story_carousel .slick-dots li + li {
  margin-left: 20px;
}
html.msie .story_carousel .slick-dots li button {
  width: 40px;
  height: 10px;
  position: relative;
  text-indent: -30em;
  overflow: hidden;
}
html.msie .story_carousel .slick-dots li button::before, html.msie .story_carousel .slick-dots li button::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ece5d8;
  position: absolute;
  top: 0;
}
html.msie .story_carousel .slick-dots li button::before {
  left: 0;
}
html.msie .story_carousel .slick-dots li button::after {
  right: 0;
}
html.msie .story_carousel .slick-dots li.slick-active button::before, html.msie .story_carousel .slick-dots li.slick-active button::after {
  background-color: #bfaa7e;
}
html.msie .story_carousel dl {
  padding: 30px;
  font-size: 15px;
  line-height: 2;
}
html.msie .story_carousel dl dt {
  text-align: center;
  font-weight: bold;
}
html.msie .story_carousel dl dd {
  text-indent: 1em;
}
html.msie .story_carousel_note {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 10px;
  font-size: 12px;
  text-align: right;
}
html.msie .story_note {
  font-size: 12px;
  margin: 30px 0;
}
html.msie .story_note--img-note {
  width: 584px;
  margin: -18px auto 0;
  text-align: right;
}
html.msie .story_product {
  background-color: #f9f6f2;
  padding: 80px 0 60px;
}
html.msie .story_product_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6363636364;
  margin-bottom: 40px;
}
html.msie .story_product_title em {
  display: inline-block;
  position: relative;
  font-style: normal;
  color: #bfaa7e;
}
html.msie .story_product_title em::before, html.msie .story_product_title em::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 30px;
  background-color: #bfaa7e;
  transform-origin: center bottom;
}
html.msie .story_product_title em::before {
  transform: translate(-0.5em, 3px) rotate(-30deg);
}
html.msie .story_product_title em::after {
  transform: translate(0.5em, 3px) rotate(30deg);
}
html.msie .story_product_list {
  display: flex;
  justify-content: center;
}
html.msie .story_product_unit {
  flex-basis: 350px;
  background-color: #fff;
  padding: 30px;
  text-align: center;
}
html.msie .story_product_unit:nth-child(n+2) {
  margin-left: 30px;
}
html.msie .story_product_flags .birui {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  margin: 0 2px;
}
html.msie .story_product_flags .new {
  display: inline-block;
  border: solid 1px #000;
  background-color: #000;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
  padding: 3px 3px 2px;
  margin: 0 2px;
}
html.msie .story_product_name {
  margin: 5px 0;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  letter-spacing: 0.03em;
}
html.msie .story_product_price {
  font-size: 18px;
  line-height: 1.2777777778;
  font-weight: bold;
}
html.msie .story_product_price span {
  font-weight: 700;
  font-size: 12px;
}
html.msie .story_product_btn {
  margin-top: 13px;
}
html.msie .story_product_btn a {
  display: inline-block;
  background-color: #dfd4bd;
  width: 100%;
  max-width: 240px;
  height: 50px;
  border-radius: 3px;
  text-decoration: none;
  position: relative;
}
html.msie .story_product_btn a > span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 700;
}
html.msie .story_product_btn a > span span {
  font-size: 12px;
}
html.msie .story_product_btn a > span::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -6px;
}
html.msie .story_product_note {
  width: 730px;
  margin: 10px auto 0;
  font-size: 12px;
  text-align: right;
}
html.msie .story_link {
  padding: 120px 0;
}
html.msie .story_link_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 40px;
}
html.msie .story_link_list {
  display: flex;
  justify-content: center;
  margin-left: -20px;
}
html.msie .story_link_unit {
  flex-basis: 272px;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  border: solid 1px #b7b7b7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  margin-left: 20px;
}
@media screen and (min-width: 751px) {
  html.msie .story_link_unit {
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.2s ease 0s;
  }
  html.msie .story_link_unit:hover {
    opacity: 0.7;
  }
}
html.msie .story_link_unit.m-hide {
  display: none;
}
html.msie .story_link_img img {
  width: 100%;
  height: auto;
}
html.msie .story_link_subtitle {
  flex-grow: 1;
  padding: 10px 14px;
}
html.msie .story_link_subtitle a {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.380952381;
  text-decoration: none;
  letter-spacing: 0.01em;
}
html.msie .story_link_subtitle a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: all;
}
html.msie .story_link_person {
  padding: 0 14px 10px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: bold;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 750px) {
  html.notIE .content {
    margin-top: -1px;
  }
  html.notIE .content .marker {
    display: inline;
    background: rgba(223, 212, 189, 0.5);
  }
  html.notIE .content sup {
    font-size: 0.5em;
    vertical-align: super;
  }
  html.notIE .story_title {
    background-color: #efe9de;
    padding-bottom: calc(80 / 750 * 100vw);
    position: relative;
  }
  html.notIE .story_title_area {
    background-color: rgba(255, 255, 255, 0.9);
    width: calc(600 / 750 * 100vw);
    margin: calc(-40 / 750 * 100vw) auto 0;
    padding: calc(60 / 750 * 100vw) 0;
    text-align: center;
    position: relative;
  }
  html.notIE .story_title_area h1 {
    background: url(../img/sp/dotline.png) no-repeat center top, url(../img/sp/dotline.png) no-repeat center bottom;
    background-size: calc(234 / 750 * 100vw), calc(234 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    font-size: calc(35 / 750 * 100vw);
    line-height: 1.5714285714;
    letter-spacing: 0.06em;
  }
  html.notIE .story_title_area h1 span {
    font-size: calc(26 / 750 * 100vw);
  }
  html.notIE .story_title_area h1.m-fontS {
    font-size: calc(30 / 750 * 100vw);
  }
  html.notIE .story_title_area h1.m-fontS span {
    font-size: calc(23 / 750 * 100vw);
  }
  html.notIE .story_title_lead {
    text-align: center;
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7692307692;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .story_title_note {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: calc(10 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
  }
  html.notIE .story_cont {
    margin: calc(100 / 750 * 100vw) calc(75 / 750 * 100vw);
  }
  html.notIE .story_h2 {
    text-align: center;
    background: url(../img/sp/dotline.png) no-repeat center bottom;
    background-size: calc(234 / 750 * 100vw);
    padding-bottom: calc(30 / 750 * 100vw);
    margin-bottom: calc(40 / 750 * 100vw);
    font-size: calc(35 / 750 * 100vw);
    line-height: 1.5714285714;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  html.notIE .story_img {
    display: block;
    margin: calc(30 / 750 * 100vw) 0;
  }
  html.notIE .story_text {
    margin: calc(30 / 750 * 100vw) auto 0;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.9285714286;
    text-indent: 1em;
  }
  html.notIE .story_text + .story_text {
    margin-top: 0;
  }
  html.notIE .story_box {
    background-color: #f9f6f2;
    margin: calc(40 / 750 * 100vw) 0;
    padding: calc(40 / 750 * 100vw);
  }
  html.notIE .story_box_title {
    text-align: center;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .story_box_title span {
    display: inline-block;
    border-bottom: solid 1px #000;
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    letter-spacing: 0.01em;
  }
  html.notIE .story_box_list li {
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.9230769231;
    font-weight: bold;
  }
  html.notIE .story_box_list li:nth-child(n+2) {
    margin-top: 0.5em;
  }
  html.notIE .story_carousel {
    margin: calc(40 / 750 * 100vw) 0;
  }
  html.notIE .story_carousel_unit {
    flex-basis: calc(600 / 750 * 100vw);
    flex-grow: 0;
    flex-shrink: 0;
    background-color: #f5f2eb;
    position: relative;
  }
  html.notIE .story_carousel .slick-track {
    display: flex;
  }
  html.notIE .story_carousel .slick-slide {
    float: none;
    height: auto;
  }
  html.notIE .story_carousel .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: calc(48 / 750 * 100vw);
    text-indent: -30em;
    overflow: hidden;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2230px%22%20height%3D%2265px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(187%2C%20168%2C%20121)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M26.880%2C3.140%20L3.600%2C31.996%20L26.880%2C60.853%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
  }
  html.notIE .story_carousel .slick-arrow.slick-prev {
    left: calc(-38 / 750 * 100vw);
  }
  html.notIE .story_carousel .slick-arrow.slick-next {
    right: calc(-38 / 750 * 100vw);
    transform: rotate(180deg);
  }
  html.notIE .story_carousel .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: calc(50 / 750 * 100vw);
  }
  html.notIE .story_carousel .slick-dots li + li {
    margin-left: calc(30 / 750 * 100vw);
  }
  html.notIE .story_carousel .slick-dots li button {
    width: calc(16 / 750 * 100vw);
    height: calc(16 / 750 * 100vw);
    border-radius: 50%;
    background-color: #ece5d8;
    text-indent: -30em;
    overflow: hidden;
  }
  html.notIE .story_carousel .slick-dots li.slick-active button {
    background-color: #bfaa7e;
  }
  html.notIE .story_carousel dl {
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(26 / 750 * 100vw);
    line-height: 1.7692307692;
  }
  html.notIE .story_carousel dl dt {
    text-align: center;
    font-weight: bold;
  }
  html.notIE .story_carousel dl dd {
    text-indent: 1em;
  }
  html.notIE .story_carousel_note {
    font-size: 10px;
    text-align: right;
  }
  html.notIE .story_note {
    font-size: 10px;
    margin: calc(30 / 750 * 100vw) 0;
  }
  html.notIE .story_note--img-note {
    margin: calc(-20 / 750 * 100vw) auto 0;
    text-align: right;
  }
  html.notIE .story_product {
    background-color: #f9f6f2;
    padding: calc(80 / 750 * 100vw) calc(25 / 750 * 100vw) calc(60 / 750 * 100vw);
  }
  html.notIE .story_product_title {
    text-align: center;
    font-size: calc(35 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.2857142857;
    margin-bottom: calc(40 / 750 * 100vw);
  }
  html.notIE .story_product_title em {
    display: inline-block;
    position: relative;
    font-style: normal;
    color: #bfaa7e;
  }
  html.notIE .story_product_title em::before, html.notIE .story_product_title em::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: calc(40 / 750 * 100vw);
    background-color: #bfaa7e;
    transform-origin: center bottom;
  }
  html.notIE .story_product_title em::before {
    transform: translate(-0.5em, 3px) rotate(-30deg);
  }
  html.notIE .story_product_title em::after {
    transform: translate(0.5em, 3px) rotate(30deg);
  }
  html.notIE .story_product_list {
    display: flex;
    overflow-x: hidden;
  }
  html.notIE .story_product .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: calc(60 / 750 * 100vw);
    text-indent: -30em;
    overflow: hidden;
  }
  html.notIE .story_product .slick-arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 9px #bba879;
    border-left: solid 9px #bba879;
    border-right: solid 9px transparent;
    border-bottom: solid 9px transparent;
    position: absolute;
    top: 50%;
  }
  html.notIE .story_product .slick-arrow.slick-prev {
    left: 0;
  }
  html.notIE .story_product .slick-arrow.slick-prev::after {
    left: calc(30 / 750 * 100vw);
    transform: translateY(-50%) rotate(-45deg);
  }
  html.notIE .story_product .slick-arrow.slick-next {
    right: 0;
  }
  html.notIE .story_product .slick-arrow.slick-next::after {
    right: calc(30 / 750 * 100vw);
    transform: translateY(-50%) rotate(135deg);
  }
  html.notIE .story_product_unit {
    width: calc(700 / 750 * 100vw);
    flex-shrink: 0;
    flex-grow: 0;
    box-sizing: border-box;
    background-color: #fff;
    padding: calc(60 / 750 * 100vw) calc(50 / 750 * 100vw);
    text-align: center;
    box-shadow: 0 0 40px rgba(223, 212, 189, 0.2);
  }
  html.notIE .story_product_flags .birui {
    display: inline-block;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
    margin: 0 calc(4 / 750 * 100vw);
  }
  html.notIE .story_product_flags .new {
    display: inline-block;
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
    font-size: calc(20 / 750 * 100vw);
    line-height: 1;
    font-weight: bold;
    padding: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) calc(4 / 750 * 100vw);
    margin: 0 calc(4 / 750 * 100vw);
  }
  html.notIE .story_product_name {
    margin: 5px 0;
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.3571428571;
    font-weight: bold;
    letter-spacing: 0.03em;
  }
  html.notIE .story_product_price {
    font-size: calc(37 / 750 * 100vw);
    line-height: 1.2432432432;
    font-weight: bold;
  }
  html.notIE .story_product_price span {
    font-weight: 700;
    font-size: calc(25 / 750 * 100vw);
  }
  html.notIE .story_product_btn {
    margin-top: 13px;
  }
  html.notIE .story_product_btn a {
    display: inline-block;
    background-color: #dfd4bd;
    width: 100%;
    max-width: 240px;
    height: 50px;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
  }
  html.notIE .story_product_btn a > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
    font-weight: 700;
  }
  html.notIE .story_product_btn a > span span {
    font-size: 12px;
  }
  html.notIE .story_product_btn a > span::after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background: url(../img/arrow.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -6px;
  }
  html.notIE .story_product_note {
    margin: calc(20 / 750 * 100vw) 0 0;
    font-size: calc(20 / 750 * 100vw);
    text-align: right;
    letter-spacing: 0;
  }
  html.notIE .story_link {
    padding: calc(120 / 750 * 100vw) calc(25 / 750 * 100vw);
  }
  html.notIE .story_link_title {
    text-align: center;
    font-size: calc(35 / 750 * 100vw);
    font-weight: bold;
    margin-bottom: calc(30 / 750 * 100vw);
  }
  html.notIE .story_link_list {
    display: flex;
    margin: 0 calc(-10 / 750 * 100vw);
  }
  html.notIE .story_link .slick-track {
    display: flex;
  }
  html.notIE .story_link .slick-slide {
    float: none;
    height: auto;
  }
  html.notIE .story_link .slick-arrow {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: calc(55 / 750 * 100vw);
    text-indent: -30em;
    overflow: hidden;
  }
  html.notIE .story_link .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
  }
  html.notIE .story_link .slick-arrow::after {
    content: "";
    display: block;
    width: calc(55 / 750 * 100vw);
    height: calc(118 / 750 * 100vw);
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2255.032px%22%20height%3D%22118.032px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(201%2C%20201%2C%20201)%22%20stroke-width%3D%224.688px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M49.480%2C6.444%20L7.754%2C57.945%20L49.480%2C109.449%20%22%2F%3E%3C%2Fsvg%3E") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
  }
  html.notIE .story_link .slick-arrow.slick-prev {
    left: calc(-15 / 750 * 100vw);
  }
  html.notIE .story_link .slick-arrow.slick-prev::after {
    left: 0;
    transform: translateY(-50%);
  }
  html.notIE .story_link .slick-arrow.slick-next {
    right: calc(-15 / 750 * 100vw);
  }
  html.notIE .story_link .slick-arrow.slick-next::after {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }
  html.notIE .story_link_unit {
    flex-basis: calc(340 / 750 * 100vw);
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    border: solid 1px #b7b7b7;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin: 0 calc(10 / 750 * 100vw);
  }
  html.notIE .story_link_unit.m-hide {
    display: none;
  }
  html.notIE .story_link_img img {
    width: 100%;
    height: auto;
  }
  html.notIE .story_link_subtitle {
    flex-grow: 1;
    padding: calc(20 / 750 * 100vw);
    line-height: 1.2307692308;
  }
  html.notIE .story_link_subtitle a {
    font-size: calc(26 / 750 * 100vw);
    font-weight: bold;
    line-height: 1.2307692308;
    text-decoration: none;
    letter-spacing: 0.01em;
  }
  html.notIE .story_link_subtitle a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    pointer-events: all;
  }
  html.notIE .story_link_person {
    padding: 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
    font-size: calc(20 / 750 * 100vw);
    line-height: 1.1;
    font-weight: bold;
    letter-spacing: 0.01em;
  }
}
