@charset "utf-8";
/*-------------------------------------
　基本設定
---------------------------------------*/
#lp_page {
  margin: 0 auto 100px;
  line-height: 1.6;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #lp_page {
    font-size: 3.6vw;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .contents-section {
    padding: 50px 0 90px;
  }
}

@media screen and (max-width: 767px) {
  .contents-section {
    padding: 40px 0;
  }
}

@media screen and (min-width: 768px) {
  .contents-inner {
    margin: 0 auto;
    width: calc(100% - 30px);
    max-width: 970px;
  }
}

@media screen and (max-width: 767px) {
  .contents-inner {
    padding: 0 15px;
  }
}

.page_link {
  display: flex;
  justify-content: space-between;
  transform: translateX(-50%);
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 970px;
}
.page_link a {
  margin: 0;
}
.contents-wap p.annotation {
  font-size: 18px;
  margin: 10px 0 0;
  width: 100%;
}
#pagetop {
  opacity: 1;
  position: fixed;
  bottom: 30px;
  right: 55px;
  transition: opacity .5s;
  z-index: 2;
}
#pagetop a {
  background-color: rgba(51,51,51,.8);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.5em;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
}
.image-border {
  border: 1px solid #c0c0c0;
}
.rollover:hover,
.page_link a:hover {
  -webkit-animation-duration: 1s;
  -webkit-animation-name: flash;
  animation-name: hover-flash;
  animation-duration: 1s;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-registered .iconlink_wapper {
    width: 96vw;
  }
  
  #lp_page img {
    max-width: 100%;
    height: auto;
  }

  .page_link {
    width: 100%;
    position: static;
    transform: translateX(0);
    flex-wrap: wrap;
    padding: 15px 0 10px;
    background: #df0011;
    justify-content: space-around;
  }
  .page_link a {
    padding: 0 15px;
    width: 50%;
  }
  .ichiran-link {
    font-size: 3.2vw;
    margin: 10px 10px 0 0;
  }
  .text_title {
    font-size: 5.4vw;
    line-height: 1.4;
    margin: 0 auto 15px;
    letter-spacing: 2px;
  }
  .contents-wap p.annotation {
    font-size: 14px;
  }
  #pagetop {
    right: 8%;
  }
}

/*-------------------------------------
　hタグ設定
---------------------------------------*/
.contents-section h2 {
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .contents-section h2 {
    margin-bottom: 20px;
  }
}

.contents-section h2 img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .text_title {
    padding-top: 40px;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .text_title {
    padding-top: 20px;
    margin-bottom: 50px;
  }
}

.model-section__ditail--annotation + .text_title {
  margin-top: 40px;
}

.text_title span {
  display: flex;
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
  line-height: 1.4;
  text-align: center;
  transform: skewX(-14deg);
}

@media screen and (max-width: 767px) {
  .text_title span {
    font-size: 24px;
  }
}

/*-------------------------------------
　ナビ
---------------------------------------*/
.nav_box {
  background-color: #d8b54c;
}

.nav_box li > a {
  background-color: #dd1700;
  color: #fff;
  display: table-cell;
  height: 100%;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .nav_box li > a {
    font-size: 22px;
    letter-spacing: 2px;
    padding: 12px 4px;
  }
}

@media screen and (max-width: 767px) {
  .nav_box li > a {
    font-size: 14px;
    letter-spacing: 0;
    padding: 10px 4px;
  }
}

.nav_box li > a::after {
  background-image: url(../../../common/images/ico_in_page_link_azure-white.svg);
  background-repeat: no-repeat;
  content: "";
  height: 18px;
  width: 18px;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .nav_box li > a::after {
    height: 12px;
    width: 12px;
    margin-bottom: 2px;
    margin-left: 10px;
  }
}

.nav_box li > a:hover {
  background-color: #ac1200;
}

.nav_box li.usedpc > a {
  background-color: #f90;
}

.nav_box li.usedpc > a:hover {
  background-color: #f24b0e;
}

.menuBox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  margin-left: 0;
  box-shadow: 0 1px 10px rgb(255 255 255 / 60%);
}

.inside {
  margin: 0 auto;
  width: min(100%, 970px);
}

.inside > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.inside > ul > li {
  display: table;
  border-right: 1px solid #fff;
  width: calc(100%/3);
}

.inside >ul > li:first-of-type {
  border-left: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  
  .inside {
    width: 100%;
  }
  .inside ul li:first-of-type {
    border-left: none;
  }
  .inside ul li:last-of-type {
    border-right: none;
  }
}

/*-------------------------------------
　各ブロック背景
---------------------------------------*/
.bg-model-section {
  background: #efebda url("../../../event/newyear2024/images/bg-model-section.webp") no-repeat top center / cover;
}

.bg-shop-section {
  background: #efebda url("../../../event/newyear2024/images/bg-shop-section.webp") no-repeat top center / cover;
}

/*-------------------------------------
　ヒーローイメージ
---------------------------------------*/
.hero-image {
  /*background-color: #730a0a;
  height: 660px;
  position: relative;*/
  width: 100%;
}
.hero-image .hero-image_inner {
  /*width: 1920px;
  max-width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);*/
	max-width: 1920px;
	margin: 0 auto;
}
.hero-image .hero-image_inner img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .hero-image {
    /*width: 100%;
    margin-left: 0;
    height: auto;*/
  }
  .hero-image .hero-image_inner {
    /*max-width: 100%;
    position: static;
    transform: translateX(0);*/
  }
}

