@charset "UTF-8";
/* =====================
  1. base
  2. element
  3. layout
  4. module
===================== */
/* =====================

  1. base

===================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.6em;
  line-height: 1.6;
  margin: 0;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5em;
  margin-top: 0;
}

p {
  margin-bottom: 1em;
  margin-top: 0;
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em;
}

ol,
ul,
dl {
  margin-bottom: 1em;
  margin-top: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

b,
strong {
  font-weight: bolder;
}

a {
  background-color: transparent;
  color: #000;
}

figure {
  margin: 0 0 1em;
}

img {
  border-style: none;
  max-width: 100%;
  vertical-align: top;
}

svg {
  overflow: hidden;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

caption {
  padding-bottom: 0.75em;
  padding-top: 0.75em;
  text-align: left;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5em;
}

button {
  border-radius: 0;
}

input,
button,
select,
optgroup,
textarea {
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

_::-webkit-full-page-media, _:future, :root input {
  font-family: initial;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input:focus {
  outline: 0;
}

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
     -moz-appearance: listbox;
          appearance: listbox;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

select:focus {
  outline: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

textarea:focus {
  outline: 0;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5em;
  line-height: inherit;
  margin-bottom: 0.5em;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
}

/* =====================

  2. element

===================== */
/* =====================
  ■ button
===================== */
.button {
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-size: 1.125em;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.button:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.button--prev, .button--release {
  background: #fff;
  border: 1px solid #000;
}

.button--next {
  background: #fe9f07;
  border: 1px solid #fe9f07;
  color: #fff;
}

.button--secondary, .button--addBlack {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.button--secondary .button__icon--add::before, .button--secondary .button__icon--add::after, .button--addBlack .button__icon--add::before, .button--addBlack .button__icon--add::after {
  background-color: #fff;
}

.button--attention {
  background: #fb6159;
  border: 1px solid #fb6159;
  color: #fff;
}

.button--add {
  background: #fff;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-top: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  margin-bottom: 17px;
  padding: 17px 20px 0;
  text-align: center;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 100%;
  outline: none;
}

.button--add:hover .button__inner--add {
  opacity: 0.7;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.button--add .button__icon--accordion {
  background: url(../../images/mem/icon_arrow_black.png) no-repeat center;
  background-size: 16px;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  width: 16px;
}

.button--add.is-active .button__icon--accordion {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px;
}

.button--favorite {
  background: #fff;
  border: 1px solid #000;
  padding: 13px 20px;
}

.button--noPushing {
  background: #666;
  border: 1px solid #666;
  cursor: not-allowed;
  pointer-events: none;
}

.button--minimum {
  padding: 7px 20px;
  font-size: 1em;
}

.button--spMinimum {
  padding: 7px 20px;
  font-size: 1em;
}

@media screen and (min-width: 768px) {
  .button--spMinimum {
    padding: 15px 20px;
    font-size: 1.125em;
  }
}

.button:disabled {
  background: #666;
  border: 1px solid #666;
  color: #fff;
  cursor: not-allowed;
}

.button:disabled:hover {
  opacity: 1;
}

.button__inner--add {
  display: inline-block;
  padding-left: 25px;
  position: relative;
}

.button__inner--favorite {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

.button__inner--favorite::before {
  background: url(../../images/mem/icon_fav.png) no-repeat center;
  background-size: 20px 20px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.button__icon {
  display: inline-block;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
}

.button__icon--add::before {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 16px;
  left: 7px;
  position: absolute;
  top: 0;
  width: 2px;
}

.button__icon--add::after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 16px;
}

.button--twitter {
  background: #1da1f2;
  border: 1px solid #1da1f2;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 0 15px 35px;
  position: relative;
}

.button--twitter::before {
  background: url(../../images/mem/icon_twitter.png) no-repeat center;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.button--facebook {
  background: #3b579d;
  border: 1px solid #3b579d;
  color: #fff;
  margin-bottom: 20px;
  padding: 15px 0 15px 35px;
  position: relative;
}

.button--facebook::before {
  background: url(../../images/mem/icon_facebook.png) no-repeat center;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.button--google {
  background: #db4437;
  border: 1px solid #db4437;
  color: #fff;
  /* TM追記 */
  margin-bottom: 20px;
  padding: 15px 0 15px 35px;
  position: relative;
}

.button--google::before {
  background: url(../../images/mem/icon_google.png) no-repeat center;
  background-size: 20px;
  content: "";
  display: block;
  height: 20px;
  left: 15px;
  margin-top: -11px;
  position: absolute;
  top: 50%;
  width: 20px;
}

.button--warning {
  background: #fb6159;
  border: 1px solid #fb6159;
  color: #fff;
}

.button--fixedOnly {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* =====================
  ■ cart
===================== */
.cart {
  background: url(../../images/mem/icon_btn_cart.png) no-repeat;
  background-color: #fe9f07;
  background-position: 16px 18px;
  background-size: 40px;
  border: none;
  border-radius: 50%;
  bottom: 15px;
  cursor: pointer;
  display: block;
  height: 76px;
  opacity: 0;
  position: fixed;
  right: 15px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  width: 76px;
  z-index: 2;
}

.cart__badge {
  background: #fb6159;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: 0;
  width: 25px;
}

.cart--show {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: visible;
}

@media screen and (min-width: 768px) {
  .cart--show {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    visibility: hidden;
  }
}

/* =====================
  ■ dataList
===================== */
.dataList:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .dataList--rightSide {
    font-size: 0.875em;
  }
}

.dataList__error {
  margin-bottom: 30px;
}

.dataList__error .dataList__title {
  margin-bottom: 15px;
}

.dataList__title {
  font-weight: bold;
}

.dataList__detail {
  margin-bottom: 0;
}

/* =====================
  ■ display
===================== */
.display--none {
  display: none;
}

.display--block {
  display: block;
}

.favoriteButton__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  -ms-flex-preferred-size: 26px;
      flex-basis: 26px;
  outline: none;
  padding: 0;
  width: 26px;
}

@media screen and (min-width: 768px) {
  .favoriteButton__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .favoriteButton__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.favoriteButton__img {
  display: block;
  max-width: 26px;
  position: relative;
  top: -2px;
  width: 26px;
}

@media screen and (min-width: 768px) {
  .favoriteButton__img {
    top: -7px;
  }
}

/* =====================
  ■ fontColor
===================== */
.fontColor--attention {
  color: #fb6159;
}

.fontColor--blue {
  color: #2b66cc;
}

/* =====================
  ■ fontWeight
===================== */
.fontWeight--normal {
  font-weight: normal;
}

.fontWeight--bold {
  font-weight: bold;
}

/* =====================
  ■ textLarge
===================== */
.fontSize--large {
  font-size: 1.4em;
}

/* =====================
  ■ h1Title
===================== */
.h1Title, .h1Title--emblem, .h1Title--icon {
  margin-bottom: 40px;
  padding: 0 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h1Title, .h1Title--emblem, .h1Title--icon {
    margin-bottom: 80px;
    padding: 0;
  }
}

.h1Title__text, .h1Title--icon .h1Title__text {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .h1Title__text, .h1Title--icon .h1Title__text {
    font-size: 2.375em;
  }
}

.h1Title__text--additional {
  font-size: 0.75em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .h1Title__text--additional {
    font-size: 0.875em;
  }
}

.h1Title--emblem {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .h1Title--emblem {
    margin-bottom: 30px;
  }
}

.h1Title--emblem .h1Title__imgWrap {
  display: block;
}

.h1Title--emblem .h1Title__text {
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  .h1Title--emblem .h1Title__text {
    font-size: 2.375em;
  }
}

.h1Title--emblem .h1Title__img {
  height: auto;
  max-width: 60px;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .h1Title--emblem .h1Title__img {
    max-width: 122px;
  }
}

.h1Title--icon .h1Title__text {
  display: inline-block;
}

.h1Title--icon .h1Title__iconWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
}

/* =====================
  ■ h2Title
===================== */
.h2Title {
  border-bottom: 2px solid #ccc;
  line-height: 1.7;
  margin-bottom: 30px;
  padding: 0 15px;
  text-align: center;
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  .h2Title {
    font-size: 1.5em;
    padding: 0;
  }
}

.h2Title--attention {
  border-bottom: 2px solid #fb6159;
  color: #fb6159;
}

.h2Title--linkList {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}

.h2Title--small {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}

.h2Title--rightSideTitle {
  border-bottom: 2px solid #ccc;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  .h2Title--rightSideTitle {
    font-size: 1em;
    border-bottom: none;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: left;
  }
}

/* =====================
  ■ h3Title
===================== */
.h3Title {
  border-bottom: 1px solid #bebebe;
  line-height: 1.7;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .h3Title {
    border-bottom: 1px solid #666;
    font-size: 1.25em;
  }
}

.h3Title--entertainer {
  color: #000;
  margin-bottom: 25px;
  font-size: 1.125em;
}

.h3Title--attention {
  border-bottom: 1px solid #fb6159;
  color: #fb6159;
}

.h3Title--rightSideTitle {
  border-bottom: 1px solid #bebebe;
  font-weight: bold;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.125em;
}

/* =====================
  ■ imageHeightWidthKeep
===================== */
.imageHeightWidthKeep, .imageHeightWidthKeep--modal, .imageHeightWidthKeep--small {
  width: 100%;
  height: 100vw;
  background-color: #f0f0f0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .imageHeightWidthKeep, .imageHeightWidthKeep--modal, .imageHeightWidthKeep--small {
    width: 418px;
    height: 418px;
  }
}

.imageHeightWidthKeep--modal:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  cursor: pointer;
}

.imageHeightWidthKeep--small {
  min-width: 125px;
  max-width: 125px;
  height: 125px;
  max-height: 125px;
}

@media screen and (min-width: 768px) {
  .imageHeightWidthKeep--small {
    min-width: 188px;
    max-width: 188px;
    height: 188px;
    max-height: 188px;
  }
}

.imageHeightWidthKeep__item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

/* =====================
  ■ inlineIcon
===================== */
.inlineIcon {
  position: relative;
}

.inlineIcon--favorite {
  padding-right: 30px;
}

.inlineIcon--favorite::after {
  background: url(../../images/mem/icon_fav_on.png) no-repeat center;
  background-size: 20px 20px;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}

/* =====================
  ■ link
===================== */
.link {
  background-color: transparent;
  border: none;
  color: #000;
  cursor: pointer;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.link:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.link--middle {
  vertical-align: middle;
}

.link__button--additional {
  display: block;
  margin-top: 20px;
}

/* =====================
  ■ linkList
===================== */
.linkList {
  border-bottom: 1px solid #bebebe;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.linkList:last-child {
  margin-bottom: 0;
}

.linkList--wide {
  border-bottom: 1px solid #bebebe;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .linkList--wide {
    border-bottom: 2px solid #bebebe;
  }
}

.linkList--wide:last-child {
  margin-bottom: 0;
}

.linkList--dashed {
  border-bottom: 1px dashed #bebebe;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .linkList--dashed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.linkList--dashed:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.linkList--dashedBottom {
  border-bottom: 1px dashed #bebebe !important;
}

@media screen and (min-width: 768px) {
  .linkList--rightSide {
    font-size: 0.875em;
  }
}

.linkList__item {
  border-top: 1px solid #bebebe;
}

.linkList__item--wide {
  border-top: 1px solid #bebebe;
}

@media screen and (min-width: 768px) {
  .linkList__item--wide {
    border-top: 2px solid #bebebe;
  }
}

.linkList__item--dashed {
  border-top: 1px dashed #bebebe;
}

@media screen and (min-width: 768px) {
  .linkList__item--dashed {
    -ms-flex-preferred-size: 398px;
        flex-basis: 398px;
    margin-right: 38px;
  }
  .linkList__item--dashed:nth-child(2n) {
    margin-right: 0;
  }
}

.linkList__item--borderNone {
  margin-bottom: 1em;
}

.linkList__item--borderNone:last-child {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .linkList__item--borderNone {
    -ms-flex-preferred-size: 398px;
        flex-basis: 398px;
    margin-right: 38px;
  }
  .linkList__item--borderNone:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .linkList__item--rightSide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 0;
  }
}

.linkList__link {
  display: block;
  padding: 15px 45px 15px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .linkList__link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #000;
  }
  .linkList__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.linkList__link::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .linkList__link::after {
    right: 26px;
  }
}

.linkList__link--wide {
  color: #666;
  display: block;
  padding: 25px 45px 25px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .linkList__link--wide {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #000;
  }
  .linkList__link--wide:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.linkList__link--wide::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .linkList__link--wide::after {
    right: 26px;
  }
}

.linkList__link--dashed {
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 15px 45px 15px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .linkList__link--dashed {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .linkList__link--dashed:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.linkList__link--dashed::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .linkList__link--dashed::after {
    right: 11px;
  }
}

/* =====================
  ■ list
===================== */
.list--annotation {
  line-height: 1.7;
  list-style: none;
  padding-left: 0;
  font-size: 0.875em;
}

.list--annotation:last-child {
  margin-bottom: 0;
}

.list--square {
  list-style: square;
  padding-left: 20px;
  font-size: 0.875em;
}

.list--side, .list--mailTypeArea, .list--side--mb0, .list--mailTypeArea--mb0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: -0.4em;
  list-style: none;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .list--side, .list--mailTypeArea, .list--side--mb0, .list--mailTypeArea--mb0 {
    display: block;
  }
}

.list--side--mb0, .list--mailTypeArea--mb0 {
  margin-bottom: 0;
}

.list--col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -7.5px;
  padding: 0.5em 0;
}

@media screen and (min-width: 768px) {
  .list--col-lg-4 .list__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em 7.5px;
    width: 25%;
  }
}

.list--col-sm-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 -7.5px;
  padding: 0.5em 0;
}

@media screen and (max-width: 768px) {
  .list--col-sm-2 .list__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em 7.5px;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .list--844.list--col-lg-4 .list__item {
    width: 214px;
  }
}

.list--regionChoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: -0.4em;
  list-style: none;
  margin-bottom: 150px;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .list--regionChoice {
    display: block;
    margin-bottom: 1em;
    padding: 0 60px;
  }
}

.list--sideOnly {
  margin-top: -20px;
}

.list--sideLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  letter-spacing: -0.4em;
  list-style: none;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .list--sideLink {
    display: block;
    margin-bottom: 1em;
  }
}

.list--none {
  list-style: none;
  padding-left: 0;
}

.list__item--contract {
  margin-bottom: 1em;
}

.list__item--contract:last-child {
  margin-bottom: 0;
}

.list__item--annotation {
  margin-bottom: 0;
  padding-left: 1em;
  position: relative;
}

.list__item--annotation:last-child {
  margin-bottom: 0;
}

.list__item--annotation.considerations {
  margin-bottom: 20px;
}

.list__item--annotation.sp_only {
  display: block;
}

@media screen and (min-width: 768px) {
  .list__item--annotation.sp_only {
    display: none;
  }
}

