@charset "utf-8";

/* ========================================
   Base
======================================== */

.l-main{
  /* padding-bottom: 0 !important; */
}

.cosme_teiki{
  margin: 0 auto;
  max-width: 720px;
}

.cosme_teiki h2{
  margin-bottom: 5%;
}

/* ========================================
   Utility
======================================== */

.txt01{
  text-align: left;
}

.mt{
  margin-top: 2em;
}

.mtb{
  margin-top: 2em;
	margin-bottom: 2em;
}

.marker{
  background: #feff6e;
}

/* ========================================
   Text Components
======================================== */

.txt_title{
  font-size: 1.2em;
  font-weight: bold;
  text-align: left;
  color: #222222;
  border-left: solid 10px #0058aa;
  border-bottom: 2px dotted #999;
  padding: 10px 0 10px 15px;
  margin-bottom: 0.75em;
}

.txt_teiki25{
  margin: 3% auto 0;
  padding: 1% 0;
  color: #ffffff;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.15;
  text-align: center;
  background-color: #0058aa;
  border-radius: 1em;
}

.txt_teiki25_small{
  font-size: 60%;
  font-weight: normal;
}

.txt_spcoll{
  margin: 2% auto 0;
  text-align: center;
}

/* ========================================
   Attention
======================================== */

.cosme_teiki .attention{
  padding: 0 3%;
  font-size: 80%;
  text-align: left;
}

.cosme_teiki .box_recs .attention{
  padding-top: 3%;
}

/* ========================================
   Wrapper
======================================== */

.cosme_teiki .wrapper_big,
.cosme_teiki .wrapper_middle,
.cosme_teiki .wrapper_small{
  margin-inline: auto;
}

.cosme_teiki .wrapper_big{
  width: 720px;
}

.cosme_teiki .wrapper_middle{
  width: 620px;
}

.cosme_teiki .wrapper_small{
  width: 540px;
}

/* ========================================
   Section
======================================== */

.cosme_teiki #fv{
  margin-bottom: 10%;
}

.cosme_teiki .fv_img{
  margin-bottom: 5%;
}

.cosme_teiki .group:not(:last-of-type){
  margin-bottom: 15%;
}

/* ========================================
   Box
======================================== */

.cosme_teiki .box_recs{
  padding: 2px;
}

.cosme_teiki .box_recs_in{
  padding: 5%;
  text-align: center;
}

.box_recs_other{
  margin-top: 8%;
}

.box_recs_other .item_spec{
  padding: 8%;
}
.box_recs_other .item_1{
  background-color: #eef7cc;
}

.box_recs_other .item_300{
  background-color: #fff6d0;
}

.box_recs_other .item_22739{
  background-color: #ededed;
}

.box_recs_other .item_spcoll{
  background-color: #efeae2;
}

.box_recs_other .item_23343{
  background-color: #f5e8f2;
}

.box_recs_other .always25off{
  padding: 3% 20% 0;
}

/* ========================================
   Line Box
======================================== */

.cosme_teiki .linebox{
  padding: 1% 5%;
  margin: 2% 3%;
  border: 10px double #ffffff;
}

/* ========================================
   Flex Box
======================================== */

.cosme_teiki .flex_box{
  display: flex;
  gap: 5%;
  align-items: center;
}

.cosme_teiki .flex_img{
  width: 50%;
}

.cosme_teiki .flex_img img{
  width: 100%;
}

.cosme_teiki .flex_title{
  margin-bottom: 2%;
  font-size: 1.3em;
  font-weight: 500;
  color: #0896eb;
}

/* ========================================
   OFF Label
======================================== */

.box_recs_in li,
.box_recs_in .tate,
.spec_box{
  position: relative;
}

.off_column_2,
.off_tate,
.off_spec{
  position: absolute;
  display: block;
}

.off_column_2{
  top: 1%;
  left: -6%;
  width: 36%;
  height: auto;
}

.off_tate{
  top: 0%;
  left: 20%;
  width: 17.7%;
  height: auto;
}

.off_spec{
  top: 10%;
  left: -6%;
  width: 18%;
  height: auto;
}

.item_spcoll .off_spec{
  top: 20% !important;
}

/* ========================================
   Back Number
======================================== */

.backno_t{
  margin: 5% auto 2%;
  padding-bottom: 2%;
  text-align: center;
  border-bottom: dashed 2px #d0d0d0;
}

.backno_t img{
  width: 40%;
}

.box_backno ul{
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
  padding: 1rem 0;
  list-style: none;
}

.box_backno li{
  width: calc((100% - 30px) / 4);
  box-sizing: border-box;
}

.box_backno li img{
  border-radius: 16px;
}

/* ========================================
   c-panel Base
======================================== */

.cosme_teiki .c-panel{
  position: relative;
  padding: 3%;
}

.cosme_teiki .c-panel:not(:has(~ .c-panel)){
  margin-bottom: 0;
}

.cosme_teiki .c-panel__link{
  display: flex;
}

.cosme_teiki .c-panel__header{
  width: 30%;
  box-sizing: border-box;
}

.cosme_teiki .c-panel__header__image{
  width: 100%;
  padding: 5%;
  border: 5px solid #ffffff;
  background-color: #ffffff;
}

.cosme_teiki .c-panel__body{
  max-width: 66%;
  margin-top: 0;
  margin-left: 4%;
}

.cosme_teiki .c-panel__badge{
  display: none;
}

.cosme_teiki .c-panel__price-wrapper{
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 1rem;
  margin-bottom: 5rem;
  --space: 3px;
}

.cosme_teiki .c-panel__desc{
  display: none;
  margin-bottom: 4.9rem;
}

.cosme_teiki .c-panel__discount .badge.badge-red.c-label-discount{
  font-size: 2.5rem;
}

