#xmas_socs {
  box-sizing: border-box;
}

#xmas_socs a:visited {
  color:#fff;
}
.morebutton-big .morebutton_text {
  color: #fff;
}


#xmas_socs img {
  max-width: 100%;
  height: auto;
}
#xmas_socs > .container {
  max-width: 1200px;
  width: 100%;
  height: auto;
}
#mainvisual {
  margin-bottom: 0;
}
.manvisual_image {
  display: block;
  width: 100%;
  height: auto;
}

.wrapping_bag {
  z-index: 1;
  position: relative;
  text-align: center;
  background-color: #fbf8f7;
  height: 728px;
  overflow: hidden;
}

.wrapping_bag .inner {
  background-color: #fff;
  width: 995px;
  height: 995px;
  border-radius: 50%;
  margin: 0 auto;
}

.border-circle {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width:1000px;
  height: 1000px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.bg-circle {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width:999px ;
  height: 999px;
  margin: 0 auto;
  border-radius: 49%;
  background: linear-gradient(to right, #e0e0f9 0%, #ddf9fc 25% , #f9f8fe 60% , #fee1fd 100%);
}


.wrapping_bag .wrapping_detail{
  max-width: 500px;
  padding: 215px 0 0;
  position: relative;
  margin: 0 auto;
  z-index:2;
}

.title {
}
.info {
  font-size: 16px;
  line-height: 1.5;
  color: #191919;
  margin-bottom: 22px;
}
.period {
  font-size: 16px;
  color: #191919;
  margin-bottom: 20px;
  overflow: hidden;
}
.period span {
  position: relative;
  padding: 0 5px;
}

.period span::before , .period span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color:#191919 ;
}
.period span::before {
  left: -100%;
}
.period span::after {
  right: -100%;
}

.attention {
  font-size: 10px;
  line-height: 1.4;
  color: #a5a5a5;
  margin-bottom: 31px;
}

.wrapping_image_wrapper {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapping_image {
  position: relative;
  z-index: 1;
}
.wrapping_image:nth-of-type(1) img{
  text-align: right;
}
.wrapping_image:nth-of-type(2) {
  text-align: left;
}

.wrapping_image_text {
  position: absolute;
  bottom: -24px;
  color: #fff;
}
.wrapping_image_text-bg {
  position: absolute;
  width: 100%;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  bottom: 210px;
  z-index: 1;
}
.wrapping_image:nth-of-type(1) .wrapping_image_text{
  left: -138px;
}

.wrapping_image:nth-of-type(2) .wrapping_image_text {
  right: -150px;
}

.content {
  display: block;
  padding: 82px 0 100px;
}
.content > .inner {
  max-width: 1000px;
  margin: 0 auto;
}
.content .inner .product_area {
  max-width: 1000px;
  margin: 0 auto;
}
.content .inner .product_area .inner {
  max-width: 900px;
  margin: 0 auto ;
  padding: 80px 0;
}
#pair_socks {
  background-color: #eaebf8;
  margin-bottom: 80px;
}
#ladies-socks {
  background-color:#faeaf9 ;
}
#mens-socks {
  background-color: #e8f1f8;
}
#pair_socks .product_area {
  background-color: #f7f8ff;
}
#ladies-socks .product_area {
  background-color: #fff8ff;
}
#mens-socks .product_area {
  background-color: #f9fcff;
}
.content_head {
  margin: 0 auto 60px;
  text-align: center;
}
.product_info {
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  line-height: 2.1;
  letter-spacing: 0.05em;
  color: #191919;
}
.product_info:not(:first-of-type) {
  padding-top: 80px;
}
.product_info_text {
  display: inline-block;
  position: relative;
  padding: 0 18px;
}
.product_info_text::before,.product_info_text::after {
  top: 50%;
  transform:translateY(-50%) ;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #191919;
}
.product_info_text::before {
  left: -100%;
}
.product_info_text::after {
  right: -100%;
}
.product_column {
  display: flex;
  flex-wrap: wrap;
}
.column_2 {
  margin-top: 40px;
  justify-content: space-between;
}
.column_2 .product_column_item {
  max-width: 440px;
  width: 50%;
}
.column_3 {
  justify-content: space-between;
}
.column_3 .product_column_item {
  max-width: 290px;
  margin-top:60px ;
}
.column_3 .product_column_item:nth-of-type(1),
.column_3 .product_column_item:nth-of-type(2),
.column_3 .product_column_item:nth-of-type(3) {
  margin-top: 0;
}
.column_3 .product_column_item .product_name {
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.product_column_item a {
  display: block;
}
.product_column_item img {
  width: 100%;
  margin-bottom: 20px;
}
.product_column_item .morebutton , .morebutton-big {
  position: relative;
  padding: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 30px;
  background-color: #191919;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: lighter;
  letter-spacing: 0.05em;
}
.product_column_item .morebutton::after , .morebutton-big .morebutton_text::after{
  content: "";
  position: absolute;
  vertical-align: middle;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  display: inline-block;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 12px;
  height: 12px;
}
.morebutton-big .morebutton_text::after {
  right: -55px;
}
.morebutton-big {
  display: block;
  max-width: 900px;
  margin: 60px auto 0;
}
.morebutton-big .morebutton_text {
  position: relative;
}
.column_3 .product_column_item .morebutton {
  padding:15px ;
}
.sp_only {
  display: none;
}
@media screen and (max-width:1200px) {
  #xmas_socs > .container {
    width: 95%;
  }
  .border-circle {
    width: 95%;
  }
  .wrapping_bag .inner {
    width: 99.9%;
  }
  .bg-circle {
    width: 94%;
  }
  .wrapping_image {
    width: 17.5vw;
  }
  .wrapping_image_text-bg {
    margin-top: -6%;
    position: static;
    transform: translateX(0);
    bottom: 30%;
  }
  .content > .inner {
    width: 90%;
  }
  .content .inner .product_area .inner {
    width: 95%;
  }
  .column_2 .product_column_item {
    width: calc((100% / 2) - 20px);
  }

  .column_3 .product_column_item {
    width: calc((100% / 3) - 10px);
  }
}

