@charset "utf-8";

/*common*/

/* a {
  color: #59abe3;
} */

.comment {
  /* margin: 0 0 30px 0; */
}

.comment li {
  font-size: 1.2rem;
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
}

.sec-inner {
  padding: 0 3%;
}

.shop-btn {
  text-align: center;
  /* margin: 0 0 20px 0; */
}

@media screen and (min-width: 769px) {

  .sec-inner {
    padding: 0 30px;
  }
}


/*movie*/

.movie-wrap {
  width: 100%;
  margin: 0 auto 50px auto;
}

.movie-wrap .movie {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.movie-wrap .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*キャンペーン対象店舗*/

.target-store h2 {
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  color: #fff;
  background: #333;
  text-align: center;
  line-height: 1;
  padding: 10px;
  margin: 0 0 20px 0;
}

.target-store h2 span {
  height: 1.1em;
  display: inline-block;
  padding-left: 7px;
  border-left: 5px solid #fff;
}

.target-store .shop-wrap {
  margin: 0 0 50px 0;
}

.target-store .shop-wrap .shop-box {
  /* padding: 15px 20px; */
  /* border-bottom: 1px dotted #555; */
}

.target-store .shop-wrap .shop-box .shop-name {
  margin: 0 0 5px 0;
}

.target-store .shop-wrap .shop-box .shop-name a {
  color: #95ca3d;
  font-size: 1.6rem;
  font-weight: bold;
}

.target-store .shop-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0;
  border-bottom: 1px dotted #555;
}

.target-store .shop-wrap .shop-box .shop-name h4 {
  font-size: 18px;
  margin: 0 1em 0 0;
}

.target-store .shop-wrap .shop-box dl dt,
.target-store .shop-wrap .shop-box dl dd {
  display: inline;
}

.shop-areaList {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
}

.shop-areaList li {
  margin: 0 10px 10px 0;
}

.shop-areaList li a {
  display: block;
  background: #209153;
  padding: 5px 10px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}


@media screen and (min-width: 769px) {
  .target-store .shop-wrap .shop-box dl dd a {
    color: #333;
    pointer-events: none;
    text-decoration: none;
  }
}


/*original*/

#sec1 {
  padding: 0 0 30px 0;
}

#sec1 h1 {
  margin-bottom: 10px;
}

#sec1 .start {
  margin-bottom: 20px;
}

#sec1 .start .lead-txt {
  text-align: center;
  font-size: clamp(1.5rem, 3vw, 3rem);
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}

#sec1 .start img {
  display: block;
  margin: auto;
}

#sec1 .start .img-shoes {
  margin-top: 20px;
}

#sec1 .anchor-link {
  display: grid;
  grid-template-columns: repeat(2, minmax(100px, 1fr));
  gap: 3vw;
}

#sec1 .anchor-link li a {
  display: block;
  color: #fff;
  background: #ac7c32;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
}

#sec1 .anchor-link li a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


@media screen and (min-width: 769px) {

  #sec1 .start .lead-txt {
    margin-bottom: 30px;
  }

  #sec1 .anchor-link {
    gap: 20px;
  }

  #sec1 .anchor-link li a:before {
    right: 20px;
  }
}


#featue h2 {
  margin-bottom: 30px;
}

#featue .featue-inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 0 0 3%;
  margin-bottom: 30px;
}

#featue .featue-inner .featue-txt p {
  font-size: 1.4rem;
  text-align: justify;
}

#featue .featue-txt {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#featue .featue-txt .detail-box .h3-wrap {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 5px;
}

#featue .featue-txt .detail-box .h3-wrap h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
}

#featue .featue-txt .detail-box .h3-wrap .icon-number {
  width: 20px;
  height: 20px;
}

#featue .featue-txt .detail-box .h3-wrap .icon-patent {
  height: 22px;
  margin-left: 5px;
}

#featue .featue-txt .detail-box p {
  font-size: 1.4rem;
  padding-left: 1.75em;
}


@media screen and (min-width: 769px) {

  #featue .featue-inner {
    flex-direction: row;
    gap: 30px;
    padding: 0;
  }

  #featue .featue-inner figure {
    width: 398px;
  }

  #featue .featue-inner .featue-txt {
    width: 460px;
  }

  #featue figure {
    width: 270px;
  }

  #featue .featue-txt {
    width: 528px;
  }

  #featue .featue-txt .detail-box .h3-wrap .icon-number {
    width: 22px;
    height: 22px;
  }

  #featue .featue-txt .detail-box .h3-wrap .icon-patent {
    height: 24px;
  }
}


