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

.productContents {
  margin: 0 auto;
	width: 940px;
}


@media screen and (max-width: 767px) {
  .productContents {
    width: 100%;
    line-height: 0; /*画像だけのときすきまでるため*/
  }
}

/* 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: 90%;
  margin: 0 auto;
}
.btn-2col-cont {
  display: flex;
  width: calc((100% - 50px) / 2);
  min-height: 37px;
  margin-right: 50px;
  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;
}
.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;
}
.btn-3col-cont:nth-child(3n) {
  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;
  }
}

/* タブコントロール */
.simulation-tabs.is-catalog-only {
display: none;
}
html:has(.simulation-tabs.is-catalog-only) .simulation-tabs-body {
display: none;
}
html:has(.simulation-tabs.is-catalog-only) .simulation-tabs-list--child:nth-child(1) {
display: none;
}
html:has(.simulation-tabs.is-catalog-only) .simulation-tabs-list--child:nth-child(2) {
float: none;
margin: 0 auto;
background-color: #c03;
border: 2px solid #c03;
border-bottom: none;
color: #fff;
}
html:has(.simulation-tabs.is-catalog-only) .simulation-tabs-body + .simulation-tabs-body {
  display: block;
}