@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body,
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.02em;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: none;
}
a:hover, a:focus {
  color: #000000;
  text-decoration: none;
  outline: 0;
}

@media (max-width: 767px) {
  body,
  html {
    font-size: 13px;
  }
}
.l-body {
  min-width: 1200px;
}

@media (max-width: 767px) {
  .l-body {
    min-width: 100%;
  }
}
.l-header {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l-footer {
  padding: 30px 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
.l-footer-copyright {
  font-size: 12px;
  color: #000000;
}

@media (max-width: 767px) {
  .l-footer {
    padding: 20px 0;
    height: 54px;
  }
  .l-footer-copyright {
    font-size: 10px;
  }
}
.l-container {
  width: 100%;
  margin: 100px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-container .l-nav {
  width: 320px;
}
.l-container .l-nav.is-webview {
  display: none;
}
.l-container .l-main {
  width: calc(100% - 320px);
  min-width: 840px;
  padding: 0 25px 80px 25px;
  overflow: hidden;
  position: relative;
}
.l-container .l-main--single {
  width: 100%;
  padding: 0 0 80px 0;
  min-width: 840px;
  max-width: 840px;
  margin: 0 auto;
  min-height: calc(100vh - 100px);
}

@media (max-width: 767px) {
  .l-container {
    width: 100%;
    min-width: 100%;
    display: block;
    margin: 52px auto 0 auto;
  }
  .l-container .l-nav {
    width: 100%;
    height: 100%;
    top: 52px;
    left: -120%;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow: scroll;
  }
  .l-container .l-nav.is-open {
    left: 0;
  }
  .l-container .l-main {
    width: 100%;
    min-width: 100%;
    padding: 0 0 50px 0;
    min-height: calc(100vh - 60px);
  }
  .l-container .l-main--single {
    min-height: calc(100vh - 60px);
  }
}
.l-section {
  padding-bottom: 50px;
}
.l-section--background-gray {
  background: #e7e4e4;
  padding: 50px 0;
}
.l-section--background-fanclub {
  background: #fff1f6;
}
.l-section--background-fanclub + .l-section--background-reserve {
  margin-top: 40px;
}
.l-section--background-reserve {
  background: #f4feee;
}
.l-section__inner {
  width: 840px;
  margin: 0 auto;
}
.l-section__inner--padding {
  padding: 50px 0;
}
.l-section__inner--padding-top {
  padding: 50px 0 0 0;
}

@media (max-width: 767px) {
  .l-section {
    padding-bottom: 30px;
  }
  .l-section--background-gray {
    padding: 30px 0;
  }
  .l-section--background-fanclub + .l-section--background-reserve {
    margin-top: 30px;
  }
  .l-section__inner {
    width: auto;
    margin: 0 4%;
  }
  .l-section__inner--no-margin--sp {
    margin: 0;
  }
  .l-section__inner--padding {
    padding: 30px 0;
  }
  .l-section__inner--padding-top {
    padding: 30px 0 0 0;
  }
}
.c-heading-main {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  background: #b10b15;
  padding: 20px 0;
  color: #FFFFFF;
  line-height: 1.6;
}
.c-heading-main--background-gray {
  background: #efefef;
  color: #000000;
}
.c-heading-main--underline {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #b10b15;
  margin-bottom: 30px;
}

.c-heading-form {
  text-align: center;
}
.c-heading-form--subhead {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0 15px 0;
}
.c-heading-form--subhead span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.c-heading-form--subhead span::before, .c-heading-form--subhead span::after {
  display: inline-block;
  content: "■";
  color: #b10b15;
  font-size: 10px;
  position: absolute;
  margin: auto;
  top: 5px;
  bottom: 0;
}
.c-heading-form--subhead span::before {
  left: 0;
  right: auto;
}
.c-heading-form--subhead span::after {
  left: auto;
  right: 0;
}

.c-subheading {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  margin: 40px 0 20px;
}

@media (max-width: 767px) {
  .c-heading-main {
    font-size: 16px;
    padding: 15px 10px;
    line-height: 1.3;
  }
  .c-heading-main--underline {
    font-size: 16px;
    padding: 0 0 15px 0;
    margin-bottom: 20px;
  }
  .c-heading-form--subhead {
    font-size: 15px;
    margin: 20px 0 10px 0;
  }
}
.c-card-wrapper {
  position: relative;
  margin: auto;
  width: 460px;
}
.c-card-wrapper--non-member .c-card-certificate__header {
  background: #043459;
}
.c-card-wrapper--non-member .c-card-certificate__item dt {
  background: #FFFFFF;
  color: #043459;
}
.c-card-wrapper.c-id-only {
  height: auto;
  margin: 40px auto;
}
.c-card-wrapper.c-id-only .c-card-certificate {
  position: static;
}
.c-card-wrapper.c-id-only .c-card-certificate__header {
  border-radius: 24px;
}

.c-card-certificate {
  margin: 0 auto;
  position: static;
}
.c-card-certificate__reload {
  position: absolute;
  top: 12px;
  right: 12px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  z-index: 100;
}
.c-card-certificate__reload img {
  width: 100%;
  height: auto;
}
.c-card-certificate__status {
  color: #FFFFFF;
  font-size: 14px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  margin-left: 1em;
  padding: 4px 10px;
  line-height: 1;
  border-radius: 4px;
  vertical-align: middle;
}
.c-card-certificate__header {
  background: #b10b15;
  padding: 15px 20px 5px 20px;
  border-radius: 24px 24px 0 0;
}
.c-card-certificate__heading {
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-card-certificate__item {
  display: table;
  margin-bottom: 10px;
}
.c-card-certificate__item dt,
.c-card-certificate__item dd {
  display: table-cell;
  font-size: 16px;
  color: #FFFFFF;
  vertical-align: middle;
  line-height: 1;
}
.c-card-certificate__item dt {
  background: #8d0009;
  width: 140px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
}
.c-card-certificate__item dd {
  padding-left: 10px;
}
.c-card-certificate__body {
  text-align: center;
  background: #FFFFFF;
  padding: 15px 20px 25px 20px;
  border-radius: 0 0 24px 24px;
  position: relative;
}
.c-card-certificate__box {
  width: 160px;
  height: 160px;
  margin: 0 10px;
  display: inline-block;
  position: relative;
}
.c-card-certificate__box.is-1d {
  background: url(/images/code/code_background.jpg) no-repeat top center;
  background-size: contain;
}
.c-card-certificate__box.is-1d img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-card-certificate__code {
  width: 160px;
  height: auto;
}

@media (max-width: 767px) {
  .c-card-wrapper {
    width: 100%;
    max-width: 460px;
    min-height: 310px;
    height: auto;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .c-card-wrapper--all {
    min-height: 370px;
  }
  .c-card-wrapper.c-id-only {
    height: auto;
    min-height: 82px;
    margin: 30px auto;
  }
  .c-card-wrapper.c-id-only .c-card-certificate__header {
    border-radius: 16px;
  }
  .c-card-wrapper #is-code1d {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  .c-card-wrapper.is-flipped #is-code2d {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  .c-card-wrapper.is-flipped #is-code1d {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .c-card-certificate {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
  }
  .c-card-certificate__reload {
    top: 8px;
    right: 8px;
  }
  .c-card-certificate__status {
    font-size: 12px;
  }
  .c-card-certificate__header {
    padding: 15px 15px 5px 15px;
    border-radius: 16px 16px 0 0;
  }
  .c-card-certificate__heading {
    font-size: 18px;
  }
  .c-card-certificate__item {
    margin-bottom: 10px;
  }
  .c-card-certificate__item dt,
  .c-card-certificate__item dd {
    font-size: 13px;
  }
  .c-card-certificate__item dt {
    width: 130px;
  }
  .c-card-certificate__body {
    padding: 10px 15px 15px 15px;
    border-radius: 0 0 16px 16px;
  }
  .c-card-certificate__body::after {
    position: absolute;
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(/images/icon_tap.svg) no-repeat 0 0;
    right: 10px;
    bottom: 10px;
    -webkit-filter: brightness(0) saturate(100%) invert(85%) sepia(9%) saturate(32%) hue-rotate(317deg) brightness(85%) contrast(94%);
            filter: brightness(0) saturate(100%) invert(85%) sepia(9%) saturate(32%) hue-rotate(317deg) brightness(85%) contrast(94%);
  }
}
@media print and (max-width: 767px) {
  .c-card-wrapper {
    position: relative;
    margin: auto;
    width: 460px;
    height: 284px;
  }
  .c-card-wrapper #is-code1d {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .c-card-wrapper.is-flipped #is-code2d {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  .c-card-wrapper.is-flipped #is-code1d {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
  }
  .c-card-certificate {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .c-card-certificate.u-hide--pc {
    display: none;
  }
  .c-card-certificate__body .u-hide--sp {
    display: inline-block;
  }
  .c-card-certificate__body::after {
    display: none;
  }
}
.c-card-tips {
  background: #efefef;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
}
.c-card-tips__text {
  font-size: 12px;
}
.c-card-tips.is-tipsBaloon {
  display: none;
}

.is-tipsBaloon-wrapper {
  position: relative;
}
.is-tipsBaloon-wrapper .is-tipsBaloon {
  position: absolute;
  right: -20px;
  bottom: -130px;
  min-width: 300px;
}
.is-tipsBaloon-wrapper .is-tipsBaloon::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 13px solid #efefef;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -13px;
  left: 0;
  right: 0;
  margin: auto;
}
.is-tipsBaloon-wrapper .is-tipsBaloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-bottom: 14px solid #dcdcdc;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  .c-card-tips {
    padding: 15px;
  }
  .c-card-tips__text {
    font-size: 12px;
    text-align: left;
  }
}
/*
ボタン類
 */
.c-button-icon {
  text-align: center;
  display: block;
}
.c-button-icon__images {
  width: 68px;
  height: 68px;
  background: #b10b15;
  border-radius: 34px;
  display: block;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button-icon__images:hover {
  background: #e50112;
}
.c-button-icon__images img {
  width: 58px;
  height: auto;
  vertical-align: middle;
  -webkit-filter: invert(99%) sepia(4%) saturate(2%) hue-rotate(42deg) brightness(116%);
          filter: invert(99%) sepia(4%) saturate(2%) hue-rotate(42deg) brightness(116%);
}
.c-button-icon__text {
  font-size: 14px;
  display: block;
  text-align: center;
}
.c-button-icon--inactive .c-button-icon__images {
  background: #dcdcdc;
}
.c-button-icon--inactive .c-button-icon__images:hover {
  background: #dcdcdc;
}
.c-button-icon--inactive .c-button-icon__text {
  color: #b0b0b0;
}

@media (max-width: 767px) {
  .c-button-icon__images {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    padding-top: 2px;
  }
  .c-button-icon__images:hover {
    background: #b10b15;
  }
  .c-button-icon__images img {
    width: 30px;
    height: auto;
  }
  .c-button-icon__text {
    font-size: 10px;
  }
}
.c-button-round {
  display: block;
  width: 250px;
  background: #000000;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  border-radius: 40px;
  padding: 15px 10px;
  text-align: center;
  margin: 30px auto 0 auto;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.c-button-round:hover {
  background: #b10b15;
  color: #FFFFFF;
}

@media (max-width: 767px) {
  .c-button-round {
    width: 220px;
    font-size: 14px;
  }
  .c-button-round:hover {
    background: #000000;
  }
}
.c-button-wrapper {
  position: relative;
}

.c-button-delete {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  font-weight: 500;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  font-size: 14px;
  height: 26px;
  line-height: 24px;
  padding: 0 10px;
  cursor: pointer;
}

.c-button-add {
  background: #dcdcdc;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
  border-radius: 20px;
  position: relative;
  font-weight: 500;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .c-button-add {
    text-align: center;
    margin: 30px auto 50px auto;
    width: 156px;
    display: block;
  }
}
.c-link--serch {
  font-weight: 500;
  padding-left: 26px;
  background: url(/images/icon_search.png) no-repeat top 4px left;
  background-size: 20px 20px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  display: inline-block;
}
.c-link--serch--small {
  background: url(/images/icon_search.png) no-repeat center left;
  background-size: 20px 20px;
}
.c-link--underline:hover {
  text-decoration: underline;
}

.c-link-text {
  display: inline-block;
  word-break: break-all;
}
.c-link-text--underline {
  color: #b10b15;
  text-decoration: underline;
}
.c-link-text--underline:hover {
  color: #b10b15;
  text-decoration: underline;
}

.c-link-blue {
  color: #0078CC;
  text-decoration: underline;
}
.c-link-blue:hover {
  color: #0078CC;
  text-decoration: underline;
}
.c-link-blue:visited {
  color: #0078CC;
}

.c-link-round {
  display: inline-block;
  text-align: center;
  padding: 8px 15px;
  background: #000000;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 600;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.c-link-round:hover {
  background: #b10b15;
  color: #FFFFFF;
}
.c-link-round--blue {
  background: #0078CC;
}
.c-link-round--blue:hover {
  background: #00A9E9;
  color: #FFFFFF;
}
.c-link-round--large {
  padding: 15px 30px;
  min-width: 200px;
}
.c-link-round--long {
  padding: 10px 30px;
  line-height: 1.4;
  border-radius: 40px;
}
.c-link-round--return {
  border: 2px solid #000000;
  background: #FFFFFF;
  color: #000000;
  padding: 6px 15px;
}
.c-link-round--return:hover {
  background: #efefef;
  color: #000000;
}
.c-link-round--return.c-link-round--large {
  padding: 13px 30px;
}
.c-link-round--new {
  background: #b10b15;
}

@media (max-width: 767px) {
  .c-link--serch {
    font-weight: 500;
    padding-left: 20px;
    background: url(/images/icon_search.png) no-repeat top 3px left;
    background-size: 16px 16px;
    display: inline-block;
  }
  .c-link-round {
    padding: 6px 10px;
    font-size: 13px;
  }
  .c-link-round--large {
    padding: 10px 20px;
    font-size: 15px;
    min-width: 200px;
  }
  .c-link-round--long {
    padding: 10px 20px;
    line-height: 1.4;
    border-radius: 40px;
  }
  .c-link-round--return {
    padding: 4px 10px;
  }
  .c-link-round--return.c-link-round--large {
    padding: 8px 20px;
  }
}
/*
text
 */
.c-text {
  font-size: 16px;
  font-weight: normal;
}
.c-text--bold {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.c-text--center {
  text-align: center;
}
.c-text--color-red {
  color: #b10b15;
}
.c-text--indent {
  text-indent: -1em;
  margin-left: 1em;
}
.c-text--s {
  font-size: 13px;
  line-height: 1.4;
}
.c-text--ss {
  font-size: 11px;
}

@media (max-width: 767px) {
  .c-text {
    font-size: 13px;
  }
  .c-text--bold {
    font-size: 15px;
  }
  .c-text--s {
    font-size: 12px;
  }
}
.c-table__item--fanclub {
  background: #fff1f6;
}
.c-table__item--reserve {
  background: #f4feee;
}
.c-table__item--align-left {
  text-align: left !important;
}
.c-table__item--change {
  background: #fff1f6;
  color: #b10b15;
}
.c-table__item--cancel {
  background: #efefef;
  text-decoration: line-through;
}
.c-table__item--pending {
  opacity: 0.3;
}
.c-table__item--right {
  text-align: right;
}
.c-table__item--center {
  text-align: center;
}
.c-table.is-disappear {
  display: none;
}
.c-table.is-appair {
  display: table;
}

.c-table-form {
  width: 100%;
  margin: 30px 0;
}
.c-table-form tr.is-disappear__item {
  display: none;
}
.c-table-form tr.is-appair__item {
  display: table;
}
.c-table-form th,
.c-table-form td {
  padding: 15px 20px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  font-size: 14px;
}
.c-table-form th {
  font-weight: 600;
}
.c-table-form thead th {
  background: #dcdcdc;
  text-align: center;
  font-size: 16px;
}
.c-table-form tbody th {
  width: 255px;
  background: #efefef;
}
.c-table-form tbody th.c-table-form__th--wide {
  width: 270px;
}

.c-table-checklist {
  width: 100%;
  margin: 30px 0;
}
.c-table-checklist th,
.c-table-checklist td {
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  font-size: 14px;
}
.c-table-checklist tbody th, .c-table-checklist tbody td {
  width: 33%;
}
.c-table-checklist th {
  background: #efefef;
}

.c-table-noline {
  width: 100%;
}
.c-table-noline th, .c-table-noline td {
  vertical-align: middle;
  padding: 10px 0;
}
.c-table-noline th {
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  width: 160px;
}

.c-table-status {
  width: 100%;
}
.c-table-status th,
.c-table-status td {
  text-align: center;
  padding: 10px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  font-size: 14px;
}
.c-table-status thead th {
  background: #fff1f6;
}
.c-table-status tbody th {
  background: #efefef;
}
.c-table-status--align-left th, .c-table-status--align-left td {
  text-align: left;
}
.c-table-status__row--end th, .c-table-status__row--end td {
  background: #efefef;
  color: #666666;
}

.c-table-history {
  width: 100%;
}
.c-table-history th,
.c-table-history td {
  padding: 5px 8px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
  font-size: 13px;
}
.c-table-history thead th {
  background: #efefef;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}
.c-table-history tbody th {
  text-align: center;
  font-weight: normal;
}
.c-table-history tbody th .table-header--title {
  display: none;
}
.c-table-history tbody td {
  white-space: nowrap;
}
.c-table-history tbody td div.table-item--title {
  display: none;
}
.c-table-history tbody tr td:last-child {
  white-space: wrap;
}
.c-table-history--application {
  background: #FFFFFF;
}
.c-table-history--application th, .c-table-history--application td {
  text-align: center;
}

@media (max-width: 767px) {
  .c-table-form {
    margin: 30px 0;
  }
  .c-table-form th,
  .c-table-form td {
    padding: 10px 15px;
    border: none;
    display: block;
    font-size: 13px;
  }
  .c-table-form td {
    padding: 15px;
  }
  .c-table-form tbody th {
    width: 100%;
  }
  .c-table-form tbody th.c-table-form__th--wide {
    width: 100%;
  }
  .c-table-form--checklist {
    display: table;
  }
  .c-table-form--checklist th,
  .c-table-form--checklist td {
    display: table-cell;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 10px;
  }
  .c-table-form--checklist tbody td, .c-table-form--checklist tbody th {
    width: auto;
    padding: 10px;
  }
  .c-table-checklist {
    display: table;
    margin: 20px 0;
  }
  .c-table-checklist th,
  .c-table-checklist td {
    display: table-cell;
    border: 1px solid #dcdcdc;
    font-size: 12px;
    padding: 10px;
  }
  .c-table-checklist tbody td, .c-table-checklist tbody th {
    width: auto;
    padding: 10px;
  }
  .c-table-noline th, .c-table-noline td {
    display: block;
  }
  .c-table-noline th {
    padding: 10px 0 0 0;
    width: 100%;
    font-size: 14px;
    min-width: auto;
  }
  .c-table-status {
    width: 100%;
  }
  .c-table-status th,
  .c-table-status td {
    font-size: 13px;
    line-height: 1.2;
  }
  .c-table-history {
    width: 100%;
  }
  .c-table-history th,
  .c-table-history td {
    font-size: 12px;
  }
  .c-table-history thead th {
    display: none;
  }
  .c-table-history tbody tr {
    display: block;
    margin-bottom: 15px;
    border-top: 1px solid #dcdcdc;
  }
  .c-table-history tbody tr:last-child {
    margin-bottom: 0;
  }
  .c-table-history tbody th {
    font-weight: 600;
    display: block;
    width: 100%;
    background: #efefef;
  }
  .c-table-history tbody th .table-header--title {
    display: inline-block;
  }
  .c-table-history tbody td {
    display: table;
    width: 100%;
    border-top: none;
  }
  .c-table-history tbody td div {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 10px;
  }
  .c-table-history tbody td div.table-item--title {
    background: #efefef;
    width: 25%;
    text-align: center;
    display: table-cell;
  }
  .c-table-history tbody td div.table-item--value {
    width: 75%;
    text-align: left;
  }
  .c-table-history--application thead th {
    display: table-cell;
  }
  .c-table-history--application tbody tr {
    display: revert;
  }
  .c-table-history--application tbody th, .c-table-history--application tbody td {
    text-align: center;
    display: table-cell;
  }
  .c-table-history--application tbody th a, .c-table-history--application tbody td a {
    white-space: nowrap;
  }
}
input:-moz-placeholder-shown {
  color: #bbbbbb;
}
input:-ms-input-placeholder {
  color: #bbbbbb;
}
input:placeholder-shown {
  color: #bbbbbb;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
input::-webkit-input-placeholder {
  color: #bbbbbb;
}

/* Firefox 19+ */
input::-moz-placeholder {
  color: #bbbbbb;
  opacity: 1;
}

input:disabled {
  opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}

::-ms-reveal {
  display: none;
}

.c-form-input--text {
  padding: 5px 10px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  background: #FFFFFF;
}
.c-form-input--width75 {
  width: 75%;
}
.c-form-input--width50 {
  width: 50%;
}
.c-form-input--width30 {
  width: 30%;
}
.c-form-input--width25 {
  width: 25%;
}
.c-form-input--width20 {
  width: 20%;
}
.c-form-input--disabled {
  background: #efefef;
  color: #b0b0b0;
}
.c-form-input--button {
  display: inline-block;
  text-align: center;
  padding: 15px 20px;
  background: #000000;
  border-radius: 30px;
  color: #FFFFFF;
  font-weight: 600;
  min-width: 240px;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-input--button-small {
  padding: 8px;
  min-width: 100px;
}
.c-form-input--button:hover {
  background: #b10b15;
}
.c-form-input--button--return {
  border: 2px solid #000000;
  background: #FFFFFF;
  color: #000000;
  padding: 13px 15px;
}
.c-form-input--button--return:hover {
  background: #efefef;
  color: #000000;
}
.c-form-input--radio {
  position: relative;
  border: 2px solid #dcdcdc;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -1px 5px 0 0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.c-form-input--radio:checked::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
  content: "";
  cursor: pointer;
}
.c-form-input--radio:disabled {
  cursor: auto;
}
.c-form-input--radio:disabled + label {
  color: #b0b0b0;
  cursor: auto;
  text-decoration: line-through;
}
.c-form-input--checkbox {
  position: relative;
  border: 2px solid #dcdcdc;
  width: 20px;
  height: 20px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: -2px 8px 0 0;
  background-color: #FFFFFF;
  cursor: pointer;
}
.c-form-input--checkbox:checked::before {
  position: absolute;
  top: 0px;
  left: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 9px;
  height: 12px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  content: "";
}
.c-form-input--checkbox:disabled, .c-form-input--checkbox.is-disabled {
  cursor: auto;
}
.c-form-input--checkbox:disabled + label, .c-form-input--checkbox.is-disabled + label {
  color: #b0b0b0;
  cursor: auto;
  text-decoration: line-through;
}

@media (max-width: 767px) {
  .c-form-input--text {
    border: 1px solid #dcdcdc;
    border-radius: 5px;
  }
  .c-form-input--width75 {
    width: 100%;
  }
  .c-form-input--width50 {
    width: 200px;
  }
  .c-form-input--width30 {
    width: 160px;
  }
  .c-form-input--width25 {
    width: 95px;
  }
  .c-form-input--width20 {
    width: 70px;
  }
  .c-form-input--button {
    padding: 10px 20px;
    font-size: 16px;
    min-width: 200px;
  }
  .c-form-input--button-small {
    padding: 6px;
    min-width: 80px;
    font-size: 13px;
  }
  .c-form-input--button--return {
    padding: 8px 10px;
  }
  .c-form-input--checkbox:checked::before {
    width: 8px;
    height: 12px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    content: "";
  }
}
.c-form-select {
  padding: 5px 10px;
  border: 2px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  font-size: 16px;
  cursor: pointer;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 767px) {
  .c-form-select {
    border-radius: 5px;
  }
}
.c-form-text {
  word-break: break-all;
  font-weight: normal;
}
.c-form-text--notes {
  font-size: 12px;
  margin-top: 5px;
}
.c-form-text--indent {
  text-indent: -1em;
  margin-left: 1em;
}
.c-form-text--unedit {
  font-size: 16px;
  display: inline-block;
  margin: 0 0.5em;
  vertical-align: middle;
  font-weight: 500;
}
.c-form-text--alert {
  color: #b10b15;
  font-weight: 600;
}
.c-form-text--validation {
  color: #e50112;
  margin-top: 10px;
  font-size: 16px;
}
.c-form-text--blue {
  color: #0078CC;
}
.c-form-text--bold {
  font-weight: 600;
}

@media (max-width: 767px) {
  .c-form-text--unedit {
    margin: 0 5px;
  }
  .c-form-text--validation {
    margin-top: 5px;
    font-size: 15px;
  }
}
.c-form-subhead {
  background: #efefef;
  padding: 5px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .c-form-subhead {
    font-size: 13px;
  }
}
.c-form-mark--required {
  display: inline-block;
  background: #b10b15;
  margin: 0 10px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 0 8px;
  height: 16px;
  line-height: 15px;
  border-radius: 16px;
}

.c-form-wrapper--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto 0 auto;
}
.c-form-wrapper--button--no-margin {
  margin-top: 0;
}
.c-form-wrapper--reverse .c-form-input--button {
  margin: 0 10px;
}
.c-form-wrapper--radio {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: sub;
  font-size: 16px;
}
.c-form-wrapper--checkbox {
  display: inline-block;
  margin: 0 20px 0 0;
  vertical-align: sub;
  font-size: 16px;
}
.c-form-wrapper--select {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}
.c-form-wrapper--select--width-auto {
  width: auto;
}
.c-form-wrapper--select::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  left: auto;
  z-index: -1;
}
.c-form-wrapper--password {
  display: inline-block;
  position: relative;
  width: 100%;
}
.c-form-wrapper--password--width-auto {
  width: auto;
}
.c-form-wrapper--password .is-visibility {
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  cursor: pointer;
  background: url(/images/icon_visibility.svg) no-repeat 0 0;
  background-size: contain;
}
.c-form-wrapper--password .is-visibility--off {
  background: url(/images/icon_visibility_off.svg) no-repeat 0 0;
  background-size: contain;
}

@media (max-width: 767px) {
  .c-form-wrapper--button {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px auto 0 auto;
  }
  .c-form-wrapper--button--no-margin {
    margin-top: 0;
  }
  .c-form-wrapper--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .c-form-wrapper--reverse .c-form-input--button {
    margin: 0 auto 15px auto;
    min-width: 240px;
  }
  .c-form-wrapper--radio {
    margin: 0 15px 10px 0;
  }
  .c-form-wrapper--checkbox {
    margin: 0 15px 10px 0;
  }
  .c-form-wrapper--password .is-visibility {
    width: 32px;
    height: 32px;
    right: 6px;
  }
}
.c-form-error {
  margin: 20px auto;
  color: #b10b15;
}
.c-form-error--text span {
  display: inline-block;
  padding-left: 26px;
  background: url(/images/icon_caution.png) no-repeat center left;
  background-size: 20px auto;
}

.c-banner-slide {
  margin: 40px 30px 0 30px;
}
.c-banner-slide__item {
  margin: 0 15px;
}
.c-banner-slide__item a {
  display: block;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.c-banner-slide__item a:hover {
  opacity: 0.75;
}
.c-banner-slide__item a img {
  width: 100%;
  height: auto;
}
.c-banner-slide .slick-arrow {
  text-indent: -9999px;
  display: inline-block;
  vertical-align: middle;
  color: #cccccc;
  line-height: 1;
  width: 20px;
  height: 20px;
  border: 5px solid #cccccc;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
}
.c-banner-slide .slick-arrow.slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -15px;
}
.c-banner-slide .slick-arrow.slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: -15px;
}

@media (max-width: 767px) {
  .c-banner-slide {
    margin: 30px 30px 0 30px;
  }
}
.c-list-news {
  padding: 0 15px;
}
.c-list-news__link {
  display: block;
}
.c-list-news__link:first-child .c-list-news__item {
  padding-top: 0;
}
.c-list-news__link:hover {
  text-decoration: underline;
}
.c-list-news__item {
  display: table;
  padding: 15px 0;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
  font-size: 14px;
}
.c-list-news__item dt, .c-list-news__item dd {
  display: table-cell;
}
.c-list-news__item dt {
  width: 100px;
}

@media (max-width: 767px) {
  .c-list-news {
    padding: 0;
  }
  .c-list-news__item {
    padding: 10px 0;
    font-size: 13px;
    display: block;
  }
  .c-list-news__item dt, .c-list-news__item dd {
    display: block;
  }
  .c-list-news__item dt {
    width: auto;
  }
}
.c-list-notes {
  margin: 10px 0;
}
.c-list-notes__item {
  text-indent: -1em;
  margin: 0 0 0 1em;
}

.c-unit-terms {
  border: 2px solid #dcdcdc;
  padding: 40px;
  margin: 40px auto;
  max-height: 300px;
  overflow-y: scroll;
}
.c-unit-terms__article {
  margin-bottom: 20px;
}
.c-unit-terms__heading {
  margin: 30px 0 15px;
  text-align: center;
  font-weight: 600;
}
.c-unit-terms__subheading {
  color: #666666;
  font-weight: 600;
  font-size: 15px;
  margin: 20px 0 10px;
}
.c-unit-terms__text {
  font-size: 14px;
}
.c-unit-terms__indent {
  margin-left: 1em;
}
.c-unit-terms__border {
  border-top: 1px solid #000000;
  margin: 20px 0;
  height: 0;
}
.c-unit-terms__table {
  margin: 10px 0;
}
.c-unit-terms__table th, .c-unit-terms__table td {
  font-weight: normal;
  padding: 5px 10px;
  border: 1px solid #dcdcdc;
  vertical-align: middle;
}
.c-unit-terms__table th {
  background: #f1f1f1;
  white-space: nowrap;
}
.c-unit-terms__list {
  margin: 15px 0;
}
.c-unit-terms__list dt,
.c-unit-terms__list dd {
  font-weight: normal;
}
.c-unit-terms__list--indent dt {
  text-indent: -1em;
  margin-left: 1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-unit-terms__list--indent dd {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  margin-left: 1em;
  text-indent: 1em;
}
.c-unit-terms__list--indent li {
  text-indent: -1em;
  margin: 0 0 5px 1em;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.c-unit-terms__list--table {
  display: table;
  margin: 10px 0;
}
.c-unit-terms__list--table.c-unit-terms__indent {
  margin: 10px 0 10px 1em;
}
.c-unit-terms__list--table dt, .c-unit-terms__list--table dd {
  display: table-cell;
  vertical-align: top;
  font-size: 14px;
}
.c-unit-terms__list--table dt {
  padding-right: 10px;
  white-space: nowrap;
  font-weight: normal;
}

@media (max-width: 767px) {
  .c-unit-terms {
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin: 20px auto;
    max-height: 300px;
  }
  .c-unit-terms__heading {
    font-size: 14px;
    margin: 20px 0 10px;
  }
  .c-unit-terms__subheading {
    font-size: 13px;
    margin: 15px 0 5px 0;
  }
  .c-unit-terms__text {
    font-size: 12px;
  }
  .c-unit-terms__table {
    margin: 10px 0;
  }
  .c-unit-terms__table th, .c-unit-terms__table td {
    font-weight: normal;
    padding: 5px 10px;
    border: 1px solid #dcdcdc;
    vertical-align: middle;
  }
  .c-unit-terms__table th {
    background: #f1f1f1;
    white-space: nowrap;
  }
  .c-unit-terms__table--spblock {
    border-bottom: 1px solid #dcdcdc;
  }
  .c-unit-terms__table--spblock th, .c-unit-terms__table--spblock td {
    display: block;
    border-bottom: none;
  }
  .c-unit-terms__list dt,
  .c-unit-terms__list dd {
    font-weight: normal;
  }
  .c-unit-terms__list--table {
    margin: 5px 0;
  }
  .c-unit-terms__list--table.c-unit-terms__indent {
    margin: 5px 0 5px 1em;
  }
  .c-unit-terms__list--table dt, .c-unit-terms__list--table dd {
    font-size: 12px;
  }
}
.c-unit-round {
  border-radius: 10px;
  padding: 30px 40px;
  margin: 40px auto;
}
.c-unit-round--background-gray {
  background: #efefef;
}
.c-unit-round--background-pink {
  background: #fff0f1;
}
.c-unit-round--background-blue {
  background: #eef7f9;
}
.c-unit-round--none {
  border-radius: 0;
}

@media (max-width: 767px) {
  .c-unit-round {
    padding: 5px 15px 15px 15px;
    margin: 20px auto;
  }
}
.is-modal-button {
  color: #FFFFFF;
  cursor: pointer;
}
.is-modal-button:hover {
  color: #FFFFFF;
}

.c-unit-modal {
  display: none;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.c-unit-modal__background {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}
.c-unit-modal__inner {
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 600px;
  height: 360px;
  background: #FFFFFF;
  z-index: 10001;
  text-align: center;
  border-radius: 12px;
  padding: 50px 0;
}
.c-unit-modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.c-unit-modal__message {
  font-weight: 600;
  font-size: 18px;
  width: 100%;
  margin-top: 60px;
}
.c-unit-modal__button {
  cursor: pointer;
}

@media (max-width: 767px) {
  .c-unit-modal__inner {
    width: 90vw;
    height: 50vh;
    max-height: 360px;
    padding: 40px 20px;
  }
  .c-unit-modal__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .c-unit-modal__message {
    font-size: 16px;
    margin-top: 30px;
  }
  .c-unit-modal__button {
    cursor: pointer;
  }
}
.c-tab-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  margin: 0 auto 40px auto;
}
.c-tab-button__item {
  cursor: pointer;
  width: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  background: #bfbfbf;
  color: #FFFFFF;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  text-transform: uppercase;
}
.c-tab-button__item--personal {
  border-radius: 40px 0 0 40px;
}
.c-tab-button__item--corporate {
  border-radius: 0 40px 40px 0;
}
.c-tab-button__item.is-active {
  background: #b10b15;
}

.c-tab-contents__unit.is-disappear {
  display: none;
}

@media (max-width: 767px) {
  .c-tab-button {
    width: 94%;
    max-width: 400px;
    margin: 0 auto 30px auto;
  }
  .c-tab-button__item {
    font-size: 14px;
    padding: 15px 10px;
  }
  .c-tab-button__item--personal {
    border-radius: 30px 0 0 30px;
  }
  .c-tab-button__item--corporate {
    border-radius: 0 30px 30px 0;
  }
}
/*ソートのパーツ*/
.c-parts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 0 0 15px 0;
}

.c-parts-exclusion {
  display: inline-block;
  font-size: 13px;
}
.c-parts-exclusion label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 5px;
}

.c-parts-sort {
  border: 1px solid #dcdcdc;
  padding: 5px 10px 5px 24px;
  font-size: 13px;
  width: 130px;
  display: block;
  background: url(/images/icon_sort.svg) no-repeat left 4px center;
  background-size: 18px auto;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .c-parts-wrapper {
    margin: 0 0 15px 0;
  }
  .c-parts-exclusion {
    font-size: 12px;
    width: calc(100% - 120px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-parts-exclusion label {
    width: calc(100% - 30px);
  }
  .c-parts-sort {
    width: 120px;
    font-size: 12px;
  }
}
.p-header-wrapper {
  height: 100px;
  position: relative;
  background: #FFFFFF;
}

.p-header-title {
  padding: 18px 0 0 0;
  width: 320px;
  text-align: center;
}
.p-header-title__images {
  width: 150px;
  height: auto;
}
.p-header-title--align-center {
  text-align: center;
  padding: 18px 0;
  width: 100%;
}

.p-header-button {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 68px;
  cursor: pointer;
  right: 24px;
}

@media (max-width: 767px) {
  .p-header-wrapper {
    height: 52px;
  }
  .p-header-wrapper.is-fixed {
    position: fixed;
  }
  .p-header-title {
    width: 100%;
    padding: 10px 15px 0 0;
    text-align: center;
  }
  .p-header-title__images {
    width: 70px;
    height: auto;
  }
  .p-header-title--align-center {
    padding: 10px 0;
  }
  .p-header-button {
    padding: 0;
    height: 36px;
    right: 10px;
  }
}
.p-header-sp-menu {
  display: none;
}

@media (max-width: 767px) {
  .p-header-sp-menu {
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    top: 0;
    left: 0;
  }
  .p-header-sp-menu__icon {
    display: block;
    position: absolute;
    left: 12px;
    top: 26px;
    width: 30px;
    height: 2px;
    background: #b10b15;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu__icon::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: -8px;
    width: 30px;
    height: 2px;
    background: #b10b15;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu__icon::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 8px;
    width: 30px;
    height: 2px;
    background: #b10b15;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon {
    height: 0;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon::after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #b10b15;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .p-header-sp-menu.is-open .p-header-sp-menu__icon::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 30px;
    height: 2px;
    background: #b10b15;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
/*
フッター
 */
.p-footer-title {
  width: 321px;
  height: 46px;
  overflow: hidden;
  text-indent: -99em;
  background: url("/images/top/logo.png") no-repeat transparent;
}

.p-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.p-footer-menu__unit dt {
  font-size: 18px;
  font-weight: bold;
  color: #0078CC;
  margin-bottom: 20px;
}
.p-footer-menu__unit dd {
  font-size: 14px;
  margin-bottom: 5px;
}
.p-footer-menu__member {
  margin-top: 40px;
}

.p-footer-copyright {
  text-align: center;
  font-size: 14px;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .p-footer-title {
    width: 224px;
    height: 32px;
    overflow: hidden;
    text-indent: -99em;
    background: url("/images/top/logo.png") no-repeat transparent;
    background-size: 224px 32px;
    margin: 0 auto;
  }
  .p-footer-menu {
    display: none;
  }
  .p-footer-copyright {
    text-align: center;
    font-size: 10px;
    margin-top: 15px;
  }
}
.p-nav-menu {
  min-height: 100%;
  background: #efefef;
  border-top: 10px solid #b10b15;
  padding-bottom: 60px;
}
.p-nav-menu__title, .p-nav-menu__sub-title {
  font-size: 14px;
  color: #b10b15;
  padding: 11px 15px;
  font-weight: 700;
  line-height: 1.6;
}
.p-nav-menu__title--inactive, .p-nav-menu__sub-title--inactive {
  color: #b0b0b0;
  border-color: #b0b0b0;
}
.p-nav-menu__sub-title {
  border-top: 1px solid #b10b15;
  position: relative;
  border-bottom: none;
}
.p-nav-menu__sub-title--fanclub {
  color: #ed0059;
  border-color: #ed0059;
  background: #fff1f6;
}
.p-nav-menu__sub-title--reserve {
  color: #38ab00;
  border-color: #38ab00;
  background: #f4feee;
}
.p-nav-menu__sub-title--inactive {
  color: #b0b0b0;
  border-color: #b0b0b0;
  cursor: unset;
}

@media (max-width: 767px) {
  .p-nav-menu {
    padding-bottom: 80px;
    border-top: 4px solid #b10b15;
  }
  .p-nav-menu__title, .p-nav-menu__sub-title {
    font-size: 14px;
    padding: 11px 15px;
  }
}
.p-nav-sub-menu__wrapper {
  border-top: 1px solid #b10b15;
  padding-bottom: 5px;
}
.p-nav-sub-menu__wrapper--inactive {
  border-color: #b0b0b0;
}
.p-nav-sub-menu__wrapper--inactive .p-nav-sub-menu__item {
  color: #b0b0b0;
  cursor: unset;
  pointer-events: none;
}
.p-nav-sub-menu__wrapper--inactive .p-nav-sub-menu__item img {
  -webkit-filter: invert(73%) sepia(2%) saturate(8%) hue-rotate(316deg) brightness(96%) contrast(94%);
          filter: invert(73%) sepia(2%) saturate(8%) hue-rotate(316deg) brightness(96%) contrast(94%);
}
.p-nav-sub-menu__wrapper--fanclub {
  border-color: #ed0059;
  background: #fff1f6;
}
.p-nav-sub-menu__wrapper--reserve {
  border-color: #38ab00;
  background: #f4feee;
}
.p-nav-sub-menu__item {
  cursor: pointer;
  display: block;
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-nav-sub-menu__item:hover {
  opacity: 0.5;
  color: #000000;
  text-decoration: none;
}
.p-nav-sub-menu__item--nolink {
  opacity: 0.3;
  cursor: inherit;
}
.p-nav-sub-menu__item--nolink:hover {
  opacity: 0.3;
}
.p-nav-sub-menu__icon {
  width: 32px;
  height: auto;
  vertical-align: middle;
  display: inline-block;
  margin-right: 6px;
}
.p-nav-sub-menu__button {
  display: inline-block;
  border: 1px solid #b10b15;
  text-align: center;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 20px;
  margin: 30px 15px 0;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.p-nav-sub-menu__button:hover {
  background: #000000;
  border-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
}

.p-nav-fc-entry {
  margin: 30px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-nav-fc-entry__item {
  text-align: right;
  color: #757575;
  font-size: 14px;
  padding-right: 5px;
  font-weight: 500;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-nav-fc-entry__item p {
  display: block;
  background: #efefef;
  padding: 10px 0 10px 20px;
  position: relative;
  text-align: center;
}
.p-nav-fc-entry__item p::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 21px 0 21px 21px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  margin: auto;
}
.p-nav-fc-entry__item p::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: -15px;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: 29px;
  height: 29px;
  background: #efefef;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-nav-fc-entry__item p span {
  position: relative;
  z-index: 100;
}
.p-nav-fc-entry__item.is-current p {
  background: #ffd7d7;
  font-weight: 600;
  color: #525252;
}
.p-nav-fc-entry__item.is-current p::after {
  background: #ffd7d7;
}
.p-nav-fc-entry__item:first-child p {
  padding: 10px 15px;
}
.p-nav-fc-entry__item:first-child p::before {
  display: none;
}
.p-nav-fc-entry__item:last-child p::after {
  display: none;
}

@media (max-width: 767px) {
  .p-nav-fc-entry {
    margin: 30px 6% 0 4%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-nav-fc-entry__item {
    font-size: 12px;
    padding-right: 5px;
    margin-bottom: 8px;
    min-width: 80px;
  }
  .p-nav-fc-entry__item p {
    padding: 10px 0 10px 18px;
    line-height: 1.1;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-nav-fc-entry__item p::before {
    border-width: 18px 0 18px 18px;
  }
  .p-nav-fc-entry__item p::after {
    width: 26px;
    height: 26px;
    right: -13px;
  }
  .p-nav-fc-entry__item:first-child p {
    padding: 10px;
  }
}
.p-top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 40px 0 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-top-menu .c-button-icon {
  min-width: 100px;
  margin: 0 25px 25px 25px;
}
.p-top-menu .c-button-icon__images {
  width: 86px;
  height: 86px;
  border-radius: 43px;
}
.p-top-menu .c-button-icon__images img {
  width: 68px;
  height: auto;
}
.p-top-menu .c-button-icon__text {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.p-top-infomation {
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 750px;
}
.p-top-infomation .c-link-round {
  margin: 30px auto 0 auto;
}
.p-top-infomation__banner {
  text-align: center;
  margin: 30px auto 0 auto;
  max-width: 660px;
  display: block;
}
.p-top-infomation__banner img {
  width: 100%;
  height: auto;
}

.p-top-subhead {
  color: #b10b15;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.p-top-result {
  padding: 10px 30px;
  background: #fff1f6;
  margin: 15px auto 0 auto;
  text-align: left;
  display: inline-block;
}
.p-top-result dl {
  display: table;
}
.p-top-result dt {
  white-space: nowrap;
  padding-right: 5px;
}
.p-top-result dt, .p-top-result dd {
  display: table-cell;
  font-weight: 500;
}

.p-top-notes {
  font-size: 14px;
  margin: 10px 0;
}
.p-top-notes li {
  text-indent: -1em;
  margin-left: 1em;
}

.p-top-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .l-section--background-gray + .p-top-menu-section {
    margin-top: 30px;
  }
  .p-top-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .p-top-menu-section {
    padding: 0 0 10px 0;
  }
  .p-top-menu .c-button-icon {
    margin: 0 4% 20px 4%;
    min-width: auto;
  }
  .p-top-menu .c-button-icon__images {
    width: 72px;
    height: 72px;
    border-radius: 36px;
  }
  .p-top-menu .c-button-icon__images img {
    width: 60px;
    height: auto;
  }
  .p-top-menu .c-button-icon__text {
    font-size: 12px;
  }
  .p-top-infomation {
    margin: 20px 4% 0 4%;
    max-width: 92%;
  }
  .p-top-infomation .c-link-round {
    margin: 15px auto 0 auto;
  }
  .p-top-infomation__banner {
    width: 90%;
    max-width: 330px;
  }
  .p-top-subhead {
    font-size: 15px;
  }
  .p-top-result {
    font-size: 14px;
    margin: 10px auto 0 auto;
    padding: 10px 20px;
  }
  .p-top-notes {
    font-size: 12px;
    margin: 5px 0;
  }
  .p-top-link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 90%;
    margin: 0 auto;
  }
}
.p-input-serch--zip {
  display: inline-block;
  background-position: center left;
  margin: 0 0 0 15px;
}

.p-input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-input-flex__list {
  width: 350px;
}
.p-input-flex__list li {
  width: 160px;
  margin: 5px 0;
}
.p-input-flex__button {
  width: 200px;
}
.p-input-flex__mailtitle {
  font-weight: 500;
  width: 160px;
}

.p-input-tips {
  text-align: center;
}
.p-input-tips a {
  min-height: 24px;
}

.p-input-tab-contents table.is-hide {
  display: none;
}

.p-input-modal--caution {
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
}
.p-input-modal--caution__text {
  margin-bottom: 30px;
}
.p-input-modal--address {
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  max-width: 600px;
}
.p-input-modal--address__table {
  text-align: left;
  width: auto;
  margin: 20px auto 0 auto;
}

.is-typemember_addselect {
  display: none;
}

@media (max-width: 767px) {
  .p-input-serch--zip {
    display: block;
    margin: 10px 0 0 0px;
  }
  .p-input-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-input-flex__list {
    width: 100%;
  }
  .p-input-flex__list li {
    width: 48%;
    margin: 0 0 10px 0;
  }
  .p-input-flex__button {
    width: auto;
    margin: 10px auto 0 auto;
  }
  .p-input-flex__mailtitle {
    width: 100%;
    margin-bottom: 5px;
  }
  .p-input-tips {
    margin: 10px 0;
    text-align: center;
  }
  .p-input-modal--caution {
    padding: 30px 15px;
  }
  .p-input-modal--caution__text {
    margin-bottom: 20px;
  }
  .p-input-modal--address {
    padding: 30px 15px;
  }
  .p-input-modal--address__table {
    display: table;
    min-width: 250px;
  }
  .p-input-modal--address__table th,
  .p-input-modal--address__table td {
    display: table-cell;
    border: 1px solid #dcdcdc;
    padding: 15px;
  }
  .p-input-modal--address__table th .c-form-wrapper--radio,
  .p-input-modal--address__table td .c-form-wrapper--radio {
    margin: 0;
  }
}
.p-input__text-add {
  margin-bottom: 10px;
  font-weight: 600;
}
.p-input__text-add--alert {
  color: #e50112;
  margin-top: 10px;
}
.p-input__benefit {
  min-height: 26px;
}
.p-input__comment {
  display: inline-block;
  font-size: 13px;
  color: #e50112;
}
.p-input__comment--blue {
  color: #0078CC;
}
.p-input__comment.is-notselect-comment {
  display: none;
}
.p-input__list--checkbox li {
  margin-top: 5px;
  display: block;
}
.p-input__list--radio li {
  margin-top: 10px;
}
.p-input__list--radio li:first-child {
  margin-top: 0;
}
.p-input__list--inline li {
  display: inline-block;
  margin: 4px 0;
}

@media (max-width: 767px) {
  .p-input__benefit {
    min-height: 22px;
    margin-bottom: 10px;
  }
  .p-input__comment {
    display: block;
    font-size: 12px;
  }
  .p-input__list li {
    margin-bottom: 5px;
    display: block;
  }
  .p-input__list--checkbox li {
    margin-top: 5px;
  }
  .p-input__list--checkbox li .c-form-wrapper--checkbox {
    font-size: 15px;
    margin-bottom: 0;
  }
  .p-input__list--radio li .c-form-wrapper--radio {
    font-size: 15px;
    margin-bottom: 2px;
  }
  .p-input__list--inline li {
    margin: 0;
  }
}
.p-complete-message {
  text-align: center;
}

.p-complete-images {
  text-align: center;
  width: 240px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.p-complete-limit {
  display: table;
  margin: 10px auto 15px auto;
}
.p-complete-limit dt, .p-complete-limit dd {
  display: table-cell;
  font-weight: 500;
}

@media (max-width: 767px) {
  .p-complete-message {
    margin: 20px 0;
    padding: 20px;
  }
  .p-complete-message .c-text {
    text-align: left;
  }
  .p-complete-message .c-text.u-align--center {
    text-align: center;
  }
  .p-complete-message .c-text.c-text--bold {
    text-align: center;
  }
  .p-complete-images {
    width: 160px;
    height: auto;
  }
  .p-complete-limit dt, .p-complete-limit dd {
    font-size: 14px;
  }
}
.p-login-button {
  margin-top: 30px;
}

.p-login-regist .c-form-wrapper--button {
  margin: 20px 0;
}
.p-login-regist .c-link-round {
  margin: 0 15px;
}

.p-login-contact {
  text-align: center;
  margin: 60px 0 0 0;
  font-size: 14px;
}
.p-login-contact dt {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .p-login-regist {
    padding-top: 25px;
  }
  .p-login-regist .c-form-wrapper--button {
    margin: 10px 0;
  }
  .p-login-regist .c-link-round {
    margin: 8px auto;
  }
  .p-login-contact {
    margin: 40px 0 0 0;
    font-size: 13px;
  }
}
.p-auth-text {
  text-align: center;
}

.p-auth-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 20px 20px;
  border-radius: 10px;
}
.p-auth-input dt, .p-auth-input dd {
  padding: 20px;
}
.p-auth-input dt {
  width: 200px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  border-radius: 10px 0 0 10px;
}
.p-auth-input dd {
  border-radius: 0 10px 10px 0;
  width: 640px;
}
.p-auth-input--registmail dt {
  background: #efefef;
  padding-top: 24px;
}
.p-auth-input--registmail dd {
  background: #f6f6f6;
}
.p-auth-input--editmail dt {
  background: #fddada;
  padding-top: 24px;
}
.p-auth-input--editmail dd {
  background: #fff0f1;
}
.p-auth-input--code dt, .p-auth-input--code dd {
  background: #fff0f1;
}
.p-auth-input--code dt {
  padding-top: 30px;
}

.p-auth-button {
  margin-top: 40px;
}

.p-auth-resending {
  margin-top: 20px;
}
.p-auth-resending .c-form-wrapper--button {
  margin-top: 20px;
}
.p-auth-resending .c-form-wrapper--button .c-form-input--button {
  margin: 0 15px;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .p-auth-text {
    text-align: left;
  }
  .p-auth-input {
    margin: 0 15px 20px 15px;
    display: block;
  }
  .p-auth-input dt, .p-auth-input dd {
    padding: 15px 20px;
  }
  .p-auth-input dt {
    width: 100%;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
    text-align: left;
  }
  .p-auth-input dd {
    border-radius: 0 0 10px 10px;
    width: 100%;
  }
  .p-auth-input--code dt {
    padding: 15px 20px 10px 20px;
  }
  .p-auth-input--code dd {
    padding-top: 0;
  }
  .p-auth-button {
    margin-top: 30px;
  }
  .p-auth-resending {
    padding: 25px 15px 10px 15px;
  }
  .p-auth-resending .c-form-wrapper--button {
    margin: 20px 0 10px 0;
  }
  .p-auth-resending .c-form-wrapper--button .c-form-input--button {
    margin: 0 0 15px 0;
    padding: 10px 20px;
    min-width: 240px;
    font-size: 14px;
  }
}
.p-error-heading {
  font-size: 24px;
  font-weight: 600;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #b10b15;
  border-bottom: 1px solid #b10b15;
}

.p-error-contents__images {
  display: block;
  margin: 60px auto 40px auto;
  width: 240px;
  height: auto;
}
.p-error-contents__text {
  text-align: center;
}
.p-error-contents__button {
  margin: 40px auto;
}
.p-error-contents__button .c-link-round {
  margin: 0 15px;
}

@media (max-width: 767px) {
  .p-error-heading {
    font-size: 16px;
    text-align: center;
  }
  .p-error-contents__images {
    margin: 40px auto 30px auto;
    width: 200px;
    height: auto;
  }
  .p-error-contents__button {
    margin: 30px auto;
  }
  .p-error-contents__button .c-link-round {
    margin: 0 auto 15px auto;
  }
}

.p-app-body {
  max-width: 768px;
  margin: 0 auto;
  font-family: inherit;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}
.p-app-body--login {
  background: url(/images/app/background_login.jpg) no-repeat top center;
  background-size: cover;
}
.p-app-body * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
.p-app-body *:not(input) {
  -webkit-user-select: none;
}

.p-app-login__inner {
  background: rgba(0, 0, 0, 0.5);
  padding: 30px 6%;
  color: #FFFFFF;
  width: 100%;
  min-height: 100vh;
}
.p-app-login__title {
  text-align: center;
  width: 90%;
  max-width: 360px;
  height: auto;
  margin: 0 auto 30px auto;
}
.p-app-login__title img {
  width: 100%;
  height: auto;
}
.p-app-login__unit {
  margin-bottom: 40px;
}
.p-app-login__heading {
  color: #FFFFFF;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
.p-app-login__input {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  color: #000000;
}
.p-app-login__button {
  background: #b10b15;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  width: 80%;
  max-width: 230px;
  margin: 20px auto;
  display: block;
}
.p-app-login__button:disabled {
  background: #949494;
}
.p-app-login__password {
  display: inline-block;
  position: relative;
  width: 100%;
}
.p-app-login__password .is-visibility {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 15px;
  cursor: pointer;
  background: url(/images/app/icon_visible.svg) no-repeat 0 0;
  background-size: contain;
}
.p-app-login__password .is-visibility--off {
  background: url(/images/app/icon_invisible.svg) no-repeat 0 0;
  background-size: contain;
}

.p-app-note {
  margin-top: 5px;
  font-size: 11px;
}
.p-app-note li {
  text-indent: -1em;
  margin-left: 1em;
}

.p-app-error {
  margin-top: 5px;
  background: rgba(177, 11, 21, 0.5);
  padding: 5px;
  font-size: 11px;
}
.p-app-error li {
  text-indent: -1em;
  margin-left: 1em;
}

p.p-app-error {
  padding: 5px 10px;
}

.p-app-caution {
  background: #eb3939;
  border-radius: 8px;
  font-size: 11px;
  color: #FFFFFF;
  padding: 10px 10px 10px 36px;
  margin: 15px 0;
  position: relative;
}
.p-app-caution::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10px;
  background: url(/images/app/icon_caution.png) no-repeat center center;
  background-size: contain;
}
.p-app-caution p + p {
  margin-top: 5px;
}

.p-app-list--help {
  margin: 5px 0;
}
.p-app-list--help li {
  margin: 0 2%;
}
.p-app-list--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin: 50px auto 0 auto;
}

.p-app-link {
  color: #FFFFFF !important;
  font-size: 11px;
}
.p-app-link:hover, .p-app-link:forcus {
  color: #FFFFFF !important;
}
.p-app-link--help {
  font-size: 12px;
  font-weight: bold;
}
.p-app-link--help::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/app/icon_help.svg) no-repeat 0 0;
  background-size: contain;
  vertical-align: middle;
  margin-right: 2px;
}
.p-app-link--block {
  display: block;
  padding: 10px;
  text-align: center;
  border: 2px solid #FFFFFF;
  border-radius: 8px;
  font-weight: bold;
  font-size: 12px;
  max-width: 230px;
  width: 80%;
  margin: 20px auto;
}

.p-fc-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  min-width: 990px;
}
.p-fc-menu__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #b10b15;
  padding: 30px 0;
}
.p-fc-menu__item--off {
  position: relative;
  border-color: #6A060C;
}
.p-fc-menu__item--off::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
.p-fc-menu__item--off .p-fc-menu__text {
  color: #828282;
}
.p-fc-menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100px;
  background: #b10b15;
  text-align: center;
  position: relative;
}
.p-fc-menu__icon::before {
  content: "";
  display: block;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 100px solid #b10b15;
  position: absolute;
  top: 0;
  right: -25px;
}
.p-fc-menu__icon img {
  height: 80px;
  width: auto;
  vertical-align: middle;
  -webkit-filter: invert(99%) sepia(4%) saturate(2%) hue-rotate(42deg) brightness(116%);
          filter: invert(99%) sepia(4%) saturate(2%) hue-rotate(42deg) brightness(116%);
}
.p-fc-menu__text {
  font-weight: 700;
  margin-left: 40px;
}

@media (max-width: 767px) {
  .p-fc-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 15px;
    margin-top: 15px;
    min-width: auto;
    margin: 15px 4%;
  }
  .p-fc-menu__item {
    padding: 15px 0;
  }
  .p-fc-menu__icon {
    width: 70px;
    height: 70px;
  }
  .p-fc-menu__icon::before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-top: 70px solid #b10b15;
    position: absolute;
    top: 0;
    right: -20px;
  }
  .p-fc-menu__icon img {
    height: 50px;
    width: auto;
  }
  .p-fc-menu__text {
    font-size: 16px;
  }
}
.p-event-list {
  margin-bottom: 60px;
}
.p-event-list__link {
  display: block;
  text-decoration: none;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  position: relative;
  margin-top: 20px;
}
.p-event-list__link:hover {
  opacity: 0.7;
}
.p-event-list__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 3px solid #b10b15;
  border-right: 3px solid #b10b15;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  left: auto;
}
.p-event-list__item {
  border: 1px solid #dcdcdc;
  border-left: 4px solid #b10b15;
  padding: 20px 180px 20px 20px;
}
.p-event-list__status {
  position: absolute;
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 15px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
  top: 0;
  bottom: 0;
  left: auto;
  right: 80px;
}
.p-event-list__status--submitted {
  background: #b10b15;
}

.p-event-massage {
  text-align: center;
  padding: 30px;
  font-weight: 600;
  margin-top: 50px;
}

.p-event-status {
  display: inline-block;
  padding: 5px 10px;
  font-size: 15px;
  margin-right: 10px;
  line-height: 1;
  color: #FFFFFF;
  background: #000000;
}
.p-event-status--lottery {
  background: #008BD3;
}

@media (max-width: 767px) {
  .p-event-list {
    margin-bottom: 30px;
  }
  .p-event-list__link {
    margin-top: 15px;
  }
  .p-event-list__link:hover {
    opacity: 1;
  }
  .p-event-list__link::after {
    right: 15px;
  }
  .p-event-list__item {
    padding: 15px 110px 15px 15px;
  }
  .p-event-list__status {
    width: 70px;
    font-size: 13px;
    right: 35px;
  }
  .p-event-massage {
    padding: 15px;
    margin-top: 30px;
  }
  .p-event-status {
    font-size: 14px;
    padding: 4px 8px;
  }
}
@media (max-width: 767px) {
  .p-event-history {
    padding: 20px 10px;
  }
}
.u-hide--pc {
  display: none;
}

.u-align--center {
  text-align: center;
}

.u-margin--left {
  margin-left: 15px;
}
.u-margin--left5 {
  margin-left: 5px;
}
.u-margin--top {
  margin-top: 15px;
}
.u-margin--top5 {
  margin-top: 5px;
}
.u-margin--top30 {
  margin-top: 30px;
}
.u-margin--bottom {
  margin-bottom: 15px;
}
.u-margin--upside {
  margin-top: 10px;
  margin-bottom: 10px;
}

.u-margin-none {
  margin: 0;
}
.u-margin-none--upside {
  margin-top: 0;
  margin-bottom: 0;
}
.u-margin-none--top {
  margin-top: 0;
}
.u-margin-none--side {
  margin-left: 0;
  margin-right: 0;
}

.u-padding-none {
  padding: 0;
}
.u-padding-none--top {
  padding-top: 0;
}

@media (max-width: 767px) {
  .u-hide--pc {
    display: block;
  }
  .u-hide--sp {
    display: none;
  }
  .u-margin-none-sp--side {
    margin-left: 0;
    margin-right: 0;
  }
  .u-margin--left {
    margin-left: 10px;
  }
  .u-margin--top {
    margin-top: 10px;
  }
  .u-margin--bottom {
    margin-top: 10px;
  }
  .u-margin-sp--side {
    margin: 0 4%;
  }
  .u-margin-sp--top {
    margin-top: 10px;
  }
  .u-block-sp {
    display: block;
  }
  .u-scrollable {
    overflow-x: auto;
  }
  .u-scrollable th, .u-scrollable td {
    white-space: nowrap;
  }
}
.modal-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 10000;
}

.modal-container::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
}

