@charset "UTF-8";
/* ============================================
              ! Foundation !
=============================================== */
/* reset */
/* Base */
@import "scss/extension/slick.min.css";
html {
  font-size: 62.5%;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10* (100vw / 1400));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 390));
  }
}



#Wrap, .wrapTop, .wrapBottom {
  width: 100%;
}

html {
  box-sizing: border-box;
}
html picture,
html img,
html video {
  width: 100%;
}
html a {
  color: #000;
  text-decoration: none;
  transition: 1s;
}
html a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  transition: 1s;
}
html ul, html li {
  list-style: none;
}
html h1, html h2, html h3, html h4, html h5, html h6 {
  font-weight: normal;
}
html p, html ul, html ol, html dl {
  margin: 0;
  padding: 0;
}

html p {
  word-break: break-word;
}

/* ===================
	　　 General
=================== */
body {
  background-color: #FDFBF5;
}

#main_2023bestbuy {
  margin: 6rem auto 0;
  font-feature-settings: "palt";
  z-index: 1;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  color: #553A2C;
}

/* ===================
	　　　 タブ
=================== */
.tab_wrap .tab_btn_area .tab_btn {
  position: relative;
  display: inline-block;
  width: 20rem;
  height: auto;
  cursor: pointer;
  transition: ease 0.2s;
}
.tab_wrap .tab_btn_area .tab_btn.selected {
  background: #553A2C;
}
.tab_wrap .tab_btn_area .tab_btn.selected h4 {
  color: #fff;
}

.tab_wrap .tab_btn_area .tab_btn .en {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 1.5rem 0 1rem;
  border: solid 0.1rem #553A2C;
}
.tab_wrap .tab_btn_area .tab_btn .en .jp {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  padding-top: 0.4rem;
}
.tab_wrap .tab_btn_area .tab_btn .en.sm {
  font-size: 1.8rem;
}
.tab_wrap .tab_btn_area.moto {
  padding: 0 8rem 4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab_wrap .tab_btn_area.moto li:nth-child(n+6) {
  margin-top: 1rem;
}

/* ===================
	　　　top
=================== */
.header .mv {
  width: 120rem;
  margin: auto;
}
.header_textArea {
  padding: 6rem 0;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_textArea h3 {
  font-size: 2rem;
  font-weight: bold;
}
.header_textArea h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 1rem 2.5rem;
  margin: 1.5rem auto 5rem;
  border: solid 0.1rem #553A2C;
  font-weight: bold;
  background-color: #fff;
  display: inline-block;
}
.header_textArea p {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}

/* ===================
      contents
=================== */
.contents {
  padding: 6rem 0 15rem; /* 8rem */
  background-color: #fff;
}
.contents .tab_wrap {
  width: 120rem;
  margin: auto;
}

/* ===================
	　　  common
=================== */
.items_area {
  display: flex;
  flex-wrap: wrap;
}
.items_area .item_block {
  position: relative;
  width: 28.5rem;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  margin: 7rem 2rem 0 0;
  padding: 5rem 0;
  background: linear-gradient(rgba(242,233,214,0.4),rgba(250,247,241,0.4));
  border-radius: 2rem;
  box-shadow: 0 0.3rem 2px 1px rgb(0 0 0 / 6%);
}
.items_area .item_block::before {
  position: absolute;
  display: block;
  content: "";
  width: 7rem;
  height: 7rem;
  background: url(../../../Contents/ImagesPkg/lp/2023bestbuy/bestBuy_logo.svg) no-repeat;
  background-size: 100%;
  top: -3rem;
  right: 1rem;
}
.items_area .item_block:nth-child(4n) {
  margin-right: 0;
}
.items_area .item_block .icon {
  width: 15.8rem;
  margin: 0 auto;
}
.items_area .item_block .photo {
  padding: 3rem 3rem;
}
.items_area .item_block .name {
  font-size: 1.6rem;
  line-height: 1.5;
}
.items_area .item_block .name small {
  font-size: 1rem;
}
.items_area .item_block .name .brandjp {
  font-size: 1.2rem;
  line-height: 3;
  letter-spacing: 0.05em;
  text-align: center;
}
.items_area .item_block .name .branden {
  font-family: 'Bodoni Moda', serif;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.items_area .item_block .name .branden span {
  word-break: break-word;
  font-size: 2.8rem;
  line-height: 1.2;
}
.items_area .item_block .sale {
  width: 10rem;
  margin: auto;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.5rem 0;
  letter-spacing: 0.05em;
  background-color: #553A2D;
  color: #fff;
}
.items_area .item_block .sale_number {
  font-family: 'Bodoni Moda', serif;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}
.items_area .item_block .cost {
  font-size: 1.8rem;
  padding: 1rem 0 3rem;
  text-align: center;
}
.items_area .item_block .lead {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1rem 3rem 0;
  text-align: center;
}
.items_area .item_block .annotation {
  font-size: 1rem;
  padding-top: 1rem;
}

.items_area .item_block .check a {
  position: relative;
  display: block;
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  width: 22rem;
  margin: auto;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  border-radius: 10rem;
  padding: 1.2rem 0;
  background-color: #341E13;
  color: #fff;
}
.items_area .item_block .check a::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../../../Contents/ImagesPkg/lp/2023bestbuy/btn_forward.svg) no-repeat;
  background-size: 100%;
  width: 0.6rem;
  height: 1.1rem;
  top: 1.9rem;
  right: 2rem;
  z-index: 1;
}

