@charset "utf-8";

.social_gift * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.social_gift ul {
  list-style: none;
}

.social_gift input::placeholder {
  color: #bbb;
}
.social_gift__box--input input {
  font-size: 14px;
}

.social_gift__img--main img,
.social_gift__block--content img {
  width: 100%;
  height: auto;
}
.social_gift__img--main {
  margin: 0 0 15px;
}

.social_gift hr {
  border: 0;
  border-bottom: 1px solid #eee;
  background: none;
}
.head_navi {
  width: 930px;
  margin-bottom: 5px;
}

.social_gift head_navi,
.head_navi img,
.head_navi span {
  vertical-align: middle;
  text-align: left;
}

.social_gift__block {
  text-align: left;
}

.social_gift__block--main {
  text-align: left;
}

.social_gift__block .social__block--main div,
.social_gift__block .social__block--main dt,
.social_gift__block .social__block--main label,
.social_gift__block .social__block--main select,
.social_gift__heading,
.social_gift__block--intro p {
  color: #222222;
}

.social_gift__heading {
  font-size: 18px;
  margin: 0 4px 30px;
  padding: 0 0 10px;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
  line-height: 1;
}

.social_gift__block--intro {
  margin: 0 10px;
}

.social_gift__item--required {
  color: #ffffff;
  height: 19px;
  width: 36px;
  background: #f4291f;
  display: inline-block;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 5px 0 0;
  font-style: normal;
  padding: 2px;
}

.social_gift__box--iframe {
  border: 1px solid #eeeeee;
  width: 100%;
  height: 115px;
  margin: 12px 0;
}
.social_gift__box--inputCheckCenter {
  text-align: center;
  margin: 0 0 45px;
}

.social_gift__box--inputCheckCenter > div {
  display: inline-block;
  text-align: left;
}

.social_gift__item--form dl,
.social_gift__item--form .social_gift__box--inputCheck {
  margin: 0 0 15px;
}

.social_gift__item--form.social_gift__item--formSp .social_gift__box--input:first-of-type {
  margin: 0 0 10px;
}

.social_gift__box--textarea textarea {
  width: 100%;
  height: 115px;
  border-radius: 0;
  border: 1px solid #cccccc;
  margin: 15px 0 5px 0;
  resize: vertical;
  display: block;
}

/* チェックボックス start*/

.social_gift__box--inputCheck input[type="checkbox"] {
  display: none;
}

.social_gift__box--inputCheck label {
  position: relative;
  padding: 0 0 0 23px;
  font-size: 15px;
  line-height: 1;
  color: #222;
}

.social_gift__box--inputCheck i::before {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  left: 0;
  top: 1px;
  box-sizing: border-box;
}

.social_gift__box--inputCheck input[type="checkbox"] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: #0075ff;
  left: 1px;
  top: 2px;
  opacity: 0;
}

.social_gift__box--inputCheck input[type="checkbox"] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #ffffff;
  left: 6px;
  top: 3px;
  opacity: 0;
}

.social_gift__box--inputCheck input[type="checkbox"]:checked + label::after,
.social_gift__box--inputCheck input[type="checkbox"]:checked + label::before {
  opacity: 1;
  z-index: 1;
}

.social_gift__item--checkDisplay {
  display: none;
}
.social_gift__item--checkNoneDisplay {
  display: block;
}

/* チェックボックス end*/

/* ラジオボタン start */

.social_gift__item--inputRadio {
  margin: 0 0 15px;
}
.social_gift__item--inputRadio li {
  display: inline;
}

.social_gift__item--inputRadio input[type="radio"] {
  display: none;
}
.social_gift__item--inputRadio label {
  position: relative;
  padding: 0 20px 0 24px;
  font-size: 15px;
  color: #222;
}

.social_gift__item--inputRadio input[type="radio"] + label::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #cccccc;
  left: 0;
  top: 0;
  box-sizing: border-box;
}

.social_gift__item--inputRadio input[type="radio"] + label::after {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0075ff;
  left: 4px;
  top: 4px;
  opacity: 0;
}

.social_gift__item--inputRadio input[type="radio"]:checked + label::after {
  opacity: 1;
}

