*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.7;;
}
.lp_wrap{
  margin-bottom: 60px;
}
.lp_wrap a{
  text-decoration: none;
}
.lp_wrap li{
  list-style-type: none;
}
.lp_wrap img{
  width: 100%;
  vertical-align: bottom;
}
.lp_wrap{
  font-size: 15px;
}
.pc_only{
  display: block;
}


/* MV（全画面） */
  .mv {
    display: grid;
    place-items: center;
    font-size: 2rem;
    font-weight: bold;
  }

  .lp_wrap{
    background-image: url("https://www.okadaya.co.jp/img/usr/underwear/event/wakidaka/2025/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  }

  /* 左右固定パネル（最初は非表示） */
  .left-fixed, .right-fixed {
    position: fixed;
    top: 24px;
    max-width: 400px;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none; /* 非表示時はクリック無効 */
    transition: opacity 0.6s ease;
  }
  .left-fixed {
    left: 6.8%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    display: grid;
    place-items: center;
    font-weight: 700;
  }
  .right-fixed {
    right: 5.8%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    overflow: auto;
   }

  .show {
    opacity: 1;
    pointer-events: auto;
  }
  .right-fixed nav {
    display: inline-grid;
  }
  .right-fixed nav a {
    position: relative;
    display: block;
    text-decoration: none;
    color: #000;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .right-fixed nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background: #111;
    transition: width 0.4s ease;
  }
  .right-fixed nav a:hover::after {
    width: 100%;
  }

  .center {
    margin: 0 auto;
    max-width: 720px;
    box-sizing: border-box;
    box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.3);
    padding-top: 60px;
  }
  .card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0,0,0,.06);
    margin: 0 0 20px;
  }
  @media screen and (max-width:1700px){
      .left-fixed {
        left: 1%;
      }
      .right-fixed {
        right: 1%;
      }
  }
  @media screen and (max-width:1500px){
    .left-fixed, .right-fixed{
      width: 23%;
    }
  }

  @media (max-width: 1260px) {
    .left-fixed, .right-fixed { display: none !important; }
    .center { margin: 0 auto; }
  }


.center{
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
}
.content_wrap{
  width: 100%;
  margin: 0;
  padding: 0 20px;

}
.font_mina{
  font-family: "mina", serif;
}

@media screen and (max-width:768px){
  .content_wrap{
    width: 100%;
    margin: 0;
    padding: 0 10px;

  }

  .pc_only{
    display: none;
  }

}

