@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: 1280px) {
  html {
    font-size: calc(10* (100vw / 1280));
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(10* (100vw / 750));
  }
}

@font-face {
  font-family: "LibreBaskerville-Regular";
  src: url(./font/LibreBaskerville-Regular.ttf);
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url(./font/LibreBaskerville-Italic.ttf);
}
@font-face {
  font-family: "LibreBaskerville-Italic";
  src: url(./font/LibreBaskerville-Italic.woff) format("woff");
}
/* Module */
/* Resource */
/* ============================================
                * Layout *
=============================================== */
/*//////////////////////////////////////////////////

Title : layout.css
Memo  : 

Created       : 2022-01-21
Last Modified : 2022-01-21

//////////////////////////////////////////////////*/
/* ================================================
  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ * Layout style * ↓↓↓↓↓↓↓↓↓↓↓↓↓
================================================== */
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 div, html form, html h1, html h2, html h3, html h4, html ul, html li, html dl, html dt, html dd, html p {
  line-height: 1.75;
}
html p {
  word-break: break-word;
}

/* ===================
	　　 General
=================== */
body {
  background-color: #EEECDC;
}

#main_2022bestbuy {
  width: 110rem;
  margin: 0 auto;
  font-feature-settings: "palt";
  line-height: 1.75;
  letter-spacing: 0.02em;
  z-index: 1;
}

/* ===================
	　　　 タブ
=================== */
.tab_wrap {
  /* ===================
  　　　 タブ SP
   =================== */
}
.tab_wrap .tab_btn_area .tab_btn {
  position: relative;
  display: inline-block;
  width: 19.6rem;
  height: 7.2rem;
  cursor: pointer;
  transition: ease 0.2s;
}
.tab_wrap .tab_btn_area .tab_btn.selected {
  background: #000;
}
.tab_wrap .tab_btn_area .tab_btn.selected h4 {
  color: #fff;
}
.tab_wrap .tab_btn_area .tab_btn:before {
  content: "";
  position: absolute;
  background-image: url(.../../../../../Contents/ImagesPkg/lp/2022bestbuy/menu_pc.png);
  background-size: 100%;
  width: 20.4rem;
  height: 8.1rem;
  top: -5px;
  left: -4px;
}
.tab_wrap .tab_btn_area .tab_btn .en {
  font-family: "LibreBaskerville-Italic";
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  padding: 2rem 0;
}
.tab_wrap .tab_btn_area .tab_btn .en .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  text-align: center;
  font-style: normal;
}
.tab_wrap .tab_btn_area .tab_btn .en.sm {
  font-size: 1.8rem;
}
.tab_wrap .tab_btn_area.moto {
  padding: 4.5rem 0.5rem 5.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.tab_wrap .tab_btn_area.moto li:nth-child(n+6) {
  margin-top: 2rem;
}

/* ===================
	　　　top
=================== */
.header .lead {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}
.header .lead small {
  font-size: 1rem;
}
.header .mv {
  margin-top: 3rem;
}

/* ===================
	　　　ranking
=================== */
.rangking .title {
  margin: 2rem auto;
}

/* ===================
	　　  common
=================== */
.items_area {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4rem;
}
.items_area .item_block {
  width: 26rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  margin-right: 2rem;
  margin-bottom: 4rem;
}
.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: 1rem 0;
}
.items_area .item_block .name {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.items_area .item_block .name small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.items_area .item_block .name .brandjp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.items_area .item_block .name .branden {
  font-family: "LibreBaskerville-Regular", "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 800;
  padding-bottom: 0.2rem;
  text-align: left;
}
.items_area .item_block .cost {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  padding: 0.3rem 0 0.8rem;
}
.items_area .item_block .lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  border-top: solid 1px #000;
  padding-top: 1.5rem;
}
.items_area .item_block .annotation {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  padding-top: 1rem;
}
.items_area .item_block .check {
  display: block;
  margin: 2rem auto 0;
  width: 17.2rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 10rem;
  background-color: #000;
}
.items_area .item_block .check a {
  font-family: "LibreBaskerville-Regular";
  font-size: 1.5rem;
  color: #fff;
}