/* ラジオボタンEND*/

/* select */

.social_gift__box--select {
  overflow: hidden;
  text-align: center;
  margin: 0 15px 0 0;
}
.social_gift__box--select select {
  height: 40px;
  width: 100%;
  padding: 0 14px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  appearance: none;
  font-size: 14px;
  color: #222;
}
.social_gift__box--select select::-ms-expand {
  display: none;
}
.social_gift__box--select.social_gift__box--selectPrimary {
  position: relative;
  border: 1px solid #cccccc;
}
.social_gift__box--select.social_gift__box--selectPrimary::before {
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 4px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  transform: rotate(45deg);
  pointer-events: none;
}
.social_gift__box--select.social_gift__box--selectPrimary select {
  padding: 0 14px;
  letter-spacing: -0.04em;
}

.social_gift__box--select.social_gift__box--selectS {
  width: 80px;
  min-width: 75px;
}

.social_gift__box--select.social_gift__box--selectM {
  width: 115px;
  min-width: 90px;
}

.social_gift__box--select.social_gift__box--selectML {
  width: 44%;
  min-width: 150px;
}

.social_gift__box--select.social_gift__box--selectL {
  width: 150px;
}

/* select end */

/* .social_gift__box--formZip div {
    margin: 0 15px 0 0;
} */

.social_gift__box--input .social_gift__box--formZip .social_gift__item--input {
  margin: 0 0 5px;
}

.social_gift__txt--link {
  display: block;
  margin: 0 0 8px;
}

.social_gift__txt--link a:hover {
  text-decoration: none;
}

.social_gift__img--linkIcon a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/social_gift_shinki-ico-open.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.social_gift__box--input.social_gift__box--inputS .social_gift__item--input {
  width: 150px;
}

.social_gift__box--input.social_gift__box--inputS {
  margin-bottom: 0;
}

.social_gift__item--formRow {
  font-size: 0;
  line-height: 1;
}

.social_gift__item--formRow div {
  display: inline-block;
}

.social_gift__item--formRow .social_gift__box--inputHyphen {
  position: relative;
}

.social_gift__box--inputHyphen.social_gift__box--input .social_gift__item--input {
  margin: 0;
}

/* .social_gift__box--inputHyphen::after {
	content: '';
	height: 1px;
	width: 10px;
	top: 0;
	bottom: 0;
	right: -18px;
	margin: auto;
	background: #222222;
	display: inline-block;
	position: absolute;
} */

.social_gift__box--inputCheckCenter + p {
  margin: 0 0 15px;
}

p.social_gift__txt--note {
  color: #414141;
  font-size: 12px;
}

.social_gift__txt--note h3,
.social_gift__txt--note li {
  font-size: 12px;
  color: #414141;
  font-weight: normal;
}

.social_gift__txt--noteSub {
  color: #414141;
  font-size: 14px;
  text-align: right;
  margin: 0 0 24px;
}

.social_gift__txt--noteSub a {
  color: #007eff;
  text-decoration: underline;
}

.social_gift__block .social_gift__block--main .social_gift__heading--form {
  color: #414141;
}

.social_gift__heading--form {
  width: 100%;
  height: auto;
  line-height: 1.2;
  font-size: 15px;
  background: #eeeeee;
  padding: 11px 10px 11px 10px;
  margin: 0 0 5px;
  letter-spacing: -0.02em;
}

.social_gift__item--form .social_gift__heading--formSub {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1;
  color: #222;
  font-weight: normal;
}

/* .social_gift__box--form > .social_gift__item--form {
    padding: 10px 15px 0;
    margin: 0 0 20px;
} */

.social_gift__box--input input {
  height: 50px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  color: #bbb;
}

.social_gift__box--input {
  margin: 0 0 10px;
}
.social_gift__box--input .social_gift__item--input {
  width: 100%;
}

.social_gift__item--form2col {
  margin: 0 0 15px;
}

p.social_gift__btn--small {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  width: 120px;
  height: 50px;
  line-height: 40px;
  background: #041c3e;
  border-radius: 31px;

  color: #fff;
}

.social_gift__btn--small a {
  color: #ffffff !important;
  display: block;
}