.introduction{

}
.introduction .content_wrap{
  padding-bottom: 60px;
}
.introduction h2{
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height:1.5;
  margin-bottom: 60px;
}
.introduction h2 .font_mina{
  display: block;
  font-size: 60px;
  font-weight: normal;
  color: #e0dcd5;
}
.introduction .read{
  font-size: 18px;
  text-align: center;
  color: #505050;
  margin-bottom: 60px;
}
.introduction .list{
  display: flex;
  justify-content: space-between;
  gap:50px;
}
.introduction .list li{
  width: calc(100% / 2 - 25px);
}
.introduction .list li .read{
  font-size: 15px;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (max-width:768px){
  .introduction h2{
    font-size: 28px;
  }
  .introduction h2 .font_mina{
    font-size: 30px;
  }
  .introduction .read{
    font-size: 16px;
  }
  .introduction .list{
    gap: 10px;
  }
  .introduction .list li {
      width: calc(100% / 2 - 5px);
  }
  .introduction .list li .read{
    font-size: 12px;
  }
}


.recommend{

}
.recommend .content_wrap{
  padding: 0 0;
}
.recommend .recommend_box{
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 100px;
}
.recommend .recommend_list{
  margin-bottom: 100px;
}
.recommend .recommend_list li{
  background-color: #f9f5f2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.recommend .recommend_list li:first-child{
  margin-bottom: 60px;
}
.recommend .recommend_list li div{
  width: calc(100% / 2);
}
.recommend .recommend_list li div.info{
  padding: 10px;
}
.recommend .recommend_list li div.info .font_mina{
  color: #c1b3b4;
  font-size: 38px;
  font-weight: normal;
  text-align: center;
  transform: rotate(-7deg);
  margin-bottom: 20px;
}
.recommend .recommend_list li div.info p{
  color: #505050;
  font-size: 15px;
  text-align: center;
}
.order1{
  order: 1;
}
.order2{
  order: 2;
}

@media screen and (max-width:600px){
  .recommend .recommend_list li{
    display: grid;
  }
  .recommend .recommend_list li div{
    width: 100%;
  }

  .recommend .recommend_list li div.info{
    padding: 30px 10px;
  }
  .recommend .recommend_list li div.info p{
    font-size: 14px;
  }
  .order1{
    order: 2;
  }
  .order2{
    order: 1;
  }
}



.Commitment {
  background-color: #e7dee4;
  padding: 60px 0;
}
.Commitment h2{
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height:1.5;
  margin-bottom: 60px;
}
.Commitment h2 .font_mina{
  display: block;
  font-size: 60px;
  font-weight: normal;
  color: #c1b3b4;
}
.Commitment .read{
  font-size: 18px;
  text-align: center;
  color: #505050;
  margin-bottom: 30px;
}

.Commitment .top_pop_warp{
  background-color: #FFF;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.Commitment .top_pop_warp .top_pop{
  position: relative;
  width: 100%;
}
.Commitment .top_pop_warp .top_pop p{
  position: absolute;
  max-width: 76px;
  width: 100%;
}
.top_pop_p1_rink {
  top: 25px;
  right: 30px;
}
.top_pop_p2_rink {
  top: 115px;
  right: -30px;
}
.top_pop_p3_rink {
  bottom: 70px;
  right: -30px;
}
.top_pop_p4_rink {
  top: 30px;
  left: -30px;
}
.top_pop_p5_rink {
  top: 125px;
  left: -30px;
}
.top_pop_p6_rink {
  bottom: 60px;
  left: -25px;
}

@media screen and (max-width:768px){

  .Commitment h2{
    font-size: 28px;
  }
  .Commitment h2 .font_mina{
    font-size: 30px;
  }
  .Commitment .top_pop_warp .top_pop{
    width: 80%;
    margin: 0 auto;
  }
  .Commitment .top_pop_warp .top_pop p {
      position: absolute;
      max-width: 76px;
      width: 11%;
  }
  .top_pop_p1_rink {
    top: 25px;
    right: 50px;
  }
  .top_pop_p2_rink {
    top: 95px;
    right: -15px;
  }
  .top_pop_p3_rink {
    bottom: 70px;
    right: 0px;
  }
  .top_pop_p4_rink {
    top: 30px;
    left: -10px;
  }
  .top_pop_p5_rink {
    top: 110px;
    left: -15px;
  }
  .top_pop_p6_rink {
    bottom: 60px;
    left: -15px;
  }
}
@media screen and (max-width:520px){
    .top_pop_p1_rink {
    top: 25px;
    right: 20px;
  }
  .top_pop_p2_rink {
    top: 85px;
    right: -15px;
  }
  .top_pop_p3_rink {
    bottom: 70px;
    right: 0px;
  }
  .top_pop_p4_rink {
    top: 30px;
    left: -10px;
  }
  .top_pop_p5_rink {
    top: 95px;
    left: -15px;
  }
  .top_pop_p6_rink {
    bottom: 60px;
    left: -15px;
  }
}


.Commitment .point{
  padding: 0 20px 20px;
}
.Commitment .point_click{
  max-width: 440px;
  width: 100%;
  border-radius: 999px;
  border: 1px solid #505050;
  color: #505050;
  font-size: 20px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 30px;
  font-family: "kinuta-maruminold-stdn", serif;
}
.Commitment .point_detail{
  font-size: 12px;
  text-align: right;
  color: #505050;
}

@media screen and (max-width:768px){
  .Commitment h2{
    font-size: 28px;
  }
  .Commitment h2 .font_mina{
    font-size: 30px;
  }
  .Commitment .read{
    font-size: 16px;
  }
  .Commitment .point_click{
    font-size: 16px;
  }
}



.Choose{

}
.Choose .content_wrap{
  padding: 60px 20px;
}
.Choose  h2{
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  line-height:1.5;
  margin-bottom: 60px;
}
.Choose h2 .font_mina{
  display: block;
  font-size: 60px;
  font-weight: normal;
  color: #c1b3b4;
}
.Choose .read{
  font-size: 18px;
  text-align: center;
  color: #505050;
}
.Choose_hold{
  text-align: center;
}
.Choose .subttl{
  position: relative;
  display: inline-block;
  background-color: #f9f5f2;
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  padding: 10px;
  margin-bottom: 40px;
}
.Choose .subttl::after{
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;               /* 三角の高さ分だけ下にずらす */
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f9f5f2;  /* 背景色と同じ色 */
  pointer-events: none;

}
.Choose .Choose_hold_list{
  display: flex;
  justify-content: center;
  gap:20px;
  margin: 40px 0 80px;
}
.Choose .Choose_hold_list li{
  width: calc(100% / 3);
}


.Choose_fastcheck{
  text-align: center;
}
.check_list{
  background-color: #fff;
  border: solid 1px #dddddd;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 15px;
}
.check_list th {
  background-color: #282828;
  color: #fff;
  padding: 10px;
  border: solid 1px #dddddd;
  font-family: "Shippori Mincho", serif;
  font-weight: normal;
  font-size: 28px;
  text-align: left;
}
.check_list td {
  padding: 10px;
  border: solid 1px #dddddd;
  vertical-align: middle;
}
.check_list td a{
  max-width: 142px;
  width: 100%;
  margin: 0 auto;
}
.check_list td .check_stars{
  max-width: 424px;
  width: 100%;
  margin: 0 auto;
}
.check_list td.premium{
  background-color: #f7f3ef;
}
.check_list td.nicetanima{
  background-color: #eeebf1;
}
.check_list td.gravity{
  background-color: #e3e7ea;
}
.check_list_detail{
  text-align: right;
  font-size: 12px;
}

.check_graph li{
  margin-bottom: 30px;
}

@media screen and (max-width:768px){

  .Choose .content_wrap{
    padding: 60px 10px;
  }
  .Choose .subttl{
    font-size: 26px;
  }
  .check_list th {
    font-size: 20px;
  }
  .Choose h2{
    font-size: 28px;
  }
  .Choose h2 .font_mina{
    font-size: 30px;
  }
}

.Product{

}
.Product .content_wrap{
  padding: 60px 20px;
}
.Product #premium{
  background-color: #f7f3ef;
}
.Product #nicetanima{
  background-color: #eeebf1;
}
.Product #gravity{
  background-color: #e3e7ea;
}
.Product #extra{
  background-color: #e5ddce;
}

.Product .product_ttl{
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 60px;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 60px;
}
.Product .product_ttl span{
  display: block;
  font-size: 80%;
}
.Product #extra .product_ttl span{
    display: flex;
    font-size: 85%;
    justify-content: center;
    align-items: center;
}
.Product #extra .product_ttl span span.extra_text{
  background-color: #FFF;
  padding: 0 10px;
    font-size: 70%;
}
.Product .product_img{
  position: relative;
  margin-bottom: 60px;
}
.Product .product_img span{
  position: absolute;
  writing-mode: vertical-rl;
  font-family: "kinuta-maruminold-stdn", serif;
  font-size: 30px;
  line-height: 1.5;
  left: 5%;
}
.Product .product_read{
  width: 90%;
  font-size: 18px;
  text-align: left;
  color: #505050;
  margin: 0 auto 60px;
}
.Product .subttl{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #505050;
  font-family: "kinuta-maruminold-stdn", serif;
  font-weight: normal;
  font-size: 36px;
  margin-bottom: 30px;
}

.Product .subttl::before,
.Product .subttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #505050;
  max-width: 100%;
}

.Product .product_list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 60px;
}
.Product .product_list.col2 li{
  width: calc(100% / 2 - 30px);
}
.Product .product_list li .image{
  max-width: 260px;
  width: 100%;
  background-color: #FFF;
  padding: 20px 30px;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.Product .product_list li .name{
  text-align: center;
  font-size: 15px;
  margin: 0 auto 20px;
}
.Product .product_list li .name a{
  text-decoration: underline;
  color: #666;

}
.Product .product_list li .name a:hover{
  opacity: 0.8;
}
.btn{
  max-width: 260px;
  width: 100%;
  background-color: #282828;
  color: #FFF;
  border-radius: 999px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  margin: 0 auto;
}
.list_btn{
  max-width: 450px;
  width: 100%;
  background-color: #282828;
  color: #FFF;
  border-radius: 999px;
  padding: 10px;
  font-size: 20px;
  text-align: center;
  margin: 60px auto 0;
}
@media screen and (max-width:768px){

  .Product .content_wrap{
    padding: 60px 10px;
  }
  .Product .product_ttl,
  .Product #extra .product_ttl{
    font-size: 34px;
  }
  .Product .product_img span{
    font-size: 20px;
  }
  .Product .product_list{
    gap: 20px;
  }
  .Product .product_list.col2 li{
    width: calc(100% / 2 - 10px);
  }
  .Product .product_list li .image{
    padding: 10px 20px;
  }
  .Product .product_list li .name{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .Product .product_read{
    width: 95%;
    font-size: 16px;
  }
  .btn{
    font-size: 16px;
  }
  .list_btn{
    font-size: 16px;
  }
  .Product .subttl{
    font-size: 20px;
  }
}
@media screen and (max-width:520px){
  .Product .product_ttl,
  .Product #extra .product_ttl{
    font-size: 28px;
  }
  .Product .product_read{
    font-size: 14px;
  }
  .Product .product_list li .name{
    font-size: 12px;
  }
}


