@charset "utf-8";
.breadcrumb-wrap {
  margin-bottom: 0;
}
#campaign {
  background-color: #fff;
  overflow: hidden;
  font-size: 14px;
}
#campaign p:last-of-type {
  margin-bottom: 0;
}
#campaign h2, .font-bigger {
  font-size: 150%;
}
#campaign h3, .font-big {
  font-size: 130%;
}
.pos-relative {
  position: relative;
}
.flex-ai-center {
  align-items: center;
}
.flex-jc-center {
  justify-content: center;
}
.flex-jc-between {
  justify-content: space-between;
}
.flex-jc-around {
  justify-content: space-around;
}
.main-bg-color {
  background-color: #ffe0e5;
}
.main-font-color, .details dt {
  color: #fe7c92;
}
.sub-bg-color {
  background-color: #fffbe7;
}
.sub-font-color {
  color: #fc0;
}
.bg-color-white {
  background-color: #fff;
}
.font-color-white {
  color: #fff;
}
.max-w, .step {
  max-width: 800px;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
.cam-date {
  color: #fff;
  padding: .5em 0;
  background-color: #fe7c92;
  display: flex;
  justify-content: center;
  align-items: center
}
.cam-date dt, .cam-date dd {
  display: inline-block;
  font-weight: normal;
}
.cam-date dt {
  background-color: #fff;
  color: #fe7c92;
  line-height: 1;
  border-radius: 2px;
  padding: .2em .5em;
  margin-right: .2em;
}

.btn-cam, .btn-primary.disabled {
  max-width: 400px;
  width: 80vw;
  padding: .8em 0;
  margin: .25em 0;
  white-space: inherit;
  background-color: #00c7a2;
  border: none;
  color: #fff;
  font-size: 100%;
}
/*** ボタン ***/
.btn-cam {
  max-width: 460px;
  width: 80vw;
  padding: .8em 0;
  /*margin: .25em auto;*/
  background-color: #00c7a2;
  color: #fff;
  font-size: 18px;
  white-space: inherit;
  position: relative;
  font-weight: bold;
  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;
  height: 72px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-radius: 50px;
  box-shadow: 0 2px 6px 2px rgb(0 0 0 / 20%);
}
.btn-cam:hover, .btn-cam:active, .btn-cam:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .btn-cam {
    height: 60px;
    width: 75vw;
    font-weight: bold;
    font-size: 16px;
  }
  .button-fixed {
    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, .airCloset-special-wrap .btn-cam {
    margin: 0 auto;
    width: 100%;
    padding: 0.8em;
  }
}
.btn-lined {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
.btn-lined .btn_wrap {
  display: flex;
  width: 460px;
}
.btn-lined .btn_wrap .btn-cam {
  width: 100%;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .btn-lined {
    display: block;
    margin: 10px;
  }
  .btn-lined .btn_wrap {
    width: 100%;
    padding: 0 0.8em;
  }
  .btn-lined .btn_wrap .btn-cam {
    margin: 0 auto;
    max-width: 165px;
  }
}
.special-coupon-visited__heading {
  font-size: 19px !important;
}

.special-coupon-visited__heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333 !important;
  text-align: center !important;
}
@media (max-width: 767px) {
.special-coupon-visited__heading {
  font-size: 110% !important;
  margin-bottom: 8px;
}
}
.num {
  background-color: #ffb1bd;
  color: #fff;
  width: 2em;
  min-width: 2em;
  display: inline-block;
  text-align: center;
  height: 2em;
  line-height: 2;
  border-radius: 100%;
  margin-right: .5em;
}
.step {
  margin: 1em auto;
  background-color: #f1f1f1;
  padding: 1em;
  border-radius: .5em;
}
.point-reader {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.point-reader-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  height: 2.4em;
}
.cam-border {
  border: solid 2px #fbc123;
}
.cam-border-bottom {
  border-bottom: solid 2px;
}
.cam-radius {
  border-radius: .5em;
}
.details {
  border: solid thin #ccc;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-flow: wrap;
}
.details dt {
  padding: .8em;
  width: 25%;
}
.details dt:not(:first-child), .details dd:not(:nth-child(2)) {
  border-top: solid thin #ccc;
}
.details dd {
  padding: .8em;
  width: 75%;
}
#campaign ul {
  padding-left: 1.5em;
}
#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: .5em;
  box-shadow: 0px 0px 0px 4px #fff, 0px 0px 0px 10px #fe7c92;
}
.not-hover {
  position: relative;
}
.not-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.sp-float {
  padding: 20px 0;
}
/*都道府県*/
.area_list {
  background-color: #ffe0e5;
}
.area_wrap ul a::after, .btn-area::after {
  background-color: #00c7a2;
}
/*FAQ*/
#faq {
  background-color: #eee;
}
#faq dt, #faq dd {
  background-color: #fff;
  border-radius: .3em;
  margin-bottom: .4em;
  padding: .8em 2em;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}
