@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: "Acne Studios Circle";
  src: url(./font/AcneStudiosCircleBold.otf);
}
/* Module */
/* Resource */
/* ============================================
                * Layout *
=============================================== */
/*//////////////////////////////////////////////////

Title : layout.css
Memo  : 

Created       : 2022-08-03
Last Modified : 2022-08-03

//////////////////////////////////////////////////*/
/* ================================================
  ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ * 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: #FEFCF4;
}

#Contents {
  padding-top: 0;
}

.footer_inner__top {
  padding-top: 0;
}

#main_2022staffbestbuy {
  width: 110rem;
  margin: 0 auto;
  font-family: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.5;
  z-index: 1;
}

/* ===================
	　　　 タブ
=================== */
.tab_wrap .tab_btn_area {
  position: fixed;
  bottom: 2rem;
  display: flex;
  z-index: 99;
}
.tab_wrap .tab_btn_area .tab_btn {
  position: relative;
  display: inline-block;
  width: 15.9rem;
  height: 6.4rem;
  cursor: pointer;
  transition: ease 0.2s;
  border: solid 2px #E3ACB1;
  box-sizing: border-box;
  margin-right: -2px;
  color: #E3ACB1;
  background: #fff;
}
.tab_wrap .tab_btn_area .tab_btn.selected {
  background: #EDD3D0;
}
.tab_wrap .tab_btn_area .tab_btn.selected h4 {
  color: #fff;
}
.tab_wrap .tab_btn_area .tab_btn .en {
  font-family: "Acne Studios Circle", sans-serif;
  font-size: 2rem;
  line-height: 1;
  text-align: center;
  padding: 1.4rem 0;
}
.tab_wrap .tab_btn_area .tab_btn .en .jp {
  font-family: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.1rem;
  text-align: center;
  font-style: normal;
}
.tab_wrap .tab_btn_area a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* ===================
	　　　top
=================== */
/* ===================
	　　  common
=================== */
.items_area {
  width: 102rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10rem;
}
.items_area .item_block {
  width: 30rem;
  margin-bottom: 6rem;
}
.items_area .item_block .icon {
  width: 15.8rem;
  margin: 0 auto;
}
.items_area .item_block .photo {
  padding-bottom: 1.5rem;
}
.items_area .item_block .brand {
  font-size: 2.2rem;
  line-height: 1.2;
  padding-bottom: 0.5rem;
  text-align: left;
}
.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 .cost {
  font-size: 1.3rem;
  line-height: 1;
  padding: 1.5rem 0 1rem;
}
.items_area .item_block .staff {
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  padding: 3rem 0 1.5rem;
  border-top: solid 1px #000;
  position: relative;
}
.items_area .item_block .staff::before {
  content: "";
  position: absolute;
  background-image: url(.../../../../../Contents/ImagesPkg/lp/2022staffbestbuy/real.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 4rem;
  height: 4rem;
  top: 0.2rem;
  left: 20rem;
}
.items_area .item_block .comment {
  font-size: 1.2rem;
  line-height: 1.75;
  border: solid 1px #E3ACB1;
  background: #fff;
  border-radius: 1rem;
  padding: 2.5rem 2rem 2rem;
  position: relative;
}
.items_area .item_block .comment::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 0.7rem solid transparent;
  border-right: 0.7rem solid transparent;
  border-bottom: 1rem solid #E3ACB1;
  top: -1rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.items_area .item_block .annotation {
  font-size: 1rem;
  padding-top: 1rem;
}
.items_area .item_block .check {
  display: block;
  margin: 2.5rem 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: "Acne Studios Circle", sans-serif;
  font-size: 1.6rem;
  color: #fff;
}

.panel_area .tab_panel .title {
  display: flex; /* 横並びにする */
  align-items: center; /* 垂直方向に中央 */
  margin: 8rem auto 6rem;
  /* 左側の線 */
  /* 右側の線 */
}
.panel_area .tab_panel .title .en {
  font-family: "Acne Studios Circle", sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.panel_area .tab_panel .title .jp {
  font-family: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  padding-top: 0.5rem;
}
.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);
}

