@charset "UTF-8";
/**********************************************************
 *
 * Apple Watch 新商品パーツ
 *
 **********************************************************/
body {
  overflow-x: hidden;
}

/* PC 1col SMT 1col */
.col1PcCol1Smt {
  display: flex;
  flex-wrap: wrap;
}

.col1PcCol1Smt .col1PcCol1Smt-cont {
  width: 100%;
}

.col1PcCol1Smt .col1PcCol1Smt-cont img {
  width: 100%;
}

/* PC 2col SMT 1col */
.col1PcCol2Smt {
  display: flex;
  flex-wrap: wrap;
}

.col1PcCol2Smt .col1PcCol2Smt-cont {
  width: calc(50% - 10px);
  margin-right: 10px;
}

.col1PcCol2Smt .col1PcCol2Smt-cont img {
  width: 100%;
}

.col1PcCol2Smt .col1PcCol2Smt-cont:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .col1PcCol2Smt .col1PcCol2Smt-cont {
    width: 100%;
    margin-right: 0;
  }
}
.btn-fv {
  display: flex;
  width: 100px;
  margin: 0 auto;
  min-height: 37px;
  font-size: 14px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 5px;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}

@media screen and (max-width: 767px) {
  .btn-fv {
    padding: 10px 5px;
    font-size: 14px;
  }
}
.btn-fv.black {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.btn-fv.white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}

.btn-fv.white:hover {
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}

@media screen and (max-width: 767px) {
  .btn-fv.white:hover {
    border: 1px solid #000;
    color: #000;
  }
}
/* button area */
.button-area {
  width: 26%;
  margin-left: 17%;
}

.btn-2col {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
  margin: 0 auto;
}
.btn-2col-cont {
  display: flex;
  width: calc(50% - 5px);
  min-height: 37px;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}
.btn-2col-cont:nth-child(2n) {
  margin-right: 0;
}
.btn-2col-cont.black {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.btn-2col-cont.black:hover {
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}
@media screen and (max-width: 767px) {
  .btn-2col-cont.black:hover {
    border: 1px solid #fff;
    color: #fff;
  }
}
.btn-2col-cont.white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn-2col-cont.white:hover {
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}
@media screen and (max-width: 767px) {
  .btn-2col-cont.white:hover {
    border: 1px solid #000;
    color: #000;
  }
}

.btn-3col {
  display: flex;
  flex-wrap: wrap;
  width: 78%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .btn-3col {
    justify-content: space-between;
    white-space: nowrap;
  }
}
.btn-3col-cont {
  display: flex;
  width: calc(33.3333333333% - 6.6666666667px);
  min-height: 37px;
  margin-right: 10px;
  font-size: 14px;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 5px;
  text-decoration: none;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 767px) {
  .btn-3col-cont {
    font-size: 10px;
  }
}
.btn-3col-cont:nth-child(2n) {
  margin-right: 0;
}
.btn-3col-cont.black {
  border: 1px solid #fff;
  color: #fff;
  background: #000;
}
.btn-3col-cont.black:hover {
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}
@media screen and (max-width: 767px) {
  .btn-3col-cont.black:hover {
    border: 1px solid #fff;
    color: #fff;
  }
}
.btn-3col-cont.white {
  border: 1px solid #000;
  color: #000;
  background: #fff;
}
.btn-3col-cont.white:hover {
  border: 1px solid rgb(110, 110, 115);
  color: rgb(110, 110, 115);
}
@media screen and (max-width: 767px) {
  .btn-3col-cont.white:hover {
    border: 1px solid #000;
    color: #000;
  }
}

.col1PcCol1Smt-cont.conv-btn{
  position: relative;
}
.col1PcCol1Smt-cont.conv-btn .btn-fv.white{
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
.col1PcCol1Smt-cont.conv-btn .btn-fv.white{
  top: -25vw;
}
}
