@charset "UTF-8";
.fromBottomIn {
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s ease;
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  opacity: 1.0;
}

.fromBottomOut {
  transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 1s ease;
  -ms-transform: translate(0, 50px);
      transform: translate(0, 50px);
  opacity: 0.0;
}

.popup {
  opacity: 0;
}

.pop-in {
  opacity: 0;
  transform: translateY(100px) translateZ(0);
  animation: pop-in 1.2s ease forwards;
}

.pop-in:nth-child(odd) {
  animation-duration: 1.3s;
  animation-delay: 0.03s;
}

@keyframes pop-in {
  to {
    opacity: 1;
    transform: translateY(0) translateZ(0);
  }
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  p, ul, h2, h3, h4 {
    font-size: 14px;
    color: #121212;
    letter-spacing: 0.064em;
  }
  p b, ul b, h2 b, h3 b, h4 b {
    font-weight: bold;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .top-page {
    overflow: hidden;
  }
  .top-page .inner-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .top-page .inner-wrap.bg1 {
    padding: 5% 0;
  }
  .top-page .inner-wrap.bg1:before {
    content: "";
    max-width: 747px;
    width: 60%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/bro-img.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: all ease 1.8s;
  }
  .top-page .inner-wrap.bg1.scroll-in:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .top-page .inner-wrap.bg2 {
    padding: 5% 0;
  }
  .top-page .inner-wrap.bg2:before {
    content: "";
    max-width: 707px;
    width: 60%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/bor-img.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: all ease 1.8s;
  }
  .top-page .inner-wrap.bg2.scroll-in:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .top-page .inner {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .top-page .inner:after {
    content: "";
    font-size: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  /***********header***********/
  .header {
    margin-top: 73px;
    overflow: hidden;
  }
  .header .kv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: relative;
    background: url(../img/top-bg.jpg);
    background-size: cover;
    background-position: center center;
  }
  .header .kv.scroll-in h2 {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
    transition-delay: 0.4s;
  }
  .header .kv.scroll-in .l-img img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .header .kv.scroll-in .r-img img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: 0.2s;
  }
  .header .kv h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 3;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-50%, -40%, 0);
    max-width: 25.85034%;
    opacity: 0;
  }
  .header .kv .l-img {
    width: 50%;
  }
  .header .kv .l-img img {
    width: 100%;
    max-width: auto;
    opacity: 0;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(-40px, 0, 0);
  }
  .header .kv .r-img {
    width: 50%;
  }
  .header .kv .r-img img {
    width: 100%;
    max-width: auto;
    opacity: 0;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 1.2s;
    transform: translate3d(40px, 0, 0);
  }
  /***********read***********/
  .read {
    padding: 75px 0;
    background-image: linear-gradient(to right, #ece9e1 50%, #E9E6DD 50%);
    background-size: 78px 78px;
  }
  .read .box {
    text-align: center;
  }
  .read .box h3 {
    color: #996c33;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 36px;
  }
  .read .box p {
    line-height: 2.14286;
  }
  .read .box p + p {
    padding-top: 25px;
  }
  .read .box p.min {
    font-size: 12px;
    color: #6f6f6f;
  }
  .read .btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 50px;
  }
  .read .btn-wrap .btn {
    border: solid 1px #1e1e1e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 250px;
    width: 100%;
    border-radius: 25px;
    height: 50px;
    margin: 0 30px;
    letter-spacing: 0.144em;
    font-size: 13px;
    color: #1e1e1e;
    position: relative;
    overflow: hidden;
  }
  .read .btn-wrap .btn:nth-child(2):before {
    background: #A17071;
  }
  .read .btn-wrap .btn span {
    position: relative;
    z-index: 1;
  }
  .read .btn-wrap .btn:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #805F4D;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .read .btn-wrap .btn:hover {
    color: #FFFFFF;
  }
  .read .btn-wrap .btn:hover:before {
    -ms-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  /***********eria***********/
  .eria01 {
    background: #faf6f4;
    padding-top: 37px;
  }
  .eria02 {
    background: #faf6f4;
    padding-top: 37px;
    overflow: hidden;
  }
  .eria .box.right {
    width: 403px;
    padding: 90px 0 100px;
    float: right;
    text-align: center;
    position: relative;
  }
  .eria .box.right:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bro-top.png) no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .eria .box.right:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bro-bottom.png) no-repeat;
    background-size: contain;
    background-position: bottom center;
  }
  .eria .box.right:before, .eria .box.right:after {
    opacity: 0;
    transition: all ease 0.6s 0.3s;
  }
  .eria .box.right h3 {
    margin-bottom: 33px;
  }
  .eria .box.right p + p {
    padding-top: 20px;
  }
  .eria .box.left {
    width: 403px;
    padding: 90px 0 100px;
    float: left;
    text-align: center;
    position: relative;
  }
  .eria .box.left:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bor-top.png) no-repeat;
    background-size: 402px 59px;
    background-position: top center;
  }
  .eria .box.left:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bor-bottom.png) no-repeat;
    background-size: 400px 59px;
    background-position: bottom center;
  }
  .eria .box.left:before, .eria .box.left:after {
    opacity: 0;
    transition: all ease 0.6s 0.3s;
  }
  .eria .box.left h3 {
    margin-bottom: 33px;
  }
  .eria .box.left p + p {
    padding-top: 20px;
  }
  .eria .box.scroll-in:before, .eria .box.scroll-in:after {
    opacity: 1;
  }
  /***********item***********/
  .item {
    padding: 90px 0 100px;
    overflow: hidden;
  }
  .item .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #805f4d;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .item .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .item .description {
    max-width: 600px;
  }
  .item .description ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .item .description ul li {
    width: 50%;
    padding: 0 31px;
  }
  .item .description ul li:nth-child(3 + n) {
    margin-top: 42px;
  }
  .item .description ul li .figure {
    padding-bottom: 15px;
  }
  .item .description ul li .figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
  }
  .item .description ul li .figure .figcaption b {
    font-weight: bold;
  }
  .item1 {
    background: #f5efec;
    position: relative;
    padding-bottom: calc(55px + 0.113605442176871 * 100vw);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .item1 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 769px) {
  .item1:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.36054vw 50vw 0 50vw;
    border-color: #F5EFEC transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #F6E9E1;
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .item1:before {
    border-width: 11.36054vw 540px 0 540px;
  }
}