.panel_area .tab_panel .title {
  display: flex;
  /* 横並びにする */
  align-items: center;
  /* 垂直方向に中央 */
  margin-bottom: 2rem;
  /* 左側の線 */
  /* 右側の線 */
}
.panel_area .tab_panel .title .en {
  font-family: "LibreBaskerville-Italic";
  font-size: 4rem;
  line-height: 1;
}
.panel_area .tab_panel .title .jp {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding-top: 1rem;
  font-style: normal;
}
.panel_area .tab_panel .title::before, .panel_area .tab_panel .title::after {
  content: "";
  flex-grow: 1;
  /* 線の伸び率 */
  border-bottom: 2px solid #000;
}
.panel_area .tab_panel .title::before {
  margin-right: 4rem;
  /* 線と文字の間のスペース */
}
.panel_area .tab_panel .title::after {
  margin-left: 4rem;
  /* 線と文字の間のスペース */
}

/* ===================
 　　  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;
}

/*=======================================
                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;
  }

  #Wrap {
    width: 110rem;
  }

  .wrapTop {
    width: 110rem;
  }

  /* ===================
   　　  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;
  }

  .items_area.col1 .item_block {
    width: 88rem;
    margin: 0 auto 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .items_area.col1 .item_block .photo {
    width: 42rem;
  }
  .items_area.col1 .item_block .info {
    width: 42rem;
  }
}
/* only tablet */
/* only SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  /* ===================
  	　　 General
  =================== */
  #main_2022bestbuy {
    width: 100vw;
  }

  /* ===================
  	　　　 タブ
  =================== */
  .tab_wrap {
    /* ===================
    　　　 タブ SP
     =================== */
  }
  .tab_wrap .tab_btn_area .tab_btn {
    position: relative;
    display: inline-block;
    width: 44vw;
    height: 13.8666666667vw;
    cursor: pointer;
    transition: ease 0.2s;
  }
  .tab_wrap .tab_btn_area .tab_btn.selected {
    background: #000;
  }
  .tab_wrap .tab_btn_area .tab_btn.selected h4 {
    color: #fff;
  }
  .tab_wrap .tab_btn_area .tab_btn:before {
    content: "";
    position: absolute;
    background-image: url(.../../../../../Contents/ImagesPkg/lp/2022bestbuy/menu_sp.png);
    background-size: 100%;
    width: 45.8666666667vw;
    height: 15.4666666667vw;
    top: -3px;
    left: -4px;
  }
  .tab_wrap .tab_btn_area .tab_btn .en {
    font-family: "LibreBaskerville-Italic";
    font-size: 4vw;
    line-height: 1;
    text-align: center;
    padding: 3.0666666667vw 0 2.6666666667vw;
  }
  .tab_wrap .tab_btn_area .tab_btn .en .jp {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6666666667vw;
    text-align: center;
    font-style: normal;
  }
  .tab_wrap .tab_btn_area .tab_btn .en.sm {
    font-size: 4vw;
    padding: 2rem 0;
  }
  .tab_wrap .tab_btn_area.moto {
    padding: 2.6666666667vw 1.3333333333vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tab_wrap .tab_btn_area.moto li {
    margin-top: 5.3333333333vw;
  }
  .tab_wrap .tab_btn_area.moto li:nth-child(n+6) {
    margin-top: 5.3333333333vw;
  }
  .tab_wrap .tab_btn_area_fixed {
    display: none;
  }
  .tab_wrap .tab_btn_area_fixed.display {
    display: flex;
    justify-content: left;
    align-items: flex-end;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: unset;
    margin: unset;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    z-index: 999;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn {
    display: inline-block;
    background-color: #fff;
    border: solid 1px #000;
    margin-right: -1px;
    padding: 4vw 7.2vw 2.6666666667vw;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    transition: ease 0.2s;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn.selected {
    background-color: #000;
    color: #fff;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn .en {
    font-family: "LibreBaskerville-Italic";
    font-size: 4vw;
    line-height: 1;
    text-align: center;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn .en .jp {
    font-family: "Noto Serif JP", serif;
    font-size: 2.6666666667vw;
    text-align: center;
    font-style: normal;
  }
  .tab_wrap .tab_btn_area_fixed.display a:hover {
    opacity: 1;
  }

  /* ===================
  	　　　top
  =================== */
  .header .lead {
    font-family: "Noto Serif JP", serif;
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
    margin-top: 2.6666666667vw;
    padding: 0 5.3333333333vw;
  }
  .header .lead small {
    font-size: 2.6666666667vw;
  }
  .header .mv {
    margin-top: 13.3333333333vw;
    padding: 0 2.6666666667vw;
  }

  /* ===================
  	　　　ranking
  =================== */
  .rangking {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }
  .rangking .title {
    margin: 2.6666666667vw auto 5.3333333333vw;
  }
  .rangking .items_area .item_block .photo {
    padding: 2.6666666667vw 0;
  }

  /* ===================
  	　　  common
  =================== */
  .contents {
    padding: 0 2.6666666667vw 5.3333333333vw;
  }

  .items_area {
    display: unset;
  }
  .items_area .item_block {
    width: 89.3333333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4666666667vw;
    margin-right: unset;
    margin-bottom: 10.6666666667vw;
    padding: 0 2.6666666667vw;
  }
  .items_area .item_block:nth-child(4n) {
    margin-right: 0;
  }
  .items_area .item_block .icon {
    width: 42.1333333333vw;
    margin: 0 auto;
  }
  .items_area .item_block .photo {
    padding: 0 0 2.6666666667vw;
  }
  .items_area .item_block .name {
    font-family: "Noto Serif JP", serif;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .items_area .item_block .name small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.9333333333vw;
  }
  .items_area .item_block .name .brandjp {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .items_area .item_block .name .branden {
    font-family: "LibreBaskerville-Regular", "Noto Serif JP", serif;
    font-size: 5.8666666667vw;
    line-height: 1.2;
    font-weight: 800;
    padding-bottom: 0.6vw;
    text-align: left;
  }
  .items_area .item_block .cost {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4666666667vw;
    padding: 1vw 0 2vw;
  }
  .items_area .item_block .lead {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.4666666667vw;
    border-top: solid 1px #000;
    padding-top: 4vw;
  }
  .items_area .item_block .annotation {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .items_area .item_block .check {
    display: block;
    margin: 5.3333333333vw auto 0;
    width: 45.3333333333vw;
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    text-align: center;
    border-radius: 26.6666666667vw;
    background-color: #000;
  }
  .items_area .item_block .check a {
    font-family: "LibreBaskerville-Regular";
    font-size: 4vw;
    color: #fff;
  }

  .panel_area .tab_panel .title {
    display: flex;
    /* 横並びにする */
    align-items: center;
    /* 垂直方向に中央 */
    margin: 8vw auto;
    /* 左側の線 */
    /* 右側の線 */
  }
  .panel_area .tab_panel .title .en {
    font-family: "LibreBaskerville-Italic";
    font-size: 6.4vw;
    line-height: 1;
  }
  .panel_area .tab_panel .title .jp {
    font-family: "Noto Serif JP", serif;
    font-size: 2.9333333333vw;
    display: block;
    text-align: center;
    padding-top: 2vw;
    font-style: normal;
  }
  .panel_area .tab_panel .title::before, .panel_area .tab_panel .title::after {
    content: "";
    flex-grow: 1;
    /* 線の伸び率 */
    border-bottom: 2px solid #000;
  }
  .panel_area .tab_panel .title::before {
    margin-right: 6.9333333333vw;
    /* 線と文字の間のスペース */
  }
  .panel_area .tab_panel .title::after {
    margin-left: 6.9333333333vw;
    /* 線と文字の間のスペース */
  }

  /* ===================
   　　  section
  =================== */
  .next {
    padding: 0 2.6666666667vw 21.3333333333vw;
  }
  .next .title {
    margin-bottom: 5.3333333333vw;
  }

  .items_area.sp-col2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .items_area.sp-col2 .item_block {
    width: 45.3333333333vw;
    padding: 0;
  }
  .items_area.sp-col2 .lead {
    font-size: 2.9333333333vw;
  }
  .items_area.sp-col2 .item_block.sp-col1 {
    width: 89.3333333333vw;
    padding: 0 2.6666666667vw;
  }
  .items_area.sp-col2 .item_block.sp-col1 .lead {
    font-size: 3.4666666667vw;
  }

  #pagetop {
    bottom: 18.771331058vw;
  }

  #share {
    bottom: 11% !important;
  }
}
/*# sourceMappingURL=style.css.map */