@charset "utf-8";

/*-----------------------------------------
  common
-----------------------------------------*/
:root {
  --font-color:#333333;
  --sub-color:#FFEEC8;
  --present-color: #FF855C;
  --set-color: #FFCD5C;
  --jaccs-color: #AEC644;
}
@media screen and (min-width: 769px) {
  .for-sp {
    display: none!important;
  }
  .block-page-top {
    bottom: 80px;
  }
  #block_of_itemhistory {
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .for-pc {
    display: none!important;
  }
  .block-page-top.pagenavi-is-active {
    bottom: 75px;
  }
}
.supersale * {
  box-sizing: border-box;
}
.supersale h1,
.supersale h2,
.supersale h3,
.supersale h4 {
  font-size: inherit;
  font-weight: inherit;
}
.supersale div, .supersale span, .supersale p{
  font-size: inherit;
}
.supersale a {
  color: inherit;
}
.supersale a:focus {
  -webkit-text-decoration: none;
  text-decoration: none;
}
.supersale img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.supersale sup {
  font-size: 0.6em;
  vertical-align: super;
}
.supersale {
  position: relative;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: var(--font-color);
}
.supersale .inner {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
.supersale .common-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 580px;
  height: 70px;
  margin: 0 auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
.supersale .common-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  background: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transform: translateY(-50%);
}
.supersale .contents-inner {
  position: relative;
  background: #fff;
  border-radius: 40px;
}
.supersale .contents-title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 140px;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  background: var(--sub-color);
  border-radius: 40px 40px 0 0;
  z-index: 1;
}
.supersale .contents-title .small {
  min-width: 320px;
  padding: 0 0 18px;
  font-weight: 500;
  font-size: 20px;
  background: url(/cms/img/usr/cp/super_sale2025/bg_fukidashi_02.png) no-repeat center bottom / contain;
}
.supersale .contents-title .small span {
  color: #00AF94;
}
.supersale .contents-fukidashi {
  position: absolute;
  top: -50px;
  left: 80px;
  z-index: 3;
}
@media screen and (min-width: 769px) {
  .supersale {
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .supersale .common-btn {
    width: 325px;
    height: 60px;
    font-size: 14px;
  }
  .supersale .common-btn::after {
    right: 16px;
  }
  .supersale .contents-inner {
    border-radius: 40px 40px 20px 20px;
  }
  .supersale .contents-title {
    height: 100px;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
  .supersale .contents-title .small {
    min-width: 210px;
    margin: 0 0 5px;
    padding: 0 0 15px;
    font-size: 14px;
    letter-spacing: 0.08em;
  }
  .supersale .contents-fukidashi {
    top: -38px;
    left: -4px;
    width: 88px;
  }
}

/*-----------------------------------------
  animation
-----------------------------------------*/
.js-anime.-sideFade{
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 1.41, 0.8, 0.92) 0.3s;
  transform: scale(0);
}
.js-anime.-sideFade.is-active{
  opacity: 1;
  transform: scale(1);
}

/*-----------------------------------------
  main
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .supersale .sec-main .main-mv-wrapper {
    position: relative;
    height: 840px;
    padding-top: 22px;
    text-align: center;
    background: url(/cms/img/usr/cp/super_sale2025/bg_mv_pc.jpg) repeat-x center;
    overflow: hidden;
  }
  .supersale .sec-main .main-mv {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 1463px;
  }
}

/*-----------------------------------------
  contest
-----------------------------------------*/
.supersale .sec-contest {
  position: relative;
  padding: 57px 0 80px;
  text-align: center;
  z-index: 1;
}
.supersale .sec-contest::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255,248,230,0.2), rgb(188,172,130,0.2)), url(/cms/img/usr/cp/super_sale2025/bg_contents_pc.png) no-repeat center top / cover;
  opacity: 0.4;
  z-index: -1;
}
.supersale .sec-contest .contest-title {
  position: relative;
  margin: 0 0 28px;
  padding: 0 0 30px;
  font-size: 40px;
  letter-spacing: 0.12em;
  line-height: 1.45;
}
.supersale .sec-contest .contest-title span {
  font-size: 20px;
  letter-spacing: 0.08em;
}
.supersale .sec-contest .contest-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  width: 260px;
  height: 1px;
  background: #333333;
}
.supersale .sec-contest .contest-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  background: #fff;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}
.supersale .sec-contest .common-btn {
  margin-top: 48px;
  background: #425D5A;
}
@media screen and (max-width: 768px) {
  .supersale .sec-contest {
    padding: 27px 0 48px;
  }
  .supersale .sec-contest::before {
    background: linear-gradient(180deg, rgb(255,248,230,0.2), rgb(188,172,130, 0.2)), url(/cms/img/usr/cp/super_sale2025/bg_contents_sp.png) no-repeat  center top / cover;
    opacity: 0.6;
  }
  .supersale .sec-contest .contest-title {
    margin: 0 0 10px;
    padding: 0 0 22px;
    font-size: 23px;
    letter-spacing: 0.08em;
    line-height: 1.45;
  }
  .supersale .sec-contest .contest-title span {
    font-size: 12px;
  }
  .supersale .sec-contest .contest-title::before {
    width: 190px;
  }
  .supersale .sec-contest .contest-title::after {
    width: 6px;
    height: 6px;
  }
  .supersale .sec-contest .contest-banner {
    display: block;
    margin: 0 5px;
  }
  .supersale .sec-contest .common-btn {
    margin-top: 28px;
  }
}