.modal-container.active {
  opacity: 1;
  visibility: visible;
}

.modal-body {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 500px;
}

.modal-content {
  background: #FFFFFF;
  text-align: left;
  padding: 30px;
  border-radius: 10px;
}
.modal-content #zip_code_message #address_radios {
  font-weight: 400;
  padding: 10px;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
.modal-content #zip_code_message #address_radios:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.modal-content #zip_code_message #address_radios .radio-inline {
  position: relative;
  cursor: pointer;
  display: block;
  line-height: 1;
}
.modal-content #zip_code_message #address_radios .radio-inline::before {
  border: 2px solid #dcdcdc;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: auto 5px auto 0;
  background-color: #FFFFFF;
  cursor: pointer;
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
}
.modal-content #zip_code_message #address_radios .radio-inline:has(> input[type=radio]:checked)::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #000000;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .modal-body {
    width: 90%;
    max-width: 500px;
  }
  .modal-content {
    text-align: left;
    padding: 20px;
  }
  .modal-content #zip_code_message #address_radios .radio-inline::before {
    width: 20px;
    height: 20px;
  }
  .modal-content #zip_code_message #address_radios .radio-inline:has(> input[type=radio]:checked)::after {
    width: 10px;
    height: 10px;
  }
}
.u-bootstrap-pager {
  margin-top: 5px;
}
.u-bootstrap-pager .row {
  margin: 0;
}
.u-bootstrap-pager .row > .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-bootstrap-pager .row .col-md-5 {
  font-size: 13px;
  padding: 0;
  float: none;
}
.u-bootstrap-pager .row .col-md-7 {
  float: none;
  padding: 0;
}
.u-bootstrap-pager .row .col-md-7 nav {
  text-align: right;
}
.u-bootstrap-pager .row .page-item.active span {
  background: #b10b15;
  border-color: #b10b15;
}
.u-bootstrap-pager .row .pagination {
  margin: 5px 0 0 0;
}
.u-bootstrap-pager .row .pagination > li > a {
  color: #b10b15;
}

@media (max-width: 767px) {
  .u-bootstrap-pager .row {
    margin: 0;
  }
  .u-bootstrap-pager .row > .row {
    display: block;
  }
  .u-bootstrap-pager .row .col-md-7 nav {
    text-align: center;
  }
  .u-bootstrap-pager .row .pagination {
    margin: 10px auto 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */