@charset "utf-8";
/* CSS Document */
.selectdiv {
  width: 55%;
  position: relative;
  margin: 2% auto 0;
}
select::-ms-expand {
  display: none;
}
.selectdiv:after {
  content: '<>';
  font-family: "Consolas", monospace;
  font-size: 1.2rem;
  color: #440000;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  top: 12px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  position: absolute;
  pointer-events: none;
}
.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  margin: 5px 0px;
  padding: 0px 24px;
  font-size: 1.2rem;
  line-height: 1.75;
  color: #313131;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #313131;
  -ms-word-break: normal;
  word-break: normal;
}
#category01, #category02, #category03, #category04, #category05 {
  margin-top: -95px;
  padding-top: 95px;
}
@media screen and (max-width:736px) {
  .selectdiv {
    width: 90%;
    margin: 3% auto 8%;
  }
  .selectdiv select {
    height: 45px;
    font-size: 1.0rem;
  }
  .selectdiv:after {
    top: 10px;
  }
  #category01, #category02, #category03, #category04, #category05 {
    margin-top: -54px;
    padding-top: 54px;
  }
}
@media screen and (min-width: 737px) {
  .min {
    font-size: 0.719rem;
  }
}
@media screen and (min-width: 737px) {
  div#dnp h2 {
    line-height: 1;
    padding-bottom: 0.5%;
  }
  .h2_kome {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 736px) {
  div#dnp h2 {
    padding: 1% 0 2%;
    line-height: 1;
  }
  .h2_kome {
    font-size: 0.68rem;
  }
}
.fix {
  clear: both;
}
img {
  vertical-align: bottom;
}
@media screen and (min-width: 737px) {
  div#dnp {
    max-width: 1200px;
    list-style: none;
    margin: 0 auto;
    box-sizing: border-box;
  }
  div#dnp main {
    background-color: #e60013;
    padding: 30px;
  }
  h1 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    background: #e60013;
  }
  div#dnp h2 {
    width: 100%;
    color: #FEF9DD;
    font-size: 2rem;
    text-align: center;
    border-bottom: #fff100 4px solid;
    padding-top: 1%;
    margin: 0;
  }
  div#dnp h3 {
    color: #FEF9DD;
    font-size: 1.6rem;
    text-align: left;
    border: #fff100 solid;
    border-width: 0 0 1px 10px;
    padding: 1%;
    margin: 3% 1.0% 0;
  }
  div#dnp .column02 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* PCは4カラム */
    gap: 20px; /* 隙間の設定 */
    margin-top: 15px;
    padding: 0px;
  }
  /* アイテムの設定 */
  div#dnp .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
    padding: 10px;
    box-sizing: border-box; /* 枠線を含んだサイズ計算 */
  }
  div#dnp .item img {
    width: 80%;
    margin: 0 10%;
    padding: 0;
    list-style: none;
  }
  .name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2em;
  }
  .name .sm {
    font-size: 0.9rem;
    font-weight: bold;
    margin: 0;
  }
  /* 価格を下揃えにする */
  .price {
    margin-top: auto;
    font-size: 1.3rem;
    font-weight: bold;
    color: #e60013;
    line-height: 1.5em;
    text-align: right;
    letter-spacing: -0.04em;
  }
  .price02 {
    font-size: 1.0rem;
    font-weight: bold;
    color: #e60013;
    line-height: 0;
    margin: 0;
  }
  .priceL {
    font-size: 2.0rem;
    font-style: italic;
    margin-right: 5px;
  }
  .priceM {
    font-size: 1.7em;
    font-style: italic;
    margin-right: 5px;
  }
  .kome {
    font-size: 0.83333333333333rem;
    padding: 10px 0 0;
    text-align: right;
  }
  /*===== selectbox-area ======*/
  div#dnp .s-box {
    overflow: hidden;
    width: 55%;
    margin: 2% auto 0;
    text-align: center;
  }
  div#dnp .s-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    height: 40px;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 1.2rem;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
  }
  div#dnp .s-box select ::-ms-expand {
    display: none;
  }
  div#dnp .s-box.sl {
    position: relative;
    background: #fff;
    border: 1px solid #313131;
  }
  div#dnp .s-box::before {
    position: absolute;
    top: 53%;
    right: 2%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #313131;
    pointer-events: none;
  }
  div#dnp .s-box.sl select {
    padding: 8px 40px 8px 20px;
    color: #313131;
  }
  div#dnp .s-box.sl option {
    color: #313131;
  }
}
/*===============================================

●sp.css 画面の横幅が736pxまで

===============================================*/
@media screen and (max-width:736px) {
  div#dnp {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: -10px;
    list-style: none;
  }
  div#dnp main {
    background-color: #e60013;
    padding: 15px;
  }
  div#dnp h2 {
    color: #FEF9DD;
    font-size: 1.1rem;
    text-align: center;
    border-bottom: #fff100 3px solid;
    padding: 1% 0;
    margin: 0 0 20px 0;
  }
  div#dnp h3 {
    color: #FEF9DD;
    font-size: 1.1rem;
    text-align: left;
    border: #fff100 solid;
    border-width: 0 0 1px 7px;
    padding: 1% 2% 2%;
    margin: 5% 2% 3%;
  }
  /* カラム設定をGridに変更 */
  div#dnp .column02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* SPは2カラム */
    gap: 10px; /* SP用の隙間 */
    margin: 0;
  }
  /* アイテムの設定 */
  div#dnp .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #fff; /* 背景色が必要な場合 */
    border: solid #e60013 2px; /* 元のデザインに合わせる */
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
  }
  div#dnp .item img {
    width: 90%;
    padding: 0;
    margin: 0 5%;
    list-style: none;
  }
  .name {
    font-size: 1.0rem;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.3em;
  }
  .name .sm {
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
  }
  /* SPでも価格を下揃えに上書き */
  .price {
    margin-top: auto !important;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: right;
    color: #e60013;
    line-height: 1.4em;
    letter-spacing: -0.04em;
  }
  .price02 {
    font-size: 0.9rem;
    font-weight: bold;
    text-align: right;
    color: #e60013;
    line-height: 1.6em;
    margin: 10px -10px 10px 0;
  }
  .priceL {
    font-size: 1.7rem;
    font-style: italic;
    margin-right: 5px;
  }
  .priceM {
    font-size: 1.5rem;
    font-style: italic;
    margin-right: 5px;
  }
  .kome {
    font-size: 0.8rem;
    padding: 10px 0 0;
    /*text-align: right;*/
  }
  .txt {
    font-size: 1.0666666666667rem;
    font-weight: 500;
    margin: 15px 0 0;
  }
  .ly-pc-fs80 {
    font-size: 2.6666666666667rem;
  }
  .w80 {
    width: 100%;
    margin: 0 auto;
  }
  .img80 {
    width: 100%;
    margin: 0 auto;
  }
  .ly-pc-fs20 {
    font-size: 1.2rem;
  }
  .ly-pc-fs18 {
    font-size: 1.0666666666667rem;
  }
  .ly-pc-fs16 {
    font-size: 0.93333333333333rem;
  }
  .ly-pc-fs13 {
    font-size: 0.73333333333333rem;
  }
  div#dnp .s-box {
    overflow: hidden;
    width: 90%;
    margin: 2% auto 4%;
    text-align: center;
  }
  div#dnp .s-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    height: 36px;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 16px;
    border: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    cursor: pointer;
  }
  div#dnp .s-box select ::-ms-expand {
    display: none;
  }
  div#dnp .s-box.sl {
    position: relative;
    background: #fff;
    border: 1px solid #313131;
  }
  div#dnp .s-box::before {
    position: absolute;
    top: 52%;
    right: 2%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 12px solid #313131;
    pointer-events: none;
  }
  div#dnp .s-box.sl select {
    padding: 0 30px 0 10px;
    color: #313131;
  }
  div#dnp .s-box.sl option {
    color: #313131;
  }
}