.panel_area .tab_panel .title {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 垂直方向に中央 */
  margin-bottom: 2rem;
  /* 左側の線 */
  /* 右側の線 */
  width: 104rem;
  margin: auto;
}
.panel_area .tab_panel .title .en ,
.campaign .title .en {
  font-family: 'Bodoni Moda', serif;
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.18;
  display: inline-block;
  position: relative;
}
.panel_area .tab_panel .title .jp ,
.campaign .title .jp {
  font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  display: block;
  text-align: center;
  padding-top: 0.5rem;
  font-style: normal;
}
.panel_area .tab_panel .title::before, .panel_area .tab_panel .title::after {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 0.2rem solid #553A2C;
}
.panel_area .tab_panel .title::before {
  margin-right: 2rem;
  /* 線と文字の間のスペース */
}
.panel_area .tab_panel .title::after {
  margin-left: 2rem;
  /* 線と文字の間のスペース */
}
#panel10 .subttl {
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  margin: 4rem auto 0;
  text-align: center;
}

/* ===================
　  button
=================== */
.sns-iconList02 {
  width: 980px;
  margin: 30px auto 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.sns-iconList02 li {
  width: 40px;
  margin: 0 3px;
}

.nav-top {
  width: 100%;
  margin: 30px auto 0;
}

.nav-top img {
  width: 43px;
}

/*=======================================
                campaign 
========================================*/
.campaign {
  width: 112.5rem;
  margin: 10rem auto 15rem;
}
.campaign .title {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  width: 112.5rem;
  margin: auto;
  justify-content: center;
}
.campaign .title .en::before {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: #553A2C;
  top: 2rem;
  left: -5.5rem;
  z-index: 1;
}
.campaign .title .en::after {
  position: absolute;
  display: block;
  content: "";
  width: 4rem;
  height: 0.2rem;
  background-color: #553A2C;
  top: 2rem;
  right: -5.5rem;
  z-index: 1;
}
.campaign .inner {
  position: relative;
  width: 80%;
  margin: 4rem auto 0;
  background-color: rgb(70 70 70 / 50%);
}
.campaign .inner span {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4rem;
  letter-spacing: 0.2em;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  background-color: rgb(70 70 70 / 50%);
}


/*=======================================
                Option 
========================================*/
.js-fade {
  transition-duration: 2s;
  opacity: 0;
}
.js-fade.active {
  opacity: 1;
}

.js-fade-Vr {
  transition-duration: 0.5s;
  opacity: 0;
  transform: translateY(3rem);
}
.js-fade-Vr.active {
  opacity: 1;
  transform: translateY(0);
}

/*=======================================
              Responsive   
========================================*/
/* only PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }

  /* ===================
  　　  section
  =================== */
  .next .title {
    margin-bottom: 2rem;
  }

  .items_area.col3 .item_block {
    width: 34rem;
    margin-right: 4rem;
  }
  .items_area.col3 li:nth-child(3) {
    margin-right: 0;
  }
}

