

@charset "utf-8";

.feature{
  background:#fffde9;
}

.feature header .image img {
  height: 100%;
  object-fit: contain;
  margin: auto;
}

.feature header .image {
  text-align: center;
  height: 450px;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .feature header .image {
    height: 100%;
    padding: 0.5rem 2.5rem 0;
  }  
}

.box_wide{
  margin-bottom:0!important;
  background:transparent;
  text-align:center;
}

.box_feature{
    margin-top:10px!important;
    background:transparent;
    text-align:center;
}

.wrap_column{
    background:transparent!important;
}

.wrap_column .inner{
    background:transparent;
    text-align:left;
}

.wrap_column .title { 
    color: #e5287c;
}

.wrap_column .button_netshop{
   margin-bottom:2px!important;
}

p.copy{
   text-align:center;
   color:#fff;
   font-size:1rem;
   line-height:140%;
   font-weight:500;

}

.list_inline_link a::before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-right: 2px solid;
    content: " ";
    transform: translateX(-50%) rotate(135deg);
}
.product_wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 73px 20px;
  width: 100%;
  margin-top: 2rem;
}
/*------------------------
商品詳細         all
------------------------*/
.item .text-box {
  padding: 0 10px;
}
.item .text-box p {
    margin: 0;
    line-height: 1.6;
}
.item .item-info {
  margin: 13px 0 9px;
}
.item .item-info p {
  margin: 0;
  font-size: 14px;
}
.item .item-info p.brand {
  font-weight: 600;
  margin: 0 0 6px -3px;
  font-size: 15px;
}
.item .item-info p.price {
  margin: 8px 0 0;
  font-size: 17px;
  font-weight: 600;
}
.item .item-info p.price span{
  margin: 0 3px 0 0;
  font-size: 13px;
  font-weight: 500;
  display:inline-block;
}
.item .item-info p.floor{
  margin: 0 0 14px 0;
  padding-bottom: 4px;
  position: relative;
  padding-left: 21px;
  font-weight: 600;
  border-bottom: 1px solid;
  font-size: 12px;
  text-align: left;
}
.item .item-info p.deteil {
  margin-top: 13px;
  text-align: left;
}
.item .floor::before{
  position: absolute;
  top: 32%;
  left: -4px;
  display: block;
  width: 20px;
  height: 15px;
  background-image: url(/images/sp_common/sprite_icon.png);
  background-position: -275px 0px;
  background-size: 404px auto;
  vertical-align: middle;
  content: " ";
  transform: translateY(-50%);
}
.item .limit-info p {
  margin-top: 13px;
  font-weight: 600;
  text-align: left;
}
.item .limit-info p span:first-child {
  margin-right: 10px;
  padding:2px 4px;
  display: inline-block;
  font-size:10px;
  border:1px solid;
  letter-spacing:0.1em
} 

.item-info .limit-deteil p span.minititle {
    margin-right: 10px;
    padding: 2px 4px;
    display: inline-block;
    font-size: 10px;
    border: 1px solid;
  letter-spacing: 0.1em;
}

.shop-logo {
    margin: 0;
    padding: 10px;
    width: 21%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
}
.shop-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0;
    padding: 0;
}
.shoppage-link a {
    margin-top: 26px;
    display: flex;
    gap: 18px;
    font-weight: 600;
    padding: 11px 22px 12px 12px;
    align-items: center;
    position: relative;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.shoppage-link a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 7px;
  height: 7px;
  border-top:2px solid;
  border-right:2px solid;
  content: " ";
  transform: translateY(-50%) rotate(45deg);
}

.box_button01 .button {
    text-align: center;
    width: 30%;
    font-size: 13px;
    padding: 10px 5px;
    margin: 0 auto 30px;
    border-radius: 100vh;
    box-shadow: 0 2px 0 #333;
    background: #1972b4;
    color: #fff;
}
@media print, screen and (max-width: 768px) {
  .box_button01 .button {
    width: 70%;
  }
}

.box_button .button {
    width: 100%;
    font-size: 13px;
    padding: 10px 5px;
    margin: 0;
    border-radius: 100vh;
    box-shadow: 0 2px 0 #333;
    background: #1972b4;
    color: #fff;
}

/*------------------------
見出し        all
------------------------*/
.daily {
    margin: 20px auto;
    color: #ab9259;
    font-weight: 500;
    border-bottom: 2px dotted #ab9259;
    width: 500px;
   padding-bottom:15px;
   margin-bottom:30px;
}
.heading_title {
  padding: 1rem 5rem;
  background: #196095;
  display:inline-block;
  margin: 0 auto 18px;
  color:#fff;
  font-weight:600;
  letter-spacing:1px;
  font-size: 28px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.heading_title::before{
  content:"";
    display:block;
    width:100%;
    height:1px;
    background:#fff;
    position:absolute;
    bottom:10px;
    left:0
}

/*------------------------
文字修飾        all
------------------------*/
.tag{
  display:inline-block;
  font-size:14px;
  padding:2px 10px;
  color:#fff;

}
    .odr{background:#f183b3;}
    .genn{background:#336;}
    .gens{background:#363;}
    .only{background:#c00;}
    .han{background:#f06;}
    .ben{background:#600;}
    .gentei{ 
        border:1px solid #333;
        padding:1px 4px;
        color:#333;
        margin-right:5px;
     }
.sun{colopr:#fff;}
.num{
  font-size:1rem;
  background:#e4007f;
  padding:2px 6px;
  color:#fff;
  border-radius: 10px;		/* CSS3草案 */
  -webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 10px;	/* Firefox用 */
  margin-right:2px;
  font-weight:700;
}

.rd {
  color:#d00;
}
.catch {
   font-size:20px;
   font-weight: bold;
   text-align:center;
   color:#333;
   margin: 30px 15px;
   font-feature-settings: "palt";
   letter-spacing: 1px;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  .catch {
    font-size:16px;
    margin: 15px 15px;
  }  
}

.box_catch{
   font-size:18px;
   font-weight: bold;
   text-align:center;
   color:#333;
   margin-top:30px;
}

.gentei {
    border: 1px solid #333;
    padding: 0 5px;
    color: #333;
    margin-right: 5px;
}

.han {
    background: #333;
    color: #fff675;
}

/*------------------------
ボタン一括削除        all
------------------------*/
/*.box_button{
   display:none;
}*/

/*------------------------
フッター        all
------------------------*/
.feature footer { background: #333; }
p.footer_anounce { font-size: 11px; }


@media print, screen and (min-width: 768px) {

/* +++++++++++++++++++++++++++++++

 PC/TB

+++++++++++++++++++++++++++++++ */

.box_wide {
    max-width: 980px;
    margin: 60px auto;
}
  
.wrap_column{
   background:transparent;
   padding:10px;
}


/*------------------------
リンク        PC
------------------------*/
.list_inline_link{
   text-align:center;
   padding:20px auto!important;

}
.list_inline_link li {
    display: inline-block;
    margin: 5px 15px 0 0 ;
}

.list_inline_link a {
    display: block;
    min-width: 180px;
    padding: 15px 10px 21px;
    background: transparent;
    font-size: 18px;
    text-align: center;
    line-height: 1.4;
    transition: 0.1s linear;
    color: #333;
    font-weight: 600;
    border-bottom: 1px solid;
    position: relative;
}
.list_inline_link a.current,
.list_inline_link a:hover {
    /*background: #fff;*/
   background:#fbcd04;
    color: #fff;
    text-decoration: none;
}
.product_wrap .item {width: calc((100% - 60px) / 3);}
}


@media screen and (max-width: 767px) and (min-width: 0px) {
/* +++++++++++++++++++++++++++++++

 SP

+++++++++++++++++++++++++++++++ */

.wrap_column{
   background:transparent;
   padding:10px;
}
   
.heading_title{
    padding: 16px 15px 24px;
    font-size:20px
}
 
/*-------------------------
見出し               SP
-------------------------*/
.daily {
   padding-bottom:15px!important;
    width:auto;
   margin:10px;
   font-size:1.1rem;
}
p.copy{
   font-size:1.1rem!important;

}

/*-------------------------
固定分割メニュー      SP
-------------------------*/
.wrap_toggle {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index:1;

}
ul.list_inline_link{
    display: table;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    background-color:#1976b9;
    font-weight:500;
}
.list_inline_link a::before{
    display:none
}

ul.list_inline_link li {
    display: table-cell;
    padding: 0px;
    border-right: solid 1px #fff;
    color:#fff;
    width: 100%;
    vertical-align: middle;
    background:none;
    height:100%;
}

ul.list_inline_link li:last-child {
    border-right: none;
}
.wrap_toggle ul li:hover {
    background-color:#fbcd04;
    color:#fff;
}

ul.list_inline_link li a {
    display:block;
    line-height:110%;
    padding:15px 0;
    color:#fff;
    border:none;
    background:none;
}

.wrap_toggle ul li a.current{
    background:none;
}

}

/* 追記 */
.item-box {
  grid-template-rows: 33% 30% 1fr;
}

p.item-text {
  font-size: 14px;
  margin: 5px 0;
}

@media screen and (max-width: 767px) and (min-width: 0px) {
  p.item-text {
    font-size: 13px;
  }

}

p.period-text {
  font-size: clamp(11px,1.2vw,14px);
  text-indent: -65px;
  padding-left: 65px;
}

span.period-frame {
  font-size: clamp(11px,1.2vw,12.5px);
  border: 2px solid;
  padding: 2px 6px;
  margin-right: 5px;
  border-radius: 7px;
}

.shoppage-link a p {
  margin: 0;
  width: calc((100% - 30%) - 20px);
  font-size: 13px;
}
@media screen and (max-width: 767px) and (min-width: 0px) {
  .shoppage-link a p {
    font-size: 12px;
  }

}