.list__item--sideLink {
  display: inline-block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  letter-spacing: normal;
  margin-right: 4%;
  padding-top: 20px;
}

.list__item--sideLink:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .list__item--sideLink {
    margin-right: 30px;
  }
  .list__item--sideLink:nth-child(2n) {
    margin-right: 30px;
  }
  .list__item--sideLink:last-child {
    margin-right: 0;
  }
}

.list__item--side, .list__item--mailTypeArea {
  display: inline-block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  letter-spacing: normal;
  margin-right: 4%;
  padding-top: 20px;
}

.list__item--side:nth-child(2n), .list__item--mailTypeArea:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .list__item--side, .list__item--mailTypeArea {
    margin-right: 60px;
  }
  .list__item--side:nth-child(2n), .list__item--mailTypeArea:nth-child(2n) {
    margin-right: 60px;
  }
  .list__item--side:last-child, .list__item--mailTypeArea:last-child {
    margin-right: 0;
  }
}

.list__item--mailTypeArea:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .list__item--mailTypeArea {
    margin-right: 25px;
    min-width: 165px;
  }
  .list__item--mailTypeArea:nth-child(2n) {
    margin-right: 25px;
  }
}

.list__item--regionChoice {
  display: inline-block;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  letter-spacing: normal;
  margin-right: 4%;
  padding-top: 20px;
}

.list__item--regionChoice:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .list__item--regionChoice {
    margin-right: 25px;
    min-width: 160px;
  }
}

.list__item--none {
  display: block;
  margin-bottom: 20px;
}

.list__item--none:last-child {
  margin-bottom: 0;
}

.list__prefix {
  left: 0;
  position: absolute;
  top: 0;
}

/* =====================
  ■ noScroll
===================== */
.noScroll {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

/* =====================
  ■ overlay
===================== */
.overlay {
  background: rgba(0, 0, 0, 0.25);
  display: none;
  height: calc(100% - 90px);
  left: 0;
  position: fixed;
  top: 90px;
  width: 100%;
  z-index: 9;
}

/* =====================
  ■ pcOnly
===================== */
.pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .pcOnly {
    display: inherit;
  }
}

/* =====================
  ■ spOnly
===================== */
.spOnly {
  display: inherit;
}

@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

/* =====================
  ■ pageNation
===================== */
.pageNation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.pageNation:last-child {
  margin-bottom: 0;
}

.pageNation__inner {
  display: table;
}

.pageNation__navi {
  display: table-cell;
  margin-bottom: 0;
  position: relative;
  vertical-align: middle;
  width: 12px;
}

.pageNation__naviLink {
  display: block;
  height: 24px;
  text-decoration: none;
  width: 12px;
  font-size: 0.875em;
}

.pageNation__naviLink::after {
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .pageNation__naviLink {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .pageNation__naviLink:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.pageNation__naviLink--prev::after {
  border-left: 2px solid #000;
  border-top: 2px solid #000;
  left: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
}

.pageNation__naviLink--next::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  margin-right: -3px;
  margin-top: -6px;
  right: 50%;
}

.pageNation__naviLink--prevNoLink::after {
  border-left: 2px solid #bebebe;
  border-top: 2px solid #bebebe;
  left: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: -6px;
}

.pageNation__naviLink--nextNoLink::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  margin-right: -3px;
  margin-top: -6px;
  right: 50%;
}

.pageNation__list {
  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;
  list-style: none;
  margin-bottom: 0;
  margin-top: -15px;
  padding: 0 18px;
}

.pageNation__list--leftArrowNone {
  padding-left: 0;
}

.pageNation__list--rightArrowNone {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .pageNation__list {
    padding: 0 28px;
  }
}

.pageNation__listItem {
  display: block;
  margin-right: 10px;
  padding-top: 15px;
  text-align: center;
}

.pageNation__listItem:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .pageNation__listItem {
    margin-right: 15px;
  }
}

.pageNation__listLink {
  display: block;
  height: 24px;
  min-width: 24px;
  padding: 0 5px;
  text-decoration: none;
  font-size: 0.875em;
}

.pageNation__listLink--default {
  background: #f0f0f0;
}