/* only tablet */
/* only SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /* ===================
  　　 General
  =================== */
  #main_2023bestbuy {
    width: 100vw;
    margin: 0;
  }

/* ===================
	　　　 タブ
=================== */
.tab_wrap .tab_btn_area .tab_btn {
  width: calc(175 *(100vw/390));
}
.tab_wrap .tab_btn_area .tab_btn.selected {
  background: #553A2C;
}
.tab_wrap .tab_btn_area .tab_btn.selected h4 {
  color: #fff;
}

.tab_wrap .tab_btn_area .tab_btn .en {
  font-size: calc(15 *(100vw/390));
  padding: calc(10 *(100vw/390)) 0 calc(5 *(100vw/390));
  border: solid 1px #553A2C;
}
.tab_wrap .tab_btn_area .tab_btn .en .jp {
  font-size: calc(10 *(100vw/390));
  padding-top: calc(2 *(100vw/390));
}
.tab_wrap .tab_btn_area .tab_btn .en.sm {
  font-size: 1.8rem;
}
.tab_wrap .tab_btn_area.moto {
  padding: 0 calc(15 *(100vw/390)) calc(30 *(100vw/390));
}
.tab_wrap .tab_btn_area.moto li:nth-child(n+1) {
  margin-top: calc(10 *(100vw/390));
}

/* ===================
	　　　top
=================== */
.header .mv {
  width: 100%;
  margin: auto;
}
.header_textArea {
  padding: calc(30 *(100vw/390)) 0;
}
.header_textArea h3 {
  font-size: calc(16 *(100vw/390));
}
.header_textArea h2 {
  font-size: calc(20 *(100vw/390));
  width: calc(360 *(100vw/390));
  line-height: 1;
  padding: calc(10 *(100vw/390)) calc(0 *(100vw/390));
  margin: calc(10 *(100vw/390)) auto calc(30 *(100vw/390));
  border: solid 1px #553A2C;
  letter-spacing: 0.16em;
}
.header_textArea p {
  font-size: calc(12 *(100vw/390));
}

/* ===================
      contents
=================== */
.contents {
  padding: calc(30 *(100vw/390)) 0 calc(40 *(100vw/390));
}
.contents .tab_wrap {
  width: 100%;
}

/* ===================
	　　  common
=================== */
.items_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: space-between;
}
.items_area .item_block {
  width: calc(175 *(100vw/390));
  margin: calc(45 *(100vw/390)) 0 0;
  padding: calc(30 *(100vw/390)) 0;
  border-radius: calc(20 *(100vw/390));
  box-shadow: 0 3px 2px 1px rgb(0 0 0 / 6%);
}
.items_area .item_block::before {
  width: calc(50 *(100vw/390));
  height: calc(50 *(100vw/390));
  top: calc(-22 *(100vw/390));
  right: calc(10 *(100vw/390));
}
.items_area .item_block:nth-child(4n) {
  margin-right: 0;
}
.items_area .item_block .icon {
  width: 15.8rem;
  margin: 0 auto;
}
.items_area .item_block .photo {
  padding: calc(20 *(100vw/390)) calc(18 *(100vw/390)) calc(15 *(100vw/390));
}
.items_area .item_block .name {
  font-size: 1.6rem;
  line-height: 1.5;
}
.items_area .item_block .name small {
  font-size: 1rem;
}
.items_area .item_block .name .brandjp {
  font-size: calc(10 *(100vw/390));
}
.items_area .item_block .name .branden {
  font-size: calc(13 *(100vw/390));
}
.items_area .item_block .name .branden span {
  font-size: calc(23 *(100vw/390));
  margin-top: calc(2 *(100vw/390));
  display: block;
}
.items_area .item_block .sale {
  width: calc(80 *(100vw/390));
  font-size: calc(12 *(100vw/390));
  padding: calc(5 *(100vw/390)) 0;

}
.items_area .item_block .sale_number {
  font-size: calc(30 *(100vw/390));
  margin-top: calc(5 *(100vw/390));
}
.items_area .item_block .cost {
  font-size: calc(16 *(100vw/390));
  padding: calc(10 *(100vw/390)) 0 calc(15 *(100vw/390));
  line-height: 1;
}
.items_area .item_block .lead {
  font-size: calc(12 *(100vw/390));
  font-weight: 400;
  padding: calc(4 *(100vw/390)) calc(10 *(100vw/390)) 0;
  text-align: center;
  line-height: 1.6;
}
.items_area .item_block .annotation {
  font-size: 1rem;
  padding-top: 1rem;
}