@media screen and (min-width: 769px) {
  .item2 {
    background: #F6E9E1;
  }
  .item3 {
    background: #f9edeb;
    position: relative;
    padding-bottom: calc(55px + 0.113605442176871 * 100vw);
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .item3 {
    padding-bottom: 160px;
  }
}

@media screen and (min-width: 769px) {
  .item3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11.36054vw 50vw 0 50vw;
    border-color: #f9edeb transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #f6e3e0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1079px) {
  .item3:before {
    border-width: 11.36054vw 540px 0 540px;
  }
}

@media screen and (min-width: 769px) {
  .item4 {
    background: #f6e3e0;
  }
  .product-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .product-wrap.center {
    display: block;
    width: 778px;
    margin: 80px auto 0;
    font-size: 0;
  }
  .product-wrap.center .product {
    display: inline-block;
    margin-top: 60px;
    width: 50%;
    margin-left: 48px;
    margin-right: 48px;
  }
  .product-wrap.center .product.mt00 {
    margin-top: 0;
  }
  .product-wrap.center .product a {
    font-size: 14px;
  }
  .product-wrap .product {
    max-width: 290px;
    width: 100%;
    text-align: center;
  }
  .product-wrap .product .figure img {
    display: block;
    margin-bottom: 26px;
  }
  .product-wrap .product .product-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .product-wrap .product .product-name span {
    font-size: 14px;
    font-weight: normal;
    display: block;
  }
  .product-wrap .product .price {
    font-size: 18px;
    font-weight: bold;
  }
  .product-wrap .product .tax {
    font-weight: normal;
    font-size: 12px;
    padding-left: 5px;
  }
  .product-wrap .product a {
    border: solid 1px #e2147f;
    max-width: 250px;
    width: 100%;
    height: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 15px auto 0;
    color: #e2147f;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
  }
  .product-wrap .product a:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e2147f;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .product-wrap .product a:hover {
    color: #FFFFFF;
  }
  .product-wrap .product a:hover:before {
    -ms-transform-origin: left top;
    transform-origin: left top;
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .description-list {
    width: 50%;
  }
  .description-list dl {
    max-width: 392px;
    width: 100%;
    display: table;
    width: 100%;
  }
  .description-list dl + dl {
    margin-top: 40px;
  }
  .description-list dl dt {
    width: 90px;
  }
  .description-list dl dd {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: 0.064em;
  }
  .description-list dl dd span {
    color: #e2147f;
    adding-top: 10px;
    display: inline-block;
  }
  .description-image {
    width: 50%;
  }
  .description-image ul li + li {
    margin-top: 65px;
  }
  .step-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .step-list ul li {
    width: 25%;
    padding: 0 15px;
  }
  .step-list ul li:nth-child(n + 5) {
    margin-top: 42px;
  }
  .step-list ul li .figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 22px;
  }
  .step-list ul li p b {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  p, ul, h2, h3, h4 {
    font-size: 12px;
    color: #121212;
    letter-spacing: 0.064em;
  }
  p b, ul b, h2 b, h3 b, h4 b {
    font-weight: bold;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .top-page {
    overflow: hidden;
  }
  .top-page .inner-wrap {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .top-page .inner-wrap.bg1 {
    padding: 5% 0;
  }
  .top-page .inner-wrap.bg1:before {
    content: "";
    width: 100%;
    height: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bro-img.png) no-repeat;
    background-size: contain;
    background-position: top center;
    opacity: 0;
    transform: translate3d(-40px, 0, 0);
    transition: all ease 1.8s;
  }
  .top-page .inner-wrap.bg1.scroll-in:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .top-page .inner-wrap.bg2 {
    padding: 10% 0;
  }
  .top-page .inner-wrap.bg2:before {
    content: "";
    width: 100%;
    height: 50vw;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/bor-img.png) no-repeat;
    background-size: contain;
    background-position: top center;
    opacity: 0;
    transform: translate3d(40px, 0, 0);
    transition: all ease 1.8s;
  }
  .top-page .inner-wrap.bg2.scroll-in:before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .top-page .inner {
    max-width: 1110px;
    width: 100%;
    margin: 0 auto;
    padding: 0 3%;
  }
  .top-page .inner:after {
    content: "";
    font-size: 0;
    clear: both;
    display: block;
    visibility: hidden;
  }
  /***********header***********/
  .header {
    overflow: hidden;
  }
  .header .kv {
    display: none;
  }
  /***********read***********/
  .read {
    padding: 40px 0;
    background-image: linear-gradient(to right, #ece9e1 50%, #E9E6DD 50%);
    background-size: 78px 78px;
  }
  .read .box {
    text-align: center;
  }
  .read .box h3 {
    color: #996c33;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .read .box p {
    line-height: 2.14286;
  }
  .read .box p + p {
    padding-top: 10px;
  }
  .read .box p.min {
    font-size: 12px;
    color: #6f6f6f;
  }
  .read .btn-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 30px;
  }
  .read .btn-wrap .btn {
    border: solid 1px #1e1e1e;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 250px;
    width: 100%;
    border-radius: 25px;
    height: 40px;
    margin: 0 5px;
    letter-spacing: 0.144em;
    font-size: 13px;
    color: #1e1e1e;
    position: relative;
    overflow: hidden;
  }
  .read .btn-wrap .btn span {
    position: relative;
    z-index: 1;
  }
  /***********eria***********/
  .eria01 {
    background: #faf6f4;
    padding-top: 22px;
  }
  .eria02 {
    background: #faf6f4;
    padding-top: 22px;
    overflow: hidden;
  }
  .eria .box h3 {
    margin-bottom: 20px;
  }
  .eria .box h3 img {
    max-width: 30%;
  }
  .eria .box p + p {
    padding-top: 10px;
  }
  .eria .box.right {
    width: 100%;
    padding: 45px 0 50px;
    margin-top: 52vw;
    text-align: center;
    position: relative;
  }
  .eria .box.right:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bro-top.png) no-repeat;
    background-size: 60%;
    background-position: top center;
  }
  .eria .box.right:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bro-bottom.png) no-repeat;
    background-size: 60%;
    background-position: bottom center;
  }
  .eria .box.right:before, .eria .box.right:after {
    opacity: 0;
    transition: all ease 0.6s 0.3s;
  }
  .eria .box.left {
    width: 100%;
    padding: 45px 0 50px;
    margin-top: 52vw;
    text-align: center;
    position: relative;
  }
  .eria .box.left:before {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    top: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bor-top.png) no-repeat;
    background-size: 60%;
    background-position: top center;
  }
  .eria .box.left:after {
    content: "";
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: url(../img/bor-bottom.png) no-repeat;
    background-size: 60%;
    background-position: bottom center;
  }
  .eria .box.left:before, .eria .box.left:after {
    opacity: 0;
    transition: all ease 0.6s 0.3s;
  }
  .eria .box.scroll-in:before, .eria .box.scroll-in:after {
    opacity: 1;
  }
  /***********item***********/
  .item {
    padding: 45px 0 50px;
    overflow: hidden;
  }
  .item .ttl {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #805f4d;
    line-height: 1.6;
    margin-bottom: 50px;
  }
  .item .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
  }
  .item .row .product-wrap {
    -ms-flex-pack: center;
        justify-content: center;
    margin-top: 20px;
  }
  .item .row .product-wrap .product {
    width: 100%;
  }
  .item .row .product-wrap .product a:before {
    content: "";
    width: 100%;
    height: 90.625vw;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .item .description {
    max-width: 600px;
    margin-left: -7px;
    margin-right: -7px;
  }
  .item .description ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .item .description ul li {
    width: 50%;
    padding: 0 7px;
  }
  .item .description ul li:nth-child(3 + n) {
    margin-top: 42px;
  }
  .item .description ul li .figure {
    padding-bottom: 15px;
  }
  .item .description ul li .figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .item .description ul li .figure .figcaption b {
    font-weight: bold;
  }
  .item1 {
    background: #f5efec;
    position: relative;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    padding-bottom: 19vw;
  }
  .item1:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.33333vw 540px 0 540px;
    border-color: #F5EFEC transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #F6E9E1;
  }
}