#faq dt::before, #faq dd::before {
  content: "Q";
  display: inline-block;
  font-weight: bold;
  color: #00c7a2;
  position: absolute;
  left: .7em;
}
#faq dt::after {
  content: "\f078";
  font-family: 'FontAwesome';
  display: inline-block;
  position: absolute;
  right: .7em;
  top: 50%;
  margin-top: -.7em;
  font-weight: normal;
  color: #ccc;
}
#faq dl dt.active::after {
  content: "\f077";
}
#faq dd {
  display: none;
  background-color: #f9f9f9;
  margin: -.8em 0 .4em 0;
}
#faq dd::before {
  content: "A";
  color: #fe7c92;
}
/* キャンペーン終了表示 */
#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;
}
/*閲覧履歴*/
.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 #ccc;
  border-radius: 4px;
  display: inline-block;
  overflow: hidden;
  padding: 0 0 4px;
  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 .3em;
}
/*PCの時*/
@media (min-width: 768px) {
  .main-bg-color {
    background-image: url(/images/campaign/tkwr2108/bg.png?1);
    background-size: auto 100%;
    background-position: center;
  }
  .pc-big {
    font-size: 150%;
  }
}
/*スマホのとき*/
@media (max-width: 767px) {
  #campaign {
    font-size: 13px;
  }
  #campaign .small {
    font-size: 10px;
  }
  .details dt {
    width: 100%;
    padding-bottom: 0;
  }
  .details dd {
    width: 100%;
    border-top: none !important;
  }
  /*スマホフロート*/
  .sp-float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    background-color: rgba(232, 232, 232, 0.9);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    padding: 0;
  }
  /*終了対応*/
  #cp_end {
    font-size: 100%;
  }
}
/*SEのとき*/
@media (max-width: 320px) {
  #campaign {
    font-size: 12px;
  }
}
/*店舗表示*/
/*
  special-coupon-list
  special-coupon-container
---------------------------------------------------- */
.special-coupon-list {
  max-width: none;
  text-align: left;
}
.special-coupon-container {
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
}
/*
  special-coupon-visited__section
---------------------------------------------------- */
.special-coupon-visited__heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333 !important;
  text-align: center !important;
}
.special-coupon-visited-list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-perspective-origin-x: none;
  white-space: nowrap;
  padding-left: 10px !important;
  padding-bottom: 15px;
  padding-right: 10px !important;
  margin-right: -15px;
  margin-bottom: 5px;
  margin-left: -15px;
  list-style-type: none;
  max-width: 960px;
}
.special-coupon-visited-list__item {
  position: relative;
  display: flex;
  flex: 1 0 290px;
  overflow: hidden;
  margin-right: 10px;
  background-color: #fff;
  border: 1px solid #a1a1a1;
  border-radius: 4px;
  max-width: none;
  margin-bottom: 0 !important;
}
@media (min-width:768px) {
  .special-coupon-visited-list__item {
    flex: 0 0 33%;
    max-width: 32.9%;
  }
  .special-coupon-visited__heading {
    font-size: 19px !important;
  }
}
.special-coupon-visited-list__item:hover, .special-coupon-visited-list__item:active, .special-coupon-visited-list__item:focus {
  opacity: 0.75;
  cursor: pointer;
}
.special-coupon-visited-list__item:last-of-type {
  margin-right: 0;
}
.special-coupon-visited__image {
  flex: 0 0 107px;
  width: 107px;
}
.special-coupon-visited__image > img {
  height: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.special-coupon-visited__description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 140px;
  padding-right: 10px;
  padding-left: 10px;
}
.special-coupon-visited__shop-name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 12px;
  color: #333;
}
.special-coupon-visited__shop-name:hover {
  text-decoration: none;
  color: #333;
}
.special-coupon-visited__shop-name::after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
}
.special-coupon-visited__access {
  overflow: hidden;
  margin-bottom: 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}
.special-coupon-visited__access:before {
  font-family: 'FontAwesome';
  content: "\f238";
  margin-right: 3px;
}
.special-coupon-visited__price-discount-number {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  color: #F96E46;
}
.special-coupon-visited__price-discount-number span {
  font-size: 18px;
}
.special-coupon-visited-more {
  text-align: right;
}
.special-coupon-visited-more__link {
  text-decoration: underline;
  font-size: 95%;
}
@media (max-width:767px) {
  .special-coupon-container {
    max-width: none;
    padding: 0;
  }
  .special-coupon-list {
    padding: 10px 15px;
  }
  .special-coupon-visited-list {
    max-width: none;
    margin-bottom: 0;
    padding-bottom: 8px;
  }
  .special-coupon-visited__heading {
    font-size: 110% !important;
    margin-bottom: 8px;
  }
  .special-coupon-visited-list__item {
    display: flex;
    flex: 1 0 240px;
    margin-bottom: 0 !important;
  }
}
/*マンスリーミッション*/
.btn-monthly-mission {
  position: relative;
  font-size: 20px;
  max-width: 420px;
  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;
  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%);
  margin-bottom: 0 !important;
  margin-top: 10px;
  padding: 30px;
}
.btn-disabled {
  background: #5b5b5b;
}
.monthly-mission-detail{
position: relative;
}

.btn-monthly-mission:hover {
  opacity: .8;
  color: #fff;
}
.monthly-mission-container {
  position:relative;
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  padding: 15px;
  border-radius: 0.5em;
}

.monthly-mission-container::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;
}
.monthly-mission-red{
  color: #FF586B;
  font-size: 120%;
}
@media (max-width:767px) {
  .btn-monthly-mission {
    font-size: 16px;
    margin-top: 5px;
    width:85vw;
  }
  .monthly-mission-container {
  margin: 10px;
  }
}
@media (max-width: 320px) {
  .btn-monthly-mission {
    font-size: 14px;
  }
  .monthly-mission-container {
    font-size: 11px;
  }
}
/*****ソーシャルログイン対応*****/
/**********ログイン************/
.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;
}
.epark_common_nav-registry-content p {
  font-size:14px;
}
@media (min-width: 768px) {
  .epark_common_nav-registry .epark_common_nav-registry-btn.google-login-btn:before,
  .epark_common_nav-registry .epark_common_nav-registry-btn.line-login-btn:before {
    top: 0;
  }
}
.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 8px;
  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;
}
.signupModalClose span,
.loginModalClose span {
  position: relative;
  top: -1px;
}
.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;
  }
  .signupModalClose span,
  .loginModalClose span {
    top: 0;
  }
}