@charset "UTF-8";

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
a {
  color: #2EB5E4;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* 上書き */
#sns,
.title {
  display: none;
}
#pageArticle #mainArea {
  background: #fff;
}
#mainArea .inner {
  padding: 0;
  max-width: 100%;
}
#pageArticle #mainArea #articleArea {
  margin: 0;
  padding: 0;
  width: 100%;
}
#pageArticle #mainArea #articleArea .article {
  max-width: 100%;
}

/* 背景 雪 */
.snowflakes {
  position: relative;
}
.blue-promos {
  background-color: rgb(242, 245, 251);
}
.snowflakes:before {
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  background-image: url(/static/holidaypromotions/images/Snow_Pattern.png);
  background-size: cover;
  display: block;
  position: absolute;
  z-index: 0;
}

/* メインビジュアル */
.header-section {
  text-align: center;
  height: 265px;
  background-image: url(/static/holidaypromotions/images/Page_Hero.jpg);
  background-size: cover;
  overflow: hidden;
}
.header-section .white-ball {
  position: relative;
  top: -140px;
  background-color: white;
  width: 546px;
  height: 546px;
  border-radius: 100%;
  margin: auto;
}
.header-section h3 {
  position: absolute;
  top: 210px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 30px;
  font-weight: 300;
}
.header-section .text {
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.444;
}

/* ページ内リンク */
.jumpLinks {
  background-color: rgb(242, 245, 251);
  margin-bottom: 30px;
  padding: 20px 0;
}
.jumpLinks ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto;
  max-width: 990px;
}
.jumpLinks li {
  width: 240px;
  list-style: none;
  transition: 0.3s ease-in-out;
}
.jumpLinks li + li {
  
}
.jumpLinks li:hover {
  opacity: 0.7;
}

/* 矢印リンク */
.jumpLinks a {
  position: relative;
  display: block;
}
.jumpLinks a img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
[class*=" icon-"] {
  font-family: 'wacom';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.jumpLinks .circle {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 0.5;
  font-size: 20px;
  border: 1px solid;
  border-radius: 20px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 0 10px;
  /* top: 50%;
  transform: translateY(-50%); */
  bottom: 6px;
  right: 4px;
}
.circle.icon-right:before,
.circle:after {
  display: inline-block;
  position: relative;
  left: 1px;
  top: 0px;
  width: 20px;
  height: 20px;
  font-size: 10px;
  line-height: 2;
  transition: all 0.3s ease-in-out;
}
.circle.icon-right:before,
.circle.icon-right:after {
  content: "\e61d";
}
.product .circle.icon-right {
  margin-right: 5px;
  margin-top: -3px;
}
.circle.icon-right:hover:before,
.circle:hover:after {
  left: -20px;
}
a:hover .circle.icon-right:before,
a:hover .circle:after {
  left: -20px;
}

/* コンテンツ */
.main-content {
  margin: 0 auto;
  max-width: 990px;
}
.main-content h4 {
  position: absolute;
  top: 100px;
  left: 90px;
  line-height: 1.5;
  font-size: 32px;
  font-weight: normal;
}
.main-content #amazon h4 {
  line-height: 1.3;
  top: 80px;
}
.main-content #yodobashi h4,
.main-content #biccamera h4 {
  top: 80px;
}
.main-content h4::before {
  position: absolute;
  top: -10px;
  left: -80px;
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  background: url(/static/holidaypromotions/images/cintiq.png);
  background-size: 70px 70px;
}
.main-content .main-lead {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto 50px;
  line-height: 0;
  border-top: 1px solid #e3e2e7;
  border-bottom: 1px solid #e3e2e7;
  box-sizing: border-box;
}
.main-content #fukubukuro .main-lead {
  border-top: none;
}
.main-content .main-lead img {
  width: 100%;
  height: auto;
}
.header-section .linkButton,
.main-content .linkButton {
  width: auto;
  display: inline-block;
  color: #fff;
  padding: 0.8em 2em 0.7em;
  line-height: 1;
  border-radius: 0.25rem;
  transition: all 250ms;
  background-color: #cf1b02;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
}
.header-section .linkButton:hover,
.main-content .linkButton:hover {
  color: #fff;
  background-color: #e81e02;
}
.header-section .button,
.main-content .button {
  text-align: center;
  margin-top: 20px;
}
.header-section .button {
  position: absolute;
  top: 315px;
  left: 50%;
  transform: translateX(-50%);
}
section {
  margin: 0 auto;
  padding: 0 0 50px;
  box-sizing: border-box;
}
section:last-of-type {
  margin: 0 auto;
}
section {
  border-right: 1px solid #e3e2e7;
  border-left: 1px solid #e3e2e7;
  z-index: 1;
}
section#rakuten {
  border-bottom: 1px solid #e3e2e7;
}