@media screen and (max-width: 768px) and (max-width: 376px) {
  .item1:before {
    border-width: 33.86667vw 540px 0 540px;
  }
}

@media screen and (max-width: 768px) {
  .item2 {
    background: #F6E9E1;
  }
  .item3 {
    background: #f9edeb;
    position: relative;
    transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
    padding-bottom: 19vw;
  }
  .item3:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13.33333vw 540px 0 540px;
    border-color: #f9edeb transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #f6e3e0;
  }
}

@media screen and (max-width: 768px) and (max-width: 376px) {
  .item3:before {
    border-width: 33.86667vw 540px 0 540px;
  }
}

@media screen and (max-width: 768px) {
  .item4 {
    background: #f6e3e0;
  }
  .product-wrap {
    display: -ms-flexbox;
    display: flex;
  }
  .product-wrap.center {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    margin: 40px -7px 0;
  }
  .product-wrap.center .product {
    width: 50%;
    padding: 0 7px;
  }
  .product-wrap.center .product:nth-child(n + 3) {
    margin-top: 30px;
  }
  .product-wrap .product {
    max-width: 290px;
    width: 100%;
    text-align: center;
    position: relative;
  }
  .product-wrap .product .figure img {
    display: block;
    margin-bottom: 26px;
  }
  .product-wrap .product .product-name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .product-wrap .product .product-name span {
    font-size: 10px;
    font-weight: normal;
    display: block;
  }
  .product-wrap .product .price {
    font-size: 14px;
    font-weight: bold;
  }
  .product-wrap .product .tax {
    font-weight: normal;
    font-size: 11px;
    padding-left: 2px;
  }
  .product-wrap .product a {
    border: solid 1px #e2147f;
    max-width: 250px;
    width: 100%;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    margin: 15px auto 0;
    color: #e2147f;
    border-radius: 25px;
    font-size: 12px;
  }
  .product-wrap .product a:before {
    content: "";
    width: calc(100% - 14px);
    height: 45vw;
    position: absolute;
    top: 0;
    left: 7px;
  }
  .description-list {
    width: 100%;
    margin-top: 40px;
  }
  .description-list dl {
    max-width: 392px;
    width: 100%;
    display: table;
    width: 100%;
  }
  .description-list dl + dl {
    margin-top: 20px;
  }
  .description-list dl dt {
    width: 45px;
  }
  .description-list dl dt img {
    width: 30px;
    height: 30px;
  }
  .description-list dl dd {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
    letter-spacing: 0.064em;
  }
  .description-list dl dd span {
    color: #e2147f;
    adding-top: 10px;
    display: inline-block;
  }
  .description-image {
    width: 100%;
  }
  .description-image ul li + li {
    margin-top: 25px;
  }
  .step-list ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
  .step-list ul li {
    width: 50%;
    padding: 0 7px;
  }
  .step-list ul li:nth-child(n + 3) {
    margin-top: 22px;
  }
  .step-list ul li .figure img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 12px;
  }
  .step-list ul li p b {
    font-weight: bold;
  }
}