/*-----------------------------------------
  pagelink
-----------------------------------------*/
.supersale .sec-pagelink {
  padding: 110px 0 100px;
  background: #F7F7F7;
}
.supersale .sec-pagelink .pagelink-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
}
.supersale .sec-pagelink .pagelink-title::before,
.supersale .sec-pagelink .pagelink-title::after {
  flex: 1;
  content: "";
  height: 1px;
  background: #586A78;
}
.supersale .sec-pagelink .pagelink-box {
  display: flex;
  gap: 25px;
  margin: 85px 0 0;
}
.supersale .sec-pagelink .pagelink {
  flex: 1;
  position: relative;
  display: block;
  padding: 43px 0 16px;
  text-align: center;
  background: rgb(255,255,255,0.7);
  border: 1px solid #EAEAEA;
  border-radius: 100px;
  box-shadow: 3px 3px 40px rgb(171,186,196,0.3);
}
.supersale .sec-pagelink .pagelink-fukidashi {
  position: absolute;
  top: -48px;
  left: -10px;
  width: 108px;
}
.supersale .sec-pagelink .pagelink-text {
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.supersale .sec-pagelink .pagelink-check {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 28px;
  margin: 25px auto 0;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.12em;
  line-height: 1;
  color: #fff;
  background: #586A78;
  border-radius: 20px;
}
.supersale .sec-pagelink .pagelink-check::after {
  content: '';
  display: block;
  width: 8px;
  height: 7px;
  margin: 0 0 0 6px;
  background: #fff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 768px) {
  .supersale .sec-pagelink {
    padding: 60px 0;
  }
  .supersale .sec-pagelink .pagelink-title {
    gap: 12px;
    padding: 0 15px;
    font-size: 20px;
  }
  .supersale .sec-pagelink .pagelink-box {
    flex-direction: column;
    gap: 20px;
    margin: 40px 0 0;
  }
  .supersale .sec-pagelink .pagelink {
    padding: 22px 0 16px;
  }
  .supersale .sec-pagelink .pagelink-fukidashi {
    top: -20px;
    left: 4px;
    width: 88px;
  }
  .supersale .sec-pagelink .pagelink-text {
    font-size: 14px;
    line-height: 1.5;
  }
  .supersale .sec-pagelink .pagelink-check {
    width: 88px;
    height: 22px;
    margin: 16px auto 0;
    font-size: 10px;
  }
  .supersale .sec-pagelink .pagelink-check::after {
    width: 5px;
    height: 4px;
  }
}

/*-----------------------------------------
  navi
-----------------------------------------*/
.supersale .supersale-nav {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -70px;
  z-index: 999;
  background-color: #0D4E81;
  transition: .6s;
}
.supersale .supersale-nav.js-fixed {
  bottom: 0;
}
.supersale .supersale-nav-wrap {
  display: flex;
}
.supersale .supersale-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
  height: 65px;
  font-size: 16px;
  color: #fff;
  border: none;
  border-top: 5px solid;
  transition: .3s;
}
.supersale .supersale-nav-link:nth-child(1) {
  border-top-color: var(--present-color);
}
.supersale .supersale-nav-link:nth-child(2) {
  border-top-color: var(--set-color);
}
.supersale .supersale-nav-link:nth-child(3) {
  border-top-color: var(--jaccs-color);
}
.supersale .supersale-nav-link:nth-of-type(n+2) {
  border-left: 2px solid rgb(255,255,255,0.5);
}
.supersale .supersale-nav-link.active:nth-child(1) {
  background-color: var(--present-color);
}
.supersale .supersale-nav-link.active:nth-child(2) {
  background-color: var(--set-color);
}
.supersale .supersale-nav-link.active:nth-child(3) {
  background-color: var(--jaccs-color);
}
@media screen and (max-width: 768px) {
  .supersale .supersale-nav .inner {
    padding: 0;
  }
  .supersale .supersale-nav-link {
    font-size: 12px;
    text-align: center;
  }
  .supersale .supersale-nav-link:nth-of-type(n+2) {
    border-left-width: 1px;
  }
}

