.anchor-button-content {
  margin: 35px 0 0;
}

.anchor-button-content .anchor-button-list {
  display: flex;
  flex-wrap: wrap;
}
.anchor-button-content .anchor-button-list__item {
  width: 50%;
  margin: 15px 0 0;
  border-left: 1px solid #ddd;
}
.anchor-button-content .anchor-button-list__item .button, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--prev, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--prev, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--next, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--next {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5px 0 10px;
}
.anchor-button-content .anchor-button-list__item .button__name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428;
}
.anchor-button-content .anchor-button-list__item .button__icon {
  margin: 5px 0 0;
}
.anchor-button-content .anchor-button-list__item .button__icon svg {
  width: 6px;
  height: 10px;
  fill: #c3c3c3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.anchor-button-content .anchor-button-list__item:nth-child(2n) {
  border-right: 1px solid #ddd;
}

.breadcrumb-content {
  position: relative;
  width: 100%;
  padding: 14px 0;
  margin: 0 -20px 0 0;
}
.breadcrumb-content::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  content: "";
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}
.breadcrumb-content__inner {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.breadcrumb-content__inner::-webkit-scrollbar {
  display: none;
}

.breadcrumb-content .m-breadcrumb-list {
  margin: 0 20px 0 0;
}

.component-content {
  margin: 50px 0 0;
}
.component-content__inner {
  padding: 20px;
  background: #f6f6f6;
}
.component-content__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.component-content__text {
  margin: 10px 0 0;
  font-size: 13px;
  line-height: 1.5;
}
.component-content__caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 2;
  color: #666;
}
.component-content__link {
  margin: 15px 0 0;
  text-align: right;
}

.important-notice-content {
  margin: 0 0 30px;
}

.page-purchase {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 5;
}
.page-purchase__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  color: #fff;
  background: #70cccc;
  border-radius: 50%;
  box-shadow: 4.243px 4.243px 12px 0 rgba(0, 0, 0, 0.1);
}
.page-purchase__button .icon {
  display: inline-block;
  margin: 0 0 0 -2px;
}
.page-purchase__button .icon svg {
  width: 21px;
  height: 18px;
  fill: #fff;
}
.page-purchase__button .text, .page-purchase__button .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .page-purchase__button .text--close, .page-purchase__button .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .page-purchase__button .text--open {
  margin: -1px 0 0;
}
.page-purchase__button .text__inner {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.sec-canpaign {
  padding: 50px 0 0;
}
.sec-canpaign__heading {
  text-align: center;
}

.sec-canpaign .canpaign-slider {
  margin: 25px 0 0;
}
.sec-canpaign .canpaign-slider__slide {
  width: 320px;
  margin: 0 20px 0 0;
}
.sec-canpaign .canpaign-slider__slide:last-child {
  margin: 0;
}

.sec-feature {
  padding: 45px 0 50px;
  margin: 50px 0 0;
  background: #f6f6f6;
}
.sec-feature__image .image__content {
  position: relative;
  z-index: 1;
}
.sec-feature__image .image__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.sec-feature__image .image__title .asterisk {
  display: inline-block;
  margin: 0.4em 0 0;
  font-size: 11px;
  vertical-align: top;
}
.sec-feature__image .image__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
.sec-feature__image .image__caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.8;
  color: #666;
}
.sec-feature__image .image__bg {
  height: 0;
  padding-bottom: 112%;
  margin: 30px -20px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-feature__image .caution {
  margin: 13px 0 0;
  font-size: 10px;
  line-height: 2;
  color: #666;
}
.sec-feature__heading {
  margin: 50px 0 0;
  text-align: center;
}
.sec-feature__text {
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 2;
}

.sec-feature .feature-list-content {
  margin: 20px 0 0;
}
.sec-feature .feature-list-content__inner {
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #ddd;
}
.sec-feature .feature-list-content .feature-list {
  margin: -10px 0 0;
}
.sec-feature .feature-list-content .feature-list__item {
  position: relative;
  padding: 0 0 0 20px;
  margin: 10px 0 0;
}
.sec-feature .feature-list-content .feature-list__item::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #444;
  border-radius: 50%;
}
.sec-feature .feature-list-content .feature-list__item .text, .sec-feature .feature-list-content .feature-list__item .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-feature .feature-list-content .feature-list__item .text--close, .sec-feature .feature-list-content .feature-list__item .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-feature .feature-list-content .feature-list__item .text--open {
  font-size: 14px;
  line-height: 1.786;
}

.sec-feature .feature-point-content {
  margin: 40px 0 0;
}
.sec-feature .feature-point-content .feature-point {
  margin: 35px 0 0;
}
.sec-feature .feature-point-content .feature-point__image {
  width: 100%;
  height: 0;
  padding-bottom: 66.567%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-feature .feature-point-content .feature-point__title {
  margin: 25px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.8;
}
.sec-feature .feature-point-content .feature-point__title .asterisk {
  display: inline-block;
  margin: 0.2em 0 0;
  font-size: 11px;
  vertical-align: top;
}
.sec-feature .feature-point-content .feature-point__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
.sec-feature .feature-point-content .feature-point__caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.8;
  color: #666;
}

.sec-how-use {
  padding: 55px 0 0;
}
.sec-how-use__heading {
  text-align: center;
}
.sec-how-use .step-list__item {
  margin: 20px 0 0;
}
.sec-how-use .step-list__item .step, .sec-how-use .sec-step .step-list__item .step--bg-black, .sec-step .sec-how-use .step-list__item .step--bg-black {
  display: flex;
}
.sec-how-use .step-list__item .step__image {
  position: relative;
}
.sec-how-use .step-list__item .step__image .num {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  background: #444;
  border-radius: 50%;
}
.sec-how-use .step-list__item .step__image .num__value {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.sec-how-use .step-list__item .step__image .image {
  width: 140px;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-how-use .step-list__item .step__text {
  flex: 1;
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 2;
}
.sec-how-use .step-list__item .step__icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-how-use .step-list__item .step__icon svg {
  width: 20px;
  height: 12px;
  fill: #888;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sec-how-use .how-use-caution {
  padding: 20px;
  margin: 40px 0 0;
  border: 1px solid #f76363;
}
.sec-how-use .how-use-caution__heading {
  font-size: 15px;
  line-height: 1.3;
  color: #f76363;
}
.sec-how-use .how-use-caution .how-use-caution-list {
  margin: 10px 0 0;
}
.sec-how-use .how-use-caution .how-use-caution-list__item {
  font-size: 14px;
  line-height: 2;
}

.sec-how-use .lecture-content {
  margin: 50px 0 0;
}
.sec-how-use .lecture-content__media .media__iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.119%;
}
.sec-how-use .lecture-content__media .media__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec-how-use .lecture-content__title {
  margin: 25px 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.sec-how-use .lecture-content__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
.sec-product__main {
  margin: 20px 0 0;
}
.sec-product__variation {
  margin: 40px 0 0;
}
.sec-product__detail {
  margin: 45px 0 0;
}

.sec-product .product-info__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sec-product .product-info__label .label, .sec-product .product-info__label .label--bg-color-pink, .sec-product .product-info__label .label--bg-color-green {
  display: inline-block;
  padding: 7px 24px 6px;
}
.sec-product .product-info__label .label__name {
  font-size: 13px;
  line-height: 1.25;
}
.sec-product .product-info__label .label--bg-color-green {
  background: #dff4ee;
  display: inline-block;
  padding: 7px 20px 6px;	
}
.sec-product .product-info__label .label--bg-color-pink {
  background: #f8e2e5;
  display: inline-block;
  padding: 7px 20px 6px;	
}
.sec-product .product-info__label .label--bg-color-blue {
  background: #e2ecf6;
  display: inline-block;
  padding: 7px 20px 6px;	
}
.sec-product .product-info__label .label--bg-color-yellow {
  background: #f4efd9;
  display: inline-block;
  padding: 7px 15px 6px;	
}
.sec-product .product-info__label .label--bg-color-gray {
  background: #f6f6f6;
  display: inline-block;
  padding: 7px 20px 6px;	
}
.sec-product .product-info__heading {
  margin: 10px 0 0;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sec-product .product-info__text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 2;
}
.sec-product .product-info__review {
  margin: 10px 0 0;
}

.sec-product .product-info .review {
  display: flex;
  align-items: center;
}
.sec-product .product-info .review__score .score {
  display: flex;
  align-items: center;
}
.sec-product .product-info .review__score .score__text {
  font-size: 13px;
}
.sec-product .product-info .review__score .score__star {
  margin: 0 0 0 10px;
  line-height: 1;
}
.sec-product .product-info .review__percentage {
  margin: 0 0 0 25px;
}
.sec-product .product-info .review__percentage .percentage {
  font-size: 13px;
}
.sec-product .product-info .review__percentage .percentage__link {
  text-decoration: underline;
}

.sec-product .product-slider {
  margin: 0 -20px;
}
.sec-product .product-slider__thumbs-container {
  height: 0;
  margin: 0;
}
.sec-product .product-slider__thumbs-slide {
  box-sizing: border-box;
  width: 130px;
  height: 130px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid transparent;
  transition: border-color 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.sec-product .product-slider__thumbs-slide .num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  font-weight: 700;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-product .product-slider__thumbs-slide.swiper-slide-thumb-active {
  border-color: #888;
}
.sec-product .product-slider__slide {
  position: relative;
}
.sec-product .product-slider__slide .num {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 100px;
  font-weight: 700;
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-product .product-slider__slide .image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-product .product-slider__controller {
  width: 100%;
  margin: -30px 0 0;
  pointer-events: none;
}
.sec-product .product-slider__controller .m-slider-button-list__item .button, .sec-product .product-slider__controller .m-slider-button-list__item .button--prev, .sec-product .product-slider__controller .m-slider-button-list__item .button--next {
  border-color: transparent;
}
.sec-product .product-tag {
  margin: 10px 0 0;
}
.sec-product .product-tag .tag-list, .sec-product .product-tag .tag-list--use, .sec-product .product-tag .tag-list--label {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.sec-product .product-tag .tag-list__item {
  margin: 10px 5px 0;
}
.sec-product .product-tag .tag-list__item .tag {
  display: inline-block;
  padding: 9px 14px 10px;
  border: 1px solid #ddd;
}
.sec-product .product-tag .tag-list__item .tag__text {
  font-size: 13px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.sec-product .product-tag .tag-list--label {
  margin: 5px -5px 0;
}
.sec-product .product-tag .tag-list--label .tag-list__item .tag {
  background: #f6f6f6;
}

.sec-product .product-share {
  margin: 25px 0 0;
  width: 100%;
}
.sec-product .product-share .share-list {
  display: flex;
  width: 100%;
  align-items: center;
  margin: 0 -5px;
}
.sec-product .product-share .share-list__item {
  display: flex;
  align-items: center;
  margin: 0 5px;
  line-height: 0;
}

.sec-product .product-share .share-list__item:nth-child(1) {
  min-width: 80px;
}

.sec-product .product-share .share-list__item:nth-child(2) {
  min-width: 80px;
}

.sec-product .product-campaign {
  padding: 25px 20px;
  margin: 25px 0 0;
  border: 1px solid #f76363;
}
.sec-product .product-campaign__head {
  display: flex;
}
.sec-product .product-campaign .image {
  width: 81px;
  height: 71px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-product .product-campaign .title {
  flex: 1;
  margin: 0 0 0 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  color: #f76363;
}
.sec-product .product-campaign__body {
  margin: 10px 0 0;
}
.sec-product .product-campaign .text, .sec-product .product-campaign .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-campaign .text--close, .sec-product .product-campaign .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-campaign .text--open {
  font-size: 15px;
}
.sec-product .product-campaign .caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.636;
}

.sec-product .product-variation .m-product-variation-item {
  border-top: 1px solid #ddd;
}

.sec-product .product-detail__title {
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;
}
.sec-product .product-detail__title .title {
  font-size: 20px;
  line-height: 1.75;
}
.sec-product .product-detail__body {
  margin: 10px 0 0;
}
.sec-product .product-detail__body .text, .sec-product .product-detail__body .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-detail__body .text--close, .sec-product .product-detail__body .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-detail__body .text--open {
  font-size: 14px;
  line-height: 2;
}
.sec-product .product-detail__body .caution {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.818;
  color: #666;
}

.sec-recommend {
  padding: 50px 0 0;
}
.sec-recommend__heading {
  text-align: center;
}

.sec-recommend .recommend-slider {
  margin: 25px 0 0;
}
.sec-recommend .recommend-slider__slide {
  width: 150px;
  margin: 0 20px 0 0;
}
.sec-recommend .recommend-slider__slide:last-child {
  margin: 0;
}

.sec-review {
  padding: 50px 0 60px;
  margin: 50px 0 0;
  background: #f6f6f6;
}

.sec-review .product-review {
  margin: 35px 0 0;
}
.sec-review .product-review__body {
  margin: 30px 0 0;
  border-top: 1px solid #ddd;
}

.sec-review .product-review .main {
  display: flex;
  align-items: center;
}
.sec-review .product-review .main__image .image {
  width: 100px;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-review .product-review .main__content {
  margin: 0 0 0 20px;
}
.sec-review .product-review .main__content .name {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
.sec-review .product-review .main__content .price {
  font-size: 14px;
  line-height: 2;
}

.sec-review .product-review .review-info-content {
  margin: 20px 0 0;
}

.sec-review .product-review .review-info-content .review-info {
  display: flex;
  align-items: center;
}
.sec-review .product-review .review-info-content .review-info__name {
  margin: 0 5px 0 0;
  font-size: 14px;
}
.sec-review .product-review .review-info-content .review-info__content .score {
  display: flex;
  align-items: center;
}
.sec-review .product-review .review-info-content .review-info__content .score__value {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.sec-review .product-review .review-info-content .review-info__content .score__star {
  margin: 0 0 0 15px;
  line-height: 1;
}
.sec-review .product-review .review-info-content .review-info + .review-info {
  margin: 5px 0 0;
}

.sec-review .product-review .link {
  margin: 20px 0 0;
  text-align: center;
}

.sec-review .product-review .score-list-content {
  padding: 10px 25px 25px;
  margin: 40px 0 0;
  border: 1px solid #ddd;
}

.sec-review .product-review .score-list-content .score-list__item {
  margin: 10px 0 0;
}
.sec-review .product-review .score-list-content .score-list__item .review {
  display: flex;
}
.sec-review .product-review .score-list-content .score-list__item .review__num {
  font-size: 16px;
  font-weight: 700;
}
.sec-review .product-review .score-list-content .score-list__item .review__score {
  margin: 0 0 0 10px;
  line-height: 1;
}
.sec-review .product-review .score-list-content .score-list__item .review__number {
  margin: 0 0 0 10px;
}
.sec-review .product-review .score-list-content .score-list__item .review__number a {
  text-decoration: underline;
}

.sec-review .product-review .user-review-content__link {
  margin: 30px 0 0;
  text-align: center;
}

.sec-review .product-review .user-review-content .user-review-item {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
}
.sec-review .product-review .user-review-content .user-review-item__head {
  padding: 15px 20px 20px;
  background: #fff;
}
.sec-review .product-review .user-review-content .user-review-item__head .user-profile__name {
  display: flex;
  align-items: flex-end;
}
.sec-review .product-review .user-review-content .user-review-item__head .user-profile__name .main {
  font-size: 14px;
  font-weight: 500;
}
.sec-review .product-review .user-review-content .user-review-item__head .user-profile__name .sub {
  margin: 0 0 0 2px;
  font-size: 12px;
  font-weight: 500;
}
.sec-review .product-review .user-review-content .user-review-item__head .user-profile__detail {
  margin: 5px 0 0;
  font-size: 12px;
  color: #666;
}
.sec-review .product-review .user-review-content .user-review-item__head .user-profile__score {
  margin: 13px 0 0;
}
.sec-review .product-review .user-review-content .user-review-item__body {
  padding: 0 10px;
  margin: 15px 0 0;
}
.sec-review .product-review .user-review-content .user-review-item__body::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #ddd;
}
.sec-review .product-review .user-review-content .user-review-item__body .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.5;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce {
  position: relative;
  margin: 10px 0 0;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__inner {
  height: 9em;
  overflow: hidden;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button {
  display: flex;
  align-items: center;
  margin: 5px 0 0;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open {
  font-size: 13px;
  color: #666;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open {
  display: none;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .icon {
  margin: 0 0 0 15px;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .icon svg {
  width: 6px;
  height: 10px;
  fill: #bfbfbf;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[collapse] {
  position: relative;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[collapse]::after {
  position: absolute;
  top: 5.6rem;
  right: -0.8rem;
  content: "...";
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce:not([collapse]) .text-collapce__button {
  display: none;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[open]::after {
  display: none;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[open] .text-collapce__button .text--close {
  display: none;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[open] .text-collapce__button .text--open {
  display: block;
}
.sec-review .product-review .user-review-content .user-review-item__body .text-collapce[open] .text-collapce__button .icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sec-review .product-review .user-review-content .user-review-item__body .text, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open {
  font-size: 14px;
  line-height: 2;
}

.sec-step {
  padding: 50px 0 0;
}
.sec-step__heading {
  text-align: center;
}

.sec-step .step-list {
  margin: 25px 0 0;
}
.sec-step .step-list__item {
  margin: 20px 0 0;
}
.sec-step .step-list__item .step, .sec-step .step-list__item .step--bg-black {
  position: relative;
  display: flex;
  padding: 29px 40px 28px;
  background: #f6f6f6;
  border: 1px solid #ddd;
}
.sec-step .step-list__item .step__title {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}
.sec-step .step-list__item .step__text {
  margin: 0 0 0 20px;
  font-size: 14px;
  line-height: 1.5;
}
.sec-step .step-list__item .step__icon {
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sec-step .step-list__item .step__icon svg {
  width: 20px;
  height: 12px;
  fill: #888;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sec-step .step-list__item .step--bg-black {
  color: #fff;
  background: #444;
  border-color: #444;
}

.section__heading {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
.detail_alink{text-decoration: underline!important;}
.kome{font-size: 8px;}
.ctr{text-align: center!important;}

@media (min-width: 768px) {
  .anchor-button-content {
    margin: 80px 0 0;
  }
  .anchor-button-content .anchor-button-list__item {
    width: 25%;
    margin: 0;
  }
  .anchor-button-content .anchor-button-list__item .button, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--prev, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--prev, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--next, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--next {
    padding: 0;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .anchor-button-content .anchor-button-list__item .button__name {
    font-size: 18px;
  }
  .anchor-button-content .anchor-button-list__item .button:hover, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--prev:hover, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--prev:hover, .anchor-button-content .anchor-button-list__item .sec-product .product-slider__controller .m-slider-button-list__item .button--next:hover, .sec-product .product-slider__controller .m-slider-button-list__item .anchor-button-content .anchor-button-list__item .button--next:hover {
    opacity: 0.7;
  }
  .anchor-button-content .anchor-button-list__item:nth-child(2n) {
    border-right: none;
  }
  .anchor-button-content .anchor-button-list__item:last-child {
    border-right: 1px solid #ddd;
  }
  .breadcrumb-content {
    padding: 18px 0;
  }
  .breadcrumb-content::before {
    content: none;
  }
  .breadcrumb-content__inner {
    overflow: visible;
  }
  .component-content {
    margin: 75px 0 0;
  }
  .component-content__inner {
    padding: 40px;
  }
  .component-content__title {
    font-size: 16px;
  }
  .component-content__text {
    font-size: 14px;
    line-height: 2;
  }
  .component-content__caution {
    margin: 15px 0 0;
    font-size: 12px;
  }
  .important-notice-content {
    margin: 0 0 40px;
  }
  .page-purchase {
    right: 30px;
    bottom: 100px;
    left: auto;
  }
  .page-purchase__button {
    width: 50px;
    height: 170px;
    border-radius: 0;
    box-shadow: none;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .page-purchase__button .icon svg {
    width: 24px;
    height: 20px;
    transition: fill 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .page-purchase__button .text, .page-purchase__button .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .page-purchase__button .text--close, .page-purchase__button .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .page-purchase__button .text--open {
    width: 18px;
    margin: 8px 0 0;
  }
  .page-purchase__button .text__inner {
    font-size: 15px;
    letter-spacing: inherit;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .page-purchase__button:hover {
    color: #44b2b2;
    background: #fff;
    border: 1px solid #44b2b2;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .page-purchase__button:hover svg {
    fill: #44b2b2;
  }
  .sec-canpaign .canpaign-slider__slide {
    width: 570px;
    margin: 0 40px 0 0;
  }
  .sec-feature {
    display: inline-block;
    width: 100%;
    padding: 0 0 90px;
    margin: 190px 0 0;
  }
  .sec-feature__image {
    margin: -100px 0 0;
  }
  .sec-feature__image .image {
    position: relative;
    height: 420px;
    padding: 90px 80px 0;
  }
  .sec-feature__image .image__title {
    font-size: 26px;
  }
  .sec-feature__image .image__title .asterisk {
    margin: 0.6em 0 0;
    font-size: 12px;
  }
  .sec-feature__image .image__text {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .sec-feature__image .image__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    margin: 0;
  }
  .sec-feature__heading {
    margin: 75px 0 0;
  }
  .sec-feature__text {
    margin: 40px 0 0;
    font-size: 15px;
    text-align: center;
  }
  .sec-feature .feature-list-content {
    padding: 0 110px;
    margin: 30px 0 0;
  }
  .sec-feature .feature-list-content__inner {
    padding: 45px 75px;
  }
  .sec-feature .feature-list-content .feature-list {
    display: flex;
    flex-wrap: wrap;
    margin: -15px 0 0;
  }
  .sec-feature .feature-list-content .feature-list__item {
    width: 50%;
    margin: 15px 0 0;
  }
  .sec-feature .feature-list-content .feature-list__item::before {
    top: 10px;
    width: 8px;
    height: 8px;
  }
  .sec-feature .feature-list-content .feature-list__item .text, .sec-feature .feature-list-content .feature-list__item .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-feature .feature-list-content .feature-list__item .text--close, .sec-feature .feature-list-content .feature-list__item .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-feature .feature-list-content .feature-list__item .text--open {
    font-size: 15px;
  }
  .sec-feature .feature-point-content {
    display: flex;
    justify-content: cneter;
    margin: 60px -25px 0;
  }
  .sec-feature .feature-point-content .feature-point {
    width: calc(100% / 3);
    margin: 0 25px;
  }
  .sec-feature .feature-point-content .feature-point__title {
    font-size: 18px;
  }
  .sec-feature .feature-point-content .feature-point__title .asterisk {
    font-size: 12px;
  }
  .sec-feature .feature-point-content .feature-point__text {
    font-size: 15px;
  }
  .sec-feature .feature-point-content .feature-point__caution {
    font-size: 12px;
    line-height: 2;
  }
  .sec-how-use {
    padding: 90px 0 0;
  }
  .sec-how-use .step-list {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
  }
  .sec-how-use .step-list__item {
    margin: 0 35px;
  }
  .sec-how-use .step-list__item .step, .sec-how-use .sec-step .step-list__item .step--bg-black, .sec-step .sec-how-use .step-list__item .step--bg-black {
    display: block;
    width: 240px;
  }
  .sec-how-use .step-list__item .step__image .num {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
  }
  .sec-how-use .step-list__item .step__image .num__value {
    font-size: 14px;
  }
  .sec-how-use .step-list__item .step__image .image {
    width: 240px;
  }
  .sec-how-use .step-list__item .step__text {
    margin: 20px 0 0;
    font-size: 15px;
  }
  .sec-how-use .step-list__item .step__icon {
    top: 50%;
    right: -50px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-how-use .step-list__item .step__icon svg {
    -webkit-transform: none;
            transform: none;
  }
  .sec-how-use .how-use-caution {
    padding: 30px 40px;
    margin: 45px 0 0;
  }
  .sec-how-use .how-use-caution__heading {
    font-size: 18px;
  }
  .sec-how-use .how-use-caution .how-use-caution-list {
    margin: 15px 0 0;
  }
  .sec-how-use .how-use-caution .how-use-caution-list__item {
    font-size: 15px;
  }
  .sec-how-use .lecture-content {
    padding: 0 205px;
    margin: 60px 0 0;
  }
  .sec-how-use .lecture-content__title {
    font-size: 18px;
  }
  .sec-how-use .lecture-content__text {
    font-size: 15px;
  }
  .sec-product__inner {
    position: relative;
    padding: 0 0 0 620px;
  }
  .sec-product__main {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    margin: 0;
  }
  .sec-product__variation {
    margin: 30px 0 0;
  }
  .sec-product__detail {
    margin: 60px 0 0;
  }
  .sec-product .product-info__label .label, .sec-product .product-info__label .label--bg-color-pink, .sec-product .product-info__label .label--bg-color-green .label--bg-color-blue .label--bg-color-yellow .label--bg-color-gray {
    padding: 8px 25px;
  }
  .sec-product .product-info__label .label__name {
    font-size: 16px;
  }
  .sec-product .product-info__heading {
    font-size: 30px;
  }
  .sec-product .product-info__text {
    font-size: 15px;
  }
  .sec-product .product-info__review {
    margin: 20px 0 0;
  }
  .sec-product .product-slider {
    margin: 0;
  }
  .sec-product .product-slider__thumbs-container {
    height: auto;
    margin: 20px 0 0;
  }
  .sec-product .product-slider__controller {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .sec-product .product-slider__controller .m-slider-button-list__item .button, .sec-product .product-slider__controller .m-slider-button-list__item .button--prev, .sec-product .product-slider__controller .m-slider-button-list__item .button--next {
    border-color: #ddd;
  }
  .sec-product .product-tag {
    margin: 15px 0 0;
  }
  .sec-product .product-tag .tag-list__item {
    margin: 10px 5px 0;
  }
  .sec-product .product-tag .tag-list__item .tag {
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  }
  .sec-product .product-tag .tag-list__item .tag {
    padding: 7px 18px;
  }
  .sec-product .product-tag .tag-list__item .tag__text {
    font-size: 14px;
  }
  .sec-product .product-tag .tag-list__item .tag:hover {
    opacity: 0.7;
  }
  .sec-product .product-tag .tag-list--label {
    margin: 5px -5px 0;
  }
  .sec-product .product-share {
    margin: 35px 0 0;
  }
  .sec-product .product-campaign {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    margin: 35px 0 0;
  }
  .sec-product .product-campaign__head {
    display: block;
  }
  .sec-product .product-campaign .image {
    width: 100px;
    height: 87px;
  }
  .sec-product .product-campaign .title {
    margin: 5px 0 0;
    font-size: 18px;
  }
  .sec-product .product-campaign__body {
    margin: 0 0 0 20px;
  }
  .sec-product .product-detail__title {
    padding: 0 0 20px;
  }
  .sec-product .product-detail__title .title {
    font-size: 26px;
    line-height: 1.538;
  }
  .sec-product .product-detail__body {
    margin: 20px 0 0;
  }
  .sec-product .product-detail__body .text, .sec-product .product-detail__body .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-detail__body .text--close, .sec-product .product-detail__body .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .sec-product .product-detail__body .text--open {
    font-size: 15px;
  }
  .sec-product .product-detail__body .caution {
    margin: 20px 0 0;
    font-size: 12px;
  }
  .sec-recommend .recommend-slider__slide {
    width: 265px;
    margin: 0 40px 0 0;
  }
  .sec-review {
    padding: 80px 0 90px;
    margin: 80px 0 0;
  }
  .sec-review .product-review__head {
    display: flex;
    justify-content: space-between;
  }
  .sec-review .product-review__body {
    padding: 0;
  }
  .sec-review .product-review .main {
    position: relative;
    display: block;
  }
  .sec-review .product-review .main__image {
    position: absolute;
    top: 0;
    left: 0;
  }
  .sec-review .product-review .main__image .image {
    width: 260px;
  }
  .sec-review .product-review .main__content {
    padding: 0 0 0 310px;
    margin: 0;
  }
  .sec-review .product-review .main__content .name {
    font-size: 26px;
  }
  .sec-review .product-review .review-info-content {
    padding: 0 0 0 310px;
  }
  .sec-review .product-review .review-info-content .review-info__name {
    font-size: 15px;
  }
  .sec-review .product-review .link {
    padding: 0 0 0 310px;
    margin: 35px 0 0;
    text-align: left;
  }
  .sec-review .product-review .score-list-content {
    padding: 15px 30px 35px;
    margin: 0;
  }
  .sec-review .product-review .score-list-content .score-list__item {
    margin: 15px 0 0;
  }
  .sec-review .product-review .score-list-content .score-list__item .review__score {
    margin: 0 0 0 15px;
  }
  .sec-review .product-review .score-list-content .score-list__item .review__number {
    margin: 0 0 0 15px;
  }
  .sec-review .product-review .user-review-content__link {
    margin: 40px 0 0;
  }
  .sec-review .product-review .user-review-content .user-review-item {
    display: flex;
    flex-direction: row-reverse;
  }
  .sec-review .product-review .user-review-content .user-review-item__head {
    display: flex;
    width: 310px;
    padding: 5px 60px 0;
    background: transparent;
  }
  .sec-review .product-review .user-review-content .user-review-item__head .user-profile__detail {
    margin: 7px 0 0;
  }
  .sec-review .product-review .user-review-content .user-review-item__head .user-profile__score {
    margin: 18px 0 0;
  }
  .sec-review .product-review .user-review-content .user-review-item__body {
    position: relative;
    flex: 1;
    padding: 0 60px 0 20px;
    margin: 0;
  }
  .sec-review .product-review .user-review-content .user-review-item__body .title {
    font-size: 18px;
  }
  .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__inner {
    height: 4em;
  }
  .sec-review .product-review .user-review-content .user-review-item__body .text-collapce[collapse]::after {
    top: 2rem;
  }
  .sec-review .product-review .user-review-content .user-review-item__body .text, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--close, .sec-review .product-review .user-review-content .user-review-item__body .text-collapce__button .text--open {
    font-size: 15px;
  }
  .sec-step {
    padding: 80px 0 0;
  }
  .sec-step .step-list {
    display: flex;
    justify-content: center;
    margin: 50px -35px 0;
  }
  .sec-step .step-list__item {
    margin: 0 35px;
  }
  .sec-step .step-list__item .step, .sec-step .step-list__item .step--bg-black {
    display: block;
    width: 240px;
  }
  .sec-step .step-list__item .step__title {
    font-size: 17px;
    text-align: center;
  }
  .sec-step .step-list__item .step__text {
    margin: 10px 0 0;
    font-size: 15px;
    line-height: 1.866;
    text-align: center;
  }
  .sec-step .step-list__item .step__icon {
    top: 50%;
    right: -50px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .sec-step .step-list__item .step__icon svg {
    -webkit-transform: none;
            transform: none;
  }
  .section__heading {
    font-size: 26px;
  }
.detail_alink{text-decoration: underline!important;}	
}
