/* ====================================
  reset
==================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height: normal;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
}

main * {
  margin: 0 auto;
}

main img {
  max-width: 100%;
  vertical-align: bottom;
}

/* ====================================
	sp.pc_hide
==================================== */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

/* ====================================
	main
==================================== */
.Pagetop {
  background-color: #ED77AA;
}

#sokupo {
  width: 100%;
  font-family: "A1 Gothic M", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #555555;
}
#sokupo section, #sokupo .w1280 {
  max-width: 1280px;
}
#sokupo .sokupo-hero .sokupo-hero__inner {
  display: grid;
  grid-template-areas: "content placeholder" "description placeholder";
  grid-template-columns: minmax(0, 527px) minmax(0, 443px);
  grid-template-rows: auto auto;
  -moz-column-gap: 34px;
       column-gap: 34px;
  align-items: center;
  width: 100%;
  max-width: 1004px;
  padding: 60px 0 90px;
  text-align: center;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__content {
  grid-area: content;
  width: 100%;
  margin: 0;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__content .sokupo-hero__release {
  max-width: 355px;
  margin-bottom: 25px;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__content .sokupo-hero__heading {
  max-width: 527px;
  margin-bottom: 30px;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-placeholder--hero {
  grid-area: placeholder;
  align-self: center;
  width: 100%;
  margin: 0;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-placeholder--hero img {
  display: block;
  width: 100%;
  height: auto;
}
#sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__description {
  grid-area: description;
  width: 100%;
  max-width: 444px;
  margin: 0 auto;
  color: #E5458B;
  font-size: 19px;
  font-weight: 500;
  line-height: 180%;
  padding: 20px 0;
  background-image: url("../img/dot-line-p.svg"), url("../img/dot-line-p.svg");
  background-position: left top, left bottom;
  background-size: auto 4px;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-hero .sokupo-hero__inner {
    grid-template-areas: "content" "placeholder" "description";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    width: 100%;
    max-width: none;
    padding: 40px 15px;
  }
  #sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__content .sokupo-hero__release {
    max-width: 299px;
    margin-bottom: 20px;
  }
  #sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__content .sokupo-hero__heading {
    max-width: 326px;
    margin-bottom: 10px;
  }
  #sokupo .sokupo-hero .sokupo-hero__inner .sokupo-placeholder--hero {
    width: 100%;
    max-width: 303px;
    margin: 0 auto;
  }
  #sokupo .sokupo-hero .sokupo-hero__inner .sokupo-hero__description {
    max-width: 330px;
    font-size: 15px;
    line-height: 160%;
    padding: 14px 0;
    margin-top: 30px;
    background-size: auto 3px;
  }
}
#sokupo .bk_color {
  background-color: #FFF2F7;
  padding-bottom: 66px;
}
@media screen and (max-width: 767px) {
  #sokupo .bk_color {
    padding-bottom: 50px;
  }
}
#sokupo .sokupo-about {
  padding: 120px 0 76px;
}
#sokupo .sokupo-about .sokupo-about__notes {
  max-width: 779px;
  border-left: dotted 2.5px #B8B8B8;
  border-right: dotted 2.5px #B8B8B8;
  font-family: "A1 Gothic R", sans-serif;
}
#sokupo .sokupo-about .sokupo-about__notes .sokupo-about__note {
  max-width: 709px;
}
#sokupo .sokupo-about .sokupo-about__notes .sokupo-about__note--strong {
  color: #333333;
  font-family: "A1 Gothic B", sans-serif;
}
#sokupo .sokupo-about .sokupo-about__staff {
  max-width: 808px;
}
#sokupo .sokupo-about .sokupo-about__staff img {
  max-width: 795px;
  padding: 28px 0 35px;
}
#sokupo .sokupo-about .sokupo-about__caution {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
#sokupo .sokupo-about .sokupo-about__caution .sokupo-about__caution-title {
  color: #E5458B;
  margin-bottom: 6px;
  font-family: "A1 Gothic B", sans-serif;
}
#sokupo .sokupo-about .sokupo-about__caution .sokupo-about__caution-text {
  margin-bottom: 17px;
  font-family: "A1 Gothic B", sans-serif;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-about {
    padding: 40px 0 50px;
  }
  #sokupo .sokupo-about .sokupo-about__notes {
    max-width: 84vw;
    border-top: dotted 2.5px #B8B8B8;
    border-bottom: dotted 2.5px #B8B8B8;
    border-left: none;
    border-right: none;
    font-size: 14px;
    padding: 25px 0 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sokupo .sokupo-about .sokupo-about__notes .sokupo-about__note {
    max-width: 100%;
  }
  #sokupo .sokupo-about .sokupo-about__staff {
    max-width: 81.8vw;
  }
  #sokupo .sokupo-about .sokupo-about__staff img {
    max-width: 100%;
    padding: 25px 0 26px;
  }
  #sokupo .sokupo-about .sokupo-about__caution {
    font-size: 16px;
  }
  #sokupo .sokupo-about .sokupo-about__caution .sokupo-about__caution-title {
    color: #E5458B;
    margin-bottom: 5px;
  }
  #sokupo .sokupo-about .sokupo-about__caution .sokupo-about__caution-text {
    margin-bottom: 10px;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
  }
}
#sokupo .sokupo-button-wrap {
  width: 100%;
  max-width: 390px;
  text-align: left;
}
#sokupo .sokupo-button-wrap .sokupo-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  margin: 0;
  padding: 0 60px 0 44px;
  border-radius: 70px;
  background-color: #FCC0DB;
  box-shadow: 0 4px 0 #F092BB;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none !important;
}
#sokupo .sokupo-button-wrap .sokupo-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("../img/icon_arrow-02.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-button-wrap {
    max-width: 315px;
  }
  #sokupo .sokupo-button-wrap .sokupo-button {
    height: 74px;
    padding: 0 54px 0 34px;
    font-size: 14px;
    line-height: 20px;
  }
  #sokupo .sokupo-button-wrap .sokupo-button::after {
    right: 18px;
  }
}
#sokupo .sokupo-example {
  max-width: 1020px;
  background-color: #fff;
  border-radius: 40px;
  margin-bottom: 60px;
  padding: 60px 90px 70px 110px;
}
#sokupo .sokupo-example .sokupo-example__label {
  max-width: 172px;
  margin: 0 auto 15px;
}
#sokupo .sokupo-example #sokupo-example-title {
  max-width: 660px;
  margin: 0 auto 48px;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-example {
    padding: 36px 4% 40px 4%;
    margin-bottom: 40px;
  }
  #sokupo .sokupo-example .sokupo-example__label {
    max-width: 134px;
    margin: 0 auto 25px;
  }
  #sokupo .sokupo-example #sokupo-example-title {
    max-width: 316px;
    margin: 0 auto 42px;
    text-align: center;
  }
}
#sokupo .sokupo-example .sokupo-example__layout {
  display: grid;
  grid-template-areas: "shopping card" "notes card";
  grid-template-columns: minmax(0, 443px) minmax(0, 345px);
  grid-template-rows: auto auto;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 69px;
  align-items: start;
  width: 100%;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-placeholder--shopping {
  grid-area: shopping;
  width: 100%;
  margin: 71px 0 0;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-placeholder--shopping img {
  display: block;
  width: 100%;
  height: auto;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__card {
  grid-area: card;
  width: 100%;
  margin: 0;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__card img {
  display: block;
  width: 100%;
  height: auto;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes {
  grid-area: notes;
  width: 100%;
  max-width: 405px;
  margin: 0 0 0 10px;
  padding: 11px 6px 13px;
  border-top: 2px dotted #CCCCCC;
  border-bottom: 2px dotted #CCCCCC;
  color: #555555;
  font-size: 14px;
  line-height: 1.6;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes .sokupo-example__notes-title {
  margin: 0 0 4px;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes ul,
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes li {
  margin: 0;
}
#sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-example .sokupo-example__layout {
    grid-template-areas: "shopping" "card" "notes";
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto;
    row-gap: 0;
  }
  #sokupo .sokupo-example .sokupo-example__layout .sokupo-placeholder--shopping {
    width: 100%;
    max-width: 282px;
    margin: 0 auto;
  }
  #sokupo .sokupo-example .sokupo-example__layout .sokupo-example__card {
    width: 100%;
    max-width: 345px;
    margin: 37px auto 0;
  }
  #sokupo .sokupo-example .sokupo-example__layout .sokupo-example__notes {
    width: 100%;
    max-width: 84vw;
    margin: 30px auto 15px;
    padding: 0;
    font-size: 14px;
    border-top: none;
    border-bottom: none;
  }
}
#sokupo .sokupo-example .sokupo-button-wrap {
  margin: 40px auto 0;
}
#sokupo .sokupo-example .sokupo-button-wrap .sokupo-button {
  background-color: #E6E6E6;
  box-shadow: 0 4px 0 #B8B8B8;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-example .sokupo-button-wrap {
    margin: 0px auto 0;
  }
  #sokupo .sokupo-example .sokupo-button-wrap .sokupo-button {
    margin-left: 0px;
  }
}
#sokupo .sokupo-new-points {
  max-width: 486px;
  margin: 80px auto 60px;
}
#sokupo .sokupo-new-points .sokupo-new-points__title {
  font-size: 22px;
  font-family: "A1 Gothic B", sans-serif;
  color: #E5458B;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #sokupo .sokupo-new-points {
    margin: 50px auto 0px;
    padding: 0 4%;
  }
  #sokupo .sokupo-new-points .sokupo-new-points__title {
    font-size: 20px;
    text-align: center;
    margin-bottom: 12px;
  }
}
#sokupo .point-entry {
  max-width: none;
  padding: 0px 0px 120px;
  background: #FFFFFF;
}
#sokupo .point-entry .c-link,
#sokupo .point-entry .c-arrow-link {
  position: relative;
  display: flex;
  align-items: center;
  color: #333333 !important;
  text-decoration: none !important;
}
#sokupo .point-entry .c-arrow-link {
  min-height: 80px;
  border-radius: 8px;
}
#sokupo .point-entry .c-arrow-link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 22px;
  height: 22px;
  background: url("../img/icon_arrow-02.svg") center/contain no-repeat;
  content: "";
  transform: translateY(-50%);
}
#sokupo .point-entry .point-entry__inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#sokupo .point-entry .point-entry__inner > :last-child {
  margin-bottom: 0 !important;
}
#sokupo .point-entry .point-entry__primary-link {
  width: 390px;
  padding: 0 58px 0 24px;
  margin: 0 auto 4px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