/*-----------------------------------------
  present
-----------------------------------------*/
.supersale .sec-present {
  padding: 100px 0 160px;
  text-align: center;
  background: url(/cms/img/usr/cp/super_sale2025/bg_present_pc.jpg) no-repeat center top / cover;
}
.supersale .sec-present .contents-inner {
  height: 100%;
}
.supersale .sec-present .contents-fukidashi {
  top: -68px;
  left: -37px;
}
.supersale .sec-present .contents-title {
  font-size: 30px;
}
.supersale .sec-present .contents-title .small {
  min-width: 356px;
  margin: -10px 0 0 40px;
  font-size: 15px;
  letter-spacing: 0.06em;
  color: #555555;
  background-image: url(/cms/img/usr/cp/super_sale2025/bg_fukidashi_01_pc.png);
}
.supersale .sec-present .contents-title .small .small01 {
  font-size: 33px;
  letter-spacing: 0;
}
.supersale .sec-present .contents-title .small .small02 {
  font-weight: 800;
  font-size: 19px;
}
.supersale .sec-present .contents-title .small .small03 {
  font-weight: 800;
  font-size: 14px;
}
.supersale .sec-present .present-list {
  display: flex;
  gap: 60px;
  margin: 100px 0 0;
}
.supersale .sec-present .present-list li {
  position: relative;
  flex: 1;
  background: #fff;
  border-radius: 40px;
}
.supersale .sec-present .present-inner {
  padding: 28px 35px;
}
.supersale .sec-present .present-notice {
  margin: 12px 0 0;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: left;
}
.supersale .sec-present .present-notice-red {
  margin: 10px 0 0;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.64;
  color: #FF0000;
}
@media screen and (min-width: 769px) {
  .supersale .sec-present .present-title img {
    margin: 7px 0 0 60px;
  }
  .supersale .sec-present .present-list li:nth-child(1) .present-img {
    margin-top: 80px;
  }
  .supersale .sec-present .present-list li:nth-child(1) .present-notice {
    position: absolute;
    left: 35px;
    bottom: 28px;
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .supersale .sec-present {
    padding: 40px 0 60px;
    background-image: url(/cms/img/usr/cp/super_sale2025/bg_present_sp.jpg);
  }
  .supersale .sec-present .present-title {
    width: 96%;
    margin: 4px auto 0;
  }
  .supersale .sec-present .contents-fukidashi {
    top: -61px;
    left: -8px;
  }
  .supersale .sec-present .contents-title {
    font-size: 18px;
  }
  .supersale .sec-present .contents-title .small {
    min-width: 308px;
    margin: -10px 0 0 0;
    font-size: 13px;
    letter-spacing: 0.06em;
    background-image: url(/cms/img/usr/cp/super_sale2025/bg_fukidashi_01_sp.png);
  }
  .supersale .sec-present .contents-title .small .small01 {
    font-size: 26px;
  }
  .supersale .sec-present .contents-title .small .small02 {
    font-size: 16px;
  }
  .supersale .sec-present .contents-title .small .small03 {
    font-size: 11px;
  }
  .supersale .sec-present .present-list {
    flex-direction: column;
    margin: 60px 0 0;
  }
  .supersale .sec-present .present-list li {
    border-radius: 40px 40px 20px 20px;
  }
  .supersale .sec-present .present-inner {
    padding: 20px 15px 30px;
  }
  .supersale .sec-present .present-notice {
    margin: 20px 0 0;
    font-size: 10px;
    line-height: 1.4;
  }
  .supersale .sec-present .present-notice-red {
    margin: 10px 0 0;
    font-size: 10px;
  }
}

/*-----------------------------------------
  set
-----------------------------------------*/
.supersale .sale-contents {
  padding: 150px 0 120px;
  background: rgb(197,244,218,0.3) url(/cms/img/usr/cp/super_sale2025/bg_contents_pc.png);
}
.supersale .sec-set .set-inner {
  padding: 30px 40px 60px;
  text-align: center;
}
.supersale .sec-set .set-title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.45;
}
.supersale .sec-set .set-img {
  margin: 17px 0 0;
}
.supersale .sec-set .set-more {
  position: relative;
  margin: 57px 0 0;
  padding: 66px 0 40px;
  background: rgb(244,249,184,0.24);
}
.supersale .sec-set .set-more-fukidashi {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
  background: #FF855C;
  border-radius: 12px;
}
.supersale .sec-set .set-more-fukidashi::after {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  width: 20px;
  height: 12px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  transform: translateX(-50%);
}
.supersale .sec-set .common-btn {
  flex-direction: column;
  height: 80px;
  margin-top: 40px;
  letter-spacing: 0.08em;
  background: #1D54A3;
}
.supersale .sec-set .common-btn span {
  display: block;
  margin: 10px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .supersale .sale-contents {
    padding: 60px 0;
    background: rgb(197,244,218,0.3);
  }
  .supersale .sec-set .set-inner {
    padding: 20px 15px 30px;
  }
  .supersale .sec-set .set-title {
    margin-bottom: 12px;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.42;
  }
  .supersale .sec-set .set-img {
    margin: 12px 0 0;
  }
  .supersale .sec-set .set-more {
    margin: 32px 0 0;
    padding: 38px 0 20px;
  }
  .supersale .sec-set .set-more-fukidashi {
    top: -8px;
    width: 82px;
    height: 28px;
    font-size: 12px;
    border-radius: 20px;
  }
  .supersale .sec-set .set-more-fukidashi::after {
    width: 11px;
    height: 7px;
  }
  .supersale .sec-set .set-more .set-title {
    font-size: 12px;
    line-height: 1.583;
  }
  .supersale .sec-set .set-more-img img {
    width: 90%;
  }
  .supersale .sec-set .common-btn {
    height: 60px;
    margin-top: 28px;
    letter-spacing: 0;
  }
  .supersale .sec-set .common-btn span {
    margin: 5px 0 0;
    font-size: 12px;
  }
}

