#sns a {
  text-decoration: none;
}
#sns a:hover * {
  opacity: 0.9;
}
#sns .pc_none {
  display: none;
}

#sns h3 {
  padding: 12px 10px;
  font-size: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#sns {
  width: 100%;
  box-sizing: border-box;
  max-width: 940px;
  margin: 0 auto 30px;
  padding: 0 10px;
  position: relative;
}
#sns .item_shosai img {
  width: 100%;
}


#sns .spesicalprice {
  display: none;
}

#sns h2.title {
  border-bottom: 2px solid #cbcbcb;
}
#sns .pad_10 {
  padding: 10px 20px 0;
  margin-bottom: 30px;
}
#sns span {
  color: #e50012;
}
#sns h4 {
  color: #222222;
  margin-bottom: 10px;
}
#sns .p_item dd p {
  margin-bottom: 40px;
}
#sns .p_item dt,
#sns .p_item dt img {
  width: 55%;
}
#sns dl.p_item {
  position: relative;
  margin-top: 10px;
}
#sns dl.p_item dd {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  bottom: 0;
}

/*ボタン*/
#sns .questionary_btn {
  margin-bottom: 50px;
  padding: 0 20px;
}

#sns dl.p_item dd a,
#sns .questionary_btn a {
  position: relative;
  background: #222222;
  color: #fff;
  border: 1px solid #222222;
  border-radius: 5px;
  padding: 7px 1px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sns dl.p_item dd a:hover,
#sns .questionary_btn a:hover {
  background: #fff;
  color: #222222 !important;
}
#sns dl.p_item dd a:after,
#sns .questionary_btn a:after {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  top: 0%;
  right: 2%;
  bottom: 0;
  font-family: "Material Icons";
  font-size: 1.5em;
  position: absolute;
  content: "expand_more";
  transition: all 0.3s ease 0s;
  transform: rotate(270deg);
}
#sns dl.pad_10 ul {
  padding-left: 30px;
}
#sns dl.pad_10 ul li {
  list-style: disc;
}

.research {
  width: 95%;
  margin: auto;
}
.research * {
  box-sizing: border-box;
}
.research {
  padding: 0.5em;
}
/* .research a{
    text-decoration: none;
  } */
.research .center {
  text-align: center;
  margin-top: 30px;
}
#sns h1 {
  margin: 0;
  font-size: 125% !important;
  margin-bottom: 0.2em;
  padding-bottom: 0.1em;
}
.research {
  counter-reset: h2;
}
.research h2 {
  margin: 2em 0 0;
  border-bottom: 1px solid #7b7b7b;
  font-size: 110%;
  line-height: 1.5;
}
.research h2 span {
  font-size: 85%;
  padding-left: 1em;
}
.research h2:before {
  counter-increment: h2; /* h2カウンターの値に1を加算 */
  content: "【" counter(h2) "】"; /* h2カウンターの値を表示 */
}
.research h2.required:after {
  content: "必須";
  background-color: #ea0006;
  color: #fff;
  border-radius: 3px;
  font-weight: normal;
  font-size: 80%;
  padding: 0 0.5em;
  margin-left: 1em;
}
.research .ans {
  margin: 0.5em;
}
.research .ans li {
  line-height: 1.5;
}
.research .ans li,
.research .ans li * {
  vertical-align: middle;
}
.research .ans input {
  margin: 0.2em;
}
.research .ans textarea {
  min-height: 3em;
  width: 100%;
  margin-top: 0.5em;
  max-width: 100%;
}
.research .ans img {
  margin-top: 1em;
  max-width: 100%;
}
.research .ans label + input[type="text"] {
  margin-left: 1em;
  width: 20em;
  max-width: 90%;
}
.research .ans label + input[type="text"]::placeholder {
  font-size: 90%;
}

.research .no_select input[type="checkbox"] {
  border: none;
}
.research .no_select label {
  position: relative;
  left: -1em;
}
.research .no_select label .no {
  display: inline-block;
  height: 1.3em;
  width: 1.3em;
  border: 1px solid #333;
  text-align: center;
  line-height: 1;
  margin-right: 0.5em;
  font-size: 90%;
  font-weight: bold;
  border-radius: 2px;
  background-color: #fff;
}
.research .no_select input:checked + label .no {
  background-color: #118cff;
  color: #fff;
}