#sokupo .point-entry .point-entry__primary-link--registration {
  margin-top: 13px;
  background: #FFD4E5;
  box-shadow: 0 4px 0 #F092BB;
}
#sokupo .point-entry .point-entry__announcement {
  width: 390px;
  margin: 70px auto 0;
  text-align: left;
}
#sokupo .point-entry .point-entry__announcement-text {
  position: relative;
  padding-left: 66px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
#sokupo .point-entry .point-entry__announcement-text::before {
  position: absolute;
  top: 13px;
  left: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFE8F1;
  color: #E5458B;
  content: "!";
  font-size: 25px;
  line-height: 1;
}
#sokupo .point-entry .point-join--entry {
  margin-top: 70px;
}
#sokupo .point-entry .point-join__title {
  margin: 0;
  color: #E5458B;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  font-family: "A1 Gothic B", sans-serif;
}
#sokupo .point-entry .point-join__services {
  width: 390px;
  margin: 46px auto 0;
}
#sokupo .point-entry .point-join__service {
  display: flex;
  align-items: center;
}
#sokupo .point-entry .point-join__service + .point-join__service {
  margin-top: 36px;
}
#sokupo .point-entry .point-join__service-media {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 90px;
}
#sokupo .point-entry .point-join__service-image {
  display: block;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#sokupo .point-entry .point-join__service-image--card {
  width: 62px;
  height: 98px;
}
#sokupo .point-entry .point-join__service-image--app {
  width: 90px;
  height: 90px;
}
#sokupo .point-entry .point-join__service-body {
  flex: 1 1 auto;
  margin-left: 21px;
}
#sokupo .point-entry .point-join__service-title {
  margin: 0 0 13px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #333333;
  font-family: "A1 Gothic B", sans-serif;
}
#sokupo .point-entry .point-join__service-link {
  flex: 0 0 auto;
  width: 277px;
  min-height: 50px;
  padding: 0 45px 0 15px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  margin-bottom: 2px;
  background: #FFFFFF;
  box-shadow: 0 2px 0 #CCCCCC;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