/*-----------------------------------------
  jaccs
-----------------------------------------*/
.supersale .sec-jaccs {
  margin: 130px 0 0;
}
.supersale .sec-jaccs .jaccs-inner {
  padding: 40px 90px 50px;
  text-align: center;
}
.supersale .sec-jaccs .jaccs-text {
  margin: 16px 0 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.025em;
  line-height: 1.75;
}
.supersale .sec-jaccs .jaccs-img {
  margin: 25px 0 22px;
}
.supersale .sec-jaccs .ex {
  position: relative;
  max-width: 950px;
  margin: 40px auto 0;
  padding: 45px 30px 25px;
  border: 1px solid #F2F2F2;
}
.supersale .sec-jaccs .ex-label {
  position: absolute;
  top: -18px;
  left: 46px;
  width: 150px;
  color: #FFF;
  font-size: 18px;
  text-align: center;
  background: #181231;
  padding: 3px 0;
}
.supersale .sec-jaccs .ex h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 28px;
}
.supersale .sec-jaccs .ex-detail {
  display: flex;
  justify-content: space-between;
}
.supersale .sec-jaccs .ex-detail .item {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 460px;
  margin-left: -20px;
}
.supersale .sec-jaccs .ex-detail .item figure {
  width: 250px;
}
.supersale .sec-jaccs .ex-detail .item .text {
  flex: 1;
  text-align: left;
}
.supersale .sec-jaccs .ex-detail .item .name {
  font-weight: bold;
  font-size: 24px;
}
.supersale .sec-jaccs .ex-detail .item .price dt {
  margin: 17px 0 0;
  font-size: 14px;
  color: #7A7A7A;
}
.supersale .sec-jaccs .ex-detail .item .price dd {
  margin: 5px 0 0;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
}
.supersale .sec-jaccs .ex-detail .item .price dd span {
  font-size: 19px;
  margin: 0 0 0 10px;
}
.supersale .sec-jaccs .ex-detail .info {
  width: 432px;
}
.supersale .sec-jaccs .ex-detail .info .head {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.supersale .sec-jaccs .ex-detail .info .head b {
  font-weight: bold;
  font-size: 32px;
}
.supersale .sec-jaccs .ex-detail .info .commission {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 40px 0;
  margin: 0 0 10px;
  border-top: 1px solid #181231;
  border-bottom: 1px solid #181231;
  font-weight: bold;
  line-height: 1;
}
.supersale .sec-jaccs .ex-detail .info .commission p {
  font-size: 24px;
  text-align: center;
  width: 100%;
}
.supersale .sec-jaccs .ex-detail .info .default {
  position: relative;
  padding: 0 90px 0 0;
  margin: 0 24px 0 0;
  font-size: 49px;
}
.supersale .sec-jaccs .ex-detail .info .default:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style:solid;
  border-width: 25px 0 25px 50px;
  border-color: transparent transparent transparent #E6E7E9;
}
.supersale .sec-jaccs .ex-detail .info .default span,
.supersale .sec-jaccs .ex-detail .info .special span {
  color: #404040;
  font-size: 33px;
  margin: 0 0 0 8px;
}
.supersale .sec-jaccs .ex-detail .info .special {
  color: #EC6C00;
  font-size: 98px;
}
.supersale .sec-jaccs .ex-detail .comment {
  text-align: center;
}
.supersale .sec-jaccs .ex .note {
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 20px 0 0;
  margin: 35px 15px 0;
  border-top: 1px solid #C6C6C6;
}
.supersale .sec-jaccs .ex .note span {
  font-size: 14px;
}
.supersale .sec-jaccs .common-btn {
  background: #1D54A3;
}
@media screen and (min-width: 769px) {
  .supersale .sec-jaccs .common-btn {
    width: 690px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .supersale .sec-jaccs {
    margin: 46px 0 0;
  }
  .supersale .sec-jaccs .jaccs-inner {
    padding: 12px 15px 30px;
  }
  .supersale .sec-jaccs .jaccs-text {
    margin: 12px 0 0;
    padding: 0 10px;
    font-size: 12px;
    line-height: 1.833;
  }
  .supersale .sec-jaccs .jaccs-img {
    margin: 8px 0 10px;
  }
  .supersale .sec-jaccs .ex {
    margin: 25px 0;
    padding: 20px 10px;
  }
  .supersale .sec-jaccs .ex-label {
    top: -11px;
    left: 14px;
    width: fit-content;
    padding: 0 1em 2px;
    font-size: 12px;
  }
  .supersale .sec-jaccs .ex h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 13px;
  }
  .supersale .sec-jaccs .ex-detail {
    flex-direction: column;
  }
  .supersale .sec-jaccs .ex-detail .item {
    gap: 10px;
    width: 100%;
    margin: 0 0 30px;
  }
  .supersale .sec-jaccs .ex-detail .item figure {
    width: 58%;
  }
  .supersale .sec-jaccs .ex-detail .item .name {
    font-size: 17px;
  }
  .supersale .sec-jaccs .ex-detail .item .price dt {
    margin: 14px 0 0;
    font-size: 9px;
  }
  .supersale .sec-jaccs .ex-detail .item .price dd {
    font-size: 17px;
    line-height: 1.3;
  }
  .supersale .sec-jaccs .ex-detail .item .price dd span {
    font-size: 14px;
    margin: 0 0 0 5px;
  }
  .supersale .sec-jaccs .ex-detail .info {
    width: 100%;
  }
  .supersale .sec-jaccs .ex-detail .info .head {
    font-size: 13px;
    margin: 0 0 9px;
  }
  .supersale .sec-jaccs .ex-detail .info .head b {
    font-size: 22px;
    padding: 0 2px;
  }
  .supersale .sec-jaccs .ex-detail .info .commission {
    padding: 23px 0 20px;
  }
  .supersale .sec-jaccs .ex-detail .info .commission p {
    font-size: 17px;
  }
  .supersale .sec-jaccs .ex-detail .info .default {
    padding: 0 35px 0 0;
    margin: 0 15px 0 0;
    font-size: 40px;
  }
  .supersale .sec-jaccs .ex-detail .info .default:after {
    top: 9px;
    border-width: 15px 0 15px 25px;
  }
  .supersale .sec-jaccs .ex-detail .info .default span,
  .supersale .sec-jaccs .ex-detail .info .special span {
    font-size: 22px;
    margin: 0 0 0 5px;
  }
  .supersale .sec-jaccs .ex-detail .info .special {
    font-size: 72px;
    line-height: .9;
  }
  .supersale .sec-jaccs .ex-detail .comment {
    font-size: 12px;
  }
  .supersale .sec-jaccs .ex .note {
    padding: 20px 0 0;
    margin: 25px 0 0;
    font-size: 12px;
  }
  .supersale .sec-jaccs .ex .note span {
    font-size: 10px;
  }
  .supersale .sec-jaccs .common-btn {
    line-height: 1.42;
  }
}