.research .flex-box-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 20px 0;
}
.research input[type="submit"],
.research .flex-box-btn > * {
  width: 50%;

  position: relative;
  border: none;
  padding: 0.5em 0.02em;

  text-align: center;

  background-color: #b10e1b;
  border-radius: 2px;
  color: #fff !important;

  box-shadow: 0 4px 0 #85070b;
  top: -3px;
  display: block;
  margin: auto;
}
.research .flex-box-btn > *:nth-child(1) {
  background-color: #222;
  box-shadow: 0 4px 0 #000;
}
.research input[type="submit"]:hover,
.research .flex-box-btn > *:hover {
  top: 0px;
  box-shadow: 0 1px 0 #85070b;
}
.research .flex-box-btn > *:nth-child(1):hover {
  box-shadow: 0 1px 0 #000;
}

.research input[type="submit"] {
  min-width: 50%;
  margin: 1em auto;
  padding: 1em 0;
  cursor: pointer;
}

/*result*/
#sns .result p {
  margin: 0.5em 0;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  font-size: 16px;
}
/*ﾛｸﾞｲﾝ*/
#sns .research .login span {
  color: #222;
}
.research .login {
  text-align: center;
  padding: 2em 1em;
}
.research .login form {
  display: inline-block;
  line-height: 2;
  margin: 1em 0;
}
.research .login form input[type="password"],
.research .login form input[type="text"] {
  width: 20em;
}
.research .login p.error {
  font-size: 90%;
  color: #f00;
}

.research .coupon {
  margin: 2em auto;
  display: flex;
  border: 2px solid #333;
  width: 100%;
  max-width: 520px;
  background: #fff;
}
.research .coupon .price {
  font-size: 3rem;
  font-weight: 700;
  color: #e92a1d;
  display: block;
  text-align: center;
}
.research .coupon .price .terms {
  font-size: 1rem;
  display: block;
}
.research .coupon .price span {
  font-size: 65%;
}
.research .coupon .price .btn {
  font-size: 1.2rem;
  background-color: #e92a1d;
  color: #fff;
}
.research .coupon .date {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
.research .coupon .left {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  padding: 1em 0.5em;
}
.research .coupon .right {
  position: relative;
  display: flex;
  width: 25%;
  padding: 1em 0.5em;
  border-left: 2px dashed #333;
  justify-content: center;
}
.research .coupon .right-inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* circle-css */

.research .coupon .right::before,
.research .coupon .right::after {
  position: absolute;
  border: 2px solid #333;
  display: block;
  content: "";
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
  left: -12px;
  width: 22px;
  height: 22px;
}
.research .coupon .right::before {
  top: -15px;
}
.research .coupon .right::after {
  bottom: -15px;
}
.research .coupon .right-inner::before,
.research .coupon .right-inner::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  z-index: 1;
  width: 100%;
  height: 20px;
  left: -50%;
  bottom: -22px;
}
.research .coupon .right-inner::before {
  top: -22px;
}
.research .coupon .right-inner::after {
  bottom: -22px;
}

/*アンケート応募終了*/
.research .ank_fin {
  font-size: 153%;
  text-align: center;
  margin-top: 38px;
}
.research .ank_fin a {
  text-decoration: underline;
  color: #e50012;
  font-size: 19px;
}

.research .result a {
  text-decoration: underline;
  color: #e50012;
  font-size: 19px;
}
.research .setumei {
  padding: 7px;
}
.research .kikan {
  text-decoration: underline;
}
.research .lineimg {
  display: flex;
}

form input:focus:invalid {
  border: tomato 2px solid;
}

.research .result-done p {
  margin: 2em;
  text-align: center;
  font-weight: 500;
  margin-top: 36px;
  font-size: 17px;
}
.research .result-done a {
  display: flex;
  justify-content: center;
}

#sns .info li {
  list-style: none;
}



.store{
  text-align: center;
}
.store a{
    height: 55px;
    max-height: 14vw;
    display: flex;
    justify-content: center;
    gap:5px;

}

/* 20250606 T.ABE ADD STA [アプリレビューキャンペーン期間・項目変更] */
#sns .review-campain__textbox {
    border: 1px solid #c1c1c1;
    padding: 3cqw;
}

#sns .review-campain__textbox h4{
    font-size: 16px;
    color: #222;
}

#sns .review-campain__textbox h4::before{
    content: '■';
    font-size: .8em;
}

#sns .list {
    padding-left: 1.2em;
    position: relative;
}

#sns .list::before{
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
}
.campaign_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.campaign_btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 148px;
    text-align: center;
    border: solid 1px #222;
    border-radius: 5px;
    padding: 5px 0;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    z-index: 11;
    height: auto;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}
/* 20250606 T.ABE ADD END [アプリレビューキャンペーン期間・項目変更] */