.main-content .imgBottom .product-container {
  width: 260px;
  margin: 0 30px;
}
.main-content .imgBottom .product-container p {
  margin: 0 auto 10px;
  font-size: 14px;
  text-align: center;
}
.main-content .main-inner {
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 840px;
}
.main-content .product-containerWrap {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  width: 100%;
}
.main-content .product-containerWrapTitle {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}
.main-content .product-containerWrap {
  margin-top: 20px;
}
.main-content .promoText {
  width: 100%;
  font-size: 17px;
  line-height: 2;
}
.main-content .promoText strong {
  font-size: 20px;
}
.main-content .date {
  display: block;
  font-size: 16px;
  letter-spacing: 0.1em;
}
.main-content #amazon .date {
  margin-top: 10px;
}
.main-content .time {
  font-size: 18px;
  letter-spacing: 0;
}
.main-content .smallTitle {
  font-size: 24px;
}
.main-content .product-container {
  z-index: 2;
}
.main-content .product-container img {
  display: block;
  margin: 0 auto;
  padding: 0 0 10px;
  max-width: 100%;
}

/* 注釈 */
.note {
  font-size: 12px;
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .jumpLinks li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .main-content .date {
    font-size: 18px;
    margin: 0 0 4%;
  }
  #pageArticle #mainArea #articleArea .article {
    padding: 0;
  }
  .main-content {
    padding: 0 3% 0;
    max-width: 100%;
  }
  .main-content .main-lead  {
    position: relative;
    margin: 0 auto 10%;
    padding: 5% 0 3%;
    background-color: #fff;
  }
  .main-content .main-inner {
    display: block;
    width: 100%;
  }
  .header-section .white-ball {
    top: -14px;
    width: 290px;
    height: 290px;
  }
  .header-section h3 {
    top: 100px;
    left: 50%;
    font-size: 18px;
  }
  .header-section .text {
    top: 140px;
    font-size: 12px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header-section .button {
    top: 200px;
    margin-top: 0;
  }
  .header-section .linkButton,
  .main-content .linkButton {
    font-size: 12px;
  }
  .main-content h4 {
    position: static;
    font-size: 6.25vw;
    text-align: center;
    line-height: 1.4;
  }
  .main-content h4::before {
    position: static;
    margin: -2% 2% 0 0;
    width: 15.625vw;
    height: 15.625vw;
    background-size: 15.625vw 15.625vw;
  }
  section {
    padding: 0 0 10%;
  }
  section#amazon {
    height: auto;
  }
  .header-section p {
    top: 145px;
    left: 50%;
    width: 80%;
    font-size: 12px;
    line-height: 1.666;
  }
  .main-content .product-containerWrapTitle {
    text-align: center;
  }
  .main-content .product-containerWrap {
    display: block;
  }

  /* ページ内リンク */
  .jumpLinks {
    padding: 6% 2%;
    margin-bottom: 6%;
  }
  .jumpLinks ul {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-between;
  }
  .jumpLinks li {
    display: inline-block;
    width: calc(50% - 5px);
    height: auto;
    text-align: center;
  }
  .jumpLinks li + li {
    margin-left: 0;
  }
  .jumpLinks li img {
    width: 100%;
  }
  .jumpLinks a {
    height: auto;
  }

  /* 矢印リンク */
  .jumpLinks .circle {
    width: 4.6875vw;
    height: 4.6875vw;
    line-height: 0.555;
    font-size: 4.6875vw;
    border-radius: 4.6875vw;
    margin: 0;
    right: 3px;
  }
  .circle.icon-right:before,
  .circle:after {
    display: inline-block;
    position: relative;
    left: 0.3125vw;
    top: 0px;
    width: 4.6875vw;
    height: 4.6875vw;
    font-size: 3vw;
    line-height: 1.8;
  }
  .circle.icon-right:hover:before,
  .circle:hover:after {
    left: -4.6875vw;
  }
  a:hover .circle.icon-right:before,
  a:hover .circle:after {
    left: -4.6875vw;
  }
  .main-content .promoText {
    padding: 0 6%;
  }
  .main-content .promoText,
  .main-content .product-container{
    width: auto;
    font-size: 4.375vw;
  }
  .main-content .imgBottom .product-container {
    margin: 0 auto 20px;
  }
  .main-content .product-container img {
    width: 80%;
  }
  .note {
    padding: 0 10px;
  }
}