@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"], [type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

html {
  font-size: 62.5%;
  line-height: 1.6;
}

body {
  background: #eee url(../images/bg.png) repeat-y center top/390px;
  font-size: 1.4rem;
  font-family: 'Noto Sans JP', sans-serif;
}

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

body.fade {
  background: #F9C6CF;
  background-image: none;
  transition: all 1s;
}

body.reg {
  background: #F9C6CF;
}

.bodyfadeout {
  opacity: 0;
}

#loading {
  width: 100vw;
  height: 100vh;
  background: #F9C6CF;
  display: flex;
  justify-content: center;
  align-items: center;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

@media screen and (min-width: 415px) {
  #wrapper {
    max-width: 390px;
  }
}

.header {
  padding: 5.12% 7.69%;
  line-height: 1;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #F6A601 0%, #F6A601 25%, #FED600 25%, #FED600 50%, #9DC927 50%, #9DC927 75%, #00A556 75%, #00A556 100%) 1/0 0 4px;
}

.header__logo img {
  width: 52.5%;
}

.pointcard {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: url(/settingimage/1/) no-repeat center bottom/102%;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #04B0ED 0%, #04B0ED 25%, #5272B7 25%, #5272B7 50%, #A473B1 50%, #A473B1 75%, #E02A91 75%, #E02A91 100%) 1/0 0 4px;
}

@media screen and (max-width: 414px) {
  .pointcard {
    min-height: 100vw;
  }
}

.pointcard .card {
  position: relative;
  width: 84.61%;
  margin: 6.66% auto;
  background: #fff;
  border-radius: 10px;
}

.pointcard .card__imgitem {
  position: absolute;
  width: 33.07%;
  left: -2%;
  bottom: 28%;
}

.pointcard .card__imglion {
  position: absolute;
  width: 27.69%;
  right: 3%;
  bottom: 5%;
}

.pointcard .card__name {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  padding: 7.69% 7.69% 5.12%;
  margin: 0 0 20px;
  border-bottom: 1px solid #ddd;
}

.pointcard .card__pointtitle {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.56%;
}

.pointcard .card__pointdetail {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 2.56%;
}

.pointcard .card__pointdetail:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 36px;
  background: url(../images/icn_coin.png) no-repeat center bottom/30px;
  margin-right: 6px;
  vertical-align: bottom;
}

.pointcard .card__pointdetail span {
  font-size: 3em;
  margin-right: 3px;
}

.pointcard .card__pointlimit {
  font-size: 1.1rem;
  text-align: center;
  padding-bottom: 7.69%;
}

.pointcard .card__pointlimit span {
  padding-right: 20px;
}

.pageheader {
  padding: 5.12%;
  background: #F9C6CF;
  border-bottom: 4px solid;
  border-image: linear-gradient(to right, #04B0ED 0%, #04B0ED 25%, #5272B7 25%, #5272B7 50%, #A473B1 50%, #A473B1 75%, #E02A91 75%, #E02A91 100%) 1/0 0 4px;
}

.pageheader .pagetitle {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.contents {
  padding: 7.69%;
  padding-bottom: 100px;
  background: #fff;
}

.newstitle {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 3.84%;
}

.newstitle .newsdate {
  display: block;
  font-size: 1.1rem;
  font-weight: normal;
  color: #999;
}

.newstitle .newsdate:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: url(../images/icn_time.svg) no-repeat center center/10px;
}

.block {
  margin-bottom: 7.69%;
}

.block .date {
  display: inline-block;
  font-size: 1.3rem;
  color: #999;
  margin-top: 5.12%;
}

.block p {
  margin-top: 5.12%;
}

.block__title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 3.58%;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #E02A91 0%, #E02A91 25%, #FAB0DA 25%, #FAB0DA 100%) 1/0 0 1px;
}

.block__img {
  margin: 20px 0 10px;
}

.attentiontitle {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 3.58%;
}

.attentiontext {
  font-size: 1.2rem;
}

.list {
  list-style: none;
}