@media screen and (min-width: 768px) {
  .pageNation__listLink--default {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .pageNation__listLink--default:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.pageNation__listLink--current {
  background: #2b66cc;
  color: #fff;
}

.pageNation__text {
  display: block;
  height: 24px;
  text-align: center;
  width: 24px;
  font-size: 0.875em;
}

@media all and (-ms-high-contrast: none\0) {
  *::-ms-backdrop, .pageNation__listLink {
    line-height: 2;
  }
  *::-ms-backdrop, .pageNation__text {
    line-height: 2;
  }
}

/* =====================
  ■ premium
===================== */
.premium {
  margin-bottom: 10px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .premium {
    margin-bottom: 20px;
    padding: 0;
  }
}

.premium:last-child {
  margin-bottom: 0;
}

.premium__link {
  border: 1px solid #b2992e;
  border-radius: 6px;
  color: #b2992e;
  display: block;
  padding: 15px 50px 15px 15px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .premium__link {
    padding: 15px 56px 15px 15px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .premium__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.premium__link::after {
  border-bottom: 2px solid #b2992e;
  border-right: 2px solid #b2992e;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 26px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

/* =====================
  ■ mypageStatus
===================== */
.mypageStatus {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .mypageStatus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mypageStatus__col--left {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__col--left {
    -ms-flex-preferred-size: 418px;
        flex-basis: 418px;
    margin-bottom: 20px;
    margin-right: 38px;
  }
}

.mypageStatus__col--right {
  -ms-flex-preferred-size: 418px;
      flex-basis: 418px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__col--right {
    margin-bottom: 20px;
    padding: 0;
  }
}

.mypageStatus__col--center {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__col--center {
    padding: 0;
  }
}

.mypageStatus__stage {
  background: #f0f0f0;
  min-height: 299px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__stage {
    padding: 24px 20px 20px 20px;
  }
}

.mypageStatus__stageHead {
  line-height: 1.4;
  margin-bottom: 8px;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .mypageStatus__stageHead {
    margin-bottom: 23px;
  }
}

.mypageStatus__stageHead.platinum {
  background: url(../../images/mem/icon_mypage_platinum.png) no-repeat left center;
  background-size: 60px 60px;
  padding-left: 70px;
}

.mypageStatus__stageHead.gold {
  background: url(../../images/mem/icon_mypage_gold.png) no-repeat left center;
  background-size: 60px 60px;
  padding-left: 70px;
}

.mypageStatus__stageStrong {
  font-size: 1.375em;
  font-weight: bold;
}

.mypageStatus__stageDetail {
  border-radius: 6px;
  min-height: 173px;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__stageDetail {
    padding: 20px;
  }
}

.mypageStatus__stageDetail.platinum {
  background: -webkit-gradient(linear, left top, right top, from(#5daedd), to(#2286bf));
  background: linear-gradient(to right, #5daedd, #2286bf);
  color: #fff;
}

.mypageStatus__stageDetail.gold {
  background: -webkit-gradient(linear, left top, right top, from(#ffe758), to(#f4c400));
  background: linear-gradient(to right, #ffe758, #f4c400);
  color: #000;
}

.mypageStatus__stageDetail.general {
  background: #fff;
  color: #000;
}

.mypageStatus__stageDetailHead {
  display: table;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
}

.mypageStatus__stageDetailHead--left, .mypageStatus__stageDetailHead--right {
  display: table-cell;
  width: 48%;
}

.mypageStatus__stageDetailHead--left {
  padding-right: 4%;
}

.mypageStatus__stageDetailHead--right {
  text-align: right;
}

.mypageStatus__stageDetailStrong {
  font-size: 1.875em;
  font-weight: bold;
}

.mypageStatus__stageDetailText:last-child {
  margin-bottom: 0;
}

.mypageStatus__inner {
  border-top: 1px solid #bebebe;
}

@media screen and (min-width: 768px) {
  .mypageStatus__inner {
    border-top: none;
  }
}

.mypageStatus__UsageSituation {
  display: table;
  margin-bottom: 0;
  padding: 12px 26px 12px 0;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituation {
    border-bottom: 1px solid #bebebe;
    margin-bottom: 16px;
    padding: 0;
  }
}

.mypageStatus__UsageSituation::after {
  background: url(../../images/mem/icon_arrow_gray.png) no-repeat center;
  background-size: 16px 9px;
  content: "";
  display: block;
  height: 9px;
  margin: -5px auto 0;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituation::after {
    display: none;
  }
}

.mypageStatus__UsageSituation.is-active::after {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px 9px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituation.is-active::after {
    display: none;
  }
}

.mypageStatus__UsageSituationCol--left, .mypageStatus__UsageSituationCol--right {
  display: table-cell;
  vertical-align: middle;
}

.mypageStatus__UsageSituationCol--left {
  padding-right: 5%;
  width: 70%;
}

.mypageStatus__UsageSituationCol--right {
  text-align: right;
  width: 30%;
}

.mypageStatus__UsageSituationHead {
  font-size: 1.25em;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituationHead {
    font-size: 1em;
  }
}

.mypageStatus__UsageSituationText {
  vertical-align: middle;
}

.mypageStatus__UsageSituationNum {
  color: #2b66cc;
  font-weight: bold;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituationNum {
    line-height: 1.2;
    vertical-align: baseline;
  }
}

.mypageStatus__UsageSituationNumStrong {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 2.25em;
}

@media screen and (min-width: 768px) {
  .mypageStatus__UsageSituationNumStrong {
    vertical-align: baseline;
  }
}

.mypageStatus__otherInfo {
  display: none;
}

@media screen and (min-width: 768px) {
  .mypageStatus__otherInfo {
    display: block;
  }
}

.mypageStatus__expirationDataList {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__expirationDataList {
    margin-bottom: 16px;
  }
}

.mypageStatus__expirationDataListTitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.mypageStatus__expirationDataListDetail {
  margin-bottom: 10px;
}

.mypageStatus__expirationDataListDetail:last-child {
  margin-bottom: 0;
  min-height: 75px;
}

.mypageStatus__expirationList {
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .mypageStatus__expirationList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .mypageStatus__expirationListItem {
    -ms-flex-preferred-size: 204px;
        flex-basis: 204px;
    margin-right: 10px;
  }
  .mypageStatus__expirationListItem:nth-child(2n) {
    margin-right: 0;
  }
}

.mypageStatus__linkList {
  border-bottom: 1px dashed #bebebe;
  list-style: none;
  padding: 0;
}

.mypageStatus__linkList:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .mypageStatus__linkList:last-child {
    border-bottom: 1px dashed #bebebe;
  }
}

.mypageStatus__linkListItem {
  border-top: 1px dashed #bebebe;
}

.mypageStatus__linkListItem a {
  display: block;
  padding: 15px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .mypageStatus__linkListItem a {
    padding-right: 50px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mypageStatus__linkListItem a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.mypageStatus__linkListItem a::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__linkListItem a::after {
    right: 27px;
  }
}

.mypageStatus__point {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
}

.mypageStatus__pointLink {
  display: table;
  padding: 12px 26px 12px 0;
  position: relative;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mypageStatus__pointLink {
    padding-right: 50px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .mypageStatus__pointLink:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.mypageStatus__pointLink::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 3px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .mypageStatus__pointLink::after {
    right: 27px;
  }
}

.mypageStatus__pointHead {
  display: table-cell;
  font-weight: bold;
  padding-right: 5%;
  vertical-align: middle;
  width: 45%;
  font-size: 1.25em;
}

.mypageStatus__pointNum {
  color: #2b66cc;
  display: table-cell;
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  width: 55%;
}

.mypageStatus__pointNumStrong {
  margin-right: 5px;
  vertical-align: middle;
  font-size: 2.25em;
}

/* =====================
  ■ table
===================== */
.table--priceDetail {
  width: 100%;
}

.table__row--price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .table__row--price {
    border-bottom: 3px solid #fff;
    display: table-row;
    width: auto;
  }
}

.table__row--sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .table__row--sum {
    display: table-row;
    width: auto;
  }
}

.table__head--price {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .table__head--price {
    display: table-cell;
    width: auto;
  }
}

.table__head--price::before {
  background: #000;
  content: "";
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  vertical-align: middle;
  width: 5px;
}

@media screen and (min-width: 768px) {
  .table__head--price::before {
    display: none;
  }
}

.table__head--sum {
  padding-top: 5px;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .table__head--sum {
    font-size: 1em;
  }
}

.table__data--price {
  display: block;
}

@media screen and (min-width: 768px) {
  .table__data--price {
    display: table-cell;
    padding-right: 0;
  }
}

.table__data--price:first-of-type {
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .table__data--price:first-of-type {
    padding-left: 0;
  }
}

.table__data--sum {
  display: block;
  padding-top: 5px;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .table__data--sum {
    display: table-cell;
    font-size: 1em;
  }
}

@media all and (-ms-high-contrast: none\0) {
  *::-ms-backdrop, .table__data--price {
    width: auto;
  }
  *::-ms-backdrop, .table__head--sum {
    width: auto;
  }
  *::-ms-backdrop, .table__data--sum {
    width: auto;
  }
}

@media all and (-ms-high-contrast: none\0) and (min-width: 768px) {
  *::-ms-backdrop, .table__data--price {
    display: table-cell;
  }
  *::-ms-backdrop, .table__head--sum {
    display: table-cell;
  }
  *::-ms-backdrop, .table__data--sum {
    display: table-cell;
  }
}

/* =====================
  ■ text
===================== */
.text {
  margin-bottom: 1em;
}

.text:last-child {
  margin-bottom: 0;
}

.text--annotation {
  padding-left: 1em;
  position: relative;
}

.text--annotation:last-child {
  margin-bottom: 0;
}

.text--additional {
  font-size: 0.875em;
}

@media screen and (min-width: 768px) {
  .text--rightSide {
    font-size: 0.875em;
  }
}

.text__prefix {
  left: 0;
  position: absolute;
  top: 0;
}

.text__innerKerning {
  letter-spacing: -0.05em;
}

/* =====================
  ■ textAlign
===================== */
.textAlign--left {
  text-align: left;
}

.textAlign--center {
  text-align: center;
}

.textAlign--center--pcBanner {
  display: none;
}

@media screen and (min-width: 768px) {
  .textAlign--center--pcBanner {
    display: inherit;
  }
}

.textAlign--center--spBanner {
  display: inherit;
}

@media screen and (min-width: 768px) {
  .textAlign--center--spBanner {
    display: none;
  }
}

.textAlign--right {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .textAlign--pcLeft {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .textAlign--pcCenter {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .textAlign--pcRight {
    text-align: right;
  }
}

/* =====================
  ■ textOverflow
===================== */
.textOverflow {
  margin-bottom: 0;
}

.textOverflow--show {
  height: auto;
}

.textOverflow--hide {
  overflow: hidden;
}

/* =====================
  ■ textHatching
===================== */
.textHatching--blue {
  background: #deeaff;
}

/* =====================
  ■ wordBreak
===================== */
.wordBreak--breakAll {
  word-break: break-all;
}

/*
  form
===================== */
/* =====================
  ■ formInputCheckBox
===================== */
.formInputCheckBox:last-child {
  margin-bottom: 0;
}

.formInputCheckBox__input {
  opacity: 0;
  position: absolute;
}

.formInputCheckBox__input:checked + .formInputCheckBox__label::before {
  border: 3px solid #000;
}

.formInputCheckBox__input:checked + .formInputCheckBox__label::after {
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
  content: "";
  height: 16px;
  left: 7px;
  position: absolute;
  top: 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.formInputCheckBox__input:disabled + .formInputCheckBox__label {
  cursor: not-allowed;
  color: #bebebe;
}

.formInputCheckBox__input:disabled + .formInputCheckBox__label::before {
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.formInputCheckBox__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 34px;
  position: relative;
  vertical-align: middle;
}

.formInputCheckBox__label::before {
  background: #fff;
  border: 3px solid #bebebe;
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 24px;
}

.formInputCheckBox__text {
  display: block;
  padding-left: 34px;
}

/* =====================
  ■ formInputRadio
===================== */
.formInputRadio:last-child {
  margin-bottom: 0;
}

.formInputRadio__input {
  margin-bottom: 0.625em;
  opacity: 0;
  position: absolute;
}

.formInputRadio__input:checked + .formInputRadio__label::before {
  border: 3px solid #000;
}

.formInputRadio__input:checked + .formInputRadio__label::after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin: 6px;
  position: absolute;
  top: 0;
  width: 12px;
}

.formInputRadio__input:disabled + .formInputCheckBox__label {
  cursor: not-allowed;
}

.formInputRadio__input:disabled + .formInputCheckBox__label::before {
  background: #f0f0f0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.formInputRadio__label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-left: 34px;
  position: relative;
  vertical-align: middle;
}

.formInputRadio__label::before {
  border: 3px solid #bebebe;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 24px;
}

/* =====================
  ■ formInputText
===================== */
.formInputText {
  letter-spacing: -0.4em;
  margin-bottom: 1em;
}

.formInputText__input, .formInputText__input--zipcodeCol1, .formInputText__input--zipcodeCol2, .formInputText__input--telCol3, .formInputText__input--column2 {
  border-bottom: 2px solid #bebebe;
  border-left: none;
  border-right: none;
  border-top: none;
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 1em;
  padding: 15px;
  -webkit-transition: border-bottom 0.3s ease, background 0.3s ease;
  transition: border-bottom 0.3s ease, background 0.3s ease;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .formInputText__input, .formInputText__input--zipcodeCol1, .formInputText__input--zipcodeCol2, .formInputText__input--telCol3, .formInputText__input--column2 {
    min-width: 418px;
    width: auto;
  }
}

.formInputText__input:last-child, .formInputText__input--zipcodeCol1:last-child, .formInputText__input--zipcodeCol2:last-child, .formInputText__input--telCol3:last-child, .formInputText__input--column2:last-child {
  margin-bottom: 0;
}

.formInputText__input--zipcodeCol1 {
  margin-bottom: 0;
  margin-right: 5%;
  min-width: auto;
  width: 52%;
}

@media screen and (min-width: 768px) {
  .formInputText__input--zipcodeCol1 {
    margin-right: 28px;
    min-width: 418px;
    width: auto;
  }
}

.formInputText__input--zipcodeCol2 {
  margin-bottom: 0;
  margin-right: 2%;
  width: 47%;
}

@media screen and (min-width: 768px) {
  .formInputText__input--zipcodeCol2 {
    margin-right: 15px;
    min-width: auto;
    width: 110px;
  }
}

.formInputText__input--zipcodeCol2:last-child {
  margin-right: 0;
}

.formInputText__input--telCol3 {
  margin-bottom: 0;
  margin-right: 3%;
  width: 28%;
}

@media screen and (min-width: 768px) {
  .formInputText__input--telCol3 {
    margin-right: 15px;
    min-width: auto;
    width: 110px;
  }
}

.formInputText__input--telCol3:last-child {
  margin-right: 0;
}

.formInputText__input--column2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .formInputText__input--column2 {
    width: 418px;
  }
}

.formInputText__input--width100p {
  width: 100%;
}

.formInputText__input--spWidth100p {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .formInputText__input--spWidth100p {
    width: inherit;
  }
}

.formInputText__input:focus, .formInputText__input--zipcodeCol1:focus, .formInputText__input--zipcodeCol2:focus, .formInputText__input--telCol3:focus, .formInputText__input--column2:focus, .formInputText__input.is-complete, .is-complete.formInputText__input--zipcodeCol1, .is-complete.formInputText__input--zipcodeCol2, .is-complete.formInputText__input--telCol3, .is-complete.formInputText__input--column2, .formInputText__input.is-error:focus, .is-error.formInputText__input--zipcodeCol1:focus, .is-error.formInputText__input--zipcodeCol2:focus, .is-error.formInputText__input--telCol3:focus, .is-error.formInputText__input--column2:focus {
  border-bottom: 2px solid #000;
  color: #000;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}

.formInputText__input.is-error, .is-error.formInputText__input--zipcodeCol1, .is-error.formInputText__input--zipcodeCol2, .is-error.formInputText__input--telCol3, .is-error.formInputText__input--column2 {
  border-bottom: 2px solid #fb6159;
  color: #fb6159;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}

.formInputText__input.is-error::-webkit-input-placeholder, .is-error.formInputText__input--zipcodeCol1::-webkit-input-placeholder, .is-error.formInputText__input--zipcodeCol2::-webkit-input-placeholder, .is-error.formInputText__input--telCol3::-webkit-input-placeholder, .is-error.formInputText__input--column2::-webkit-input-placeholder {
  color: #fb6159;
}

.formInputText__input.is-error::-moz-placeholder, .is-error.formInputText__input--zipcodeCol1::-moz-placeholder, .is-error.formInputText__input--zipcodeCol2::-moz-placeholder, .is-error.formInputText__input--telCol3::-moz-placeholder, .is-error.formInputText__input--column2::-moz-placeholder {
  color: #fb6159;
}

.formInputText__input.is-error:-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol1:-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol2:-ms-input-placeholder, .is-error.formInputText__input--telCol3:-ms-input-placeholder, .is-error.formInputText__input--column2:-ms-input-placeholder {
  color: #fb6159;
}

.formInputText__input.is-error::-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol1::-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol2::-ms-input-placeholder, .is-error.formInputText__input--telCol3::-ms-input-placeholder, .is-error.formInputText__input--column2::-ms-input-placeholder {
  color: #fb6159;
}

.formInputText__input.is-error::placeholder, .is-error.formInputText__input--zipcodeCol1::placeholder, .is-error.formInputText__input--zipcodeCol2::placeholder, .is-error.formInputText__input--telCol3::placeholder, .is-error.formInputText__input--column2::placeholder {
  color: #fb6159;
}

.formInputText__input.is-error:focus::-webkit-input-placeholder, .is-error.formInputText__input--zipcodeCol1:focus::-webkit-input-placeholder, .is-error.formInputText__input--zipcodeCol2:focus::-webkit-input-placeholder, .is-error.formInputText__input--telCol3:focus::-webkit-input-placeholder, .is-error.formInputText__input--column2:focus::-webkit-input-placeholder {
  color: #666;
}

.formInputText__input.is-error:focus::-moz-placeholder, .is-error.formInputText__input--zipcodeCol1:focus::-moz-placeholder, .is-error.formInputText__input--zipcodeCol2:focus::-moz-placeholder, .is-error.formInputText__input--telCol3:focus::-moz-placeholder, .is-error.formInputText__input--column2:focus::-moz-placeholder {
  color: #666;
}

.formInputText__input.is-error:focus:-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol1:focus:-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol2:focus:-ms-input-placeholder, .is-error.formInputText__input--telCol3:focus:-ms-input-placeholder, .is-error.formInputText__input--column2:focus:-ms-input-placeholder {
  color: #666;
}

.formInputText__input.is-error:focus::-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol1:focus::-ms-input-placeholder, .is-error.formInputText__input--zipcodeCol2:focus::-ms-input-placeholder, .is-error.formInputText__input--telCol3:focus::-ms-input-placeholder, .is-error.formInputText__input--column2:focus::-ms-input-placeholder {
  color: #666;
}

.formInputText__input.is-error:focus::placeholder, .is-error.formInputText__input--zipcodeCol1:focus::placeholder, .is-error.formInputText__input--zipcodeCol2:focus::placeholder, .is-error.formInputText__input--telCol3:focus::placeholder, .is-error.formInputText__input--column2:focus::placeholder {
  color: #666;
}

.formInputText__input:disabled, .formInputText__input--zipcodeCol1:disabled, .formInputText__input--zipcodeCol2:disabled, .formInputText__input--telCol3:disabled, .formInputText__input--column2:disabled {
  background: #f0f0f0;
  cursor: not-allowed;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.formInputText__input::-webkit-input-placeholder, .formInputText__input--zipcodeCol1::-webkit-input-placeholder, .formInputText__input--zipcodeCol2::-webkit-input-placeholder, .formInputText__input--telCol3::-webkit-input-placeholder, .formInputText__input--column2::-webkit-input-placeholder {
  font-style: italic;
}

.formInputText__input::-moz-placeholder, .formInputText__input--zipcodeCol1::-moz-placeholder, .formInputText__input--zipcodeCol2::-moz-placeholder, .formInputText__input--telCol3::-moz-placeholder, .formInputText__input--column2::-moz-placeholder {
  font-style: italic;
}

.formInputText__input:-ms-input-placeholder, .formInputText__input--zipcodeCol1:-ms-input-placeholder, .formInputText__input--zipcodeCol2:-ms-input-placeholder, .formInputText__input--telCol3:-ms-input-placeholder, .formInputText__input--column2:-ms-input-placeholder {
  font-style: italic;
}

.formInputText__input::-ms-input-placeholder, .formInputText__input--zipcodeCol1::-ms-input-placeholder, .formInputText__input--zipcodeCol2::-ms-input-placeholder, .formInputText__input--telCol3::-ms-input-placeholder, .formInputText__input--column2::-ms-input-placeholder {
  font-style: italic;
}

.formInputText__input::placeholder, .formInputText__input--zipcodeCol1::placeholder, .formInputText__input--zipcodeCol2::placeholder, .formInputText__input--telCol3::placeholder, .formInputText__input--column2::placeholder {
  font-style: italic;
}

.formInputText__outher--zipcodeCol2Left, .formInputText__outher--zipcodeCol2Right {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .formInputText__outher--zipcodeCol2Left, .formInputText__outher--zipcodeCol2Right {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
}

@media screen and (min-width: 768px) {
  .formInputText__outher--zipcodeCol2Left {
    margin-right: 30px;
  }
}

.formInputText__outher--zipcodeCol2Right {
  line-height: 1;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .formInputText__outher--zipcodeCol2Right {
    margin-right: 0;
    text-align: left;
  }
}

.formInputText__text {
  letter-spacing: normal;
}

.formInputText__text--zipcodeCol2 {
  display: inline-block;
  margin-right: 2%;
  width: 2%;
}

@media screen and (min-width: 768px) {
  .formInputText__text--zipcodeCol2 {
    margin-right: 15px;
    width: auto;
  }
}

.formInputText__text--telCol3 {
  display: inline-block;
  margin-right: 3%;
  width: 2%;
}

@media screen and (min-width: 768px) {
  .formInputText__text--telCol3 {
    margin-right: 15px;
    width: auto;
  }
}

.formInputText__text--column2hyphen {
  margin: 15px 6px 0 5px;
}

@media screen and (min-width: 768px) {
  .formInputText__text--column2hyphen {
    margin: 15px 16px 0 15px;
  }
}

.formInputText__text--column2From {
  margin: 15px 14px 0 14px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .formInputText__text--column2From {
    margin: 15px 20px 0 20px;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .formInputText {
    letter-spacing: -0.5em;
  }
}

_::-webkit-full-page-media, _:future, :root .formInputText {
  letter-spacing: -0.4em;
}

/* =====================
  ■ formLabel
===================== */
.formLabel {
  color: #666;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0;
  font-size: 0.875em;
}

/* =====================
  ■ formRequiredCnt
===================== */
.formRequiredCnt {
  background: #70a6ff;
  bottom: 0;
  color: #fff;
  display: none;
  font-weight: bold;
  left: 0;
  margin: 0;
  opacity: 0.9;
  padding: 10px;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 10;
}

.formRequiredCnt__num {
  font-size: 2.375em;
}

/* =====================
  ■ formSelect
===================== */
.formSelect {
  margin-bottom: 1em;
}

@media screen and (min-width: 768px) {
  .formSelect {
    letter-spacing: -0.4em;
  }
}

.formSelect:last-child {
  margin-bottom: 0;
}

.formSelect__select, .formSelect__select--column2, .formSelect__select--calendar {
  background: #fff url(../../images/mem/icon_arrow_gray.png) no-repeat center right;
  background-size: 16px 9px;
  border-bottom: 2px solid #bebebe;
  border-left: none;
  border-right: none;
  border-top: none;
  color: #666;
  display: block;
  margin-bottom: 5px;
  padding: 15px 20px 15px 15px;
  -webkit-transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
  transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .formSelect__select, .formSelect__select--column2, .formSelect__select--calendar {
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-right: 38px;
    min-width: 190px;
    width: auto;
  }
}

.formSelect__select:nth-child(2n), .formSelect__select--column2:nth-child(2n), .formSelect__select--calendar:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .formSelect__select:nth-child(2n), .formSelect__select--column2:nth-child(2n), .formSelect__select--calendar:nth-child(2n) {
    margin-right: 38px;
  }
}

.formSelect__select:last-child, .formSelect__select--column2:last-child, .formSelect__select--calendar:last-child {
  margin-right: 0;
}

.formSelect__select:focus, .formSelect__select--column2:focus, .formSelect__select--calendar:focus, .formSelect__select.is-complete, .is-complete.formSelect__select--column2, .is-complete.formSelect__select--calendar, .formSelect__select.is-error:focus, .is-error.formSelect__select--column2:focus, .is-error.formSelect__select--calendar:focus {
  background: #fff url(../../images/mem/icon_arrow_black.png) no-repeat center right;
  background-size: 16px 9px;
  border-bottom: 2px solid #000;
  color: #000;
  -webkit-transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
  transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
}

.formSelect__select.is-error, .is-error.formSelect__select--column2, .is-error.formSelect__select--calendar {
  background: #fff url(../../images/mem/icon_arrow_red.png) no-repeat center right;
  background-size: 16px 9px;
  border-bottom: 2px solid #fb6159;
  color: #fb6159;
  -webkit-transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
  transition: border-bottom 0.3s ease, background 0.3s ease, background-size 0.3s ease;
}

.formSelect__select:disabled, .formSelect__select--column2:disabled, .formSelect__select--calendar:disabled {
  background: #f0f0f0 url(../../images/mem/icon_arrow_gray.png) no-repeat center right;
  background-size: 16px 9px;
  cursor: not-allowed;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.formSelect__select--width50p {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .formSelect__select--width50p {
    min-width: 50%;
  }
}

.formSelect__select--column2 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .formSelect__select--column2 {
    width: 100%;
  }
}

.formSelect__select--calendar {
  cursor: pointer;
  background: #fff url(../../images/mem/icon_calendar_gray.png) no-repeat center right;
  background-size: 23px 24px;
  background-position: right 3px bottom 17px;
}

.formSelect__select--calendar.active, .formSelect__select--calendar.is-focus, .formSelect__select--calendar.is-complete {
  background: #fff url(../../images/mem/icon_calendar_black.png) no-repeat center right;
  background-size: 23px 24px;
  border-bottom: 2px solid #000;
  background-position: right 3px bottom 17px;
  color: #000;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}

.formSelect__select--calendar.is-error {
  background: #fff url(../../images/mem/icon_calendar_red.png) no-repeat center right;
  background-size: 23px 24px;
  border-bottom: 2px solid #fb6159;
  background-position: right 3px bottom 17px;
  color: #fb6159;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}

@media screen and (min-width: 768px) {
  .formSelect__select--calendar {
    width: 401px;
  }
}

.formSelect__select--calendar:disabled {
  background: url(../../images/mem/icon_calendar_gray.png) no-repeat center right;
  border-bottom: 2px solid #bebebe;
  background-color: #f1f1f1;
  background-size: 23px 24px;
  background-position: right 3px bottom 17px;
}

/* =====================
  ■ formTextArea
===================== */
.formTextArea {
  border: 1px solid #bebebe;
  height: 9.375em;
  padding: 15px;
  resize: none;
  width: 100%;
}

.formTextArea:focus, .formTextArea.is-complete, .formTextArea.is-error:focus {
  border: 1px solid #000;
  color: #000;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.formTextArea.is-error {
  border: 1px solid #fb6159;
  color: #fb6159;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

/* =====================

  3. layout

===================== */
/* =====================
  ■ breadcrumb
===================== */
.breadcrumb, .breadcrumb--footer {
  letter-spacing: -0.4em;
  list-style: none;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .breadcrumb, .breadcrumb--footer {
    margin-bottom: 60px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb--footer {
    margin-bottom: 30px;
  }
}

.breadcrumb--pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb--pcOnly {
    display: block;
  }
}

.breadcrumb--spOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  .breadcrumb--spOnly {
    display: none;
  }
}

.breadcrumb__item {
  font-size: 0.75em;
  display: inline;
  letter-spacing: normal;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .breadcrumb__item {
    font-size: 0.875em;
  }
}

.breadcrumb__item::after {
  background: url(../../images/mem/icon_breadcrumb.png) no-repeat center;
  background-size: 20px 20px;
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.breadcrumb__item:last-child::after {
  display: none;
}

.breadcrumb__link {
  cursor: pointer;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .breadcrumb__link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .breadcrumb__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.breadcrumb__text {
  vertical-align: middle;
}

/* =====================
  ■ column2
===================== */
.column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.column2--100w {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}

.column2--mb0 {
  margin-bottom: 0;
}

.column2__item {
  margin-bottom: 20px;
}

.column2__item--equal {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .column2__item--equal {
    -ms-flex-preferred-size: 418px;
        flex-basis: 418px;
    margin-right: 38px;
  }
  .column2__item--equal:nth-child(2n) {
    margin-right: 0;
  }
}

.column2__item--equal:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .column2__item--equal:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.column2__item--equalForm {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

@media screen and (min-width: 768px) {
  .column2__item--equalForm {
    -ms-flex-preferred-size: 418px;
        flex-basis: 418px;
  }
}

.column2__item--equalForm:nth-last-child(2) {
  margin-right: 4%;
}

.column2__item--equalCalendar {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 3;
}

.column2__item--equalCalendar .formSelect {
  margin-bottom: 0;
}

.column2__item--wide {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  margin-right: 2%;
}

.column2__item--wide:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .column2__item--wide {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
  }
}

.column2__item--wide:nth-last-child(1) {
  margin-bottom: 0;
}

.column2__item--wide:nth-last-child(2) {
  margin-bottom: 0;
}

.column2__item--narrow {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}

@media screen and (min-width: 768px) {
  .column2__item--narrow {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
}

.column2__item--narrow:nth-last-child(1) {
  margin-bottom: 0;
}

.column2__item--narrow:nth-last-child(2) {
  margin-bottom: 0;
}

.column2__item--linkList {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .column2__item--linkList {
    -ms-flex-preferred-size: 418px;
        flex-basis: 418px;
    margin-bottom: 0;
    margin-right: 38px;
  }
  .column2__item--linkList:nth-child(2n) {
    margin-right: 0;
  }
}

.column2__item--linkList:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .column2__item--linkList:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* =====================
  ■ column4
===================== */
.column4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

.column4__item {
  margin-bottom: 25px;
}

.column4__item--equal {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  margin-right: 4%;
}

.column4__item--equal:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .column4__item--equal {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    margin-right: 38px;
    max-width: 190px;
  }
  .column4__item--equal:nth-child(2n) {
    margin-right: 38px;
  }
  .column4__item--equal:nth-child(4n) {
    margin-right: 0;
  }
}

/* =====================
  ■ content
===================== */
.content {
  margin: 0;
  margin-bottom: 60px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content {
    margin: 0 auto 80px;
    width: 1180px;
  }
}

@media screen and (min-width: 768px) {
  .content__outher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content__inner {
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .content__inner {
    margin-bottom: 50px;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .content__inner--pc874 {
    margin: 0 auto;
    width: 874px;
  }
}

@media screen and (min-width: 768px) {
  .content__inner--pc874Left {
    -ms-flex-preferred-size: 874px;
        flex-basis: 874px;
    margin-right: 78px;
  }
}

.content__inner--pc874Left > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .content__inner--pc228Right {
    -ms-flex-preferred-size: 228px;
        flex-basis: 228px;
  }
}

.content__inner--pc228Right > :last-child {
  margin-bottom: 0;
}

.content__inner--pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .content__inner--pcOnly {
    display: block;
  }
}

.content__inner--spOnly {
  display: block;
}

@media screen and (min-width: 768px) {
  .content__inner--spOnly {
    display: none;
  }
}

.content__inner--textOnly {
  margin-bottom: 30px;
}

.content__inner--form {
  margin-bottom: 40px;
}

.content__inner--fixInfo {
  margin-bottom: 60px;
}

.content__inner--modal {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .content__inner--modal {
    margin-bottom: 40px;
  }
}

.content__inner--checkbox {
  margin-bottom: 30px;
}

.content__inner--title {
  margin-bottom: 10px;
}

.content__section {
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .content__section {
    margin-bottom: 80px;
  }
}

.content__section--mt40 {
  margin-top: 40px;
}

/* =====================
  ■ footer
===================== */
.footer {
  background: #f0f0f0;
  padding: 30px 20px 10px;
}

@media screen and (min-width: 768px) {
  .footer {
    min-width: 1180px;
    padding: 30px 20px 20px;
  }
}

.footer--mypage {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .footer__topInner, .footer__centerInner, .footer__bottomInner {
    margin: 0 auto;
    width: 1180px;
  }
}

.footer__topInner {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__topInner {
    display: block;
    text-align: right;
  }
}

.footer__center {
  background: #666;
}

.footer__centerTop {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .footer__centerTop {
    padding-top: 10px;
  }
}

.footer__centerBottom {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (min-width: 768px) {
  .footer__centerBottom {
    padding-bottom: 20px;
  }
}

.footer__centerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

@media screen and (min-width: 768px) {
  .footer__centerInner {
    display: block;
  }
}

.footer__centerIconList, .footer__centerList {
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .footer__centerIconList, .footer__centerList {
    letter-spacing: -0.4em;
  }
}

.footer__centerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .footer__centerList {
    border-bottom: none;
    display: block;
  }
}

.footer__centerIconListItem, .footer__centerListItem {
  display: block;
}

@media screen and (min-width: 768px) {
  .footer__centerIconListItem, .footer__centerListItem {
    display: inline-block;
    letter-spacing: normal;
  }
}

.footer__centerIconListItem a, .footer__centerListItem a {
  color: #fff;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .footer__centerIconListItem a, .footer__centerListItem a {
    display: inline;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .footer__centerIconListItem a:hover, .footer__centerListItem a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.footer__centerIconListItem {
  border-bottom: 1px solid #bebebe;
}

@media screen and (min-width: 768px) {
  .footer__centerIconListItem {
    border-bottom: none;
    margin-right: 40px;
    padding-top: 10px;
  }
  .footer__centerIconListItem:last-child {
    margin-right: 0;
  }
}

.footer__centerIconLink {
  display: block;
  padding: 20px 30px 20px 45px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .footer__centerIconLink {
    display: inline;
    padding: 0;
    padding-left: 30px;
    position: static;
  }
}

.footer__centerIconLink--help {
  background: url(../../images/mem/icon_help.png) no-repeat 15px center;
  background-size: 20px 20px;
}

@media screen and (min-width: 768px) {
  .footer__centerIconLink--help {
    background-position: left center;
  }
}

.footer__centerIconLink--beginner {
  background: url(../../images/mem/icon_beginner.png) no-repeat 15px center;
  background-size: 20px 20px;
}

@media screen and (min-width: 768px) {
  .footer__centerIconLink--beginner {
    background-position: left center;
  }
}

.footer__centerIconLink::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .footer__centerIconLink::after {
    display: none;
  }
}

.footer__centerListItem {
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  padding: 10px 0;
  text-align: center;
  width: 50%;
  /* ブラウザ依存対策：IE11にてflexBoxにborder-boxが効かないため、flex-basisではなくwidthで幅指定 */
  font-size: 0.75em;
}

.footer__centerListItem:nth-child(2n) {
  border-right: 0;
}

@media screen and (min-width: 768px) {
  .footer__centerListItem {
    border: none;
    margin-right: 30px;
    padding-bottom: 0;
    width: auto;
    font-size: 0.875em;
  }
  .footer__centerListItem:last-child {
    margin-right: 0;
  }
}

.footer__bottomInner {
  padding: 20px 15px 10px;
}

@media screen and (min-width: 768px) {
  .footer__bottomInner {
    padding: 30px 0 20px;
  }
}

@media screen and (min-width: 768px) {
  .footer__bottomInnerTop {
    /* ▼TM追記▼ */
    /* 「ログアウト」ボタンにおけるログイン状態判定の対応。PCサイズではSP用の「ログアウト」ボタン非表示。 */
    display: none;
    /* ▲TM追記▲ */
  }
}

.footer__logo {
  margin-bottom: 30px;
  text-align: center;
}

.footer__logo img {
  height: 25px;
  width: 120px;
}

.footer__copyright {
  font-size: 0.75em;
  font-style: italic;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    font-size: 0.875em;
  }
}

.footer__logoutButton {
  background: #000;
  border-radius: 6px;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.125em;
}

@media screen and (min-width: 768px) {
  .footer__logoutButton {
    display: inline-block;
    margin: 25px 0;
    padding: 5px;
    width: 228px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    font-size: 1em;
  }
  .footer__logoutButton:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.footer__pcLogout {
  display: none;
}

@media screen and (min-width: 768px) {
  .footer__pcLogout {
    display: block;
    margin-bottom: 0;
  }
}

.footer__spLogout {
  display: block;
  margin-bottom: 55px;
}

@media screen and (min-width: 768px) {
  .footer__spLogout {
    display: none;
  }
}

/* =====================
  ■ globalNavi
===================== */
.globalNavi {
  background: #fff;
  border-top: 1px solid #bebebe;
  height: calc(100% - 90px);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 90px;
  width: 88%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .globalNavi {
    border-top: none;
    display: block;
    margin-bottom: 30px;
    overflow-y: visible;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    z-index: 3;
  }
}

.globalNavi--noBreadcramb {
  margin-bottom: 60px;
}

.globalNavi__list {
  background: #fff;
  border-left: 1px solid #bebebe;
  display: block;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .globalNavi__list {
    border: none;
    border-bottom: 1px solid #bebebe;
    display: table;
    position: static;
    width: 100%;
    z-index: 3;
  }
}

.globalNavi__list--more {
  background: #f0f0f0;
  border-bottom: 1px solid #bebebe;
  display: none;
  list-style: none;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .globalNavi__list--more {
    background: #fff;
    border-bottom: none;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.16);
    left: 0;
    letter-spacing: -0.4em;
    padding: 20px 60px 30px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 1180px;
    z-index: 10;
  }
}

.globalNavi__listItem {
  display: block;
}

@media screen and (min-width: 768px) {
  .globalNavi__listItem {
    border-right: 1px solid #fff;
    display: table-cell;
    font-weight: bold;
    min-width: 100px;
    text-align: center;
    vertical-align: middle;
  }
  .globalNavi__listItem:last-child {
    border-right: none;
  }
  .globalNavi__listItem--active .globalNavi__link, .globalNavi__listItem:hover .globalNavi__link {
    color: #2b66cc;
  }
  .globalNavi__listItem--active .globalNavi__link--moreArrow::after, .globalNavi__listItem:hover .globalNavi__link--moreArrow::after {
    border-bottom: 1px solid #2b66cc;
    border-left: 1px solid #2b66cc;
  }
  .globalNavi__listItem--active .globalNavi__text::after, .globalNavi__listItem:hover .globalNavi__text::after {
    background: #2b66cc;
    bottom: -1px;
    content: "";
    display: block;
    height: 5px;
    position: absolute;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .globalNavi__listItem--more {
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    margin-bottom: 0;
    margin-right: 20px;
    min-width: 340px;
    padding-top: 10px;
  }
  .globalNavi__listItem--more:nth-child(3n) {
    margin-right: 0;
  }
}

.globalNavi__listItem--more:last-child {
  margin-bottom: 0;
}

.globalNavi__text {
  display: block;
}

.globalNavi__link {
  border-bottom: 1px solid #bebebe;
  display: block;
  padding: 25px 35px 25px 15px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .globalNavi__link {
    border-bottom: none;
    display: block;
    padding: 0 0 24px;
    position: relative;
    text-decoration: none;
    font-size: 0.875em;
  }
}

.globalNavi__link--moreArrow {
  position: relative;
}

.globalNavi__link--moreArrow::after {
  background: url(../../images/mem/icon_arrow_gray.png) no-repeat center;
  background-size: 16px 9px;
  content: "";
  display: block;
  height: 9px;
  margin: -4px auto 0;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .globalNavi__link--moreArrow::after {
    background: none;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    height: 8px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 8px;
  }
}

.globalNavi__link--moreArrowSpOpen::after {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px 9px;
}

.globalNavi__link--more {
  display: block;
  padding: 10px 10px 10px 38px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .globalNavi__link--more {
    display: inline;
    padding: 0;
    text-decoration: underline;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .globalNavi__link--more:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.globalNavi__link--more::before {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 10px;
  left: 15px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}

@media screen and (min-width: 768px) {
  .globalNavi__link--more::before {
    display: none;
  }
}

/* =====================
  ■ header
===================== */
.header {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .header {
    margin-bottom: 22px;
    min-width: 1180px;
  }
}

.header__top {
  background: #666;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #fff;
  min-height: calc(1em + 6px);
  padding: 6px 15px;
  font-size: 0.625em;
}

@media screen and (min-width: 768px) {
  .header__top {
    margin-bottom: 20px;
    min-height: calc(1em + 9px);
    padding: 6px 0;
    font-size: 0.875em;
  }
}

.header__topInner {
  display: table;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__topInner {
    margin: 0 auto;
    text-align: right;
    width: 1180px;
  }
}

.header__userStatus {
  display: table;
  font-weight: bold;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__userStatus {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    width: auto;
    font-size: 1em;
  }
}

.header__userStatus .userStatus {
  display: table-cell;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .header__userStatus .userStatus {
    width: auto;
  }
}

.header__userStatus .userStatus--spOnly {
  display: table-cell;
}

@media screen and (min-width: 768px) {
  .header__userStatus .userStatus--spOnly {
    display: none;
  }
}

.header__userStatus .userStatus--userName {
  padding-left: 10px;
  text-align: right;
}

.header__userStatus .userStatus--point {
  padding-left: 10px;
  text-align: right;
  word-break: break-all;
}

.header__userStatus .userStatus__link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header__userStatus .userStatus__link:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.header__userStatus .userStatus__link--point {
  text-decoration: underline;
}

.header__userStatus .userStatus__link .spNone {
  display: none;
}

.header__bottom {
  display: table;
  padding: 15px 15px 16px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .header__bottom {
    margin: 0 auto;
    padding: 0;
    width: 1180px;
  }
}

.header__bottomInner--left, .header__bottomInner--right {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

@media screen and (min-width: 768px) {
  .header__bottomInner--left, .header__bottomInner--right {
    width: auto;
  }
}

.header__bottomInner--right {
  text-align: right;
}

.header__logo {
  display: block;
  margin-bottom: 0;
  width: 90px;
}

@media screen and (min-width: 768px) {
  .header__logo {
    width: 146px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .header__logo:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.header__logo img {
  vertical-align: middle;
}

.header__logo--pia {
  display: block;
  margin-bottom: 0;
  width: 36px;
}

@media screen and (min-width: 768px) {
  .header__logo--pia {
    width: 57px;
  }
}

.header__logo--pia img {
  vertical-align: middle;
}

.header__profile {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.header__profile .userName {
  display: table-cell;
  vertical-align: middle;
}

.header__profile .userName--pcOnly {
  display: none;
}

@media screen and (min-width: 768px) {
  .header__profile .userName--pcOnly {
    display: table-cell;
  }
}

.header__profile .userName__link {
  color: #000;
  display: table-cell;
  letter-spacing: -1px;
  text-decoration: none;
  vertical-align: middle;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .header__profile .userName__link {
    font-size: 0.875em;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .header__profile .userName__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.header__profile .userName__text {
  margin-right: 5px;
  max-width: 110px;
  vertical-align: middle;
}

.header__profile .userName__textAfter {
  vertical-align: middle;
}

.header__profile .userName__icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}

.header__profile .userName__icon img {
  vertical-align: middle;
}

.header__userMenu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header__spDrawerTrigger {
  background: #fff;
  border: none;
  display: inline-block;
  height: 40px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 30px;
}

@media screen and (min-width: 768px) {
  .header__spDrawerTrigger {
    display: none;
  }
}

.header__spDrawerTrigger--active .header__spDrawerTriggerElement:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.header__spDrawerTrigger--active .header__spDrawerTriggerElement:nth-child(2), .header__spDrawerTrigger--active .header__spDrawerTriggerElement:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header__spDrawerTriggerElement {
  background: #666;
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  width: 30px;
}

.header__spDrawerTriggerElement:nth-child(1) {
  top: 4px;
}

.header__spDrawerTriggerElement:nth-child(2) {
  top: 14px;
}

.header__spDrawerTriggerElement:nth-child(3) {
  top: 24px;
}

.header__spDrawerTriggerText {
  color: #666;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: calc(100% - 10px);
  width: 30px;
  font-size: 0.625em;
}

/* ▼TM追記▼ */
/* 当選確率アップ券の枚数を標準フォントに変更 */
#class-message em {
  font-style: normal;
}

/* ▲TM追記▲ */
/* =====================
  ■ pagetop
===================== */
.pagetop {
  margin: 0;
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .pagetop {
    margin: 0 auto;
    padding: 0;
    width: 1180px;
  }
}

.pagetop__item {
  border-top: 1px solid #bebebe;
  margin-bottom: 0;
  text-align: center;
}

.pagetop__link {
  color: #000;
  display: block;
  padding: 15px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.pagetop__link:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.pagetop__icon {
  display: inline-block;
  padding-left: 26px;
  position: relative;
  vertical-align: middle;
}

.pagetop__icon::before {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px 9px;
  content: "";
  display: block;
  height: 9px;
  left: 0;
  margin: -5px auto 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

/* =====================
  ■ userMenu
===================== */
.userMenu {
  background: #fff;
  border-top: 1px solid #bebebe;
  height: calc(100% - 90px);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: fixed;
  right: -100%;
  top: 90px;
  width: 88%;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .userMenu {
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    margin: 0;
    margin-right: 40px;
    overflow-y: visible;
    position: static;
    width: auto;
    z-index: 1;
  }
  .userMenu:last-child {
    margin-right: 0;
  }
}

.userMenu__list {
  background: #fff;
  border-left: 1px solid #bebebe;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .userMenu__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 40px;
  }
  .userMenu__list:first-child {
    margin-right: 0;
  }
}

.userMenu__listItem {
  display: block;
  margin-right: 0;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .userMenu__listItem {
    margin-right: 40px;
    padding: 5px 0;
    text-align: center;
  }
  .userMenu__listItem:last-child {
    margin-right: 0;
  }
}

.userMenu__listItem--more {
  position: relative;
}

@media screen and (min-width: 768px) {
  .userMenu__listItem--more:hover {
    cursor: pointer;
  }
  .userMenu__listItem--more:hover .userMenu__text--more {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .userMenu__listItem--more:hover .userMenu__moreList {
    opacity: 1;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    visibility: visible;
  }
}

.userMenu__link {
  border-bottom: 1px solid #bebebe;
  display: block;
  padding: 25px 35px 25px 15px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.userMenu__link:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (min-width: 768px) {
  .userMenu__link {
    font-size: 0.875em;
    border-bottom: none;
    padding: 0;
  }
}

.userMenu__img {
  display: none;
}

@media screen and (min-width: 768px) {
  .userMenu__img {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
  }
}

.userMenu__text {
  vertical-align: middle;
}

.userMenu__text--more {
  border-bottom: 1px solid #bebebe;
  cursor: pointer;
  display: block;
  padding: 25px 35px 25px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .userMenu__text--more {
    border-bottom: none;
    padding: 0 10px 0 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    font-size: 0.875em;
  }
}

.userMenu__text--more::after {
  background: url(../../images/mem/icon_arrow_gray.png) no-repeat center;
  background-size: 16px 9px;
  content: "";
  display: block;
  height: 9px;
  margin: -4px auto 0;
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .userMenu__text--more::after {
    background: none;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    height: 5px;
    margin-top: -4px;
    right: 2px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    width: 5px;
  }
}

.userMenu__text--moreOpen::after {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px 9px;
}

.userMenu__moreList {
  background: #f0f0f0;
  border-bottom: 1px solid #bebebe;
  display: none;
  list-style: none;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  .userMenu__moreList {
    background: #fff;
    border-bottom: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
            box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
    display: block;
    list-style: none;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    visibility: hidden;
    width: 170px;
    z-index: 10;
  }
}

@media screen and (min-width: 768px) {
  .userMenu__moreItem {
    border-bottom: 1px solid #ddd;
  }
  .userMenu__moreItem:last-child {
    border-bottom: none;
  }
}

.userMenu__moreItemLink {
  display: block;
  padding: 10px 10px 10px 38px;
  position: relative;
  text-decoration: none;
}

.userMenu__moreItemLink::before {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 10px;
  left: 15px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 10px;
}

@media screen and (min-width: 768px) {
  .userMenu__moreItemLink::before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .userMenu__moreItemLink {
    display: block;
    padding: 8px 12px 8px 16px;
    text-decoration: none;
    word-break: break-all;
    font-size: 0.75em;
  }
  .userMenu__moreItemLink:hover {
    background: #bbb198;
    color: #fff;
  }
}

/* =====================
  ■ imageText
===================== */
.imageText__box {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.imageText__text {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .imageText__text {
    margin-left: 20px;
  }
}

/* =====================

  4. module

===================== */
/* =====================
  ■ accordion
===================== */
.accordion--list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  list-style: none;
  margin-bottom: 40px;
  padding: 0;
}

.accordion--list:last-child {
  border-bottom: 1px solid #bebebe;
}

.accordion--list:not(:last-child) {
  margin-bottom: 0;
}

.accordion--checkbox {
  position: relative;
}

.accordion__item {
  border-top: 1px solid #bebebe;
}

.accordion__heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 55px;
  padding: 0 45px 0 15px;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .accordion__heading {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #000;
  }
  .accordion__heading:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.accordion__heading::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .accordion__heading::after {
    right: 26px;
  }
}

.accordion__heading.is-active::after {
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  content: "";
  display: block;
  height: 12px;
  margin-top: -3px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .accordion__heading.is-active::after {
    right: 26px;
  }
}

.accordion__checkbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
  left: 15px;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 2;
}

.accordion__outer {
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 10px;
  position: relative;
}

.accordion__outer--active {
  border: 1px solid #000;
}

.accordion__input {
  left: 0;
  opacity: 0;
  position: absolute;
}

.accordion__input:checked + .accordion__label {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

.accordion__input:checked + .accordion__label::before {
  border: 3px solid #000;
}

.accordion__input:checked + .accordion__label::after {
  background: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 12px;
  left: 15px;
  margin: 6px;
  margin-top: -6px;
  position: absolute;
  top: 50%;
  width: 12px;
}

.accordion__input:checked + .accordion__label + .accordion__toggleArea {
  -webkit-animation: show 0.3s ease-out 0s;
          animation: show 0.3s ease-out 0s;
  display: block;
}

.accordion__input:checked + .accordion__label--fat::after {
  top: 30px;
}

.accordion__input:disabled + .accordion__label {
  cursor: not-allowed;
}

.accordion__label {
  color: #666;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 15px 20px 15px 48px;
  position: relative;
}

.accordion__label::before {
  border: 3px solid #bebebe;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 24px;
  left: 15px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.accordion__label--active {
  color: #000;
  font-weight: bold;
}

.accordion__label--active::after {
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
}

.accordion__label--fat::before {
  top: 30px;
}

.accordion__toggleArea {
  display: none;
  margin-bottom: 15px;
  padding: 0 15px;
}

.accordion__toggleArea--dashed {
  display: none;
  padding: 0 15px;
  border-top: 1px dashed #bebebe;
}

.accordion__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.accordion__icon::before {
  content: "";
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  min-width: 20px;
  width: 20px;
}

.accordion__icon--credit::before {
  background: url(../../images/mem/icon_credit.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--seven::before {
  background: url(../../images/mem/icon_seven.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--familymart::before {
  background: url(../../images/mem/icon_familymart.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--pia::before {
  background: url(../../images/mem/icon_pia.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--econtext::before {
  background: url(../../images/mem/icon_econtext.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--chokom::before {
  background: url(../../images/mem/icon_chokom.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--cloak::before {
  background: url(../../images/mem/icon_cloak.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__icon--delivery::before {
  background: url(../../images/mem/icon_delivery.png) no-repeat center;
  background-size: 20px 20px;
}

.accordion__innerText {
  display: none;
  padding-bottom: 20px;
}

.accordion__innerText--images {
  width: 110px;
}

@media screen and (min-width: 768px) {
  .accordion__innerText {
    text-align: center;
  }
}

@-webkit-keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* =====================
  ■ actionButton
===================== */
.actionButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  margin: 0 auto;
  margin-bottom: 60px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .actionButton {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 80px;
    padding: 0;
    width: 654px;
  }
}

.actionButton--mb0 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.actionButton__outer {
  display: inline-block;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .actionButton__outer {
    -ms-flex-preferred-size: 308px;
        flex-basis: 308px;
  }
}

.actionButton__outer--prev {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .actionButton__outer--prev {
    margin-right: 38px;
  }
}

.actionButton__outer--next {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .actionButton__outer--next {
    margin-bottom: 0;
  }
}

.actionButton__outer--col {
  margin-bottom: 20px;
  width: 100%;
}

.actionButton__outer--col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .actionButton__outer--col {
    margin-bottom: 0;
    margin-right: 38px;
  }
  .actionButton__outer--col:last-child {
    margin-right: 0;
  }
}

.actionButton--one {
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .actionButton--one {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 308px;
  }
}

.actionButton--one .actionButton__outer {
  width: 100%;
}

.actionButton--two {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.actionButton--three {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .actionButton--three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.actionButton--three__outer {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .actionButton--three__outer {
    -ms-flex-preferred-size: 266px;
        flex-basis: 266px;
  }
}

.actionButton__column2--next {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (min-width: 768px) {
  .actionButton__column2--next {
    width: 100%;
  }
}

.actionButton__column2--prev {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 4%;
}

@media screen and (min-width: 768px) {
  .actionButton__column2--prev {
    width: 100%;
  }
}

/* =====================
  ■ alert
===================== */
.alert {
  color: #2b66cc;
  line-height: 1.7;
  margin-bottom: 40px;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .alert {
    margin-bottom: 60px;
    font-size: 0.875em;
  }
}

.alert__inner {
  border: 1px solid #2b66cc;
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .alert__inner {
    padding: 20px 38px;
  }
}

.alert--fixed {
  background-color: #fff;
  bottom: 20px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin: 0 15px 0 0;
  position: fixed;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  .alert--fixed {
    margin: 0;
    width: 874px;
  }
}

.alert--fixed__inner {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .alert--fixed__inner {
    padding: 20px 76px 20px 38px;
  }
}

.alert--fixed__inner p {
  width: 90%;
}

@media screen and (min-width: 768px) {
  .alert--fixed__inner p {
    width: 100%;
  }
}

.alert--fixed__closeButton {
  background: url(../../images/mem/icon_close_blue.png) no-repeat center;
  background-size: 12px 12px;
  border: none;
  cursor: pointer;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .alert--fixed__closeButton {
    width: 60px;
  }
}

/* =====================
  ■ allSelectAction
===================== */
.allSelectAction {
  background: #f0f0f0;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .allSelectAction {
    display: table;
    margin-bottom: 25px;
    padding: 12px 20px;
    width: 100%;
  }
}

.allSelectAction::before {
  border: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  bottom: 100%;
  content: "";
  left: 20px;
  margin-left: 0;
  position: absolute;
}

.allSelectAction__col {
  margin-bottom: 10px;
}

.allSelectAction__col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .allSelectAction__col {
    display: table-cell;
    margin-bottom: 0;
    padding-right: 10px;
    vertical-align: middle;
  }
  .allSelectAction__col:last-child {
    padding-right: 0;
  }
}

.allSelectAction__button {
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .allSelectAction__button {
    padding: 7px 20px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .allSelectAction__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.allSelectAction__button:last-child {
  margin-bottom: 0;
}

.allSelectAction__button--secondary {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}

.allSelectAction__button--release {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

/* =====================
  ■ anchors
===================== */
.anchors, .anchors--arrow {
  border-bottom: none;
  border-top: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 60px;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .anchors, .anchors--arrow {
    border-bottom: 2px solid #bebebe;
    border-top: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 80px;
  }
}

.anchors--arrow .anchors__link::before {
  border-right: 2px solid #bebebe;
  border-top: 2px solid #bebebe;
  bottom: 15%;
  content: "";
  display: block;
  height: 11.32px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  width: 11.32px;
}

.anchors__list {
  font-size: 0.875em;
  border-bottom: 1px solid #bebebe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 50%;
}

.anchors__list:nth-child(2n) {
  border-left: 1px solid #bebebe;
}

.anchors__list:nth-child(2n+1):last-child {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .anchors__list {
    border-bottom: none;
    width: 100%;
  }
  .anchors__list:nth-child(2n) {
    border-left: none;
  }
}

.anchors__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 60px;
  padding: 18px 15px;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .anchors__link {
    padding: 18px 5px;
  }
}

.anchors__link:hover {
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.anchors__link:hover:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* =====================
  ■ attentionArea
===================== */
.attentionArea {
  margin-bottom: 40px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .attentionArea {
    margin-bottom: 60px;
    padding: 0;
  }
}

.attentionArea__list {
  list-style: none;
  padding-left: 0;
  font-size: 0.875em;
}

@media screen and (min-width: 768px) {
  .attentionArea__list {
    font-size: 1em;
  }
}

.attentionArea__list:last-child {
  margin-bottom: 0;
}

.attentionArea__listItem {
  color: #fb6159;
  line-height: 1.7;
  margin-bottom: 1em;
  padding-left: 34px;
  position: relative;
}

.attentionArea__listItem:before {
  background: url(../../images/mem/icon_attention.png) no-repeat center;
  background-size: 20px 20px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .attentionArea__listItem:before {
    top: 0.18em;
  }
}

/* =====================
  ■ attentionBox
===================== */
.attentionBox {
  margin-bottom: 60px;
}

.attentionBox__outher {
  border: 1px solid #000;
  padding: 15px 15px 0 15px;
}

.attentionBox__inner {
  line-height: 1.7;
  margin-bottom: 15px;
}

.attentionBox__title {
  background: url(../../images/mem/icon_attention_black.png) no-repeat left center;
  background-size: 20px 20px;
  font-weight: bold;
  padding-left: 30px;
  font-size: 1em;
}

/* =====================
  ■ block_register
===================== */
.block--register {
  border: 2px solid #ccc;
}

.block--register__inner {
  padding: 20px 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .block--register__inner {
    padding: 30px;
  }
}

.block--register__inner button {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .block--register__inner button {
    width: 304px;
  }
}

.block--register__title {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .block--register__title {
    font-size: 1.5em;
  }
}

/* =====================
  ■ categoryList
===================== */
.categoryList {
  letter-spacing: -0.4em;
  list-style: none;
  margin-top: -15px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .categoryList {
    margin-top: -8px;
  }
}

.categoryList__item {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 15px;
  padding-top: 15px;
}

.categoryList__item:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .categoryList__item {
    margin-right: 8px;
    padding-top: 8px;
  }
}

.categoryList__item a {
  background: #f0f0f0;
  border-radius: 6px;
  display: block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.categoryList__item a:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (min-width: 768px) {
  .categoryList__item a {
    padding: 12px 20px;
  }
}

/* =====================
  ■ cartReturn
===================== */
.cartReturn {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
  z-index: 2;
}

.cartReturn--fixed {
  opacity: 0;
  position: fixed;
  top: 20px;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  visibility: hidden;
}

@media screen and (min-width: 768px) {
  .cartReturn--fixed {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    visibility: visible;
  }
}

.cartReturn__button {
  padding-left: 40px;
  width: 228px;
}

.cartReturn__button::before {
  background: url(../../images/mem/icon_arrow_top_black.png) no-repeat center;
  background-size: 16px 9px;
  content: "";
  display: block;
  height: 9px;
  left: 40px;
  margin: -5px auto 0;
  position: absolute;
  top: 50%;
  width: 16px;
}

/* =====================
  ■ choceSeat
===================== */
.choiceSeat {
  margin-bottom: 40px;
  text-align: center;
}

.choiceSeat:last-of-type {
  margin-bottom: 1em;
}

.choiceSeat__text {
  margin-bottom: 0;
}

.choiceSeat__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* =====================
  ■ changeLinkArea
===================== */
.changeLinkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 15px;
}

.changeLinkArea:last-child {
  margin-bottom: 0;
}

.changeLinkArea--absolute {
  padding-right: 25%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .changeLinkArea--absolute {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .changeLinkArea--absolute .changeLinkArea__item:nth-child(odd) {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -ms-flex-preferred-size: 39%;
        flex-basis: 39%;
    padding-right: 10%;
  }
}

.changeLinkArea__item--left {
  -ms-flex-preferred-size: 73%;
      flex-basis: 73%;
  margin-right: 2%;
}

.changeLinkArea__item--left:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .changeLinkArea__item--left {
    -ms-flex-preferred-size: 88%;
        flex-basis: 88%;
  }
}

.changeLinkArea__item--left:nth-last-child(1) {
  margin-bottom: 0;
}

.changeLinkArea__item--left:nth-last-child(2) {
  margin-bottom: 0;
}

.changeLinkArea__item--right {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .changeLinkArea__item--right {
    -ms-flex-preferred-size: 10%;
        flex-basis: 10%;
  }
}

.changeLinkArea__item--right:nth-last-child(1) {
  margin-bottom: 0;
}

.changeLinkArea__item--right:nth-last-child(2) {
  margin-bottom: 0;
}

.changeLinkArea__item--equal {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .changeLinkArea__item--equal {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
    margin-right: 2%;
  }
  .changeLinkArea__item--equal:nth-child(odd) {
    margin-right: 0;
  }
}

.changeLinkArea__item--equal:nth-last-child(1) {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .changeLinkArea__item--equal:nth-last-child(2) {
    margin-bottom: 0;
  }
}

.changeLinkArea__item--absolute {
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
}

@media screen and (min-width: 768px) {
  .changeLinkArea__link {
    vertical-align: middle;
  }
}

/* =====================
  ■ complete
===================== */
.complete {
  margin-bottom: 40px;
  padding: 60px 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .complete {
    padding: 100px 0;
  }
}

.complete__inner {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .complete__inner {
    width: 1180px;
  }
}

.complete__text--main {
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  text-align: center;
  font-size: 2.125em;
}

@media screen and (min-width: 768px) {
  .complete__text--main {
    line-height: 1.5;
    margin-bottom: 0;
  }
}

.complete__text--sub {
  display: inline-block;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .complete__text--sub {
    text-align: center;
  }
}

.complete__text--sub:last-child {
  margin-bottom: 0;
}

/* =====================
  ■ favorite
===================== */
.favorite {
  margin-bottom: 60px;
  padding: 0 15px;
}

@media screen and (min-width: 768px) {
  .favorite {
    padding: 0;
  }
}

.favorite__list {
  border-bottom: 1px solid #bebebe;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .favorite__list {
    margin-bottom: 5px;
  }
}

.favorite__listItem {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .favorite__listItem {
    font-size: 0.875em;
  }
}

.favorite__link {
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  text-align: left;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .favorite__link {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .favorite__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.favorite__text {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .favorite__text {
    font-size: 0.875em;
  }
}

/* =====================
  ■ fixedArea
===================== */
.fixedArea.is-fixed {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid #f0f0f0;
  bottom: 0;
  display: none;
  left: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
  z-index: 5;
}

.fixedArea.is-fixed .fixedArea__inner {
  padding: 0;
}

.fixedArea__inner {
  padding: 0 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fixedArea__inner {
    padding: 0;
  }
}

.fixedArea__fixedOnly {
  padding: 0 20px;
}

.fixedArea__text {
  display: inline-block;
  text-align: left;
  font-size: 0.875em;
}

@media screen and (min-width: 768px) {
  .fixedArea__text {
    display: block;
    text-align: center;
    font-size: 1em;
  }
}

@media screen and (min-width: 768px) {
  .fixedArea__button {
    width: 304px;
  }
}

.fixedArea--pb-0 {
  padding-bottom: 0 !important;
}

.fixedArea__placeholder {
  display: block;
  height: 141px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.fixedArea.is-fixed + .fixedArea__placeholder {
  position: relative;
}

.fixedArea--hasActionButton .fixedArea__inner {
  border-bottom: 1px solid transparent;
}

.fixedArea--hasActionButton.is-fixed .actionButton {
  padding: 0 10px;
}

.fixedArea--hasActionButton.is-fixed .button {
  padding-bottom: 5px;
  padding-top: 5px;
}

/* =====================
  ■ japaneseSyllabary
===================== */
.japaneseSyllabary {
  margin: 0 auto;
  max-width: 375px;
}

@media screen and (min-width: 768px) {
  .japaneseSyllabary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: inherit;
  }
}

.japaneseSyllabary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .japaneseSyllabary__list {
    -ms-flex-preferred-size: 282px;
        flex-basis: 282px;
    margin-right: 14px;
  }
  .japaneseSyllabary__list:nth-child(3n) {
    margin-right: 0;
  }
}

.japaneseSyllabary__listItem {
  display: block;
  -ms-flex-preferred-size: 16%;
      flex-basis: 16%;
  margin-right: 5%;
}

@media screen and (min-width: 768px) {
  .japaneseSyllabary__listItem {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    margin-right: 8px;
  }
}

.japaneseSyllabary__listItem:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .japaneseSyllabary__listItem--col3 {
    margin-right: 66px;
  }
}

.japaneseSyllabary__listItem a {
  background: #f0f0f0;
  border-radius: 6px;
  display: block;
  padding: 23% 0;
  text-align: center;
  text-decoration: none;
  font-size: 1.3125em;
}

@media screen and (min-width: 768px) {
  .japaneseSyllabary__listItem a {
    padding: 10px;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .japaneseSyllabary__listItem a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

/* =====================
  ■ textLabel
===================== */
.textLabel {
  display: inline-block;
  margin-bottom: 0;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .textLabel {
    margin-bottom: 1em;
  }
}

.textLabel--title {
  border: 1px solid #000;
  margin-right: 10px;
  padding: 7px;
}

.textLabel--spBlock {
  display: block;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .textLabel--spBlock {
    display: inline-block;
  }
}

.textLabel--btn {
  display: inline-block;
  display: block;
  margin-bottom: 1em;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .textLabel--btn {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 30px;
  }
}

/* =====================
  ■ linkMore
===================== */
.linkMore {
  padding-left: 20px;
  position: relative;
}

.linkMore::before {
  background: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 8px;
}

.linkMore--hide {
  padding-left: 20px;
  position: relative;
}

.linkMore--hide::before {
  background: none;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 8px;
}

/* =====================
  ■ linkAttention
===================== */
.linkAttention {
  vertical-align: middle;
}

.linkAttention:before {
  background-image: url(../../images/mem/icon_info.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  vertical-align: middle;
  width: 23px;
}

.frameAttention {
  border: solid 3px;
  border-color: #ccc;
  padding: 15px;
}

/* TM */
@media screen and (max-width: 767px) {
  .linkAttention {
    font-size: 0.8em;
  }
}

.attention-margin {
  margin-bottom: 40px;
}

/* =====================
  ■ linkBox
===================== */
.linkBox {
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 5px;
  padding: 30px 15px 0 15px;
}

@media screen and (min-width: 768px) {
  .linkBox {
    display: table;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .linkBox__left, .linkBox__right {
    display: table-cell;
    vertical-align: middle;
    width: 398px;
  }
}

.linkBox__left {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .linkBox__left {
    margin-bottom: 0;
    padding-right: 36px;
  }
}

.linkBox__inner {
  margin-bottom: 15px;
}

.linkBox__thumb {
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .linkBox__thumb {
    margin-bottom: 0;
  }
}

.linkBox__image {
  vertical-align: middle;
}

.linkBox__linkList {
  border-bottom: 1px dashed #bebebe;
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.linkBox__linkList:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .linkBox__linkList {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.linkBox__linkListItem {
  border-top: 1px dashed #bebebe;
}

@media screen and (min-width: 768px) {
  .linkBox__linkListItem:first-child {
    border-top: none;
  }
}

.linkBox__linkListItem a {
  display: block;
  padding: 15px 30px 15px 0;
  position: relative;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .linkBox__linkListItem a {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    color: #000;
  }
  .linkBox__linkListItem a:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.linkBox__linkListItem a::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .linkBox__linkListItem a::after {
    right: 6px;
  }
}

/* =====================
  ■ linkColumn
===================== */
.linkColumn {
  display: table;
  margin-bottom: 5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .linkColumn {
    margin-bottom: 10px;
  }
}

.linkColumn:last-child {
  margin-bottom: 0;
}

.linkColumn__col {
  display: table-cell;
}

/* =====================
  ■ modal
===================== */
.modal {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 0.1s ease, visibility 0.1s ease;
  transition: opacity 0.1s ease, visibility 0.1s ease;
  visibility: hidden;
  width: 100%;
  z-index: 11;
}

@media screen and (min-width: 768px) {
  .modal {
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}

.modal--minimum .modal__body {
  display: table;
  height: 100%;
  width: 100%;
}

.modal--minimum .modal__main {
  display: table-cell;
  vertical-align: middle;
}

.modal--minimum .modal__inner {
  height: auto;
  max-height: 100vh;
}

@media screen and (min-width: 768px) {
  .modal--minimum .modal__inner {
    max-height: calc(100vh - 50px - 50px);
  }
}

.modal--minimum .modal__overlay {
  display: block;
}

.modal--show {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  visibility: visible;
}

.modal__body {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .modal__body {
    display: table;
    width: 100%;
  }
}

.modal__main {
  height: 100%;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100vw;
}

@media screen and (min-width: 768px) {
  .modal__main {
    display: table-cell;
    height: auto;
    padding: 25px;
    vertical-align: middle;
    width: 100%;
  }
}

.modal__inner {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 50px 15px 15px;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .modal__inner {
    display: inline-block;
    height: auto;
    max-height: calc(100vh - 50px - 50px);
    max-width: 874px;
    padding: 50px 15px 15px 15px;
    width: inherit;
  }
}

.modal__inner .content__inner--modal--img {
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .modal__inner .content__inner--modal--img {
    margin-top: 30px;
  }
}

.modal__closeButton {
  background: url(../../images/mem/icon_close.png) no-repeat center;
  background-size: 25px 25px;
  border: none;
  cursor: pointer;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}

@media screen and (min-width: 768px) {
  .modal__closeButton {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .modal__closeButton:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.modal__overlay {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .modal__overlay {
    display: block;
  }
}

/* =====================
  ■ performanceAlertRegist
===================== */
.performanceAlertRegist {
  border-bottom: 1px solid #bebebe;
  border-top: 1px solid #bebebe;
  list-style: none;
  margin-bottom: 20px;
  padding: 20px 0;
}

.performanceAlertRegist__item {
  border-bottom: 1px solid #bebebe;
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.performanceAlertRegist__item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* =====================
  ■ performanceInfo
===================== */
.performanceInfo {
  display: block;
  text-decoration: none;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.performanceInfo:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.performanceInfo__left, .performanceInfo__right {
  display: block;
}

.performanceInfo__left {
  display: table;
  margin-bottom: 15px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .performanceInfo__left {
    display: block;
    width: 190px;
  }
}

.performanceInfo__thumb {
  background: #f0f0f0;
  display: table-cell;
  height: 125px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .performanceInfo__thumb {
    height: 190px;
    width: 190px;
  }
}

.performanceInfo__img {
  max-height: 125px;
  max-width: 95%;
  vertical-align: middle;
  /* ▼TM追記▼ */
  display: block;
  margin-left: auto;
  margin-right: auto;
  /* ▲TM追記▲ */
}

@media screen and (min-width: 768px) {
  .performanceInfo__img {
    max-height: 190px;
    max-width: 190px;
  }
}

.performanceInfo__place {
  font-weight: bold;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .performanceInfo__place {
    font-weight: normal;
    font-size: 1em;
  }
}

.performanceInfo__dataList {
  margin-bottom: 0;
}

.performanceInfo__dataListTitle {
  font-weight: bold;
  margin-bottom: 4.5px;
  margin-top: -5px;
  word-break: break-all;
  /* ▼TM追記▼ */
  color: #000;
  /* ▲TM追記▲ */
}

@media screen and (min-width: 768px) {
  .performanceInfo__dataListTitle {
    margin-top: 0;
  }
}

.performanceInfo__dataListDetail {
  margin-bottom: 5px;
  /* ▼TM追記▼ */
  color: #000;
  /* ▲TM追記▲ */
}

.performanceInfo__dataListDetail:last-child {
  margin-bottom: 0;
}

.phone {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .phone {
    margin: 60px 0;
  }
}

.phone__inner {
  border: 2px solid #ccc;
  padding: 20px 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .phone__inner {
    padding: 30px;
  }
}

.phone__inner img {
  display: inline-block;
  margin-bottom: 16px;
  width: 45px;
}

@media screen and (min-width: 768px) {
  .phone__inner img {
    margin-bottom: 0px;
    width: 76px;
  }
}

.phone__detail {
  font-size: 0.875em;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .phone__detail {
    display: inline-block;
    margin: 0 0 20px 20px;
    margin-left: 20px;
    text-align: left;
    font-size: 1.125em;
  }
}

.phone__detail:last-child {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .phone__detail:last-child {
    margin: 0 0 0 20px;
  }
}

.phone__title {
  line-height: 1.0;
  margin-bottom: 7px;
}

@media screen and (min-width: 768px) {
  .phone__title {
    line-height: 1.6;
    margin-bottom: 8px;
  }
}

.phone__title span {
  display: block;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .phone__title span {
    display: inline-block;
    padding-top: 0;
  }
}

.phone__number {
  font-size: 2em;
  line-height: 1.0;
  word-wrap: break-word;
}

@media screen and (min-width: 768px) {
  .phone__number {
    font-size: 2.12em;
  }
}

.phone__number a {
  text-decoration: none;
}

.phone .text--additional {
  font-size: 0.75em;
  line-height: 1.0;
}

@media screen and (min-width: 768px) {
  .phone .text--additional {
    font-size: 0.875em;
  }
}

/* =====================
  ■ priceSum
===================== */
.priceSum {
  border-top: 1px solid #bebebe;
  display: table;
  padding-top: 30px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .priceSum {
    border-top: 1px solid #666;
  }
}

.priceSum__title, .priceSum__detail {
  display: table-cell;
  vertical-align: middle;
}

.priceSum__title {
  padding-right: 5%;
  width: 55%;
}

.priceSum__detail {
  text-align: right;
  width: 40%;
}

.priceSum__text {
  font-weight: bold;
  margin-bottom: 0;
}

.priceSum__textNum {
  font-size: 1.5em;
}

/* =====================
  ■ rankingList
===================== */
.rankingList {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
}

.rankingList__item {
  counter-increment: cnt;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .rankingList__item {
    margin-bottom: 20px;
  }
}

.rankingList__item::before {
  font-size: 0.875em;
  content: counter(cnt);
  display: block;
  height: 24px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}

.rankingList__item:nth-child(1)::before, .rankingList__item:nth-child(2)::before, .rankingList__item:nth-child(3)::before {
  border-radius: 50%;
  color: #fff;
  display: block;
  font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
  height: 24px;
  line-height: 28px;
  margin-right: 10px;
  text-align: center;
  width: 24px;
}

@media screen and (min-width: 768px) {
  .rankingList__item:nth-child(1)::before, .rankingList__item:nth-child(2)::before, .rankingList__item:nth-child(3)::before {
    line-height: 24px;
  }
}

.rankingList__item:nth-child(1)::before {
  background: #b2992e;
}

.rankingList__item:nth-child(2)::before {
  background: #666;
}

.rankingList__item:nth-child(3)::before {
  background: #b18134;
}

.rankingList__wrap {
  -ms-flex-preferred-size: calc(100% - 20px - 34px - 10px);
      flex-basis: calc(100% - 20px - 34px - 10px);
  margin-bottom: 0;
  margin-right: 10px;
}

.rankingList__outher {
  margin-bottom: 0;
  position: relative;
}

.rankingList__link {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .rankingList__link {
    font-size: 0.875em;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .rankingList__link:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.rankingList__button {
  background: transparent;
  border: none;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  padding: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .rankingList__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .rankingList__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.rankingList__img {
  max-width: 20px;
  vertical-align: middle;
  width: 20px;
}

/* =====================
  ■ recommendedList
===================== */
.recommendedList {
  list-style: none;
  margin-bottom: 20px;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .recommendedList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px;
  }
}

.recommendedList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .recommendedList__item {
    border-bottom: 1px dashed #bebebe;
    -ms-flex-preferred-size: 418px;
        flex-basis: 418px;
    margin-bottom: 0;
    margin-right: 38px;
    padding: 10px 0;
  }
  .recommendedList__item:nth-child(2n) {
    margin-right: 0;
  }
}

.recommendedList__text {
  -ms-flex-preferred-size: calc(100% - 10px);
      flex-basis: calc(100% - 10px);
  margin-bottom: 0;
  margin-right: 10px;
}

.recommendedList__outher {
  margin-bottom: 0;
  position: relative;
}

.recommendedList__button {
  background: transparent;
  border: none;
  cursor: pointer;
  -ms-flex-preferred-size: 20px;
      flex-basis: 20px;
  padding: 0;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .recommendedList__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .recommendedList__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.recommendedList__img {
  max-width: 20px;
  vertical-align: middle;
  width: 20px;
}

.column2--registerForm--wide {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-right: 2%;
}

.column2--registerForm--wide:nth-child(2n) {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .column2--registerForm--wide {
    -ms-flex-preferred-size: 78%;
        flex-basis: 78%;
  }
}

.column2--registerForm--wide:nth-last-child(1) {
  margin-bottom: 0;
}

.column2--registerForm--wide:nth-last-child(2) {
  margin-bottom: 0;
}

.column2--registerForm--wide #scrtyCd {
  width: 48%;
}

@media screen and (min-width: 768px) {
  .column2--registerForm--wide #scrtyCd {
    width: 100%;
  }
}

.column2--registerForm--wide .securityCode {
  width: 100%;
}

.column2--registerForm--wide .securityCode .securityCode__right {
  width: 20px;
}

.column2--registerForm--narrow {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding-top: 15px;
}

@media screen and (min-width: 768px) {
  .column2--registerForm--narrow {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}

.column2--registerForm--narrow:nth-last-child(1) {
  margin-bottom: 0;
}

.column2--registerForm--narrow:nth-last-child(2) {
  margin-bottom: 0;
}

.column2--registerForm--narrow p {
  color: #666;
  display: inline-block;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .column2--registerForm--narrow p {
    max-width: 96px;
    vertical-align: middle;
    font-size: 1em;
  }
}

.column2--registerForm--narrow .column2__label {
  font-size: 0.75em;
  max-width: 80%;
}

@media screen and (min-width: 768px) {
  .column2--registerForm--narrow .column2__label {
    max-width: 120px;
    font-size: 0.875em;
  }
}

.column2--registerForm .list__item--side {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

/* =====================
  ■ textFrame
===================== */
.textFrame--registerForm {
  border: 1px solid #2b66cc;
  color: #2b66cc;
  height: 175px;
  margin: 0 15px 30px;
  overflow-y: scroll;
  padding: 20px 15px 0;
}

@media screen and (min-width: 768px) {
  .textFrame--registerForm {
    height: 195px;
    margin: 0 0 30px;
    padding: 30px 38px 0;
  }
}

.textFrame--registerForm__inner {
  margin-bottom: 30px;
}

.textFrame--registerForm pre {
  font-size: 0.875em;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin: 0;
  white-space: pre-wrap;
}

/* =====================
  ■ required
===================== */
.required {
  background-color: #fb6159;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  padding: 0 10px;
  vertical-align: top;
  font-size: 0.875em;
}

/* =====================
  ■ optional
===================== */
.optional {
  background-color: #666;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-left: 10px;
  padding: 0 10px;
  vertical-align: top;
  font-size: 0.875em;
}

/* =====================
  ■ registrationBox
===================== */
.registrationBox {
  border: 1px solid #bebebe;
  border-radius: 6px;
  margin-bottom: 30px;
  padding: 20px 15px 0;
}

.registrationBox__title {
  margin-bottom: 30px;
}

.registrationBox__data {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .registrationBox__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
  }
}

.registrationBox__col {
  margin-bottom: 25px;
}

.registrationBox__col:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .registrationBox__col {
    -ms-flex-preferred-size: 398px;
        flex-basis: 398px;
    margin-right: 38px;
  }
  .registrationBox__col:nth-child(2n) {
    margin-right: 0;
  }
  .registrationBox__col:last-child {
    margin-bottom: 25px;
  }
}

.registrationBox__dataList {
  margin-bottom: 0;
}

.registrationBox__dataListTitle {
  font-weight: bold;
  margin-bottom: 5px;
}

.registrationBox__dataListDetail {
  margin-bottom: 0;
}

.registrationBox__statusText {
  margin-bottom: 1em;
}

.registrationBox__statusText:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .registrationBox__statusText {
    margin-bottom: 25px;
  }
}

.registrationBox__button {
  margin-bottom: 20px;
  padding: 0;
}

.registrationBox__buttonList {
  list-style: none;
  margin-bottom: 25px;
  padding: 0;
}

.registrationBox__buttonList:last-child {
  margin-bottom: 0;
}

.registrationBox__buttonListItem {
  margin-bottom: 1em;
  width: 100%;
}

.registrationBox__buttonListItem:last-child {
  margin-bottom: 0;
}

/* =====================
  ■ searchBox
===================== */
.searchBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 768px) {
  .searchBox {
    letter-spacing: -0.4em;
    margin: 0 auto;
    width: 418px;
  }
}

.searchBox__input {
  border-bottom: 1px solid #bebebe;
  border-bottom-left-radius: 6px;
  border-left: 1px solid #bebebe;
  border-right: none;
  border-top: 1px solid #bebebe;
  border-top-left-radius: 6px;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  padding: 9px;
}

@media screen and (min-width: 768px) {
  .searchBox__input {
    -ms-flex-preferred-size: 374px;
        flex-basis: 374px;
    letter-spacing: normal;
    padding: 8px 20px;
  }
}

.searchBox__button {
  background: #000;
  border: 1px solid #000;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  cursor: pointer;
  line-height: 0;
  padding: 9px 12px;
}

@media screen and (min-width: 768px) {
  .searchBox__button {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -ms-flex-preferred-size: 44px;
        flex-basis: 44px;
    letter-spacing: normal;
    padding: 0;
  }
  .searchBox__button:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.searchBox__img {
  max-width: 20px;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .searchBox--plane {
    width: 100%;
  }
}

.searchBox--plane .searchBox__input {
  border: 1px solid #bebebe;
  border-radius: 6px;
}

.searchBox--plane .searchBox__input:focus::-webkit-input-placeholder {
  color: #000;
}

@media screen and (min-width: 768px) {
  .searchBox--plane .searchBox__input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* =====================
  ■ securityCode
===================== */
.securityCode {
  display: table;
  width: auto;
}

.securityCode__left, .securityCode__right {
  display: table-cell;
  vertical-align: middle;
}

.securityCode__left {
  padding-right: 20px;
  width: auto;
}

.securityCode__right {
  width: auto;
}

.securityCode__image {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.securityCode__button {
  background: transparent url(../../images/mem/icon_info.png) no-repeat center;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
  display: block;
  height: 20px;
  width: 20px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.securityCode__button:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* =====================
  ■ showPassword
===================== */
.showPassword {
  position: relative;
}

.showPassword__input {
  padding-right: 40px;
  position: relative;
}

.showPassword__button {
  background: url(../../images/mem/icon_showpassword.png) no-repeat;
  background-position: -2px;
  background-size: 40px 20px;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  height: 57px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .showPassword__button {
    height: 20px;
    right: 10px;
    top: 17px;
  }
}

.showPassword__button.show {
  background-position: -22px;
}

/* =====================
  ■ stepnavi
===================== */
.stepnavi {
  margin-bottom: 12px;
}

.stepnavi__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (min-width: 768px) {
  .stepnavi__content {
    max-width: 580px;
    padding: 0;
  }
}

.stepnavi__item {
  height: 100%;
  position: relative;
  width: 100%;
}

.stepnavi__item::after {
  background: #bebebe;
  content: "";
  display: inline-block;
  height: 2px;
  vertical-align: middle;
  width: calc(100% - 10px);
}

.stepnavi__item:last-child {
  width: 10px;
}

.stepnavi__item:last-child::after {
  height: 0;
  width: 0;
}

.stepnavi__item--visited::after {
  background: #2b66cc;
}

.stepnavi__dot {
  background: #bebebe;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  padding: 5px;
  width: 10px;
}

.stepnavi__dot--visited, .stepnavi__dot--active {
  background: #2b66cc;
}

.stepnavi__cart {
  background: #2b66cc;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 28px;
  left: -7px;
  line-height: 28px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: -22px;
  width: 25px;
}

.stepnavi__cart::before {
  border: 3px solid transparent;
  border-top: 3px solid #2b66cc;
  bottom: -5px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
  z-index: 0;
}

.stepnavi__cart img {
  vertical-align: middle;
  width: 14px;
}

.stepnavi__pen {
  background: #2b66cc;
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 28px;
  left: -7px;
  line-height: 28px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  top: -22px;
  width: 25px;
}

.stepnavi__pen::before {
  border: 3px solid transparent;
  border-top: 3px solid #2b66cc;
  bottom: -5px;
  content: "";
  left: 50%;
  margin-left: -3px;
  position: absolute;
  z-index: 0;
}

.stepnavi__pen img {
  padding: 0 0 2px 1px;
  vertical-align: middle;
  width: 14px;
}

/* =====================
  ■ ticketINfo
===================== */
.ticketInfo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #aaa;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.ticketInfo:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.ticketInfo__imgArea {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  min-width: 135px;
  width: 135px;
}

.ticketInfo__imgArea img {
  max-height: 130px;
  width: 100%;
}

.ticketInfo__text {
  margin-bottom: 0;
  padding: 0 10px;
}

/* =====================
  ■ ticketSelect
===================== */
.ticketSelect {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 1px solid #bebebe;
  border-radius: 6px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 15px;
  text-decoration: none;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.ticketSelect:hover {
  opacity: 0.7;
  text-decoration: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media screen and (min-width: 768px) {
  .ticketSelect {
    max-width: 418px;
  }
}

.ticketSelect:disabled {
  color: #bebebe;
}

.ticketSelect:disabled:hover {
  cursor: auto;
  opacity: 1;
}

.ticketSelect__textWrap {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 0;
  padding: 0 5px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .ticketSelect__textWrap {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

.ticketSelect__text {
  display: block;
  font-weight: bold;
}

.ticketSelect__actionLabel {
  background: #fe9f07;
  border: 1px solid #fe9f07;
  border-radius: 6px;
  color: #fff;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1em;
  font-weight: bold;
  /* TM */
  margin: auto;
  padding: 7px 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .ticketSelect__actionLabel {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
}

.ticketSelect__actionLabel--selected {
  background: transparent;
  border: none;
  color: #fe9f07;
}

.ticketSelect__actionLabel--selected:before {
  border-bottom: 2px solid #fe9f07;
  border-right: 2px solid #fe9f07;
  content: "";
  display: inline-block;
  height: 16px;
  margin-right: 18px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 10px;
}

.ticketSelect__icon {
  color: #000;
  display: block;
  font-size: 0.875em;
}

.ticketSelect__icon::before {
  background-image: url(../../images/mem/icon_ticketselect_sale.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 15px;
  margin: -3px 10px 0 0;
  vertical-align: middle;
  width: 15px;
}

.ticketSelect__icon--few::before {
  background-image: url(../../images/mem/icon_ticketselect_few.png);
  background-size: contain;
}

.ticketSelect__icon--close, .ticketSelect__icon--selected {
  color: #666;
}

.ticketSelect__icon--close::before {
  background-image: url(../../images/mem/icon_ticketselect_close.png);
  background-size: contain;
}

/* =====================
  ■ textFrame
===================== */
.textFrame {
  border: 1px solid #2b66cc;
  color: #2b66cc;
  height: 200px;
  margin-bottom: 30px;
  overflow-y: scroll;
  padding: 30px 30px 0;
}

.textFrame__inner {
  margin-bottom: 30px;
}

/* =====================
  ■ tooltipArea
===================== */
.tooltipArea {
  position: relative;
}

.tooltipArea--attention {
  margin-bottom: 1em;
}

.tooltipArea--attention:last-child {
  margin-bottom: 0;
}

.tooltipArea--attention .tooltipArea__content--spStartCenter::before {
  left: 50%;
}

@media screen and (min-width: 768px) {
  .tooltipArea--attention .tooltipArea__content--spStartCenter::before {
    left: 20px;
    right: auto;
  }
}

.tooltipArea--attention .tooltipArea__content--spStartRight::before {
  left: auto;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .tooltipArea--attention .tooltipArea__content--spStartRight::before {
    left: 20px;
    right: auto;
  }
}

@media screen and (min-width: 768px) {
  .tooltipArea--noContentsWidth {
    display: table;
  }
}

.tooltipArea__outher--absolute {
  bottom: 100%;
  position: absolute;
}

.tooltipArea__outher--absolute.tooltipArea__outher--left {
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tooltipArea__outher--absolute.tooltipArea__outher--left {
    width: auto;
  }
}

.tooltipArea__outher--absolute.tooltipArea__outher--center {
  left: 0;
}

.tooltipArea__outher--absolute.tooltipArea__outher--center .tooltipArea__content--attention {
  text-align: center;
  width: auto;
}

.tooltipArea__outher--absolute.tooltipArea__outher--center .tooltipArea__content--attention::before {
  left: calc(50% - 9px);
}

.tooltipArea__outher--absolute.tooltipArea__outher--right {
  left: auto;
  max-width: 70%;
  right: 0;
}

@media screen and (min-width: 768px) {
  .tooltipArea__outher--absolute.tooltipArea__outher--right {
    max-width: 50%;
  }
}

.tooltipArea__outher--absolute.tooltipArea__outher--spCenter {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tooltipArea__outher--absolute.tooltipArea__outher--spCenter {
    text-align: inherit;
  }
}

.tooltipArea__outher--absolute.tooltipArea__outher--spCenter .tooltipArea__content--attention {
  text-align: center;
  width: auto;
}

.tooltipArea__outher--absolute.tooltipArea__outher--spCenter .tooltipArea__content--attention::before {
  left: calc(50% - 9px);
}

@media screen and (min-width: 768px) {
  .tooltipArea__outher--absolute.tooltipArea__outher--spCenter .tooltipArea__content--attention {
    text-align: left;
  }
  .tooltipArea__outher--absolute.tooltipArea__outher--spCenter .tooltipArea__content--attention::before {
    left: 20px;
  }
}

.tooltipArea__outher--left {
  text-align: left;
  width: 100%;
}

.tooltipArea__outher--center {
  text-align: center;
  width: 100%;
}

.tooltipArea__outher--right {
  text-align: right;
  width: 100%;
  /* TM */
  opacity: 0.85;
}

.tooltipArea__content {
  background: #fff;
  border: 1px solid #000;
  bottom: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-bottom: 8px;
  max-width: calc(100vw - 30px);
  opacity: 0;
  position: relative;
  text-align: center;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .tooltipArea__content {
    max-width: 100%;
  }
}

.tooltipArea__content::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 10px;
}

.tooltipArea__content::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
}

.tooltipArea__content::before, .tooltipArea__content::after {
  background: #fff;
}

.tooltipArea__content--attention {
  border: 1px solid #fb6159;
  color: #fb6159;
  cursor: pointer;
  display: none;
  opacity: 1;
  text-align: left;
  width: 100%;
}

.tooltipArea__content--attention::before {
  border-bottom: 1px solid #fb6159;
  border-left: 1px solid #fb6159;
  left: 20px;
}

.tooltipArea__content--startLeft {
  text-align: left;
}

.tooltipArea__content--startLeft::before {
  left: 20%;
}

.tooltipArea__text {
  background: #fff;
  display: block;
  letter-spacing: normal;
  padding: 10px 20px;
  position: relative;
  z-index: 3;
  font-size: 0.75em;
}

@media screen and (min-width: 768px) {
  .tooltipArea__text {
    font-size: 0.875em;
  }
}

/* ▼TM追記▼ */
/* エラー吹き出しの入力欄内表示version */
@media screen and (min-width: 768px) {
  .tooltipArea__outher--inbox {
    bottom: auto;
    margin-left: 8em;
  }
}

.tooltipArea__outher--inbox .tooltipArea__content::before {
  content: none;
}

/* PC専用左余白 */
@media screen and (min-width: 768px) {
  .pc_left4em {
    margin-left: 4em;
  }
  .pc_left8em {
    margin-left: 8em;
  }
  .pc_left12em {
    margin-left: 12em;
  }
  .pc_left16em {
    margin-left: 16em;
  }
}

/* エラー吹き出しの足無しversion */
@media screen and (max-width: 767px) {
  .tooltipArea__content_none_foot .tooltipArea__content::before {
    content: none;
  }
}

/* 吹き出し内のメッセージのデコレーションを、指定のクラスが付いていた場合に強制的に無効 */
.tooltipArea__text.decorationNone > * {
  color: inherit !important;
  font-weight: inherit !important;
}

.tooltipArea__content--attention--center {
  border: 1px solid #fb6159;
  color: #fb6159;
  cursor: pointer;
  display: none;
  opacity: 1;
  text-align: left;
}

/* ▲TM追記▲ */
/* =====================
  ■ tooltipAreaFavorite
===================== */
.tooltipAreaFavorite {
  display: none;
  font-size: 16px;
  /* define base font-size */
  font-weight: normal;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.tooltipAreaFavorite__outher {
  position: absolute;
  top: 100%;
  width: 290px;
}

.tooltipAreaFavorite__content {
  background: #fff;
  border: 1px solid #000;
  bottom: 100%;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin-bottom: 7px;
  max-width: 100%;
  position: relative;
  width: calc(100vw - 30px);
  text-align: left;
}

.tooltipAreaFavorite__content--errorWide, .tooltipAreaFavorite__content--error {
  border: 1px solid #fb6159;
  color: #fb6159;
}

.tooltipAreaFavorite__content--errorWide::before, .tooltipAreaFavorite__content--error::before {
  border-bottom: 1px solid #fb6159;
  border-left: 1px solid #fb6159;
}

.tooltipAreaFavorite__inner {
  background: #fff;
  display: block;
  height: 100%;
  padding: 20px 15px;
  position: relative;
  z-index: 3;
}

.tooltipAreaFavorite__title {
  font-weight: bold;
  margin-bottom: 10px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tooltipAreaFavorite__title {
    font-size: 1em;
  }
}

.tooltipAreaFavorite__title:last-child {
  margin-bottom: 0;
}

.tooltipAreaFavorite__text {
  font-size: 0.875em;
  margin-bottom: 15px;
}

.tooltipAreaFavorite__text--warning, .tooltipAreaFavorite__text--errorWide, .tooltipAreaFavorite__text--error {
  margin-bottom: 0;
  padding-right: 20px;
  position: relative;
}

.tooltipAreaFavorite__closeButton {
  background: transparent;
  border: none;
  cursor: pointer;
  height: 25px;
  margin-top: -13px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 10px;
  width: 16px;
}

@media screen and (min-width: 768px) {
  .tooltipAreaFavorite__closeButton {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .tooltipAreaFavorite__closeButton:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.tooltipAreaFavorite__closeButton::before, .tooltipAreaFavorite__closeButton::after {
  background: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  right: 0;
  top: 12px;
  width: 16px;
}

.tooltipAreaFavorite__closeButton::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.tooltipAreaFavorite__closeButton::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.tooltipAreaFavorite__closeButton--errorWide::before, .tooltipAreaFavorite__closeButton--errorWide::after, .tooltipAreaFavorite__closeButton--error::before, .tooltipAreaFavorite__closeButton--error::after {
  background: #fb6159;
}

.tooltipAreaFavorite__linkList, .tooltipAreaFavorite__linkList--logout {
  border-bottom: 1px dashed #bebebe;
  list-style: none;
  padding: 0;
}

.tooltipAreaFavorite__linkList--logout {
  border-bottom: none;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -7.5px;
}

.tooltipAreaFavorite__linkList--logout .tooltipAreaFavorite__linkListItem {
  border: 1px solid #000;
  border-radius: 6px;
  width: 100%;
  margin: 0 7.5px;
}

.tooltipAreaFavorite__linkList--logout .tooltipAreaFavorite__linkListItemLink {
  background: none;
  font-weight: bold;
  padding: 7px 0;
  text-align: center;
  font-size: 1em;
}

.tooltipAreaFavorite__linkList--logout .tooltipAreaFavorite__linkListItemLink::after {
  display: none;
}

.tooltipAreaFavorite__linkListItem {
  border-top: 1px dashed #bebebe;
  width: 100%;
}

.tooltipAreaFavorite__linkListItemLink {
  background: #fff;
  border: none;
  color: #000;
  cursor: pointer;
  display: block;
  padding: 15px 45px 15px 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .tooltipAreaFavorite__linkListItemLink {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
  .tooltipAreaFavorite__linkListItemLink:hover {
    opacity: 0.7;
    text-decoration: none;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
  }
}

.tooltipAreaFavorite__linkListItemLink::after {
  border-bottom: 2px solid #bebebe;
  border-right: 2px solid #bebebe;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 12px;
}

@media screen and (min-width: 768px) {
  .tooltipAreaFavorite__linkListItemLink::after {
    right: 11px;
  }
}

.tooltipAreaFavorite__startPosition {
  display: block;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 20px;
}

.tooltipAreaFavorite__startPositionInner::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  content: "";
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  bottom: 100%;
  -webkit-transform: translateY(50%) rotate(-225deg);
          transform: translateY(50%) rotate(-225deg);
  width: 10px;
  z-index: 2;
}

.tooltipAreaFavorite__startPositionInner::before, .tooltipAreaFavorite__startPositionInner::after {
  background: #fff;
}

.tooltipAreaFavorite__startPositionInner--errorWide::before, .tooltipAreaFavorite__startPositionInner--error::before {
  border-bottom: 1px solid #fb6159;
  border-left: 1px solid #fb6159;
}

@media screen and (min-width: 768px) {
  .content__inner--pc228Right .tooltipAreaFavorite__outher--warning {
    left: -213px;
  }
}

@media screen and (min-width: 768px) {
  .content__inner--pc228Right .tooltipAreaFavorite__outher--error {
    left: -200px;
  }
}

/* =====================

  utilities

===================== */
/* =====================
  ■ utilities
===================== */
.mb-0 {
  margin-bottom: 0 !important;
}

/* ▼TM追記▼ */
/* 未ログインとログイン済で「ログアウト」ボタンの表示を切り替える対応 */
.footer__spLogout, .footer__pcLogout {
  display: none;
}

/* 割引前価格表示  2019-03-25 TM t.kuroiwa add */
.priceBeforeDiscount {
  font-size: .7em;
}

/* 文字列の折り返し表示（ログインID用） */
.returnFont_loginId {
  word-break: break-all;
}

/* ▲TM追記▲ */
/*
  191021 add
===================== */
.link-titleLink {
  font-weight: normal;
  padding-left: 10px;
}

@media screen and (min-width: 768px) {
  .link-titleLink {
    padding-left: 20px;
  }
}