@charset "utf-8";
.breadcrumb-wrap {
  margin-bottom: 0;
}
body {
  background: #fff;
}
ul {
  padding-left: 20px;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign h2 {
  font-size: 150%;
}
#campaign h3 {
  font-size: 130%;
}
#campaign hr {
  border: transparent;
}
#campaign a.under_link {
  color: #0071B9;
}
#campaign .btn-epark {
  background: #8fc31f;
  color: #fff;
}
.flex-jc-center {
  justify-content: center;
}
.main-bg-color {
  background-color: #fff;
  background-image: url(/images/campaign/tktk50/bg.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}
.main-bg-color img {
  border: 4px solid #fff;
  border-radius: 10px;
  box-shadow: 0 0 6px 2px rgb(179 74 104 / 20%);
}
@media (min-width: 768px) {
  .main-bg-color {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .main-bg-color {
    padding: 5px;
  }
}
.sub-bg-color {
  background: #fff0bb;
}
.bg-color-other {
  background-color: #f9e5de;
}
.sub-font-color {
  color: #d91c25;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-white.cam-radius {
  background-color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.font-big {
  font-size: 130%;
}
.bg-03 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.font-color-white {
  color: #fff;
}
.font-size-30 {
  font-size: 30px;
}
.max-w, .step {
  max-width: 720px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.max-w-500 {
  max-width: 520px;
}
small, .small {
  font-size: 90%;
}
.cam-radius {
  border-radius: 0.5em;
}
.cam-date {
  color: #fff548;
  background-color: #fff321;
  padding: 2px 0;
  font-size: 22px;
}
.cam-date p {
  font-size:120%;
  font-weight: bold;
  -webkit-text-stroke: 0.1px #ffbf00;
  color: #111111;
  text-shadow: 2px 2px 0 #ffbf00, -1px -1px 0 #ffbf00, 1px -1px 0 #ffbf00, -1px 1px 0 #ffbf00, 1px 1px 0 #ffbf00;
}
@media (max-width: 767px) {
  .cam-date p {
    font-size:110%;
  }
}
.cam-date p span {
  font-size: 140%;
  margin-right: 4px;
}
.cam-date dt, .cam-date dd {
  display: inline-block;
  font-weight: bold;
  color: #00a0e5;
}
.cam-date dt {
  background-color: #fff;
  color: #623b13;
  line-height: 1;
  border-radius: .2em;
  padding: .2em .5em;
  margin-right: .5em;
  font-weight: bold;
}
.btn-cam, .btn-primary.disabled {
  max-width: 460px;
  width: 80vw;
  padding: .8em 0;
  margin: .25em 0;
  white-space: inherit;
  background-color: #eb056c;
  border: solid 2px #fff;
  color: #fff;
  font-size: 16px;
  border-radius: .6em;
  box-shadow: 0px 0px 0 2px #ffee00;
  position: relative;
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus {
  background-color: #dd0063;
  border: solid 2px #fff;
  color: #fff;
  box-shadow: 0px 0px 0 2px #e37607, 0px 1px 0 2px #a65300;
}
.enq-bg-color .btn-cam {
  background-color: #e37607;
  box-shadow: 0px 0px 0 2px #dd0063, 0px 3px 0 2px #dd0063;
}
#campaign .button-fixed .btn_wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
#campaign .button-fixed .btn_wrap .btn-login {
  max-width: 165px;
}
.num {
  background-color: #fffd97;
  color: #eb056c;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: .5em;
  border: 2px solid #eb056c;
}
.step {
  margin: 1em auto;
  background-color: #fff;
  padding: 1em;
  border-radius: .5em;
  box-shadow: 0 0 6px 2px rgb(105 97 55 / 8%)
}
.step .panel {
  box-shadow: none;
  border: 1px solid #ddd;
}
#pickup {
  background-color: #fff;
  background-image: url(/images/campaign/tktk50/bg_v2.png);
  background-repeat: repeat;
  background-position: center;
  background-size: auto;
}
#pickup img {
  box-shadow: 0 0 6px 2px rgb(123 77 108 / 20%);
  border-radius: 10px;
}
#use {
  background: #ffebfe;
}
#detail {
  background: #fff9d5;
}
.details {
  background-color: none;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
}
.details dt {
  padding: 0.8em;
  width: 18%;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 12px 0 0 12px;
  font-size: 14px;
}
.details dd {
  padding: 0.8em;
  width: 82%;
  margin-bottom: 10px;
  border-radius: 0 12px 12px 0;
  background: #fff;
}
#campaign ul {
  padding-left: 1.5em;
}
#campaign ul.panel-list {
  padding-left: 1em;
}
#campaign li:not(:last-child) {
  margin-bottom: .5em;
}
.cam-mark {
  position: relative;
}
.cam-mark::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0.1em;
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 4px #e3002a;
}
.not-hover {
  position: relative;
}
.not-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.sp-float {
  padding: 20px 0;
}
.move {
  transition: .5s ease 0s;
  -moz-transition: .5s ease 0s;
  -webkit-transition: .5s ease 0s;
}
/*都道府県*/
.area_list {
  background-color: #fff8ba;
}
.area_wrap ul a::after, .btn-area::after {
  background-color: #eb056c;
}
/*閲覧履歴*/
.swip-css {
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-bottom: .2em;
}
.browsing-history-salon {
  display: inline-block;
  width: 40vw;
  white-space: normal;
  vertical-align: top;
  max-width: 200px;
  text-align: left;
  position: relative;
}
.browsing-history-salon + .browsing-history-salon {
  margin-left: 5px;
}
.browsing-history-salon > a {
  color: #333;
  text-decoration: none;
  border: solid thin #dc5519;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
}
.browsing-history-salon > a:hover {
  color: #333;
  opacity: 0.75;
}
.browsing-history-salon > a > p {
  padding: 0 4px 4px;
  margin: 0;
  font-size: 85%;
}
.icon-explain-wrap .label-today, .icon-explain-wrap .label-tomorrow {
  background-color: #dc5519;
}
.icon-explain-wrap .label-specialcoupon {
  background-color: #a4996d;
  position: absolute;
  top: 0;
  left: 0;
  border: solid thin #fff;
}
.icon-explain-wrap {
  padding-bottom: 2px;
  display: flex;
  min-height: 1.6em;
}
.icon-explain-wrap > .label {
  margin: 4px 0 0 4px;
  display: inline-block;
  border-radius: 0;
  font-weight: normal;
  padding: .2em .6em;
}
/*カウントダウン*/
.count-down {
  display: none;
  background: #f9ff95;
  font-size: 18px;
  text-align: center;
}
.count-down-body {
  display: inline-block;
  margin: 0 -2em;
  padding: .6em 0;
}
.count-down-panel {
  color: #ed2d6d;
}
.count-down .day, .count-down .hour, .count-down .minute, .count-down .second {
  position: relative;
  top: .1em;
  padding-left: .2em;
  font-size: 180%;
  line-height: .8;
  font-family: 'Heebo', sans-serif;
}
/*FAQ*/
#faq {
  background-color: #eff2f4;
}
#faq dt, #faq dd {
  background-color: #fff;
  margin-bottom: 0.4em;
  padding: 0.8em 2.5em;
  line-height: 1.4;
  position: relative;
  border-radius: 12px;
}
#faq dt {
  cursor: pointer;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #a9a9a9;
  position: absolute;
  left: 0.5em;
  top: 50%;
  margin-top: -0.7em;
  font-size: 1.2em;
}
#faq dt::after {
  content: "\f078";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 0.7em;
  top: 50%;
  margin-top: -0.7em;
  font-weight: normal;
  color: #a9a9a9;
}
#faq dl dt.active::after {
  content: "\f077";
}
#faq dd {
  display: none;
  background-color: transparent;
  margin: 0 0 .4em 0;
}
#faq dd::before {
  content: "A";
  color: #eb056c;
}
.point-reader {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  padding-top: 5px !important;
  font-weight: bold;
}
.point-reader-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  height: 2.4em;
  margin-bottom: 2px !important;
  word-wrap: break-word;
}
.point-reader-2:before {
  font-family: 'FontAwesome';
  content: "\f238";
  margin-right: 3px;
}
.menu-card {
  background: #fff2fa;
  padding: 5px;
  margin: 5px;
  font-size: 1.2rem;
}
.menu-card .point-reader {
  text-align: center;
  font-weight: bold;
}
.menu-card .point-reader-2:before {
  content: none;
}
.point-reader span {
  font-weight: bold;
  color: #ed2d6d;
  font-size: 1.5rem;
}
.recommend-salon .label-specialcoupon {
  top: 50px;
}
.recommend-salon-sc .label-specialcoupon {
  top: 30px;
}
.tktk-price {
  text-align: right;
  position: relative;
  top: 12px;
  font-weight: bold;
}
.tktk-price span {
  font-size: 18px;
  font-weight: bold;
  color: #eb056c;
}
#campaign .select_area h2, #campaign .error-wrap h2 {
  font-size: 120%;
}
#campaign .select_area h2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
#campaign .select_area h2:before, #campaign .select_area h2:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
}
#campaign .select_area h2:before {
  margin-right: 1em;
}
#campaign .select_area h2:after {
  margin-left: 1em;
}
/* キャンペーン終了表示 */
#cp_end {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 30px 0;
  background-color: rgba(28, 19, 18, 0.8);
  color: #fff;
  font-weight: bold;
  font-size: 140%;
  text-align: center;
  letter-spacing: 0.1em;
}
#cp_end a, #cp_end a:hover, #cp_end a:active, #cp_end a:visited {
  color: #a1f6ff;
}
.font-size-15 {
  font-size: 15px;
}
.font-size-16 {
  font-size: 16px;
}
.enq-bg-color .fa {
  color: #ff677c;
}
.enq-bg-color .radio, .enq-bg-color .checkbox {
  font-size: 15px;
}
.enq-bg-color textarea.form-control {
  font-size: 16px;
}
.link-hover:hover {
  opacity: 0.8;
}
.emp-line {
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #f5ff50 70%);
}
/*注意文*/
.caution {
  border: 1px solid #ce3935;
  border-radius: 0.5em;
  background-color: #fff5f5;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  max-width: 700px;
  margin-top: 15px;
}
.caution-wrap {
  background: #fffad3;
}
.caution-link {
  color: #d1110c !important;
}
.caution-wrap .btn-danger {
  color: #fff !important;
  background-color: #f96a00;
  border-color: #a74700;
  padding: 10px 15px 8px 15px;
  border-bottom-width: 3px;
  font-size: 130%;
}
.caution-wrap .btn-danger:hover, .caution-wrap .btn-danger:focus, .caution-wrap .btn-danger:active {
  background-color: #ff7c1b;
  border-color: #a74700;
}
.error-wrap {
  background-color: #cce9f5;
}
.error-wrap .btn-md {
  padding: 8px 20px;
  font-size: 15px;
  background-color: #f95a37;
}
.error-wrap .btn-md:hover, .error-wrap .btn-md:focus, .error-wrap .btn-md:active {
  background-color: #f3421a;
}
.caution-panel {
  background: #fff;
  border-radius: 6px;
  padding: 15px;
}
/*得とくとは*/
.about dl {
  padding: 0.3em;
  border-radius: 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #e8bf1b, #e8bf1b 5px, #ffe9c9 5px, #ffe9c9 10px);
  background: repeating-linear-gradient(-45deg, #e8bf1b, #e8bf1b 5px, #ffe9c9 5px, #ffe9c9 10px);
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
}
.about dt {
  background: #fff;
}
.about dd {
  padding: 1em 1em 0 1em;
  background: #fff;
  list-style: none;
}
/*強調*/
.emphasis {
  color: #ce3935;
  font-weight: bold;
  margin-right: 5px;
  margin-left: 5px;
}
.font-120 {
  font-size: 120%;
}
/*得とく件数バッチ*/
.tktk-count-icon {
  position: absolute;
  z-index: 1;
  width: 5em;
  height: 5em;
  padding-top: 1em;
  border-radius: 100%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  font-size: 11px;
  bottom: 17px;
}
.tktk-count-icon__default {
  background-color: #ffe352;
  border: 1px solid #333;
  color: #333;
}
.tktk-count-icon__warning {
  background-color: #eb056c;
  color: #fff;
}
.tktk-count-icon__danger {
  background-color: #ed1e1e;
  color: #fff;
}
.font-large {
  font-size: 18px;
}
.tktk-price span {
  display: block;
}
.current-location-search-title {
  font-weight: bold;
  font-size: 130%;
}
.cam-banner .text-sideline {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cam-banner .text-sideline:before, .cam-banner .text-sideline:after {
  border-top: 1px solid;
  content: "";
  width: 1em;
}
.cam-banner .text-sideline:before {
  margin-right: 1em;
}
.cam-banner .text-sideline:after {
  margin-left: 1em;
}
/*PCのとき*/
@media (min-width: 768px) {
  .tktk-count-icon {
    left: 16px;
  }
  .tktk-price {
    top: 6px;
    right: 12px;
  }
  .menu-card {
    padding: 5px 5px 15px 5px;
  }
  .small.text-left {
    width: 92%;
    margin: 0 auto;
  }
  .checkbox .small.text-left {
    width: auto;
  }
  .caution-wrap img {
    width: 70%
  }
  .caution-link {
    font-size: 18px;
  }
  .caution-wrap .btn-danger {
    font-size: 18px;
  }
  .enq-bg-color label {
    margin-bottom: 6px;
    font-size: 15px;
  }
  .pc-big {
    font-size: 135%;
  }
  .mobile-fb {
    font-weight: bold;
  }
  .cam-banner img {
    border-radius: 4px;
  }
  .cam-banner .font-size-15, .pc-font-size-15 {
    font-size: 20px;
  }
  .cam-banner .banner_current_location_search {
    width: 500px;
  }
  #campaign-error-guidance .bg-color-app-guidance {
    width: 565px;
    margin: 0 auto 12px;
    border-radius: 6px;
  }
  #campaign-error-guidance .max-w {
    max-width: 590px;
  }
  .list-group-item-success {
    height: 88px;
  }
}
/*スマホのとき*/
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
  .max-w.max-w-500.pd20 {
    padding: 10px !important;
  }
  .button-fixed {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
    padding-left: 10px;
    background-color: rgba(230, 230, 230, .8);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
  }
  .button-fixed .btn-cam {
    margin: 0 auto;
    width: 100%;
    padding: 0.8em;
  }
  .menu-card {
    padding: 5px 5px 30px 5px;
  }
  .point-reader-2 {
    font-size: 11px;
  }
  .tktk-price {
    font-size: 10px;
    line-height: 1.5em;
  }
  .tktk-price span {
    font-size: 16px;
    display: block;
  }
  .js-station-search-panel {
    margin-left: 10px;
    margin-right: 10px;
  }
  .caution {
    font-size: 12px;
    text-align: left;
    max-width: 720px;
    margin: 15px 10px 0;
  }
  .about dl {
    font-size: 13px;
  }
  .area_wrap dl {
    overflow: hidden;
    background-color: #f9f9f9;
    margin: 0;
    border-left: solid thin #ddd;
    border-right: solid thin #ddd;
  }
  .count-down {
    font-size: 12px;
  }
  .enq-bg-color .btn.btn-link {
    font-size: 12px;
    padding-right: 5px;
  }
  .count {
    font-size: 160%;
  }
  .btn-cam, .btn-primary.disabled {
    width: 80vw;
    font-weight: bold;
    font-size: 14px;
  }
  .mobile-fb {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px !important;
  }
  .cam-date {
    font-size: 16px;
  }
  #campaign {
    font-size: 13px;
  }
  #campaign .small {
    font-size: 10px;
  }
  .details dt {
    padding: 0.8em;
    width: 100%;
    background: #eff2f4;
    margin-bottom: 0;
    border-radius: 12px 12px 0 0;
  }
  .details dd {
    padding: 0.8em;
    width: 100%;
    margin-bottom: 10px;
    border: 2px solid #eff2f4;
    border-radius: 0 0 12px 12px;
  }
  .new_year-btn_history {
    margin-bottom: 10px;
  }
  /*スマホフロート*/
  .sp-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(232, 232, 232, 0.9);
    padding: 10px 0;
    padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
    padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  }
  .btn-cam-set {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
  }
  .area_wrap dl {
    overflow: hidden;
    background-color: #f9f9f9;
    margin: 0;
    border-left: solid thin #ddd;
    border-right: solid thin #ddd;
  }
  .area_wrap dl dd ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .area_wrap dl dd ul {
    padding: 0 5px !important;
  }
  .area_wrap dl dd ul li {
    width: 23%;
    margin: 0.4em 1%;
  }
  /*終了対応*/
  #cp_end {
    font-size: 100%;
  }
  #campaign-error-guidance .app-info_02 .app-info__image {
    margin-right: 1px;
  }
  .cam-banner img {
    border-radius: 4px;
  }
  .list-group-item-success {
    height: 120px;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
  .mobile-fb {
    font-size: 13px;
  }
  .tktk-count-icon {
    font-size: 10px;
    left: -5px;
  }
  .font-size-15 {
    font-size: 12px;
  }
  .pc-font-size-15 {
    font-size: 10px;
  }
  .modal-content {
    width: 305px !important;
  }
  .signupModalClose, .loginModalClose {
    top: -5px !important;
    right: -5px !important;
  }
  .epark_common_nav-registry-content .epark_common_nav-login-btn, .epark_common_nav-registry-content .epark_common_nav-registry-btn {
    width: 220px !important;
    margin: 0 auto 10px !important;
  }
}
/*アプリ対応*/
@media (max-width: 767px) {
  #rae-app .header-wrap footer .breadcrumb-wrap {
    padding-bottom: 100px !important;
  }
}
/*****ソーシャルログイン対応*****/
/**********ログイン************/
.epark_common_nav-login-btn {
  border-radius: 5px;
  background-color: #8fc31f;
  color: #fff;
  width: 250px;
  margin: 0 auto;
  padding: 8px 8px 8px 66px;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-decoration: none;
  margin-bottom: 8px;
}
.epark_common_nav-login-btn:hover {
  background-color: #84b31d;
  color: #fff;
  text-decoration: none;
}
.panel-heading {
  padding: 10px 10px 0 10px;
}
/**********新規会員登録************/
.epark_common_nav-registry {
  background-color: #fff;
  margin: 0 auto;
  box-sizing: border-box;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 0 10px 10px 10px;
}
.epark_common_nav-registry .epark_common_nav-registry-content {
  background-color: #fff;
  padding: 6px 15px 0 15px;
  box-sizing: border-box;
  border-radius: 4px;
}
.epark_common_nav-registry .epark_common_nav-registry-title {
  text-align: center;
  font-size: 1.4rem;
  color: #333;
  font-weight: bolder;
  margin-bottom: 10px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn {
  border-radius: 5px;
  width: 250px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bolder;
  display: block;
  text-decoration: none;
  position: relative;
  padding-left: 84px;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  overflow: hidden;
  margin-bottom: 8px;
  padding: 8px 8px 8px 66px;
  height: auto;
}
.epark_common_nav-registry .epark_common_nav-registry-btn:last-of-type {
  margin-bottom: 0;
}
.epark_common_nav-registry .epark_common_nav-registry-link {
  margin-top: 10px;
  text-align: center;
}
.epark_common_nav-registry .epark_common_nav-registry-link a {
  background: url(/images/common/header/point.png) left center no-repeat;
  background-size: 3px 5px;
  padding-left: 10px;
  text-decoration: underline;
  color: #333;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.epark-registry-btn {
  background-color: #ffe53d;
  color: #333;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.epark-registry-btn:hover {
  background-color: #e9cd1b;
}
.epark_common_nav-registry .epark_common_nav-registry-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:after, .epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:after, .epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
}
/**********ソーシャルログインボタン Apple************/
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn {
  background-color: #000;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:hover {
  background-color: #333333;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_apple.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.apple-login-btn:after {
  border-color: rgb(255, 255, 255, 0.2);
}
/**********ソーシャルログインボタン LINE************/
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn {
  background-color: #06C755;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:hover {
  background-color: #009300;
  color: #fff;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_line.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:after {
  border-color: rgba(0, 0, 0, 0.10);
}
/**********ソーシャルログインボタン Google************/
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn {
  background-color: #fff;
  color: #000;
  border: 1px solid #c3c3c3;
  padding: 7px 8px 7px 66px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:hover {
  background-color: #f7f7f7;
  color: #000;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:before {
  background-image: url(https://pimage1.mitsuraku.jp/img/icon/icon_google.png);
  background-size: 46%;
  background-repeat: no-repeat;
  background-position: center;
  top: -2px;
}
.epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:after {
  border-color: rgba(0, 0, 0, 0.10);
  width: 39px;
}
.epark_common_nav-registry-content .epark_common_nav-login-btn, .epark_common_nav-registry-content .epark_common_nav-registry-btn {
  width: 230px;
  margin: 0 auto 10px;
}
/**********モーダル************/
.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
.modal-content {
  background-color: #fff;
  margin: 50% auto;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  width: 320px;
  position: relative;
}
@media (min-width: 768px) {
  .modal-content {
    margin: 15% auto;
  }
}
@keyframes modalopen {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.signupModalClose, .loginModalClose {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #e3e3e3;
  opacity: 1;
  width: 1.6em;
  height: 1.6em;
  border: solid #333 1px;
  border-radius: 100%;
  color: #333;
  padding: 4px 9px;
  cursor: pointer;
  -webkit-appearance: none;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  display: block;
  z-index: 1000;
}
.signupModalClose:hover, .loginModalClose:hover {
  cursor: pointer;
  background: #bbb;
}
.modal-body {
  padding: 10px 20px;
  color: #333;
  background: #fff;
  border-radius: 6px;
}
/*マンスリーミッション　達成用パーツ*/
.monthly-mission-login {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 10px;
}
.monthly-mission-login .btn-cam {
  width: 20vw;
  margin: 5px;
  box-shadow: 0 0 0 2px #ff9a9a
}
@media (max-width: 767px) {
  .monthly-mission-login .btn-cam {
    width: 45vw;
  }
}
.monthly-mission-wrap {
  position:relative;
  max-width: 720px;
  margin: 15px auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 0.5em;
  background-image: url(/images/campaign/mission2407/contents_bg_left.png), url(/images/campaign/mission2407/contents_bg_right.png);
  background-position: -59%,147%;
  background-repeat: repeat-y;
  background-size: 185px;
  text-align: center;
}
@media (min-width: 768px) {
  .monthly-mission-wrap {
    background-position: center;
    background-repeat: repeat;
    background-size: 250px;
  }
}
.monthly-mission-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.5em;
  border: 3px solid transparent;
  background:
  linear-gradient(#FF400F, #F59334) border-box border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  mask-composite: exclude;
}
.btn-monthly-mission {
  position: relative;
  font-size: 18px;
  max-width: 360px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90vw;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0 !important;
  margin-top: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 100vh;
  background: linear-gradient(#ff5381, #ff3e03);
  color: #fff;
  font-weight: bold;
  line-height: 0;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
  padding: 8px;
}
.btn-monthly-mission::before {
  content: '';
  background-image: url(/images/campaign/mission2407/star_icon.png);
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 7px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn-monthly-mission:hover {
  opacity: .8;
  color: #fff;
}
.monthly-mission-wrap .title-line {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:105%;
  font-weight: bold;
  margin-bottom: 10px;
}
.monthly-mission-wrap .title-line:before,
.monthly-mission-wrap .title-line:after {
  border-top: 1px solid;
  content: "";
  width: 3em;
  top: -3px;
  position: relative;
}
.monthly-mission-wrap .title-line:before {
  margin-right: 1em;
}
.monthly-mission-wrap .title-line:after {
  margin-left: 1em;   
}
.monthly-mission-wrap .monthly-mission-red {
  color: #FF586B;
  font-size: 120%;
}
@media (max-width:767px) {
  .btn-monthly-mission {
    font-size: 16px;
    margin-top: 5px;
    width:80vw;
  }
  .monthly-mission-wrap {
    margin: 10px;
  }
}
@media (max-width: 320px) {
  .btn-monthly-mission {
    font-size: 15px;
  }
  .monthly-mission-wrap {
    font-size: 11px;
  }
}
.btn-disabled {
  background: #5b5b5b;
}
.monthly-mission-detail{
  position: relative;
}