.list li {
  font-size: 1.3rem;
  padding: 3.84% 0;
  border-bottom: 1px dotted #ccc;
}

.list.point li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list.point .list__point {
  width: 64px;
  text-align: right;
}

.list.point .list__point:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: text-bottom;
  background: url(../images/icn_coin.png) no-repeat center bottom/16px;
}

.list.point .list__date {
  color: #999;
  margin-right: 8px;
}

.list.point.use .list__point {
  color: #CC0000;
}

.list.point.gain .list__point {
  color: #0052C3;
}

.label {
  display: inline-block;
  width: 76px;
  background: #F08B34;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  padding: 3px;
  margin-right: 8px;
}

.label.-new {
  background: #F08B34;
}

.label.-campaign {
  background: #DE5396;
}

.label.-announce {
  background: #78B452;
}

.button {
  display: block;
  width: 120px;
  height: 30px;
  border: 2px solid #F9C6CF;
  border-radius: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1;
  padding-top: 6px;
  margin: 10.25% auto 7.69%;
  text-align: center;
  text-decoration: none;
  color: #F9C6CF;
}

.pagenation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5.12% 0 10.25%;
}

.pagenation .currentpages {
  font-size: 1.1rem;
}

.footer {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
}

.footernav {
  width: 100%;
  margin: 0 auto;
  background: #D1E6F4;
}

@media screen and (min-width: 415px) {
  .footernav {
    max-width: 390px;
  }
}

.footernav__list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.footernav__list li {
  display: block;
  width: 25%;
  height: 70px;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
}

.footernav__list li:hover {
  background: #F9C6CF;
}

.footernav__list li.-active {
  background: #F9C6CF;
}

.footernav__list li.-active a {
  color: #fff;
}

.footernav__list li a {
  display: block;
  text-decoration: none;
  color: #000;
  margin-top: -10px;
}

.footernav__list li a:hover {
  color: #fff;
}

.footernav__list li a.pos {
  margin-top: -16px;
}

.footernav__list li a img {
  display: block;
  margin: 0 auto 3px;
  width: 50px;
}

.register {
  height: 98vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 7.69%;
  color: #fff;
  background: #F9C6CF;
}

@media screen and (max-width: 320px) {
  .register {
    padding-top: 40px;
    align-items: flex-start;
  }
}

.register .regtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}

.register .regtitle:after {
  content: "";
  display: block;
  height: 136px;
  background: transparent url(../images/logomark.svg) no-repeat center top 30px/28.2%;
}

.register .reg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.register .reg__label {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.register .reg__name1,
.register .reg__name2 {
  width: 48.5%;
  background: #fff;
  font-size: 2rem;
  padding: 12px 10px;
  border-radius: 10px;
  color: #333;
  margin-bottom: 2vh;
}

.register .reg__proname {
  width: 100%;
  background: #fff;
  font-size: 2rem;
  padding: 12px 10px;
  border-radius: 10px;
  color: #333;
  margin-bottom: 2vh;
}

.register placeholder {
  color: #ccc;
}

.register .reg__year {
  width: 100%;
  background: #fff;
  font-size: 2rem;
  padding: 12px 10px;
  border-radius: 10px;
  color: #333;
  margin-bottom: 2vh;
}

.register .reg__month,
.register .reg__day {
  width: 100%;
  background: #fff;
  font-size: 2rem;
  padding: 12px 10px;
  border-radius: 10px;
  color: #333;
  margin-bottom: 2vh;
}

.register .reg__submitbtn {
  display: block;
  width: 100%;
  margin-top: 6vh;
  padding: 20px;
  background: #9DC927;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.2);
}

.register .selectwrap {
  display: inline-block;
  position: relative;
}

.register .selectwrap.y {
  width: 39%;
}

.register .selectwrap.md {
  width: 28%;
}

.register .selectwrap:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #E02A91;
  content: "";
  display: block;
  position: absolute;
  right: 16px;
  top: 24px;
  width: 0;
}
