/* --------------------------------------------------------------------------
   .contents
--------------------------------------------------------------------------- */

/* --------------------------------------------------------------------------
   .kv
--------------------------------------------------------------------------- */
.kv {
  position: relative;
}

.kv__hdg {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  height: 113px;
  background: url("/komachi-official/assets/images/serviceguide_bg_sm.png");
  background-size: 80px;
}

.kv__hdg p {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
}

.kv > img {
  width: 100%;
  height: auto;
}

.kv__hdg span {
  position: relative;
  line-height: 1;
}

.kv__hdg span::before {
  position: absolute;
  top: -30px;
  right: -60px;
  width: 50px;
  height: 106px;
  background-image: url("/komachi-official/assets/images/product-info/kv_deco_sm.png");
  background-size: contain;
  content: '';
}

.kv__main {
  padding-top: 45.33%;
  background-image: url("/komachi-official/assets/images/product-info/kv_sm.jpg");
  background-size: cover;
}

.kv__txt {
  position: absolute;
  bottom: 0;
  left: 101%;
  visibility: hidden;
}

/* --------------------------------------------------------------------------
   .sec-composition
--------------------------------------------------------------------------- */
.sec-composition {
  padding: 40px 25px;
  border-top: 1px solid rgba(224, 192, 195, 0.2);
  background: url("/komachi-official/assets/images/bg_pattern08.png");
  background-size: 9px;
}

.sec-composition__hdg {
  position: relative;
  text-align: center;
}