#detail {
  padding: 0 0 30px 0;
}

.crown-h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  color: #ac7c32;
  font-size: clamp(2rem, 2.5vw, 2.5rem);
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.crown-h2::before,
.crown-h2::after {
  content: "";
  display: block;
  width: 40px;
  height: 71px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.crown-h2::before {
  background-image: url("/images/campaign/superfeet/img-crown-left.svg");
}

.crown-h2::after {
  background-image: url("/images/campaign/superfeet/img-crown-right.svg");
}

#detail .lead-txt {
  text-align: center;
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  margin-bottom: 20px;
}

#detail .detail-wrap {}

#detail .detail-wrap .point-list {
  margin: 0;
}

#detail .detail-wrap .point-list .point-item {
  margin-bottom: 30px;
}

#detail .detail-wrap .point-list .point-item .point-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

#detail .detail-wrap .point-list .point-item .point-info .point-label {
  margin: 0 0 15px 0;
}

#detail .detail-wrap .point-list .point-item .point-info .point-label img {
  width: 100px;
  height: auto;
}

#detail .detail-wrap .point-list .point-item .point-info .point-text {
  width: 100%;
}

#detail .detail-wrap .point-list .point-item .point-info .point-text .point-title {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.4;
}

#detail .detail-wrap .point-list .point-item .point-info .point-text .point-desc {
  font-size: 1.4rem;
  margin: 0;
}

#detail .detail-wrap .point-list .point-item .point-thumb {
  margin: 0;
  text-align: center;
}

#detail .detail-wrap .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #a45559;
  margin-bottom: 20px;
}

#detail .detail-wrap .price-box .price-item {
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
  letter-spacing: .05em;
}

#detail .detail-wrap .price-box .price-item .price-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  line-height: 1.2;
  text-align: center;
  margin-right: 5px;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#detail .detail-wrap .price-box .price-item .price-badge.solid {
  background-color: #a45559;
  color: #fff;
}

#detail .detail-wrap .price-box .price-item .price-badge.border {
  border: 1px solid #a45559;
  background-color: #fff;
  color: #a45559;
}

#detail .detail-wrap .price-box .price-item .price-wrap {
  display: flex;
  align-items: baseline;
}

#detail .detail-wrap .price-box .price-item .price-tax {
  font-size: 1.2rem;
  margin-right: 5px;
  font-weight: bold;
}

#detail .detail-wrap .price-box .price-item .price-num {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  font-weight: bold;
}

#detail .detail-wrap .price-box .price-item .price-unit {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  font-weight: bold;
}

#detail .detail-wrap .price-box .price-plus {
  color: #333;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  margin: 0 5px;
}

.anchor-shop {
  margin: auto;
}

.anchor-shop a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 446px;
  height: 50px;
  color: #fff;
  background: #95ca3d;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: relative;
  margin: auto;
}

.anchor-shop a:before {
  content: '';
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}


@media screen and (min-width: 769px) {
  #detail .detail-wrap .price-box .price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #detail .detail-wrap .point-list .point-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  #detail .detail-wrap .point-list .point-item .point-info {
    width: 616px;
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 0;
  }

  #detail .detail-wrap .point-list .point-item .point-info .point-label {
    margin: 0 15px 0 0;
  }

  #detail .detail-wrap .point-list .point-item .point-info .point-text .point-title {
    text-align: left;
    margin: 0 0 15px 0;
  }

  #detail .detail-wrap .point-list .point-item .point-thumb {
    flex-shrink: 0;
    width: 182px;
  }

  #detail .detail-wrap .price-box .price-item .price-badge {
    width: 60px;
    height: 60px;
    line-height: 1.4;
  }

}


#size {
  padding: 0 0 30px 0;
}

#size .size-box {
  margin-bottom: 20px;
}

#size .size-box figure {
  text-align: center;
}

#size .size-box .h3-wrap {
  display: flex;
  margin-bottom: 10px;
  gap: 5px;
}