.cosme_teiki .c-panel__action{
  position: absolute;
  right: 0;
  bottom: 0;
}

.cosme_teiki .c-price{
  font-size: 2.5rem;
}

.cosme_teiki .c-price-delete{
  background:
    linear-gradient(
      to bottom,
      transparent calc(50% - 0.5px),
      #333 calc(50% - 0.5px),
      #333 calc(50% + 0.5px),
      transparent calc(50% + 0.5px)
    );
}

/* ========================================
   c-panel 縦
======================================== */

.cosme_teiki .tate .c-panel{
  padding: 3% 7%;
}

.cosme_teiki .tate .c-panel__link{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cosme_teiki .tate .c-panel__header{
  width: 60%;
}

.cosme_teiki .tate .c-panel__body{
  max-width: 100%;
  margin-top: 2%;
  margin-left: 0;
  text-align: center;
}

.cosme_teiki .tate .c-panel__badge{
  justify-content: center;
}

.cosme_teiki .tate .c-panel__price-wrapper{
  justify-content: center;
}

.cosme_teiki .tate .c-panel__action{
  left: 50%;
  transform: translateX(-50%);
}

.cosme_teiki .tate .btn-primary{
  width: 100% !important;
}

/* ========================================
   Column 2
======================================== */

.column_2 .c-panel{
  margin-top: 1rem;
}

.column_2 .c-panel__link{
  display: block;
  margin-bottom: -15px;
}

.column_2 .c-panel__header{
  width: 100%;
  margin-bottom: 5px;
}

.column_2 .c-panel__body{
  max-width: 100% !important;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

.column_2 .c-panel__badge{
  display: none;
}

.column_2 .c-panel__price-wrapper{
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}

.column_2 .c-panel__action{
  position: static;
}

/* ========================================
   Other
======================================== */

.box_border{
  padding: 3%;
  text-align: left;
  border: 2px #CECECE solid;
}

.box_border img{
  float: right;
}

/* ========================================
   Vol Settings
======================================== */

.cosme_teiki .box_recs_in ul{
  display: flex;
  justify-content: center;
  gap: 10px !important;
  margin-top: 1em;
}

.cosme_teiki .box_recs_in li{
  width: calc((100% - 10px) / 2);
  box-sizing: border-box;
}

.cosme_teiki .box_recs_in .display_focus{
  width: 106%;
}

/* ========================================
   Responsive - SP
======================================== */

@media screen and (max-width: 768px){

  .cosme_teiki{
    width: 100%;
    max-width: 100%;
  }

  .txt_title{
    font-size: 120%;
    letter-spacing: 0;
  }

  .txt_teiki25{
    font-size: 120%;
    letter-spacing: 0;
  }

  .mt{
    margin-top: 1.25em;
  }

  .cosme_teiki .wrapper_big{
    width: 92%;
  }

  .cosme_teiki .wrapper_middle{
    width: 86%;
  }

  .cosme_teiki .wrapper_small{
    width: 80%;
  }

  .cosme_teiki .flex_img{
    width: 100%;
    margin: 0;
  }

  .cosme_teiki .linebox{
    padding: 3%;
    margin: 2%;
    border: 5px solid #ffffff;
  }

  .off_column_2{
    top: 2%;
    left: -8%;
    width: 45%;
  }
	
  .off_tate{
    top: 2%;
    left: 16%;
    width: 22%;
  }

  .off_spec{
    top: 10%;
    left: -8%;
    width: 20%;
  }

  .about_teiki{
    margin-top: 8%;
  }

  .txt_spcoll{
    margin-top: 1%;
  }

  .cosme_teiki .item_wrapper{
    width: 92vw;
    margin: 8% auto 0;
  }

  .cosme_teiki .c-panel{
    padding: 2%;
  }

  .cosme_teiki .box_recs_other .c-panel__header{
    width: 55%;
  }

  .cosme_teiki .group_title{
    margin-bottom: 3%;
  }

  .cosme_teiki .c-panel__body{
    margin-left: 1.2rem;
  }

  .cosme_teiki .c-panel__name{
    font-size: 1.4rem;
  }

  .cosme_teiki .btn-sm,
  .cosme_teiki .more_btn .btn.btn-sm.btn-outline-primary{
    font-size: 1.3rem;
  }

  .cosme_teiki .c-panel__price-wrapper{
    margin-bottom: 3.9rem;
  }

  .cosme_teiki .c-panel__discount{
    flex-basis: 100%;
    --price-space: 2px;
  }

  .cosme_teiki .c-price{
    font-size: 1.8rem;
  }

  .cosme_teiki .c-panel__discount .badge.badge-red.c-label-discount{
    padding: 3px 5px;
    font-size: 1.8rem;
  }

  .box_recs_other .item_spec{
    margin: 3%;
    padding: 5%;
  }

  .cosme_teiki .tate .c-panel__action{
    left: 0;
    transform: none;
  }

  .cosme_teiki .tate .c-panel__body{
    margin-left: 0;
  }

  .column_2 .c-panel__price-wrapper{
    margin-bottom: 1rem;
  }

  .column_2 .c-panel__link{
    margin-bottom: -5px;
  }

  .box_recs_other .always25off{
    padding: 2% 10%;
  }

  .box_backno ul{
    padding: 3%;
    justify-content: space-evenly;
  }

  .box_backno li{
    width: calc((100% - 20px) / 2);
  }

  .box_backno li img{
    border-radius: 12px;
  }
}

/* ========================================
   Responsive - PC
======================================== */

@media screen and (min-width: 768px){

  .c-panel__header__image{
    width: 220px;
  }

  .btn-sm{
    padding: 10px 50px !important;
  }
}