@media screen and (max-width:600px) {
  .sp_only {
    display: block;
  }
  .wrapping_bag {
    height: auto;
  }
  .wrapping_bag .inner {
    width: 99%;
    height: 98%;
    padding: 50px 5%;
    border-radius: 0;
  }
  .border-circle {
    position: static;
    width: 100%;
    height: 98%;
    transform:translate(0,0);
    border-radius:0;
  }
  .bg-circle {
    width: 100%;
    padding: 0 2%;
    height: 98%;
    border-radius:0;
    padding: 1% 0;
  }
  .wrapping_bag .wrapping_detail {
    width: 100%;
    max-width: inherit;
    padding: 0;
  }
  .period span::before,.period span::after {
    display: none;
  }
  .info {
    font-size: 14px;
  }
  .period {
    line-height: 1.8;
    font-size: 16px;
  }
  .attention {
    font-size: 12px;
    line-height: 1.8;
  }
  .wrapping_image_wrapper {
    justify-content: space-between;
    align-items:flex-start;
  }
  .wrapping_image {
    width: 45%;
  }
  .wrapping_image img {
    margin-bottom: 20px;
  }
  .wrapping_image br {
    display: none;
  }
  .wrapping_image:nth-of-type(1) img{
    width: 100%;
    text-align: center;
  }
  .wrapping_image:nth-of-type(2) img{
    width: 100%;
    text-align: center;
  }
  .wrapping_image_text {
    position: static;
    color: #000;
  }
  .wrapping_image_text-bg {
    display: none;
  }
  .content_head {
    margin-bottom: 30px;
  }
  .content .inner .product_area .inner {
    padding: 40px 0;
  }
  .content .inner .product_area .inner {
    font-size:16px ;
  }
  .product_info {
    font-size: 16px;
  }
  .column_2 .product_column_item,.column_3 .product_column_item  {
    width: calc((100% / 2) - 1%) ;
  }

  .content {
    padding:40px 0 50px;
  }

  #pair_socks {
    margin-bottom: 40px;
  }

  .product_info {
    line-height: 1.5;
  }

  .product_info:not(:first-of-type) {
    padding-top:40px ;
  }

  .product_column_item .morebutton, .morebutton-big ,.column_3 .product_column_item .morebutton{
    padding: 10px 0;
    font-size: 12px;
  }
  .column_2 {
    margin-top: 20px;
  }
  .column_3 .product_column_item:nth-of-type(1), .column_3 .product_column_item:nth-of-type(2) {
    margin-top: 0;
  }
  .column_3 .product_column_item,.column_3 .product_column_item:nth-of-type(3) {
    margin-top: 40px;
  }

  .product_column_item .morebutton::after, .morebutton-big .morebutton_text::after {
    width: 6px;
    height: 6px;
  }
  .morebutton-big .morebutton_text::after {
    top: 10px;
    right: -10%;
  }
  .column_3 .product_column_item .product_name {
    font-size: 13px;
  }
  .product_name br {
    display: none;
  }
}

@media screen and (max-width:320px) {
  .info {
    font-size: 12px;
  }
  .attention {
    font-size: 10px;
  }
  .product_info {
    font-size: 13px;
  }
}