@charset "utf-8";

.main_wrap {
  width: 1200px;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #4d4d4d;
  -webkit-text-size-adjust: 100%;
}

.wrapper *,
.wrapper *::before,
.wrapper *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.main_wrap h1 {
  margin: 0;
}

.main_wrap img {
  vertical-align: bottom;
}

.main_wrap h2 {
  margin: 0 0 22px 0;
  height: 56px;
  padding: 14px 0 14px 20px;
  line-height: 1;
  background-color: #ffe885;
  box-sizing: border-box;
}

.main_wrap .sec_01 h2 {
  position: relative;
  padding: 13px 0 13px 68px;
  background-color: #ff3b73;
}

.main_wrap .sec_01 h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 49px;
  height: 60px;
  top: -8px;
  left: 20px;
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/img_man_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.main_wrap p {
  margin: 0;
}

.main_wrap a {
  display: block;
  text-decoration: none;
}

.main_wrap a:hover {
  text-decoration: none;
  opacity: 1;
}

.main_wrap a:hover img {
  opacity: 1;
}

.main_wrap ul {
  padding-left: 0;
}

.main_wrap ul li {
  list-style: none;
}

.main_wrap img {
  vertical-align: bottom;
}

/* ------------------------
導入文
------------------------*/

.intro {
  position: relative;
  margin-bottom: 40px;
  /* padding: 32px 0 32px 314px; */
  padding: 32px 0;
  background-color: #ffe9f2;
  font-weight: 600;
  line-height: 1.7;
  box-sizing: border-box;
}

.intro::before {
  display: block;
  content: "";
  position: absolute;
  width: 139px;
  height: 127px;
  left: 150px;
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/img_man_01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}

.intro .intro_text {
  position: relative;
  /* width: 735px; */
  margin: 0 auto 0 314px;
  width: fit-content;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
}

.intro .intro_text::before {
  position: absolute;
  display: block;
  content: "";
  width: 22px;
  height: 21px;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/triangle.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.intro .intro_text p {
  width: 100%;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

/* ------------------------
ナビゲーション
------------------------*/

.nav {
  margin-bottom: 64px;
}

.nav_ttl {
  text-align: center;
  margin-bottom: 14px;
}

.nav_items {
  width: 1000px;
  margin: 0 auto;
}

.nav_items_first {
  margin-bottom: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 16px;
}

.nav_items_second {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 16px;
}

.nav_items_item a {
  position: relative;
  width: 322px;
  height: 56px;
  padding: 16px 23px;
  background-color: #ffe885;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
}

.nav_items_item a::after {
  position: absolute;
  display: block;
  content: "";
  width: 19px;
  height: 11px;
  top: calc(50% + 1.5px);
  right: 22px;
  transform: translateY(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/nav/nav_arrow_down_02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* 注目商品の矢印 */
.nav_items_first .nav_items_item:nth-child(1) a::after {
  right: 36.6%;
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/nav/nav_arrow_down.png);
}

.nav_items_item a:hover::after {
  animation: arrowDown 1.2s infinite;
  opacity: 1;
}

.nav_item_01 a {
  width: 660px;
  height: 56px;
  padding: 8px 0;
  background-color: #ff3b73;
}

.nav_item_01 .img_wrap {
  width: 246px;
  height: 42px;
  margin: 0 auto;
}

/* ------------------------
セクション 
------------------------*/

.sec_contents {
  margin-bottom: 104px;
}

/* ------------------------
ボタン
------------------------*/

.btn_more {
  margin-top: 56px;
}

.btn_more a {
  position: relative;
  width: 690px;
  height: calc(80px - 8px);
  margin: 0 auto;
  background-color: #0071bc;
  box-shadow: #f94e90 0 8px;
  border-radius: 50px;
  /* 文字画像を中央にする調整 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_more a::before,
.btn_more a::after {
  position: absolute;
  display: block;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_more a::before {
  width: 132px;
  height: 99px;
  top: 0;
  left: -14px;
  transform: translateY(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/icon_present.png);
}

.btn_more a:hover::before {
  animation: presentMove 0.8s;
}

.btn_contact {
  margin-top: 104px;
  padding: 156px 0 104px;
  position: relative;
  background-color: #ffe9f2;
}

.btn_contact::before {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 105px;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/img_man_03.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.btn_contact a {
  position: relative;
  width: 690px;
  height: calc(80px - 8px);
  margin: 0 auto;
  background-color: #ffe885;
  box-shadow: #038ad6 0 8px;
  border-radius: 50px;
  /* 文字画像を中央にする調整 */
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn_contact a::before,
.btn_contact a::after {
  display: block;
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ボタンのプレゼント画像
.btn_contact a::before {
  display: block;
  content: "";
  position: absolute;
  width: 250px;
  height: 105px;
  top: -146px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/img_man_03.png);
} */

.btn_more a::after,
.btn_contact a::after {
  width: 12px;
  height: 21px;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/btn/btn_arrow_right.png);
  transition: 0.3s;
}

.btn_contact a::after {
  background-image: url(https://houjin.biccamera.com/images/topics/gift_bic/img/btn/btn_arrow_right_02.png);
}

.btn_more a:hover::after,
.btn_contact a:hover::after {
  right: calc(28px - 8px);
}

.btn_text {
  position: relative;
  display: block;
  margin: 0 auto 8px;
  width: fit-content;
  font-size: 18px;
  font-weight: 600;
  color: #038ad6;
  letter-spacing: 0.1em;
}

.btn_text::before,
.btn_text::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 20px;
  bottom: 2px;
  background-color: #038ad6;
}

.btn_text::before {
  left: -13px;
  rotate: -30deg;
}

.btn_text::after {
  right: -11px;
  rotate: 30deg;
}

/* ------------------------
商品一覧の調整
------------------------*/
.main_wrap .search_list ul {
  row-gap: 16px;
  color: #0071bc;
  line-height: 1.5;
}

.main_wrap .search_list ul li a {
  color: #0071bc;
}

.main_wrap .search_list ul li a:nth-child(3) {
  margin-bottom: 8px;
}

.main_wrap .search_list ul li a:hover {
  color: #0071bc;
  text-decoration: underline;
}

.main_wrap .search_list ul li a:hover img {
  opacity: 0.7;
}

.main_wrap .search_list ul li p {
  font-family: "Meiryo", "メイリオ", sans-serif;
  line-height: 1.5;
}

/* ------------------------
ホバーアニメーション 
------------------------*/
@keyframes arrowDown {
  0% {
    transform: translateY(calc(-50% + 1.5px));
  }

  100% {
    transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes presentMove {
  0% {
    rotate: 0deg;
  }

  50% {
    rotate: -10deg;
  }

  100% {
    rotate: 0deg;
  }
}