#sokupo .point-entry .point-join__service-link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 13px;
  background: url("../img/icon_arrow-03.svg") center/contain no-repeat;
  content: "";
  transform: translateY(-50%);
}
#sokupo .point-entry .point-join__service-link--external::after {
  background-image: url("../img/icon_newwindow-01.svg");
}
#sokupo .point-entry .point-join__download {
  width: 390px;
  margin: 44px auto 0;
  text-align: center;
}
#sokupo .point-entry .point-join__download-title {
  font-family: "A1 Gothic B", sans-serif;
  color: #333333;
}
#sokupo .point-entry .point-join__badges {
  display: flex;
  align-items: center;
  gap: 29px;
  margin-top: 16px;
}
#sokupo .point-entry .point-join__badges li {
  list-style: none;
}
#sokupo .point-entry .point-join__badges a,
#sokupo .point-entry .point-join__badges img {
  display: block;
}
#sokupo .point-entry .point-join__badges img {
  width: auto;
  height: 59px;
}
#sokupo .point-entry .point-join__badges.is_iphone .android, #sokupo .point-entry .point-join__badges.is_android .iphone {
  display: none;
}
#sokupo .point-entry .point-join__manual-link {
  position: relative;
  display: inline-block;
  padding: 0 25px 5px 0;
  margin-top: 31px;
  border-bottom: 1px solid #555555;
  color: #333333 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
}
#sokupo .point-entry .point-join__manual-link::after {
  position: absolute;
  top: 6px;
  right: 4px;
  width: 13px;
  height: 10px;
  background: url("../img/icon_arrow-03.svg") center/contain no-repeat;
  content: "";
}
@media screen and (max-width: 767px) {
  #sokupo .point-entry {
    padding: 0px 0 90px;
  }
  #sokupo .point-entry .c-arrow-link::after {
    width: 20px;
    height: 20px;
  }
  #sokupo .point-entry .point-entry__inner {
    max-width: none;
    padding: 0 15px;
  }
  #sokupo .point-entry .point-entry__primary-link {
    width: auto;
    padding-right: 50px;
    padding-left: 20px;
    font-size: 14px;
  }
  #sokupo .point-entry .point-entry__primary-link--registration {
    margin-top: 13px;
  }
  #sokupo .point-entry .point-entry__announcement {
    width: 100%;
    margin-top: 44px;
  }
  #sokupo .point-entry .point-entry__announcement-text {
    padding-left: 33px;
    font-size: 14px;
  }
  #sokupo .point-entry .point-entry__announcement-text::before {
    top: 21px;
    left: 0;
    width: 26px;
    height: 26px;
    font-size: 16px;
  }
  #sokupo .point-entry .point-join--entry {
    margin-top: 50px;
  }
  #sokupo .point-entry .point-join__title {
    font-size: 22px;
  }
  #sokupo .point-entry .point-join__services {
    width: 100%;
    margin-top: 28px;
  }
  #sokupo .point-entry .point-join__service + .point-join__service {
    margin-top: 17px;
  }
  #sokupo .point-entry .point-join__service-media {
    width: 76px;
  }
  #sokupo .point-entry .point-join__service-image--card {
    width: 52px;
    height: 83px;
  }
  #sokupo .point-entry .point-join__service-image--app {
    width: 76px;
    height: 76px;
  }
  #sokupo .point-entry .point-join__service-body {
    margin-left: 10px;
  }
  #sokupo .point-entry .point-join__service-title {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
  }
  #sokupo .point-entry .point-join__service-link {
    flex: 0 0 auto;
    width: auto;
    padding: 0 35px 0 10px;
    font-size: 14px;
    text-align: left;
  }
  #sokupo .point-entry .point-join__download {
    width: 100%;
    margin-top: 20px;
  }
  #sokupo .point-entry .point-join__download-title {
    font-size: 14px;
  }
  #sokupo .point-entry .point-join__badges {
    justify-content: center;
    gap: 14px;
    margin-top: 8px;
  }
  #sokupo .point-entry .point-join__badges .iphone img {
    width: 142px;
    height: 52px;
  }
  #sokupo .point-entry .point-join__badges .android img {
    width: 176px;
    height: 52px;
  }
  #sokupo .point-entry .point-join__manual-link {
    padding-right: 17px;
    padding-bottom: 3px;
    margin-top: 20px;
    font-size: 14px;
  }
  #sokupo .point-entry .point-join__manual-link::after {
    top: 5px;
    right: 1px;
    width: 10px;
    height: 8px;
  }
}/*# sourceMappingURL=style.css.map */