.bralist_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}
.bralist_img{
  position: relative;
}
.bralist_btn{
  position: absolute;
  background-color: #c39b9f;
  max-width: 280px;
  width: 100%;
  font-size: 22px;
  color: #FFF;
  text-align: center;
  border-radius: 999px;
  margin: 0 auto;
  padding: 10px 0;
  bottom: 0;
  left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
@media screen and (max-width:768px){
  .bralist_box h2{
    font-size: 48px;
  }
  .bralist_btn{
    font-size: 16px;
    bottom: -20%;
  }
}
@media screen and (max-width:530px){
  .bralist_box h2{
    font-size: 28px;
  }
}

/**/
.modaal-container{
	max-width: 500px!important;
}

.modaal-container h5{
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 30px;
  opacity: inherit;
  font-family: "kinuta-maruminold-stdn", serif;
}

.modaal-container h5{
  display: flex;
	align-items: center;
	justify-content: flex-start;
}

.modaal-container h5 span:first-child{
	margin-right: 10px;
}

.modaal-container{
	background-color:#fff;
	max-width:500px;
  width: 100%;
	/* height: 650px; */
	box-sizing: border-box;
	margin: 0 auto;
}

.modaal-container .top_pop_img{
	width:100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items:center;
	align-items:center;
	margin-bottom:24px;
}

.modaal-container .top_pop_img img{
	width: 100%;
}


.modaal-container .top_pop_txt{
	font-size: 14px;
	line-height: 1.8em;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.top_pop_warp .top_pop > p > a:focus{
	outline:none;
}
.cboxClose{
	/* position: absolute; */
	bottom: 55px;
	right: 0px;
	left: 0px;
	margin: auto;
	display: block;
	color: #fff;
	background-color: #000;
	width: 160px;
	height: 35px;
	cursor: pointer;
  border-radius: 999px;
}