/*footerまでスクロールしたら消す*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/*=======================================
               Responsive   
========================================*/
/* only PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  #Wrap {
    width: 110rem;
  }
  .wrapTop {
    width: 110rem;
  }
}
/* only tablet */
/* only SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  /* ===================
  	　　 General
  =================== */
  #main_2022staffbestbuy {
    width: 100vw;
  }
  /* ===================
  	　　　 タブ
  =================== */
  .tab_wrap {
    /* ===================
    　　　 タブ SP
     =================== */
  }
  .tab_wrap .tab_btn_area {
    position: fixed;
    bottom: 2rem;
    display: flex;
    z-index: 99;
  }
  .tab_wrap .tab_btn_area .tab_btn {
    position: relative;
    display: inline-block;
    width: 44vw;
    height: 13.8666666667vw;
    cursor: pointer;
    transition: ease 0.2s;
    border: solid 0.2666666667vw #E3ACB1;
    box-sizing: border-box;
    margin-right: -0.2666666667vw;
    color: #E3ACB1;
    background: #fff;
  }
  .tab_wrap .tab_btn_area .tab_btn.selected {
    background: #EDD3D0;
  }
  .tab_wrap .tab_btn_area .tab_btn.selected h4 {
    color: #fff;
  }
  .tab_wrap .tab_btn_area .tab_btn .en {
    font-family: "Acne Studios Circle", sans-serif;
    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: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.6666666667vw;
    text-align: center;
    font-style: normal;
  }
  .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 2px #E3ACB1;
    margin-right: -2px;
    padding: 3.7333333333vw 5.8666666667vw 3.2vw;
    text-align: center;
    vertical-align: bottom;
    cursor: pointer;
    transition: ease 0.2s;
    color: #E3ACB1;
    background: #fff;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn.selected {
    background: #EDD3D0;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn.selected h4 {
    color: #fff;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn .en {
    font-family: "Acne Studios Circle", sans-serif;
    font-size: 5.3333333333vw;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .tab_wrap .tab_btn_area_fixed.display .tab_btn .en .jp {
    font-family: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 2.9333333333vw;
    text-align: center;
    font-style: normal;
  }
  .tab_wrap .tab_btn_area_fixed.display a:hover {
    opacity: 1;
  }
  /* ===================
  	　　　top
  =================== */
  /* ===================
  	　　  common
  =================== */
  .contents {
    padding: 0 8vw 21.3333333333vw;
  }
  .items_area {
    width: 84vw;
    display: unset;
    margin-bottom: 16vw;
  }
  .items_area .item_block {
    width: 84vw;
    margin-bottom: 10.6666666667vw;
  }
  .items_area .item_block .icon {
    width: 42.1333333333vw;
    margin: 0 auto;
  }
  .items_area .item_block .photo {
    padding-bottom: 2.6666666667vw;
  }
  .items_area .item_block .brand {
    font-size: 5.8666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .items_area .item_block .name {
    font-size: 4.2666666667vw;
  }
  .items_area .item_block .name small {
    font-size: 2.9333333333vw;
  }
  .items_area .item_block .cost {
    font-size: 3.4666666667vw;
    padding: 4vw 0 2.6666666667vw;
  }
  .items_area .item_block .staff {
    font-size: 4.8vw;
    padding: 8vw 0 4vw;
    position: relative;
  }
  .items_area .item_block .staff::before {
    content: "";
    position: absolute;
    background-image: url(.../../../../../Contents/ImagesPkg/lp/2022staffbestbuy/real.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 10.1333333333vw;
    height: 10.1333333333vw;
    top: 1.0666666667vw;
    left: 56vw;
  }
  .items_area .item_block .comment {
    font-size: 3.4666666667vw;
    line-height: 1.75;
    border: solid 1px #E3ACB1;
    background: #fff;
    border-radius: 2.6666666667vw;
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    position: relative;
  }
  .items_area .item_block .comment::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 1.2vw solid transparent;
    border-right: 1.2vw solid transparent;
    border-bottom: 2.4vw solid #E3ACB1;
    top: -2.2666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -1px;
  }
  .items_area .item_block .annotation {
    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: "Acne Studios Circle", sans-serif;
    font-size: 4.2666666667vw;
    color: #fff;
  }
  .panel_area .tab_panel .title {
    display: flex; /* 横並びにする */
    align-items: center; /* 垂直方向に中央 */
    margin: 16vw auto;
    /* 左側の線 */
    /* 右側の線 */
  }
  .panel_area .tab_panel .title .en {
    font-family: "Acne Studios Circle", sans-serif;
    font-size: 7.4666666667vw;
    line-height: 1;
  }
  .panel_area .tab_panel .title .jp {
    font-family: "Acne Studios Circle", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3.4666666667vw;
    padding-top: 1.0666666667vw;
  }
  .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: 5.3333333333vw; /* 線と文字の間のスペース */
  }
  .panel_area .tab_panel .title::after {
    margin-left: 5.3333333333vw; /* 線と文字の間のスペース */
  }
  /* ===================
   　　  section
  =================== */
  .btn-more {
    padding-top: 5.3333333333vw;
    font-size: 4.8vw;
    text-align: center;
    margin-left: -6.6666666667vw;
  }
  .btn-more .arrow {
    position: relative;
  }
  .btn-more .arrow::before {
    content: "";
    display: block;
    position: absolute;
    top: 1.2vw;
    right: -7.0666666667vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 1.5px solid #000;
    border-right: 1.5px solid #000;
    transform: translateX(-50%) rotate(135deg);
  }
  #pagetop {
    bottom: 21.3310580205vw;
  }
  #share {
    bottom: 12% !important;
  }
}
/*# sourceMappingURL=style.css.map */