.items_area .item_block .check a {
  width: calc(140 *(100vw/390));
  font-size: calc(14 *(100vw/390));
  border-radius: calc(100 *(100vw/390));
  padding: calc(8 *(100vw/390)) 0;
}
.items_area .item_block .check a::before {
  width: calc(6 *(100vw/390));
  height: calc(11 *(100vw/390));
  top: calc(13.5 *(100vw/390));
  right: calc(10 *(100vw/390));
}

.panel_area .tab_panel .title {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 垂直方向に中央 */
  margin-bottom: 2rem;
  /* 左側の線 */
  /* 右側の線 */
  width: 100%;
  margin: auto;
}
.panel_area .tab_panel .title .en ,
.campaign .title .en {
  font-size: calc(30 *(100vw/390));
}
.panel_area .tab_panel .title .jp ,
.campaign .title .jp {
  font-size: calc(12 *(100vw/390));
  padding-top: calc(5 *(100vw/390));
}
.panel_area .tab_panel .title::before, .panel_area .tab_panel .title::after {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 1px solid #553A2C;
}
.panel_area .tab_panel .title::before {
  margin-right: calc(20 *(100vw/390));
  /* 線と文字の間のスペース */
}
.panel_area .tab_panel .title::after {
  margin-left: calc(20 *(100vw/390));
  /* 線と文字の間のスペース */
}
#panel10 .subttl {
  font-size: calc(16 *(100vw/390));
  margin: calc(20 *(100vw/390)) auto 0;
}

.panel_area {
  padding: 0 calc(15 *(100vw/390));
}
/* ===================
　  button
=================== */
.sns-iconList02 {
  width: 980px;
  margin: 30px auto 0;
  display: flex;
  list-style: none;
  justify-content: flex-end;
}

.sns-iconList02 li {
  width: 40px;
  margin: 0 3px;
}

.nav-top {
  width: 100%;
  margin: 30px auto 0;
}

.nav-top img {
  width: 43px;
}

/*=======================================
                campaign 
========================================*/
.campaign {
  width: 100%;
  margin: calc(40 *(100vw/390)) auto calc(20 *(100vw/390));
}
.campaign .title {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  width: 100%;
  margin: auto;
  justify-content: center;
}
.campaign .title .en::before {
  position: absolute;
  display: block;
  content: "";
  width: calc(30 *(100vw/390));
  height: 1px;
  background-color: #553A2C;
  top: calc(18 *(100vw/390));
  left: calc(-45 *(100vw/390));
  z-index: 1;
}
.campaign .title .en::after {
  position: absolute;
  display: block;
  content: "";
  width: calc(30 *(100vw/390));
  height: 1px;
  background-color: #553A2C;
  top: calc(18 *(100vw/390));
  right: calc(-45 *(100vw/390));
  z-index: 1;
}
.campaign .inner {
  width: calc(360 *(100vw/390));
  height: auto;
  margin: calc(20 *(100vw/390)) auto 0;
}
.campaign .inner span {
  font-size: calc(30 *(100vw/390));
  line-height: 1.5;
  text-align: center;
}

.sp_btn {
  display: block;
  width: calc(40 *(100vw/390));
  height: calc(40 *(100vw/390));
  margin-left: auto;
  padding: 0 calc(30 *(100vw/390)) 0 0;
}

  #pagetop {
    bottom: 18.771331058vw;
  }

  #share {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */