@charset "UTF-8";
/*各カテゴリページで変わる可能性のある色*/
:root {
  --main-key-cl:#004896;
  --main-key-cl-2:#006DCC;
  --color-text: #adbdb7;
}

:root {
  --main-key-cl:#f0ffcc;
  --main-key-cl-2:red;
  --color-text: #adbdb7;
  --backcolor: #16b8f4;
  --color-text:#3C3C40;
}

header .topic-path {
  display: none;
}

@media (min-width: 767px) and (max-width: 991px) {
  main {
    padding-top: 50px !important;
  }
}
main {
  background: url("/shop_img/sale/sale_250702/back_top.png") top center no-repeat, var(--backcolor);
}

h1 {
  display: none;
}

#sale_head {
  height: 320px;
}

.area {
  color: var(--color-text);
  font-size: 1.2em;
  padding-left: 10px;
}
.area:first-line {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: bold;
}

.icon-label {
  font-size: 14px;
}
.icon-label.frs-icon {
  margin-bottom: 10px;
}

.button_tes .soldout {
  border: 1px solid #f6f9fe;
}
.button_tes ul {
  gap: 5px;
  justify-content: space-between;
  /*	.btn-icon{
  		width: 60px;
  		height: 60px;
  		border-radius: 50%;
  		display: flex;
  		justify-content: center;
  		align-items: center;
  		font-size: 18px;
  		border: 2px solid white;
  	}
  	.circle_on {
  		background-color: #2C3E50;
  		color: white;
  	}
  	.circle_off{
  		background-color: $gray85;
  		color: $gray20;
  		&::after{
  			content: url('/shop_img/icon/btn-icon_slash.svg');
  			display: block;
  		}
  	}
  	.icon_monitor{
  		width: 70%;
  		path{fill:$gray80;
  		}
  	}*/
}
.button_tes ul li {
  width: calc((100% - 5px) / 2);
}
.button_tes ul li a {
  padding: 15px;
  text-align: center;
  display: block;
  color: var(--color-text);
  position: relative;
  border: 1px solid #f6f9fe;
  border-radius: 5px;
}
.button_tes ul li a::before {
  content: ””;
  display: block;
  position: relative;
  z-index: 1;
}
.button_tes ul li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: border-width 0.1s;
  border: 0 solid #f6f9fe;
  box-sizing: border-box;
  border-radius: 4px;
  z-index: 0;
}
.button_tes ul li a:hover {
  border-color: #333333;
  background: rgba(255, 255, 255, 0.1);
}
.button_tes ul li a:hover::after {
  border-width: 5px;
}
.button_tes ul li .model {
  min-height: 3em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_tes ul li.no_os {
  width: 100%;
}

/*以下show_box_saleから引用*/
.kousei {
  gap: 15px;
  justify-content: space-between;
}
.kousei article {
  display: grid;
  grid-template-columns: auto 260px;
  grid-auto-rows: auto 1fr auto;
  padding: 10px;
  gap: 15px;
  min-height: 420px;
  background: linear-gradient(120deg, rgb(255, 225, 118), #f0ffcc);
}
.kousei article .area {
  grid-column: 1/2;
  grid-row: 1/2;
}
.kousei article .imgbna {
  display: block;
  grid-column: 2/3;
  grid-row: 1/4;
  margin: 0;
}
.kousei article .price_wrap {
  grid-column: 1/2;
  grid-row: 2/3;
}
.kousei article .button_tes {
  grid-column: 1/2;
  grid-row: 3/4;
}
.kousei article .imgbna {
  position: relative;
}
.kousei article .imgbna .button_spc {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52px;
  height: 52px;
  padding: 5px;
  background: linear-gradient(to bottom, #1c91ff, #007be0);
  color: #f6f9fe;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 100;
}
.kousei article .imgbna .button_spc .arrow {
  margin: 4px auto 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f6f9fe;
}
.kousei article .imgbna img {
  position: absolute;
  right: 0;
  top: 0;
}

.price_box {
  width: 100%;
  text-align: right;
  line-height: 15px;
  font-size: min(2.5vw, 40px);
}
.price_box img {
  margin-top: 5px;
}
.price_box img + [src$=".svg"] {
  height: 55px;
}
@media (max-width: 1200px) {
  .price_box img + [src$=".svg"] {
    height: 55px;
  }
}
.price_box img[src*=kara] {
  vertical-align: top;
  margin-right: 16px;
}
.price_box > .tax {
  margin: -1.5em 0 0.5em;
  font-size: 0.8rem;
}
.price_box .discount-area {
  font-size: 1rem;
}

/*ボタンエリア*/
.button {
  text-align: center;
}
.button ul {
  list-style: none;
  flex-flow: column wrap;
}
.button ul li {
  width: 100%;
  margin: calc(5px/2) 0;
  line-height: 1.1em;
  text-decoration: none;
  border: #cccccc 1px solid;
  border-bottom-color: #849CAA;
  border-radius: 4px;
  background-color: #c9d6f5;
  background-image: linear-gradient(to bottom, #f6f9fe 0%, #c9d6f5 100%);
}
.button ul li a {
  margin: 0 auto;
  padding: 0 5px;
  width: 100% !important;
  height: 100%;
  text-decoration: none;
  align-items: center;
}
.button ul li a span {
  flex: 0 0 auto; /*flex-grow、shrink、basis*/
}
.button ul li a span:first-child {
  width: 50%;
}
.button ul li a b:hover {
  background: none;
}
.button ul li:last-child {
  margin-bottom: 0;
}
.button ul li:hover {
  background-color: none;
  background-color: #404d73;
  background-image: linear-gradient(to bottom, #2e3752 0%, #404d73 100%);
  background-position: bottom;
  border-top-color: #849CAA;
  border-bottom-color: #999999;
}
.button ul li:hover a {
  background: none;
  color: #d6e1f0;
}
.button ul li:hover a .tax-in, .button ul li:hover a .tax-in * {
  color: #d6e1f0;
}

.button {
  font-size: max(1.1vw, 12px);
  font-size: min(1.1vw, 14px);
}
.button .kku {
  font-size: 1em;
  letter-spacing: -0.05em;
  color: #FF4242 !important;
}
.button a {
  position: relative;
}
.button a:after {
  position: absolute;
  right: 10px;
  content: "\f04b";
  font-family: fontawesome;
  font-size: 0.7em;
  color: #284678;
  vertical-align: top;
}
.button a:hover .tax-in, .button a:hover .tax-in *, .button a:hover:after {
  color: #d6e1f0;
}

.button ul li a.flex {
  justify-content: space-evenly;
}

.kousei article {
  border: 1px solid var(--main-key-cl);
  border-radius: 8px;
}
.kousei article .price_wrap {
  text-align: right;
  color: var(--color-text);
}
.kousei article.top {
  width: 100%;
  height: auto;
  grid-template-columns: auto 48%;
  grid-auto-rows: auto 150px auto;
  background: linear-gradient(120deg, rgb(64, 172, 245) 50%, var(--main-key-cl));
  border-color: rgb(105, 230, 247);
}
.kousei article.top .imgbna {
  background: url("/img/case/key/47.png") bottom left no-repeat;
  background-position: 150px;
  background-size: contain;
}
.kousei article.top .imgbna img {
  left: 0;
}
.kousei article.top .area {
  border: 1px solid rgb(151, 243, 255);
  background-color: rgb(151, 243, 255);
  padding: 10px 20px;
  text-indent: 0;
  border-radius: 5px;
}
.kousei article.top .area:first-line {
  font-size: inherit;
  font-weight: normal;
}
.kousei article.top .price_wrap {
  position: relative;
}
.kousei article.top .price_box {
  font-size: 3vw;
  position: absolute;
  bottom: 0;
}
.kousei article.top .price_box img[src$=".svg"] {
  height: 88px;
}
.kousei article.top .kku {
  background-image: linear-gradient(0deg, rgb(48, 0, 0), rgb(220, 20, 20) 40%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kousei article.top .kku .price {
  font-weight: bold;
}
.kousei article.top .tax-in {
  color: var(--color-text);
}
.kousei article.top .tax-in > * {
  color: var(--color-text);
}
.kousei article.top .imgbna {
  grid-column: 1/2;
}
.kousei article.top .area, .kousei article.top .price_wrap, .kousei article.top .button_tes {
  grid-column: 2/3;
}

.flex.clm2 > * {
  width: calc((100% - 15px) / 2);
}

/*PC*/
@media (max-width: 1050px) {
  .kousei article {
    gap: 8px;
  }
  .kousei article .price_box img + [src$=".svg"] {
    height: 40px;
  }
}
/*タブ、スマホ横*/
@media (max-width: 930px) {
  .clm2 > * {
    width: 100%;
  }
  .kousei article {
    /*> * {margin: 5px;}*/
    height: auto;
    grid-template-columns: 100%;
    grid-auto-rows: auto;
  }
  .kousei article .imgbna {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .kousei article .imgbna img {
    position: static;
    display: block;
    margin: auto;
  }
  .kousei article .area {
    grid-row: 2/3;
  }
  .kousei article .price_wrap {
    grid-row: 3/4;
  }
  .kousei article .button {
    grid-row: 4/5;
    font-size: max(1.6vw, 12px);
  }
  .kousei article .price_box {
    font-size: max(8vw, 18px);
  }
  .kousei article.top {
    grid-template-columns: 100%;
    grid-auto-rows: auto 500px 110px auto;
  }
  .kousei article.top .area, .kousei article.top .price_wrap, .kousei article.top .button_tes {
    grid-column: 1/2;
  }
  .kousei article.top .area {
    grid-row: 1/2;
  }
  .kousei article.top .imgbna {
    grid-row: 2/3;
    background-position: center center;
  }
  .kousei article.top .imgbna img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    right: auto;
  }
  .kousei article.top .price_wrap {
    grid-row: 3/4;
  }
  .kousei article.top .price_box {
    font-size: max(8vw, 18px);
  }
  .kousei article.top .price_box img {
    display: inline-block;
  }
  .kousei article.top .button_tes {
    grid-row: 4/5;
  }
}
/*スマホ以下モバイル用*/
@media (max-width: 560px) {
  main {
    background-position: center 70px;
    background-size: auto 220px;
  }
  #sale_head {
    height: 220px;
  }
  .flex.clm2 > * {
    width: 100%;
  }
  .kousei article .price_box {
    font-size: max(10vw, 28px);
  }
  .kousei article .price_box img + [src$=".svg"] {
    height: 60px;
  }
  .kousei article.top {
    grid-auto-rows: auto 600px 130px auto;
  }
  .kousei article.top .imgbna {
    bottom: 0;
    background-position: top center;
  }
  .kousei article.top .imgbna img {
    position: absolute;
    bottom: 0;
    top: auto;
  }
  .kousei article.top .imgbna .button_spc {
    display: none;
  }
  .kousei article.top .button_tes ul li a {
    font-size: 4vw;
    height: 100%;
  }
  .kousei article.top .button_tes ul li a img[src$=".png"] {
    width: calc((100% - 1em) / 2);
  }
}