@charset "utf-8";
/* CSS Document */
html{
  scroll-behavior: smooth;
}
#bodyContainer{
  background: #ffe3e3;
}
#header{
 background: #fff;
}
#header .cart .button {
  margin: 0;
}
#header .cart table {
  float: right;
}
#pkz{
  background: #ffe3e3;
}
#gift-combination{
  font-size: 17px;
  font-weight: 500;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  max-width: 1200px;
  margin: 0 auto;
  color: #6B3C3D;
}
#gift-combination img{
  width:100%;
  vertical-align: bottom;
}
#gift-combination a{
  text-decoration: none;
}

#gift-combination .title-wrap{
  padding: 0 0 110px;
  text-align: center;
}
#gift-combination .title-wrap h1{
  font-size: 55px;
  color: #C1211F;
}
#gift-combination .title-wrap h1 span{
  font-size: 30px;
}
#gift-combination .title-wrap .lead-message{
  width: 80%;
  margin: 30px auto 0;
  line-height: 1.7;
  font-weight: 600;
}
#gift-combination .title-wrap .lead-message span{
  font-size: 26px;
}

.member{
  margin: 0 auto;
  width: 70%;
  text-align: center;
  position: relative;
  font-weight: 600;
}
.member a{
  margin-top: 20px;
  padding: 16px  30px;
  display: inline-block;
  height: auto;
  color: #fff;
  border-radius: 100vh;
  text-decoration: none;
  transition: 0.3s;
  position: relative;
  background: #ff8787;
}
.member a::after{
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 20;
  transition: 0.3s;
}
.member a:hover::after{
  right: 5%;
}

/*商品紹介エリア設定*/
.combination-wrap{
  margin-bottom: 100px;
}
.combination-wrap h2{
  padding: 0 0 5px 74px ;
  font-size: 25px;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #6B3C3D;
}
.combination-wrap h2 span{
  font-size: 18px;
  letter-spacing: 0em;
}
.combination-wrap h2 .number{
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 80px;
  line-height: 0;
  display: block;
  letter-spacing: 0em;
}
.combination-wrap h2::after{
  content: "";
  display: block;
  width: 95%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 7.5%;
  background: #6B3C3D;
}
.combination-wrap:nth-of-type(n+11) h2{
  padding-left: 105px;
}
.combination-wrap:nth-of-type(n+11) h2 .number{
  letter-spacing: -0.08em;  
}
.combination-wrap:nth-of-type(n+11) h2::after{
  content: "";
  display: block;
  width: 90%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 10.5%;
}
.items-wrap{
  padding-top: 53px;
  display: flex;
  position: relative;
}
.items-wrap .item-box{
  width: calc((100% - 15px)/2);
  margin-right: 15px;
}
.items-wrap .plus{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.items-wrap .item-box:nth-of-type(2n){
  margin-right: 0;
}
.items-wrap .item-box a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.items-wrap .item-box:hover .item_img{
  transform: scale(0.95);
  opacity: 0.7;
}
.item-box .item_img{
  width: 65%;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.3s;
}
.txt_data{
  margin: 35px auto 0;
  display: inline-block;
}
.txt_data .brand_tag {
  margin-bottom: 5px;
  color: #C1211F;
  font-weight: 500;
  line-height: 1.0;
}
.txt_data p {
  margin-bottom: 8px;
  line-height: 1.5;
}
.txt_data .price {
  font-size: 20px;
  font-weight: 600;
  width: 100%; 
}
.txt_data .price span{
  margin-right: 3px;
  font-size: 10px;
  width: 100%; 
}