.social_gift__btn--small a:hover {
  text-decoration: none;
}

.social_gift__img--linkIcon a span {
  border-bottom: 1px solid #007eff;
  color: #007eff;
  margin: 0 5px 0 0;
}

.social_gift__heading--form.js-acc-single-trigger {
  position: relative;
  cursor: pointer;
}
.social_gift__heading--form.js-acc-single-trigger::after,
.social_gift__heading--form.js-acc-single-trigger::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #555555;
  margin: auto;
  transition: 0.3s;
  top: 0;
  bottom: 0;
}

.social_gift__heading--form.js-acc-single-trigger.is-open::after,
.social_gift__heading--form.js-acc-single-trigger.is-open::before {
  transform: rotate(45deg);
}

.social_gift__heading--form.js-acc-single-trigger::after {
  width: 1px;
  height: 15px;
  right: 17px;
}

.social_gift__heading--form.js-acc-single-trigger::before {
  width: 15px;
  height: 1px;
  right: 10px;
}

.social_gift__item--formNone {
  display: none;
}

.social_gift__btn {
  text-align: center;
  margin: 40px 15px 45px;
}

.social_gift__btn input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #041c3e;
  color: #ffffff;
  font-size: 16px;
  border: none;
  border-radius: 3px;
}

/* error start */

.social_gift__box--select.social_gift__box--selectPrimary,
.social_gift__box--input input,
.social_gift__box--inputCheck i::before {
  border: 1px solid #ccc;
  background: #fff;
}

.social_gift__box--inputCheck.social_gift__box--formCon input[type="checkbox"] + label::before {
  border: 1px solid #cccccc;
  top: 1px;
  left: 0;
}

.social_gift__item--form .social_gift__txt--formError,
.social_gift__box--inputCheck .social_gift__txt--formError,
.social_gift__block .social_gift__block--intro p.social_gift__box--formCon {
  font-size: 12px;
  color: #da2545;
  line-height: 1;
}

.social_gift__item--form .social_gift__txt--formError,
.social_gift__box--inputCheck .social_gift__txt--formError {
  margin: 5px 0 0;
}

.social_gift__box--formOther {
  margin: 5px 0 0;
}

.social_gift__box--formOther input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #cccccc;
}

.is-active {
  display: block;
}

.social_gift__box--formOther {
  display: none;
}

/* error end */
.social_gift__heading-sp {
  padding: 0 5px;
}

h2.social_gift__heading--sp {
  font-size: 15px;
  color: #222;
  padding: 10px 0;
  border-bottom: 1px solid #aaaaaa;
  text-align: left;
}
.social_gift__box {
  padding: 0 10px;
}
.social_gift__txt--padding-sp {
  padding: 20px 0 5px 0;
}
p.social_gift__txt--center--sp {
  font-size: 14px;
  color: #222;
  text-align: center;
}
p.social_gift__txt--center2--sp {
  font-size: 13px;
  color: #222;
  text-align: center;
}
p.social_gift__txt--left--sp {
  font-size: 14px;
  color: #222;
  text-align: left;
}
.social_gift__2col-banner-sp li {
  width: 100%;
  height: auto;
}
.social_gift__2col-banner-sp li img {
  width: 100%;
  height: auto;
}
.social_gift__2col-banner-sp li:first-child {
  margin: 0 0 10px 0;
}
.social_gift_pdsp {
  padding: 0 0 20px 0;
}
.social_gift__padding--left {
  padding: 0 0 0 23px;
}
dd.social_gift__item--pd {
  margin: 0 !important;
  padding: 0 !important;
}
.social_gift__clear {
  content: "";
  display: block;
  clear: both;
}
.social_gift__floatLeft {
  float: left;
}
.social_gift__floatStyle {
  margin: 0 15px 0 0;
}
.social_gift__floatStyle p {
  padding: 5px 0;
}
.social_gift__txtTarget p {
  font-size: 12px;
}
.social_gift__box--fnt-sp select {
  color: #4c4c4c;
}
.social_gift__box--inputNote {
  margin: 0 0 5px;
}
.social_gift__item-mrgnL {
  margin: 0 0 5px;
}
p.social_gift__centerBlu--txt-sp {
  font-size: 15px;
  text-align: center;
  color: #0a7aff;
  margin: 0 0 10px 0;
}
.social_gift__centerBlu--txt-sp a:link {
  color: #0a7aff;
}
.social_gift__centerBlu--txt-sp a:hover {
  color: #0a7aff;
}
.social_gift__btn button:hover {
  opacity: 0.8;
}
p.social_gift__txt--note-sp {
  font-size: 11px;
  text-align: center;
}
.social_gift__btn-sp button {
  width: 100%;
  height: 60px;
  background-color: #041c3e;
  border-radius: 3px;
  padding: 15px 60px;
  border: none;
}
.social_gift__btn-sp span {
  color: #fff;
  font-size: 16px;
}
.social_gift__btn-sp {
  margin: 45px 5px 75px 5px;
}
.social_gift__valign {
  vertical-align: middle;
}
dt.social_gift__addnstyl {
  font-size: 15px;
  color: #222;
  font-weight: normal;
  margin: 0 0 5px 0;
}

p.social_gift_txt-fnts {
  color: #444;
}
dt.social_gift__heading--formSub-sp {
  font-size: 15px;
  margin: 0 0 5px;
  line-height: 1;
  color: #444;
  font-weight: normal;
}

.social_gift__title h2 {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #ff9d00;
}

.social_gift__block h2,
.social_gift__recommend h2 {
  font-size: 20px;
  text-align: center;
  line-height: 28px;
  color: #8c740d;
}

.social_gift__recommend h3 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 40px;
  text-decoration: underline;
}

.social_gift__recommend--list {
  display: flex;
  justify-content: space-around;
  width: 100%;
  row-gap: 30px;
  column-gap: 16px;
  flex-wrap: wrap;
  padding: 0px 10px;
}

.social_gift__recommend--item {
  width: calc(50% - 14px);
}
.social_gift__recommend--item a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.social_gift__recommend--item a:link,
.social_gift__recommend--item a:visited {
  color: #414141;
}
.social_gift__recommend--item img {
  width: 100%;
  height: auto;
}
.price1 {
  font-size: 18px;
  color: #cd1821;
  font-weight: 700;
  font-family: Times, serif;
}
/* Style for Error */
.social_gift__item--input.social_gift__item--formError {
  background: #ffedf1;
}
/* End of Style for Error */