/*-------------------------------------
　パソコンブロック
---------------------------------------*/
.model-section {
  display: grid;
  column-gap: 30px;
  row-gap: 80px;
}

@media screen and (min-width: 768px) {
  .model-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .model-section {
    grid-template-columns: 1fr;
  }
}

.model-section__ditail {
  background-color: #fff;
  border: 3px solid #d8b54c;
  box-shadow: 3.5px 3.5px 0 0 rgba(72,72,72,.1);
  position: relative;
}

@media screen and (max-width: 767px) {
  .model-section__ditail {
    width: 100%;
  }
}

.model-section__ditail:hover {
  border: 3px solid #ac1200;
}

a.model-section__ditail--url {
  display: block;
  padding: 40px 20px 30px;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  a.model-section__ditail--url {
    padding: 30px 20px 20px;
  }
}

.model_box__point-wrap {
  display: flex;
  position: absolute;
  top: 6px;
  left: -8px;
  transform: translateY(-100%);
  box-shadow: 2px 2px 4px 0 rgba(0,0,0,.5);
  background: #fff
}

.model_box__point {
  margin: 0;
  display: flex;
  align-items: baseline;
  background: #fff;
  color: #e43344;
  padding: 8px 20px;
  font-weight: bold;
  border: 1px solid #e43344;
  flex-wrap: wrap;
  line-height: 1.2
}

.model_box__point .js-point-return {
  font-size: 1.3em;
  color: #e43344
}

.model_box__point-entry-link {
  flex: 0 0 auto;
  background: #e43344;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  font-weight: 500;
  border: 1px solid #e43344;
  font-size: .9em
}

.model_box__point-entry-link::after {
  content: "▶";
  margin-left: 4px;
  font-size: .8em
}

.model_box__point-entry-link:hover {
  opacity: .7
}

.model-section__ditail--image {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  width: 80%;
}

.model-section__ditail--image img {
  height: auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .model-section__ditail--image img {
    margin: 0 auto;
    width: 80%;
  }
}

.model_box__catchcopy {
  font-size: 14px;
  letter-spacing: 1.08px;
  line-height: 1.4;
  margin-bottom: 10px;
}

.model-section__ditail--name {
  font-size: 16px;
  font-weight: bold;
  height: 45px;
  letter-spacing: .78px;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 767px) {
  .model-section__ditail--name {
    font-size: 14px;
    line-height: initial;
  }
}

.model-section__ditail--price {
  color: #e43344;
  font-weight: bold;
  margin-bottom: 10px;
}
.model-section__ditail--price span {
  font-size: 28px;
  padding-right: 2px;
}

.model-section__ditail--spec {
  border-bottom: 1px solid #c0c0c0;
  display: flex;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .model-section__ditail--spec {
    font-size: 12px;
  }
}

.model-section__ditail--spec > div:first-child {
  font-weight: bold;
  text-align: right;
  width: 28%;
}

@media screen and (max-width: 767px) {
  .model-section__ditail--spec > div:first-child {
    width: 30%;
  }
}

.model-section__ditail--spec > div:last-child {
  width: 70%;
}

.model-section__ditail--button {
  margin-top: 20px;
  width: 100%;
}

.model-section__ditail--annotation {
  margin-top: 20px;
  text-align: center;
}

/*-------------------------------------
　オススメ中古パソコン
---------------------------------------*/
@media screen and (min-width: 768px) {
  .used-model-section {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .used-model-section {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .used-model-section > .model-section__ditail {
    margin: 0 auto;
    width: 440px;
  }
}

@media screen and (max-width: 767px) {
  .used-model-section > .model-section__ditail {
    width: 100%;
  }
}

/*-------------------------------------
　店舗限定キャンペーン
---------------------------------------*/
.bg-shop-section .text_title span {
  color: #fff;
}

.bg-shop-section h3 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .bg-shop-section h3 {
    margin-bottom: 20px;
  }
}

.bg-shop-section h4 {
  border-bottom: 2px solid #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bg-shop-section h4 {
    margin-bottom: 14px;
    padding-bottom: 4px;
  }
}

.bg-shop-section h4 span {
  color: #fff;
  font-size: min(2.3vw,22px);
  font-weight: bold;
  display: inline-block;
  letter-spacing: 2px;
  text-shadow: 0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439,
  0 0 5px #3e4439;
  transform: skewX(-14deg);
}

@media screen and (max-width: 767px) {
  .bg-shop-section h4 span {
    font-size: 18px;
  }
}

.store-limited-sale {
  margin: 0 auto 80px;
}

@media screen and (max-width: 767px) {
  .store-limited-sale {
    margin: 0 auto 40px;
  }
}

.store-limited-sale__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .store-limited-sale__inner {
    display: block;
  }

  .store-limited-sale__inner div + div {
    margin-top: 40px;
  }
}

.store-limited-sale__inner div {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .store-limited-sale__inner div {
    width: 100%;
  }
}

.store-limited-sale img {
  height: auto;
  width: 100%;
}

/*-------------------------------------
　同時開催中キャンペーン
---------------------------------------*/
.other-campaign-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding-bottom: clamp(60px,2.386rem + 4.55vw,90px)
}

.other-campaign-link li {
  background-color: #fff;
  width: calc((100% - 60px)/4)
}

@media screen and (max-width: 767px) {
  .other-campaign-link li {
    width:calc((100% - 20px)/2)
  }
}

.other-campaign-link li img {
  height: auto;
  width: 100%
}