/*共通設定*/
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html{
  font-size: 62.5%;
  color: #696969;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
}
a{
  text-decoration: none;
}
li{
  list-style-type: none;
}
.main{
  max-width: 880px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap:20px;
  margin: 0 auto;
  padding: 0 0px;
}
.main img{
  width: 100%;
}
@media screen and (max-width: 1120px) {
    .main {
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .main {
        padding: 0 10px 40px;
    }
}
/*共通設定*/


/*メイン*/
.page_wrap{
  width: 100%;
}
.page_wrap section{
  padding: 0 2rem;
}
.page_wrap .content_wrap{
  padding: 6rem 0rem;
}
.page_wrap .content_flex{
  padding: 6rem 0rem 0;
}
.page_ttl{
  font-size: 2.8rem;
  border-bottom: 2px solid #e3a5ba;
  padding-bottom: 10px;
  font-weight: bold;
}
@media screen and (max-width: 1120px) {
    .page_ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 768px) {

    .page_wrap section{
      padding: 0;
    }
    .page_ttl {
        font-size: 2rem;
    }
}
@media screen and (max-width:520px){
  .page_ttl{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 375px){
  .page_ttl{
    font-size: 1.5rem;
  }
}
/*メイン*/

.content_ttl{
	font-size: 2.4rem;
	color: #e3a5ba;
	font-weight: bold;
	display: flex;
	justify-content: flex-start;
	gap:10px;
  margin-bottom: 2rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  max-height: 40px;
}
.content_text{
	font-size: 1.4rem;
	text-align: left;
  margin-bottom: 2rem;
}
.content_link{
  color: #db84a2;
  font-size: 1.5rem;
  text-decoration: underline;
  margin-bottom: 60px;
  opacity: 1;
}
.content_link:hover{
  opacity: 0.6;
}

.point_ttl {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 2rem;
    font-weight: bold;
    color: #eca53a;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    margin-bottom: 10px;
}
.point_ttl span{
  margin-right: 10px;
}
.content_siki{
	border: 1px solid #e3a5ba;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
  margin-bottom: 3rem;
}
.content_point{
	border: 1px solid #eca53a;
	border-radius: 15px;
	text-align: center;
	padding: 15px;
  margin-bottom: 2rem;
}
.content_siki span,
.content_point span{
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  font-family: dnp-shuei-mgothic-std, sans-serif;
}
.content_siki span:last-child,
.content_point span:last-child{
  margin-bottom: 0;
}

.content_point.mb0{
  margin-bottom: 0;
}
.content_siki .pink,
.content_point .pink{
	color: #e3a5ba;
  margin-bottom: 0;
}
.content_siki .content_point_strong .pink,
.content_point .content_point_strong .pink{
	font-size: 2rem;
	font-weight: bold;
}
.content_siki .content_point_strong,
.content_point .content_point_strong{
	font-weight: bold;
	font-size: 1.8rem;
}
.content_point_img{
  max-width: 726px;
  width: 100%;
  margin: 0 0 3rem 0;
}
.content_detail{
  font-size: 1.4rem;
  text-align: left;
  margin-bottom: 3rem;
}

.content_list_ttl{
  font-size: 1.8rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  text-align: left;
  margin-bottom: 1.5rem;
}
.content_list_unit{
  font-size: 1.8rem;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: bold;
  text-align: right;
  margin-bottom: 0.5rem;
}
.content_flex{
  display: flex;
  justify-content: space-between;
}
.content_flex article{
  width: 47%;
}

@media screen and (max-width: 1120px) {
  .content_ttl{
    font-size: 2rem;
  }
}
@media screen and (max-width:768px){
    .content_flex{
      display: block;
    }
    .content_flex article{
      width: 100%;
    }
    .content_ttl{
      font-size: 1.8rem;
    }
    .content_siki .content_point_strong .pink, .content_point .content_point_strong .pink{
      font-size: 1.8rem;
    }
    .content_point .content_point_strong{
      font-size: 1.6rem;
    }
    .content_siki span,
    .content_point span{
      font-size: 1.4rem;
    }
    .content_list_ttl,
    .content_list_unit{
      font-size: 1.6rem;
    }
}

/*アンダーサイズの決め方*/
.content_list {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 6rem;
}
.content_list th,
.content_list td {
  border: 1px solid #cecece;
  font-size: 1.8rem;
  padding: 15px 0;
  font-weight: bold;
  text-align: center;
}
.content_list .row-header th{
  font-weight: normal;
}
.content_list th{
  background-color: #f4f2f3;
}
.content_list th.col-label {
  background-color: #db84a2;
  color: #FFF;
  font-weight: bold;
}
.content_list th.col-labelsize {
  background-color: #e3aec2;
  color: #FFF;
  font-weight: bold;
}
.content_list .col-sub {
  background-color: #f1e3e8;
  font-weight: bold;
}
@media screen and (max-width:768px){
  .content_list th,
  .content_list td {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}


/*ブラジャーのサイズ(cm)*/
.bra_list {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.bra_list th,
.bra_list td {
  width: 90px;
  border: 1px solid #e0e0e0;
  padding: 10px 0;
}

.bra_list .header-under {
  position: relative;
  background-color: #e3aec2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
.bra_list .header-under p{
  position: absolute;
  font-size: 1.8rem;
  font-weight: bold;
  left: 0;
}

.bra_list .under-row th {
  background-color: #db84a2;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

.bra_list th.header-empty{
  width: 50px;
}
.bra_list th.header-top {
  background-color: #e3aec2;
  vertical-align: middle;
  width:50px;
  border-right: 1px solid #e0e0e0;
  border-left: 0px;
}
.bra_list th.header-top p{
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  z-index: 3;
  margin: 0 auto 0 12px;
  line-height: 1;
}
.bra_list th.header-top::before{
  position: absolute;
  content: "";
  background: #e0e0e0;
  left: 0;
  top: 0;
  width: 103%;
  height: 100%;
  z-index: 1;
}
.bra_list th.header-top::after{
  position: absolute;
  content: "";
  background-color: #e3aec2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bra_list th.empty {
  background-color: #f1e3e8;
  border: none;
}
.bra_list th {
  background-color: #db84a2;
  color: #FFF;
  text-align: center;
}
.bra_list td {
  position: relative;
  background-color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  z-index: 1;
}
.bra_list td:empty {
  background-color: #d4d4d4;
}
.bra_list th {
    position: sticky;
    z-index: 10;
}
.bra_list thead th {
    top: 0;
}
.bra_list th:first-child {
    left: 0;
    z-index: 12;
}
.bra_list th.sticky {
    width: 50px;
    left: 46px;
    z-index: 11;
    font-size: 1.8rem;
    font-weight: bold;
}
.bra_list th.header-sticky{
    position: sticky;
    z-index: 12;
    left: 93px;
    background-color: #e3aec2;
    border-right: 0px;
    border-top: 0px;
}
.bra_list th.header-sticky p{
    font-size: 1.8rem;
    font-weight: bold;
}
.bra_list th.header-under{
  border-left: 0px;
  border-top: 0px;
}

@media screen and (max-width:768px){

  .bra_list th.header-sticky p,
  .bra_list th.header-top p,
  .bra_list .under-row th,
  .bra_list th.sticky,
  .bra_list td{
    font-size: 1.6rem;
  }
  .bra_list th.sticky{
    left: 44px;
  }
  .bra_list th.header-sticky{
    left: 91px;
  }
}

/* スクロールヒント共通設定 */
.scroll-hint {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  scroll-behavior: smooth;
}
.scroll-hint.is-dragging {
  cursor: grabbing;
}
.scroll-hint::-webkit-scrollbar {
  height: 8px;
}
.scroll-hint::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.scroll-hint::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.scroll-hint .bra_list {
  min-width: 2260px;
  border-collapse: collapse;
}
.scroll-hint-icon{
  z-index: 999 !important;
}


/*姉妹サイズ*/
.sister_list{
  max-height:280px;
  overflow:hidden;
  position:relative;
  transition:max-height .8s ease;
}

.sister_list table{
  width:100%;
  border-collapse:collapse;
  font-family:-apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.sister_list thead th,
.sister_list tbody td{
  border: 1px solid #e1e1e1;
  text-align: center;
}
.sister_list thead th{
  background:#db84a2;
  color:#fff;
  padding:10px 0;
  font-weight:700;
  font-size: 1.8rem;
}
.sister_list tbody td{
  padding:12px 0px;
  text-align:center;
  transition:opacity .5s ease;
  font-size: 1.8rem;
}
.sister_list tbody td:nth-child(odd){
  background:#f4f3f3;
  font-weight: bold;
}
.fade{
  position:absolute;left:0;right:0;bottom:0;
  height:120px;
  background:linear-gradient(180deg, rgba(255,255,255,0) 0%, #fff 70%);
  opacity:1;
  transition:opacity .8s ease;
  pointer-events:none;
}
.btn-wrap{
  text-align:center;
  margin-top:24px;
}
.btn{
  max-width: 350px;
  width: 100%;
  appearance:none;
  border:none;
  background:#e996b0;
  color:#fff;
  font-size: 2.2rem;
  border-radius:999px;
  font-weight:bold;
  cursor:pointer;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width:768px){

.sister_list thead th{
  font-size: 1.6rem;
}
.sister_list tbody td{
  font-size: 1.6rem;
}
.btn{
  font-size: 1.8rem;
}
}