/* ---------------
Warranty
------------------ */
.secWarranty {
  padding: 120px 0;
  background: #F5F5F5;
}
.secWarranty .warranty--bg {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
.secWarranty .warranty--ttl {
  font-size: 36px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.secWarranty .warranty--cap {
  font-size: 16px;
  color: #8B2B2B;
  text-align: center;
  border: 1px solid #8B2B2B;
  width: fit-content;
  padding: 7px 23px;
  margin: 0 auto 20px;
}
.secWarranty .warranty--text {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 14px;
}
.secWarranty .warranty-table {
  margin: 0 auto;
}
.secWarranty .warranty-table .bold {
  font-weight: bold;
  color: #8B2B2B;
}
.secWarranty .warranty-table th,
.secWarranty .warranty-table td {
  border-collapse: collapse;
  border: 6px solid #fff;
  border-top: none;
  border-bottom: none;
}
.secWarranty .warranty-table th {
  padding: 14px 0;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #8B2B2B;
  width: 230px;
}
.secWarranty .warranty-table th.year-first {
  background-color: #000000;
}
.secWarranty .warranty-table td {
  font-size: 22px;
  background-color: #F5F5F5;
  text-align: center;
  height: 157px;
}
.secWarranty .warranty-table td.posi {
  position: relative;
}
.secWarranty .warranty-table td.posi .posi-ab {
  position: absolute;
  left: 0;
  top: 20px;
  white-space: nowrap;
}
.secWarranty .warranty-table td.posi .arw {
  display: block;
  height: 20px;
  width: calc(100% - 15px);
  background-color: #4082C3;
  position: relative;
  margin-top: 21px;
}
.secWarranty .warranty-table td.posi .arw::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 24px 19px;
  border-color: transparent transparent transparent #4082C3;
  position: absolute;
  top: 50%;
  right: -8px;
  transform: translateY(-50%);
}
.secWarranty .warranty-table td.posi.year-first .posi-ab {
  width: 103%;
}
.secWarranty .warranty-table td.posi.year-second .posi-ab {
  width: 206%;
}
.secWarranty .warranty-table td.posi.year-second .arw {
  background-color: #E2D300;
}
.secWarranty .warranty-table td.posi.year-second .arw::after {
  border-color: transparent transparent transparent #E2D300;
}
.secWarranty .table-bottom-text {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.secWarranty .warranty-note {
  color: #000000;
}
.secWarranty .warranty-note:not(:first-child) {
  margin-top: 40px;
}
.secWarranty .warranty-note a {
  text-decoration: underline;
}
.secWarranty .warranty-note p {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}
.secWarranty .note-ttl {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid var(--font-color);
}
.secWarranty .note-ttl::before {
  content: "\25A0";
}
.secWarranty .note-list {
  margin-top: 30px;
}
.secWarranty .note-list li {
  margin-left: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  text-indent: -1em;
}
.secWarranty .note-contact {
  line-height: 2;
}
.secWarranty .note-contact-item {
  margin-top: 30px;
}
.secWarranty .note-contact-ttl {
  margin-left: 1em;
  font-size: 14px;
  font-weight: 400;
  text-indent: -1em;
}
.secWarranty .note-contact-ttl::before {
  content: "\25CF";
}
.secWarranty .note-contact_desc {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 769px) {
  .secWarranty .warranty--bg + .warranty--bg {
    margin-top: 24px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .secWarranty {
    padding: 40px 0;
    background: #fff;
  }
  .secWarranty .warranty--bg {
    padding: 0 5px;
  }
  .secWarranty .warranty--bg + .warranty--bg {
    margin-top: 40px;
  }
  .secWarranty .warranty--ttl{
    margin-bottom: 18px;
    font-size: 20px;
  }
  .secWarranty .warranty--cap {
    margin: 0 auto 10px;
    padding: 2px 14px;
    font-size: 12px;
  }
  .secWarranty .warranty--text {
    margin: 10px 0 6px;
    font-size: 14px;
  }
  .secWarranty .warranty-table {
    width: 100%;
    table-layout: fixed;
  }
  .secWarranty .warranty-table .bold {
    font-size: 12px;
  }
  .secWarranty .warranty-table th,
  .secWarranty .warranty-table td {
    border: 3px solid #fff;
  }
  .secWarranty .warranty-table th {
    padding: 6px;
    font-size: 12px;
    width: calc(100% / 3);
  }
  .secWarranty .warranty-table td {
    height: 80px;
    padding: 5px;
    font-size: 12px;
  }
  .secWarranty .warranty-table td.posi .posi-ab {
    top: 10px;
  }
  .secWarranty .warranty-table td.posi .arw {
    height: 10px;
    width: calc(100% - 12px);
    margin-top: 8px;
  }
  .secWarranty .warranty-table td.posi .arw::after {
    border-width: 12px 0 12px 10px;
  }
  .secWarranty .warranty-table td.posi .year-second .line {
    width: 3px;
  }
  .secWarranty .table-bottom-text {
    margin: 17px 0 0;
    font-size: 12px;
    line-height: 1.75;
  }
  .secWarranty .warranty-note:not(:first-child) {
    margin-top: 28px;
  }
  .secWarranty .warranty-note p {
    margin-top: 23px;
    font-size: 11px;
    line-height: 2;
  }
  .secWarranty .note-ttl {
    padding: 0 0 5px;
    font-size: 11px;
    border-bottom-color: #333;
  }
  .secWarranty .note-list  {
    margin-top: 20px;
  }
  .secWarranty .note-list li {
    font-size: 11px;
  }
  .secWarranty .note-contact-item {
    margin-top: 15px;
  }
  .secWarranty .note-contact-ttl  {
    font-size: 11px;
  }
  .secWarranty .note-contact_desc {
    margin-top: 23px;
    font-size: 11px;
    line-height: 2;
  }
}