@media screen and (min-width: 768px) {
  .social_gift__title-head {
    padding: 0 15px;
  }
  .social_gift__block {
    margin: 25px auto 0;
    width: 930px;
  }

  .social_gift__block .head_navi {
    margin: 0 0 5px;
  }
  p {
    font-size: 18px;
  }

  .social_gift__box--input input {
    font-size: 16px;
  }

  .social_gift__block--main {
    width: 824px;
    margin: 0 auto;
  }

  .social_gift__block--intro {
    margin: 0;
  }

  .social_gift__heading {
    padding: 10px 0;
    font-size: 20px;
    margin: 0 0 30px;
  }

  .social_gift__box--inputCheckCenter {
    margin: 0 0 64px;
  }

  .social_gift__box--inputCheckCenter + p {
    margin: 0 0 20px;
  }

  .social_gift__box--iframe {
    height: 132px;
    margin: 15px 0;
  }

  .social_gift__box--inputCheckCenter {
    text-align: center;
  }

  .social_gift__txt--noteSub {
    font-size: 14px;
  }

  .social_gift__heading--form {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #414141;
    font-size: 18px;
    background: #eeeeee;
    padding: 0 20px;
    margin: 0 0 10px;
  }

  .social_gift__item--required {
    height: 20px;
    width: 38px;
    line-height: 20px;
    font-size: 14px;
    margin: 0 4px 0 0;
    padding: 0;
  }
  .social_gift__box--input {
    margin: 0 0 20px;
  }

  .social_gift__box--input input {
    height: 40px;
    padding: 0 14px;
  }

  .social_gift__box--input .social_gift__item--input {
    width: 700px;
    margin: 0;
  }
  .social_gift__box--input.social_gift__box--inputS .social_gift__item--input {
    width: 200px;
  }
  div.social_gift__box--inputS {
    margin-right: 20px;
  }
  .social_gift__mrgnRght {
    margin-right: 30px;
  }
  /* .social_gift__box--inputS {
		margin: 0;
	} */

  /* .social_gift__item--formRow .social_gift__box--inputHyphen {
		margin: 0 20px 0 0;
	} */

  /* .social_gift__box--inputHyphen::after {
		height: 1px;
		width: 10px;
		top: 0;
		bottom: 0;
		right: -20px;
	} */

  p.social_gift__btn--small {
    width: 130px;
    height: 40px;
    line-height: 28px;
    cursor: pointer;
    padding: 6px 0;
  }

  .social_gift__txt--link a {
    display: inline;
  }

  .social_gift__txt--link a {
    font-size: 14px;
  }

  .social_gift__txt--link a:hover {
    text-decoration: none;
  }

  .social_gift__img--linkIcon a::after {
    width: 14px;
    height: 14px;
  }

  .social_gift__item--form {
    width: 700px;
    margin: 0 auto;
    padding: 0;
    text-align: left;
  }

  /* .social_gift__box--form > .social_gift__item--form {
		padding: 10px 30px 0;
		margin: 0 0 30px;
	} */

  .social_gift__item--form dl,
  .social_gift__item--form .social_gift__box--inputCheck {
    margin: 0 0 20px;
  }

  .social_gift__item--form dl:last-of-type,
  .social_gift__item--form .social_gift__box--inputCheck:last-of-type {
    margin: 0;
  }

  .social_gift__item--form .social_gift__heading--formSub {
    font-size: 18px;
    margin: 0 0 10px;
    color: #222;
  }

  .social_gift__item--form2col {
    margin: 0 0 20px;
  }

  .social_gift__item--form2col::after {
    content: "";
    display: block;
    clear: both;
  }

  .social_gift__item--form2col .social_gift__box--input {
    float: left;
  }

  .social_gift__item--form2col .social_gift__box--input .social_gift__item--input {
    width: 340px;
  }

  p.social_gift__txt--note {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .social_gift__txt--note li {
    font-size: 14px;
  }

  .social_gift__txt--note h3 {
    font-size: 14px;
    margin: 10px 0 0;
    font-weight: normal;
  }

  .social_gift__box--input .social_gift__box--formZip .social_gift__item--input {
    margin: 0;
  }

  /* .social_gift__box--formZip div {
		margin: 0 20px 0 0;
	} */

  .social_gift__box--textarea textarea {
    width: 520px;
    height: 200px;
    margin: 23px 0 0 0;
  }

  .social_gift__box--select.social_gift__box--selectPrimary,
  .social_gift__box--input input,
  .social_gift__box--inputCheck i::before {
    border: 1px solid #ccc;
    background: #fff;
  }

  /* Style for Error */

  .social_gift__item--input.social_gift__item--formError {
    background: #ffedf1;
  }

  /* End of Style for Error */

  /* select */

  .social_gift__box--select {
    margin: 0 15px 0 0;
  }
  .social_gift__box--select select {
    height: 35px;
    width: 100%;
    padding: 0 14px;
    cursor: pointer;
    font-size: 16px;
  }

  .social_gift__box--select.social_gift__box--selectPrimary {
    border: 1px solid #cccccc;
  }
  .social_gift__box--select.social_gift__box--selectPrimary::before {
    top: 0px;
    right: 10px;
    bottom: 4px;
    width: 0;
    height: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    transform: rotate(45deg);
  }
  .social_gift__box--select.social_gift__box--selectPrimary select {
    padding: 0 10px;
  }

  .social_gift__box--select.social_gift__box--selectS {
    width: 150px;
  }

  .social_gift__box--select.social_gift__box--selectM {
    width: 200px;
  }

  .social_gift__box--select.social_gift__box--selectL {
    width: 180px;
  }

  /* select end */

  /* チェックボックス start*/

  .social_gift__box--inputCheck label {
    padding: 0 0 0 35px;
    font-size: 18px;
    line-height: 30px;
  }

  .social_gift__box--inputCheck i::before {
    width: 25px;
    height: 25px;
    top: 0;
  }

  .social_gift__box--inputCheck input[type="checkbox"] + label::before {
    width: 23px;
    height: 23px;
    top: 1px;
  }

  .social_gift__box--inputCheck input[type="checkbox"] + label::after {
    width: 7px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #ffffff;
    left: 8px;
    top: 3px;
  }
  /* チェックボックス end*/

  /* ラジオボタン start */

  .social_gift__item--inputRadio {
    margin: 14px 0 20px;
  }

  .social_gift__item--inputRadio label {
    padding: 0 28px 0 32px;
    font-size: 18px;
  }

  .social_gift__item--inputRadio input[type="radio"] + label::before {
    width: 24px;
    height: 24px;
  }

  .social_gift__item--inputRadio input[type="radio"] + label::after {
    width: 16px;
    height: 16px;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary label {
    font-size: 16px;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary input[type="radio"] + label::before {
    width: 20px;
    height: 20px;
    top: 1px;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary input[type="radio"] + label::after {
    width: 12px;
    height: 12px;
    left: 4px;
    top: 5px;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary input[type="text"] {
    width: 250px;
    height: 30px;
    margin: 0 0 0 10px;
    padding: 0 14px;
    border: 1px solid #cccccc;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary li {
    width: 210px;
    margin: 0 0 30px;
    display: inline-block;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary li:last-of-type {
    width: auto;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary li:nth-of-type(4n + 1) {
    width: 180px;
  }

  .social_gift__item--inputRadio.social_gift__item--inputRadioSecondary label {
    padding: 0 0 0 26px;
  }

  /* ラジオボタンEND*/

  .social_gift__heading--form.js-acc-single-trigger::after {
    width: 1px;
    height: 21px;
    right: 30px;
  }

  .social_gift__heading--form.js-acc-single-trigger::before {
    width: 21px;
    height: 1px;
    right: 20px;
  }

  .social_gift__btn {
    margin: 60px auto;
  }

  .social_gift__btn input {
    width: 350px;
    font-size: 20px;
    border-radius: 3px;
    cursor: pointer;
  }

  /* .social_gift__item--form .social_gift__txt--formError,
	.social_gift__box--inputCheck .social_gift__txt--formError,
	.social_gift__block .social_gift__block--intro p.social_gift__box--formCon {
		font-size: 16px;
	}
	
	
	.social_gift__item--form .social_gift__txt--formError {
		margin: 5px 0 0;
	}
	
	.social_gift__box--inputCheck .social_gift__txt--formError {
		margin: 8px 0 0;
	}
	.social_gift__box--inputCheck.social_gift__box--formCon input[type=checkbox] + label::before {
		top: 0px;
	} */

  /*Additional Style*/
  .social_gift__txt--padding {
    padding: 10px 0;
  }
  .social_gift__760--banner {
    width: 824px;
    margin: auto;
  }

  .social_gift__txt--center {
    font-size: 15px;
    color: #575757;
    text-align: center;
  }
  .social_gift__2col {
    margin-top: 61px !important;
    width: 384px;
    margin: auto;
  }
  ul.social_gift__2col-banner li {
    width: 375px;
    display: inline-block;
  }
  ul.social_gift__2col-banner li:first-child {
    margin-right: 5px;
  }
  .social_gift__txt--left18 {
    text-align: left;
    padding: 40px 0 0 0;
    color: #222;
  }
  .social_gift__heading--form {
    text-align: left;
  }

  dd.social_gift__item--488 {
    width: 542px;
  }
  .social_gift__box--inputfrst {
    margin: 0 20px 0 0;
  }
  .social_gift__item--form2col {
    height: 40px;
  }
  .social_gift__heading--formSub {
    color: #222;
  }
  .social_gift__box--inputCheck label {
    color: #222;
  }
  .social_gift__box--fnt {
    color: #222;
  }
  .social_gift__item--inputRadio--mrgn {
    margin: 20px 0 10px 0;
  }
  p.social_gift__centerBlu--txt {
    font-size: 18px;
    text-align: center;
    margin: 120px 0 10px 0;
  }
  .social_gift__centerBlu--txt a {
    color: #2387ff;
  }
  .social_gift__btn button {
    width: 350px;
    height: 60px;
    background-color: #041c3e;
    border-radius: 3px;
    padding: 15px 60px;
    border: none;
  }
  .social_gift__btn span {
    color: #fff;
    font-size: 20px;
  }
  .social_gift__btn button:hover {
    opacity: 0.8;
  }
  .social_gift__img--linkIcon a span {
    margin: 0 8px 0 0;
  }
  .social_gift__btn {
    text-align: center;
    margin: 60px 0 120px;
  }
  .social_gift__txt--Fcntr {
    text-align: center;
    color: #414141;
  }
  .social_gift__lineH {
    line-height: 1.7;
  }
  p.social_gift__btn--small:hover {
    opacity: 0.8;
  }

  .social_gift__valign {
    vertical-align: middle;
  }
  .social_gift__box--input.success input {
    border-color: #2ecc71;
  }
  .social_gift__box--input.error input {
    border-color: #fc9dad;
    background-color: #ffedf1;
  }
  .social_gift__box--input.frm input {
    background-color: #ffedf1;
  }
  .social_gift__box--input.scs input {
    border-color: #09c372;
  }
  .frm {
    color: #ff3860;
    font-size: 9px;
    height: 13px;
  }
  .social_gift__ul-wdth {
    width: 508px;
  }

  .social_gift__title h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .social_gift__recommend h2 {
    font-size: 38px;
    line-height: 60px;
  }
  .social_gift__recommend--list {
    width: 824px;
    padding: 0px;
  }
  .social_gift__recommend--item {
    width: 194px;
  }
}

@media screen and (max-width: 360px) {
  .social_gift__box--inputCheck label {
    font-size: 11px;
  }
  .social_gift__box--select.social_gift__box--selectM {
    width: 100px;
  }
  .social_gift__box--select.social_gift__box--selectS {
    width: 75px;
  }
  .social_gift__btn-sp span {
    font-size: 15px;
  }
}

.social_giftsns {
  width: 413px;
  font-family: Meiryo;
  text-align: left;
  color: #414141;
  vertical-align: middle;
  float: left;
  margin-top: 119px;
}

.social_gift_meiryo16 {
  font-family: Meiryo;
  color: #414141;
  font-size: 16px;
}
.social_gift_meiryo14 {
  font-family: Meiryo;
  color: #414141;
  font-size: 14px;
}

.social_gift_meiryo_sp16 {
  font-family: Meiryo;
  color: #414141;
  font-size: 16px !important;
}
.social_gift_meiryo_sp14 {
  font-family: Meiryo;
  color: #414141;
  font-size: 14px !important;
}

.social_gift-gift-what-img {
  width: 472px;
  float: right;
}
.social_gift-gift-what-img_sp {
  width: 295px;
}

img.social_gift_gift_point {
  width: 481px;
  height: 40px;
}
img.social_gift_gift_point_sp {
  width: 301px;
  height: 26px;
}

div.social_gift_giftpoint {
  width: 824px;
  padding-bottom: 120px;
  background-color: #fefde9;
}
div.social_gift_giftpoint2 {
  width: 824px;
  padding-bottom: 120px;
  background-color: #fefde9;
}

div.social_gift_giftpoint_sp {
  width: 100vw;
  padding-bottom: 75px;
  background-color: #fefde9;
}
div.social_gift_giftpoint_sp2 {
  width: 100vw;
  padding-bottom: 75px;
  background-color: #fefde9;
}

img.social_gift_gift_point_img1 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
img.social_gift_gift_point_img1_sp {
  width: 100%;
  border-radius: 50%;
}

.social_gift-gift-point-img-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.social_gift-gift-point-img-2_sp {
  width: 100%;
  border-radius: 50%;
}

.social_gift-gift-point-img-3 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.social_gift-gift-point-img-3_sp {
  width: 100%;
  border-radius: 50%;
}

img.social_gift_gift_card {
  width: 305px;
  height: 40px;
}
img.social_gift_gift_card_sp {
  width: 191px;
  height: 25px;
}

img.social_gift_center {
  display: block;
  margin: 0 auto;
}
.social_gift_center {
  display: block;
  margin: 0 auto;
}
.social_gift_textc {
  text-align: center !important;
}

img.social_gift_sg_card_01001 {
  width: 280px;
  height: 189px;
}
img.social_gift_sg_card_01001_sp {
  width: 48%;
}
img.social_gift_send_img1_pc {
  width: 230px;
  height: 156px;
}

.social_gift_left {
  text-align: left;
  color: #414141;
}
.social_gift-gift-osusume {
  width: 375px;
  height: 46px;
}
.social_gift-gift-osusume_sp {
  width: 234px;
  height: 28.5px;
}

.social_gift-gift-send {
  width: 123px;
  height: 44px;
}
.social_gift-gift-send_sp {
  width: 77px;
  height: 27.5px;
}

.social_gift-gift-omatome {
  width: 360px;
  height: 98px;
}
.social_gift-gift-omatome_sp {
  width: 220px;
  height: 60px;
}

.social_gift-valign-top {
  vertical-align: top !important;
}
.social_gift-valign-middle {
  vertical-align: middle !important;
}

.social_gift-gift-recieve {
  width: 207px;
  height: 44px;
}
.social_gift-gift-recieve_sp {
  width: 129px;
  height: 27.5px;
}

img.social_gift_gift_recieve_img1_pc {
  width: 230px;
  height: 270px;
  object-fit: contain;
}

img.social_gift_recieve_img1_sp {
  width: 100%;
}

img.social_gift_send_img1_sp {
  width: 100%;
}

img.social_gift_gift_omatome_img1_pc {
  width: 262px;
  height: 242px;
  object-fit: contain;
}

img.social_gift_gift_arrow_pc {
  width: 13px;
  height: 23px;
}
img.social_gift_gift_arrow_sp {
  width: 20px;
  height: 18.5px;
}

.social_gift_redtext {
  color: #bf0000;
}
.social_gift_title_sp {
  width: 375px;
  margin-left: -10px;
}
img.social_gift_what_sp {
  width: 240px;
  height: 24.5px;
}
div.social_gift_box_sp {
  width: 80%;
  display: block;
  margin: 0 auto;
}
div.social_gift_box_sp2 {
  width: 93%;
  display: block;
  margin: 0 auto;
  /*border: 1px solid black;*/
}
.social_gift_box_pc {
  width: 700px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0px 0px;
  margin: 0 auto;
}

.u-mb496 {
  margin-bottom: 496px !important;
}
.social_gift_lineheight {
  line-height: 1.7;
}
.social_gift_lineheight2 {
  line-height: 1.29;
}
.social-gift-what {
  width: 384px;
  height: 39px;
}
.paddingb30 {
  padding-bottom: 30px;
}
.paddingr30 {
  padding-right: 30px;
}
.paddingr11 {
  padding-right: 11px;
}
.social_gift_img_container_row {
  width: 50%;
  margin: 0 auto;
}

.social_gift__block--category {
  padding-top: 20px;
}
.social_gift__box--primary {
  padding: 0 10px 74px;
}
.social_gift__heading--primary {
  margin: 0 auto 16px;
}
.social_gift__heading--primary {
  margin: 0 auto 10px;
  text-align: center;
}
.social_gift__heading--category img {
  width: 108px;
}
.social_gift__heading--primary img {
  display: block;
  width: 50%;
  margin: 0 auto 5px;
  text-align: center;
}
.social_gift__heading--primary em {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #231815;
}
.social_gift__list--category {
  list-style: none;
}
.social_gift__item--category:nth-child(-n + 8) {
  margin: 0 0 20px;
}

.social_gift__item--category {
  float: left;
  width: 25%;
}
.social_gift__item--category i {
  width: 64px;
  height: 64px;
  margin: 0 auto 6px;
}
.social_gift__item--category i img {
  width: 100%;
}
.social_gift__item--category span {
  font-size: 12px;
  color: #231815;
  text-align: center;
}
.social_gift__item--category i,
.social_gift__item--category span {
  display: block;
}