.sec-composition__hdg span {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .sec-composition .table
--------------------------------------------------------------------------- */
.sec-composition .table {
  margin-top: 12px;
}

.sec-composition .table__inner {
  border: 2px solid #ffe1e4;
  border-radius: 5px;
}

.sec-composition .table__note {
  color: #593900;
  font-size: 1.2rem;
  line-height: 1.58;
}

.sec-composition .table__note--sp {
  padding: 10px 0;
  background-color: #fff;
}

.sec-composition .table__link {
  position: relative;
  padding: 5px 25px 20px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  text-align: center;
}

.sec-composition .table__link .bg {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 138px;
  background-image: linear-gradient(0deg, white 0, rgba(238, 238, 238, 0.05) 100%);
}

.sec-composition .table__link .c-btn {
  position: relative;
  max-width: 285px;
}

.sec-composition .table__link .c-btn::before, .sec-composition .table__link .c-btn::after {
  position: absolute;
  top: 50%;
  right: 35px;
  width: 2px;
  height: 15px;
  border-radius: 3px;
  background-color: #593900;
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-composition .table__link .c-btn::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.sec-composition .table__link .c-btn .c-btn__content::before, .sec-composition .table__link .c-btn .c-btn__content::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 14px;
  content: '';
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-composition .table__link .c-btn .c-btn__content::before {
  width: 76px;
  background-image: url("/komachi-official/assets/images/detail_btn_txt.svg");
}

.sec-composition .table__link .c-btn .c-btn__content::after {
  width: 45px;
  background-image: url("/komachi-official/assets/images/close_btn_txt.svg");
  opacity: 0;
}

.sec-composition .table__link .c-btn.is-active::before {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.sec-composition .table__link .c-btn.is-active::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.sec-composition .table__link .c-btn.is-active .c-btn__inner::before {
  content: none;
}

.sec-composition .table__link .c-btn.is-active .c-btn__content::before {
  opacity: 0;
}

.sec-composition .table__link .c-btn.is-active .c-btn__content::after {
  opacity: 1;
}

/* .sec-composition .table .table-list
----------------------------------------------------------------- */
.sec-composition .table .table-list {
  background-color: #fff4f4;
  color: #593900;
  font-weight: 500;
}

.sec-composition .table .table-list + .table-list {
  position: relative;
}

.sec-composition .table .table-list__wrap {
  overflow: hidden;
  height: 0;
}

.sec-composition .table .table-list dt {
  padding: 10px 20px;
  font-size: 1.7rem;
}

.sec-composition .table .table-list__content {
  padding: 12px 20px 13px;
  background-color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.77;
}

.sec-composition .table .table-list__content--pdg-sm {
  padding: 0 20px;
}

.sec-composition .table .table-list .inner li {
  display: flex;
  justify-content: space-between;
  padding: 17px 0 18px;
  font-size: 1.5rem;
  line-height: 1;
}

.sec-composition .table .table-list .inner li + li {
  border-top: 1px dashed #ffe6e9;
}

.sec-composition .table .table-list span {
  display: block;
}

/* --------------------------------------------------------------------------
   .sec-feature
--------------------------------------------------------------------------- */
.sec-feature {
  padding: 40px 0;
  border-top: 1px solid rgba(224, 192, 195, 0.2);
  background: url("/komachi-official/assets/images/bg_pattern08.png");
  background-size: 9px;
}

.sec-feature__hdg {
  position: relative;
  text-align: center;
}

.sec-feature__hdg span {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .sec-feature .list
--------------------------------------------------------------------------- */
.sec-feature .list {
  margin-top: 18px;
  padding: 0 25px;
}

.sec-feature .list__item {
  color: #593900;
  font-weight: 500;
}

.sec-feature .list__item + .list__item {
  margin-top: 35px;
}

.sec-feature .list__item:nth-child(1) .inner__img,
.sec-feature .list__item:nth-child(2) .inner__img {
  position: relative;
}

.sec-feature .list .inner {
  text-align: center;
}

.sec-feature .list .inner dt {
  margin: 0 -10px;
  font-size: 1.9rem;
  line-height: 1;
}

.sec-feature .list .inner dt span {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.sec-feature .list .inner dt span::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 7px;
  background-color: #ffecb9;
  content: '';
}

.sec-feature .list .inner__img {
  margin-top: 20px;
}

.sec-feature .list .inner__txt {
  margin-top: 20px;
  text-align: left;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.53;
}

/* --------------------------------------------------------------------------
   .sec-lead
--------------------------------------------------------------------------- */
.sec-lead {
  padding: 33px 25px 40px;
  color: #593900;
  font-weight: 500;
}

.sec-lead__logo {
  text-align: center;
}

.sec-lead__txt {
  margin-top: 25px;
  letter-spacing: .05em;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.66;
}

.sec-lead__txt .line {
  position: relative;
  background: linear-gradient(transparent 60%, #ffecb9 0%);
}

/* .sec-lead .info
----------------------------------------------------------------- */
.sec-lead .info {
  position: relative;
  margin-top: 25px;
  padding: 3px;
  border-radius: 5px;
  background-image: url("/komachi-official/assets/images/product-info/info_bg.png");
  background-size: 20px;
  background-repeat: repeat;
  box-shadow: inset 0 0 100px #fbeccd;
}

.sec-lead .info::before, .sec-lead .info::after {
  position: absolute;
  width: 38px;
  height: 36px;
  background-image: url("/komachi-official/assets/images/product-info/tape_sm.png");
  background-size: contain;
  content: '';
}

.sec-lead .info::before {
  top: -8px;
  left: -8px;
}

.sec-lead .info::after {
  right: -8px;
  bottom: -8px;
}

.sec-lead .info__inner {
  padding: 25px;
  border: 1px dashed #c8b598;
  border-radius: 3px;
}

.sec-lead .info__list {
  letter-spacing: .03em;
  font-size: 1.5rem;
}

.sec-lead .info__list + .info__list {
  margin-top: 15px;
}

.sec-lead .info__name {
  position: relative;
}

.sec-lead .info__name::before {
  position: absolute;
  top: 50%;
  right: 0;
  height: 1px;
  background-color: rgba(89, 57, 0, 0.2);
  content: '';
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-lead .info__list dd {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.77;
}

/* --------------------------------------------------------------------------
   .sec-price
--------------------------------------------------------------------------- */
.sec-price {
  padding: 40px 25px;
  border-top: 1px solid rgba(224, 192, 195, 0.2);
  background: url("/komachi-official/assets/images/bg_pattern01.png");
  background-size: 15px;
}

.sec-price__unit {
  position: relative;
  padding: 20px;
  border: 2px solid #ffe1e4;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.sec-price__unit .img img {
  max-width: 100%;
  height: auto;
}

.sec-price__unit p {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

.sec-price__img {
  position: relative;
  margin-top: 23px;
  margin-right: -13px;
}

.sec-price__img img {
  width: 100%;
  height: auto;
}

.sec-price__course {
  position: absolute;
  top: 0;
  left: 101%;
  visibility: hidden;
  width: 100%;
}

/* --------------------------------------------------------------------------
   .sec-price .buy-btn
--------------------------------------------------------------------------- */
.sec-price .buy-btn {
  position: relative;
  margin-top: 10px;
  width: 100%;
  border-radius: 5px;
  background-color: #ffe1e4;
  color: #593900;
  letter-spacing: .05em;
  font-weight: 500;
  font-size: 1.6rem;
}

.sec-price .buy-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}

.sec-price .buy-btn__inner span {
  position: relative;
  line-height: 1;
}

.sec-price .buy-btn .i-arrow-r::before {
  position: absolute;
  top: 50%;
  right: 14px;
  color: #fb707c;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* --------------------------------------------------------------------------
   .sec-price .detail-btn
--------------------------------------------------------------------------- */
.sec-price .detail-btn {
  margin-top: 24px;
  padding: 2px;
  border-radius: 6px;
  background: url("/komachi-official/assets/images/product-info/btn_bg.png");
}

.sec-price .detail-btn > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  border: 1px dashed #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 1.6rem;
}

.sec-price .detail-btn > a > .i-arrow-r {
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec-price .detail-btn > a .deco {
  position: relative;
}

.sec-price .detail-btn > a .deco::before, .sec-price .detail-btn > a .deco::after {
  position: absolute;
  background-size: contain;
  content: '';
}

.sec-price .detail-btn > a .deco::before {
  bottom: -16px;
  left: -70px;
  width: 62px;
  height: 76px;
  background-image: url("/komachi-official/assets/images/product-info/feature_btn_illust_sm.png");
}

@media (min-width: 768px) {
  body {
    width: auto;
  }
  .contents {
    margin: auto;
    max-width: 1080px;
    width: 100%;
  }
  .kv__hdg {
    height: 181px;
    background: url("/komachi-official/assets/images/serviceguide_bg_lg.png");
    background-position: 0 0;
    background-size: auto;
  }
  .kv__hdg span::before {
    top: -42px;
    right: -88px;
    width: 62px;
    height: 192px;
    background-image: url("/komachi-official/assets/images/product-info/kv_deco_lg.png");
  }
  .kv__main {
    padding-top: 0;
    height: 576px;
    background-image: url("/komachi-official/assets/images/product-info/kv_lg.jpg");
    background-position: 50% 0;
    background-size: auto;
  }
  .sec-composition {
    padding: 75px 0;
    background-size: auto;
  }
  .sec-composition .table {
    margin-top: 40px;
  }
  .sec-composition .table__inner {
    border-width: 3px;
    border-radius: 10px;
  }
  .sec-composition .table__note {
    margin-top: 18px;
    letter-spacing: .03em;
    font-weight: 500;
    font-size: 1.4rem;
  }
  .sec-composition .table.table--txt-md .table-list .txt {
    margin-right: 13px;
    width: 92px;
  }
  .sec-composition .table.table--txt-md .inner + .inner .txt {
    margin-right: 26px;
  }
  .sec-composition .table.table--txt-lg {
    margin-top: 35px;
  }
  .sec-composition .table.table--txt-lg .table-list:first-child {
    border-radius: 7px;
  }
  .sec-composition .table.table--txt-lg .table-list:first-child .table-list__content {
    border-radius: 0 7px 7px;
  }
  .sec-composition .table.table--txt-lg .table-list .inner + .inner {
    margin-left: 80px;
  }
  .sec-composition .table.table--txt-lg .table-list .txt {
    width: 145px;
  }
  .sec-composition .table .table-list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sec-composition .table .table-list + .table-list {
    border-radius: 0 0 7px 7px;
  }
  .sec-composition .table .table-list + .table-list::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: url("/komachi-official/assets/images/product-info/line_lg.png");
    content: '';
  }
  .sec-composition .table .table-list + .table-list .table-list__content {
    border-radius: 0 0 7px;
  }
  .sec-composition .table .table-list:first-child {
    border-radius: 7px 7px 0 0;
  }
  .sec-composition .table .table-list:first-child .table-list__content {
    border-radius: 0 7px 0 0;
  }
  .sec-composition .table .table-list__wrap {
    overflow: visible;
    height: auto;
  }
  .sec-composition .table .table-list dt {
    display: flex;
    justify-content: center;
    padding: 0;
    width: 270px;
    font-size: 1.6rem;
  }
  .sec-composition .table .table-list__content {
    padding: 30px 48px;
    width: calc(100% - 270px);
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1;
  }
  .sec-composition .table .table-list__detail {
    display: flex;
  }
  .sec-composition .table .table-list .inner + .inner {
    margin-left: 100px;
  }
  .sec-composition .table .table-list .inner li {
    display: block;
    padding: 0;
    font-size: 1.6rem;
  }
  .sec-composition .table .table-list .inner li + li {
    margin-top: 24px;
    border: 0;
  }
  .sec-composition .table .table-list span {
    display: inline-block;
  }
  .sec-composition .table .table-list .unit {
    width: 90px;
    text-align: right;
  }
  .sec-feature {
    padding: 65px 0 70px;
    background-size: auto;
  }
  .sec-feature .list {
    display: flex;
    margin: 47px -30px 0;
    padding: 0 50px;
  }
  .sec-feature .list__item {
    width: 33.33%;
  }
  .sec-feature .list__item + .list__item {
    margin-top: 0;
  }
  .sec-feature .list__item:nth-child(1) .inner__img,
  .sec-feature .list__item:nth-child(2) .inner__img {
    left: -3px;
  }
  .sec-feature .list .inner {
    padding: 0;
  }
  .sec-feature .list .inner dt {
    margin: 0;
    font-size: 1.9rem;
  }
  .sec-feature .list .inner dt span::before {
    bottom: -3px;
    height: 11px;
  }
  .sec-feature .list .inner__img {
    margin-top: 24px;
  }
  .sec-feature .list .inner__txt {
    margin-top: 20px;
    padding: 0 30px;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 2.03;
  }
  .sec-lead {
    display: none;
  }
  .sec-lead__txt {
    margin-top: 25px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 2.11;
  }
  .sec-lead .info {
    display: inline-block;
    margin-top: 55px;
    padding: 5px;
    width: 650px;
    border-radius: 10px;
    box-shadow: inset 0 0 70px #fbeccd;
  }
  .sec-lead .info::before, .sec-lead .info::after {
    width: 67px;
    height: 62px;
    background-image: url("/komachi-official/assets/images/product-info/tape_lg.png");
  }
  .sec-lead .info::before {
    top: -12px;
    left: -12px;
  }
  .sec-lead .info::after {
    right: -13px;
    bottom: -10px;
  }
  .sec-lead .info__inner {
    padding: 33px 34px;
    border-radius: 6px;
  }
  .sec-lead .info__list {
    display: flex;
    align-items: center;
  }
  .sec-lead .info__list + .info__list {
    margin-top: 10px;
  }
  .sec-lead .info__name {
    margin-right: 15px;
    width: 156px;
  }
  .sec-lead .info__name--border-sm::before {
    width: 43px;
  }
  .sec-lead .info__name--border-md::before {
    width: 96px;
  }
  .sec-lead .info__list dd {
    margin-top: 0;
    font-weight: 500;
    line-height: inherit;
  }
  .sec-price {
    padding: 83px 0 78px;
    border-top-width: 2px;
    background-size: auto;
  }
  .sec-price__unit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 12px 10px 10px 45px;
    width: 804px;
    border-width: 3px;
    border-radius: 10px;
  }
  .sec-price__unit .img {
    margin-top: 4px;
    margin-left: -16px;
  }
  .sec-price__img {
    margin-top: 13px;
    margin-right: 0;
  }
  .sec-price__img img {
    width: auto;
  }
  .sec-price .buy-btn {
    margin-top: 0;
    width: 424px;
    border-radius: 5px;
    font-size: 1.8rem;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .sec-price .buy-btn__inner {
    height: 54px;
  }
  .sec-price .buy-btn:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .sec-price .buy-btn .i-arrow-r::before {
    right: 17px;
  }
  .sec-price .detail-btn {
    margin-top: 49px;
    border-radius: 10px;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  .sec-price .detail-btn:hover {
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  .sec-price .detail-btn > a {
    border-radius: 10px;
    letter-spacing: .05em;
    font-size: 2rem;
  }
  .sec-price .detail-btn > a > .i-arrow-r {
    right: 20px;
  }
  .sec-price .detail-btn > a .deco::before {
    bottom: -15px;
    left: -126px;
    width: 121px;
    height: 97px;
    background-image: url("/komachi-official/assets/images/product-info/feature_btn_illust_lg.png");
  }
  .sec-price .detail-btn > a .deco::after {
    right: -82px;
    bottom: -16px;
    width: 67px;
    height: 83px;
    background-image: url("/komachi-official/assets/images/product-info/feature_btn_suppon_lg.png");
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  body {
    width: auto;
  }
}

@media (min-width: 1280px) {
  body {
    width: auto;
  }
  .sec-composition .table.table--txt-md .table-list .txt {
    width: 95px;
  }
  .sec-composition .table.table--txt-md .table-list .txt {
    margin-right: 36px;
  }
  .sec-composition .table.table--txt-lg .table-list .inner + .inner .txt {
    width: 160px;
  }
  .sec-composition .table .table-list .inner li + li {
    margin-top: 22px;
  }
  .sec-composition .table .table-list--01 .table-list__content {
    padding: 25px 48px;
    line-height: 1.68;
  }
  .sec-feature .list__item:nth-child(1) .inner__img,
  .sec-feature .list__item:nth-child(2) .inner__img {
    left: -10px;
  }
  .sec-feature .list .inner__img {
    margin-top: 30px;
  }
  .sec-lead .info::before {
    top: -13px;
    left: -18px;
  }
  .sec-lead .info__inner {
    padding: 35px 30px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .contents {
    max-width: 680px;
  }
  .kv__main {
    height: 340px;
    background-image: url("/komachi-official/assets/images/product-info/kv_md.jpg");
  }
  .sec-composition .table__note {
    margin-top: 13px;
    font-size: 1.3rem;
    line-height: 1.57;
  }
  .sec-composition .table.table--txt-lg .table-list:first-child .table-list__content {
    padding: 30px;
  }
  .sec-composition .table.table--txt-lg .table-list .inner + .inner {
    margin-left: 45px;
  }
  .sec-composition .table.table--txt-lg .table-list .txt {
    width: 117px;
    white-space: nowrap;
  }
  .sec-composition .table .table-list + .table-list .table-list__content {
    padding: 35px 30px;
  }
  .sec-composition .table .table-list dt {
    width: 173px;
    font-size: 1.4rem;
  }
  .sec-composition .table .table-list__content {
    padding: 28px 30px 22px;
    width: calc(100% - 173px);
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .sec-composition .table .table-list .inner + .inner {
    margin-left: 58px;
  }
  .sec-composition .table .table-list .inner li {
    font-size: 1.4rem;
  }
  .sec-composition .table .table-list .unit {
    width: 80px;
  }
  .sec-feature {
    padding: 60px 0 52px;
    border-top-width: 2px;
  }
  .sec-feature .list {
    margin: 40px -20px 0;
    padding: 0;
  }
  .sec-feature .list .inner {
    padding: 0 20px;
  }
  .sec-feature .list .inner dt {
    line-height: 1.37;
  }
  .sec-feature .list .inner dt span::before {
    bottom: 0;
  }
  .sec-feature .list .inner__txt {
    padding: 0;
    font-size: 1.4rem;
    line-height: 1.86;
  }
  .sec-lead {
    display: block;
    padding: 60px 0;
    height: auto;
    background: none;
  }
  .sec-lead__wrap {
    margin: 0 auto;
    width: 680px;
  }
  .sec-lead__txt {
    font-size: 1.6rem;
    line-height: 2.38;
  }
  .sec-lead .info {
    display: block;
    margin-top: 33px;
    margin-left: 11px;
  }
  .sec-price {
    padding: 75px 0 80px;
  }
  .sec-price__unit {
    display: block;
    padding: 27px 0 20px;
    width: auto;
    text-align: center;
  }
  .sec-price__unit .img {
    margin: 0 0 0 -7px;
  }
  .sec-price__img {
    margin-top: 15px;
  }
  .sec-price .buy-btn {
    margin: 11px 131px;
  }
  .sec-price .buy-btn__inner span {
    left: -20px;
  }
  .sec-price .buy-btn .i-arrow-r::before {
    right: 104px;
  }
  .sec-price .detail-btn {
    margin-top: 58px;
  }
  .sec-price .detail-btn > a .deco {
    left: 4px;
  }
  .sec-price .detail-btn > a .deco::before {
    left: -121px;
  }
  .sec-price .detail-btn > a .deco::after {
    right: -74px;
    bottom: -12px;
  }
}

@media (max-width: 767px) {
  .kv__hdg {
    background-size: 375px;
  }
  .sec-composition .table .table-list:first-child {
    border-radius: 3px 3px 0 0;
  }
}

@media (max-width: 374px) {
  .sec-price .buy-btn {
    font-size: 1.4rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .sec-price .buy-btn__inner span {
    top: .2em\0;
  }
}

/*# sourceMappingURL=../../../../maps/komachi-official/assets/styles/product-info/index.css.map */