#size .size-box .h3-wrap .icon-check {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 3px;
}

#size .size-box .h3-wrap h3 {
  font-size: clamp(1.6rem, 2vw, 2rem);
  font-weight: bold;
}

#size .size-box .size-desc {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

#size .table-wrap {
  width: 100%;
  max-width: 828px;
  margin: 0 auto;
  overflow-x: auto;
}

#size .table-wrap .size-table {
  width: 100%;
  min-width: 450px;
  /* スマホ閲覧時に潰れないための最小幅 */
  border-collapse: collapse;
  text-align: center;
}

#size .table-wrap .size-table th,
#size .table-wrap .size-table td {
  border: 1px solid #333;
  padding: 10px;
  vertical-align: middle;
}

#size .table-wrap .size-table th {
  background-color: #333;
  color: #fff;
  font-weight: bold;
  width: 15%;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.4;
}

#size .table-wrap .size-table tr:first-child th {
  border-bottom: 1px solid #fff;
}

/* #size .table-wrap .size-table tr:last-child th {
  border-top: 1px solid #fff;
} */

#size .table-wrap .size-table td {
  width: calc(85% / 6);
  background-color: #fff;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  line-height: .8;
}

#size .table-wrap .size-table .size-mark {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
}

#size .table-wrap .size-table .pipe {
  font-size: clamp(.5rem, .8vw, .8rem);
  line-height: 2;
}

#size .fitting {
  background: #fbf066;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  margin-bottom: 0;
}


@media screen and (min-width: 769px) {

  #size .size-box .h3-wrap {
    align-items: center;
  }

  #size .size-box .h3-wrap .icon-check {
    margin-top: 2px;
  }

  #size .size-box .size-desc {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .scroll-hint {
    display: block;
    text-align: right;
    /* 右寄せ、または中央寄せ */
    font-size: 1.2rem;
    color: #666;
    margin-bottom: 5px;
    animation: blink 2s infinite ease-in-out;
    /* 軽く点滅させて目立たせる */
  }

  /* アニメーション用（任意） */
  @keyframes blink {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.5;
    }
  }
}

@media screen and (min-width: 769px) {
  .scroll-hint {
    display: none;
    /* PCでは不要なので非表示 */
  }
}


#voice {
  padding: 0 0 30px 0;
}

#voice .voice-wrap {
  margin-top: 20px;
}

#voice .voice-wrap .voice-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

#voice .voice-wrap .voice-box figure {
  width: 17%;
}

#voice .voice-wrap .voice-box .text-wrap {
  width: 80%;
}

#voice .voice-wrap .voice-box .text-wrap .user-name {
  color: #ac7c32;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: bold;
}

#voice .voice-wrap .voice-box .user-voice {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {

  #voice .voice-wrap .voice-box figure {
    width: 15%;
  }

  #voice .voice-wrap .voice-box .text-wrap {
    width: 82%;
  }
}


.mb1em {
  margin-bottom: 1em;
}

.btn-cp {
  text-align: center;
  margin: 20px 0 24px 0;
}

.btn-cp a {
  display: inline-block;
  width: 90%;
  max-width: 500px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  font-weight: bold;
  background: #209052;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 4px 0 0 #72bc94;
  position: relative;
}

.btn-cp a:before {
  content: '';
  position: absolute;
  right: 20px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}


@media screen and (min-width: 769px) {

  .btn-cp {
    margin: 30px 0 4px 0;
  }
}


@media screen and (max-width: 768px) {

  /*common*/

  .wrapper-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .breadcrumb {
    padding: 10px 2%;
  }

  .h1-common {
    width: 96%;
    margin: 0 2% 20px 2%;
  }


  /*キャンペーン対象店舗*/

  .target-store .shop-wrap .shop-box {
    padding: 3% 0;
  }

  .target-store .shop-wrap .shop-box .shop-name h4 {
    font-size: 16px;
  }

  .target-store .shop-wrap .shop-box .shop-name img {
    height: 16px;
    vertical-align: middle;
  }


  /*  orijinal*/


}


@media screen and (min-width: 769px) {

  /*  movie*/

  .movie-wrap {
    width: 640px;
    margin: 20px auto 50px auto;
  }


  /*キャンペーン対象店舗*/

  /* .target-store .sec-inner {
    padding: 0;
  } */

}