/*** CSS Object Common **/

/* Nav START */
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav_link {
  display: block;
  padding: 0.7rem 1rem;
}

.nav_link:hover, .nav_link:focus {
  text-decoration: none;
}

.nav_link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5px 1px;
}

.navbar > .container,
.navbar > .container_fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar_brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar_brand:hover, .navbar_brand:focus {
  text-decoration: none;
}

.navbar_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%;
}

.navbar_nav .nav_link {
  padding-right: 0;
  padding-left: 0;
}

@media screen and (max-width: 576px){
  .nav{
    flex-direction:column;
  }

}

/* Nav END */

/* Top Menu START */
.top_menu {
  background-color:#000;
  min-height: 32px;
  display: flex;
  align-items: center;
}
.top_menu .nav_link {
  padding: 5px 10px;
  display:inline-block;
  color: #fff;
  font-size: 12px;
}
.top_menu .row{
  width: 100%;
}

@media screen and (max-width: 576px){

  .top_menu .nav_link {
    font-size: 11px;
  }
}
.top_menu .nav_link.text_purple { color:#BE69AD; }
/* .top_menu .nav_left .nav_link { margin-right: 20px } */
.top_menu .nav_left .nav_link:last-child { margin-right: 0 }
.top_menu .nav_right { text-align: right; }
.top_menu .nav_right .nav_link { margin-left: 20px }
.top_menu .nav_right .nav_link:first-child { margin-left: 0 }
@media (min-width: 576px) {
  .top_menu .nav_left .nav_link { margin-right: 0; padding: 8px 8px; }
  .top_menu .nav_right .nav_link { margin-left: 0; padding: 8px 8px; }
}
@media (min-width: 992px) {
  .top_menu .nav_left .nav_link { margin-right: 15px; }
  .top_menu .nav_right .nav_link { margin-left: 15px; }
}
@media (min-width: 1200px) {
  .top_menu .nav_left .nav_link { margin-right: 25px; }
  .top_menu .nav_right .nav_link { margin-left: 25px; }
}
/* Top Menu END */

/* Header START */
.header {
  padding: 7px 0 15px 0;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
/*
  padding-right: 40px;
  padding-left: 40px;
*/
}
.navbar_main_container { min-height: 50px; }
.navbar_main { z-index: 1020; }
.navbar_main .navbar_brand { display: inline-block; }
.navbar_main .logo_static_page{ height: 94px; }
.navbar_main .logo { height: 45px; }
.navbar_main .nav_link {
  display: inline-block;
  padding: 0 10px;
}
.navbar_main .nav_link:hover { text-decoration: underline; }
.navbar_main .navbar_toggler {
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  color: rgba(0,0,0,.5);
  cursor: pointer;
  padding: 0;
}
.navbar_main .navbar_toggler_icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  font-size: 1.25rem;
  line-height: 1;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url('../../images/common/ico_mobile_nav.svg');
}
.theme_black .navbar_main .navbar_toggler_icon {
  background-image: url('../../images/common/ico_mobile_nav_white.svg');
  width: 1.3em;
  height: 1.3em;
}

.navbar_toggler:hover, .navbar_toggler:focus { text-decoration: none; }
.navbar_toggler_icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar_main .navbar_main_menu { text-align: right; }
.navbar_main .navbar_main_menu .nav_link { text-align: right; }

.navbar_toolbar { margin-top: 10px; }
.navbar_toolbar .search_input {
  /* background-image: url('../../images/common/ico_search.svg');
  background-position: right 12px center;
  background-repeat: no-repeat; */
  padding: 12px;
  height: 50px;
  font: 16px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}
@media screen and (max-width: 992px){
  .navbar_toolbar .search_input {
    margin: 0 0 10px;
  }
}
@media screen and (max-width: 870px){
  .navbar_main .nav_link {
    padding: 0 7px;
  }
}
@media screen and (max-width: 768px){
  .header {
/*
    padding-right: 20px;
    padding-left: 20px;
*/
  }
  .navbar_toolbar .search_input {
    padding: 12px;
    height: 42px;
    font-size: 14px;
  }
  .navbar_toolbar .search_input {
    height: 42px;
    font-size: 14px;
    margin: 0 0 10px;
  }
  .navbar_main .logo_static_page{ height: 86px; }
}
@media screen and (max-width: 576px){
  .header {
    padding: 4px 0 15px 0;
  }
  .navbar_toolbar { margin-top: 3px; }
  .navbar_toolbar .search_input {
    height: 36px;
  }
  .navbar_main .logo_static_page{ height: 64px; }
}
/* add button submit in header searching box*/
.navbar_toolbar .search_input{
  position: relative;
}
.navbar_toolbar button.searching{
  position: absolute;
  height: 50px;
  width: 45px;
  background: transparent;
  right: 15px;
  top: 0;
  border: transparent;
}
.navbar_toolbar .nav_item { display: inline-block; cursor: pointer; }
.navbar_toolbar .navbar_coin_summary { margin-right: 2em; }
.navbar_toolbar .navbar_user,
.navbar_toolbar .navbar_favorite {  margin: 0 0.7em; }
.navbar_toolbar .navbar_shopping_cart {
  position: relative;
  margin: 10px 1em;
}
.navbar_toolbar .navbar_shopping_cart img{
  width: 28px;
  height: 28px;
}
.navbar_toolbar .navbar_shopping_cart .amount {
  position: absolute;
  top: -12px;
  left: 100%;
  font-size: 18px;
}
.navbar_toolbar .navbar_history{
  margin: 0 1em;
}
.navbar_toolbar .navbar_history img{
  width: 23px; height: 23px;
}
.navbar_toolbar .btn_group { text-align: right; flex-wrap: nowrap; justify-content: flex-end; }
.navbar_toolbar .btn_group .btn { margin-left: 4px; padding: 6px 24px; font-family: initial; }
.navbar_toolbar .btn_group .btn.bg_heart{padding-left: 40px; background-position: left 16px center;}
.navbar_toolbar .btn_group .btn.spacee { margin-left: 8px; }

.navbar_main .navbar_nav .nav_item {padding: 0 15px;}
.navbar_main .navbar_nav .nav_link { text-transform: uppercase; padding: 17px 8px 3px; font-weight: 400; font-size: 16px;}
.navbar_main .navbar_nav .nav_link:hover,
.navbar_main .navbar_nav .nav_link:focus,
.navbar_main .navbar_nav .nav_link.active{color:#f37934;}
.offcanvas_collapse { position: fixed; display:block; top: 0;bottom: 0; left: -285px; width: 280px; padding:0; border-top: 55px solid #f37934; overflow-y: auto; z-index: 1030; transition: left .3s ease-in-out;}
.offcanvas_collapse.open { left:0;}
.offcanvas_collapse .navbar_nav { padding-left: 50px; margin: 0; border-bottom: 5px solid #dee2e6; }
.offcanvas_collapse .navbar_nav .nav_link { color:#333; border-bottom: 1px solid #dee2e6; padding: 0; font-size: 1.2em; line-height: 50px; }
.offcanvas_collapse .navbar_nav .nav_link .fa { position: absolute; top: 15px; left: -40px; font-size: 1.2em; }
.menu-overlay {display: none; background-color: #000;bottom: 0;left: 0;opacity: 0.5;filter: alpha(opacity=50);position: fixed;right: 0;top: 0;z-index: 1025;}
@media all and (max-width: 767px) {
  .show_admin_bar .navbar_main.fixed { top: 0; }
/*   .navbar_main { padding: 5px 1rem;} */
  .navbar_toolbar .navbar_shopping_cart {
    position: relative;
    margin: 8px 1em;
  }
  .navbar_toolbar .navbar_shopping_cart .amount {
    font-size: 18px;
  }
  .navbar_toolbar .navbar_coin_summary { margin-right: 1em; }
}
.theme_black .top_menu {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  min-height: 32px;
  display: flex;
  align-items: center;
}
.theme_black .header { background-color: #000; padding: 7px 0; }
.theme_black .navbar_main .nav_link { color: #FFF; }
.theme_black .navbar_main .logo { height: 55px; }

@media screen and (max-width: 992px){
  .theme_black .navbar_main .logo { height: 44px; }
}
@media screen and (max-width: 768px){
  .theme_black .header { padding: 7px 0; }
}
@media screen and (max-width: 576px){
  .theme_black .header { padding: 4px 0; }
  .navbar_toolbar .navbar_coin_summary{
    font-size: 12px;
  }
  .navbar_toolbar .navbar_shopping_cart img{
    width: 25px;
    height: 25px;
  }
}

/* School Member */
.theme_gray.header_sub{ background: #000;}
.header_sub{
  padding: 16px 0;
}
.header_sub.area_header_ticket{
  padding: 0 0 16px;
}
.list_remaining{
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  margin: 0 -10px;
  margin-bottom: 6px;
}
.list_remaining > li{
  align-items: baseline;
  padding: 0 10px
}
.list_remaining p{
  color: #fff;
  margin: 0;
  font-size: 13px;
}
.list_remaining .ttl{
  font: 600 13px/1em 'Yu Gothic' , sans-serif;
  margin: 0 8px 0 0;
}
.list_remaining .cnt{
  font: 600 12px/1em 'Yu Gothic' , sans-serif;
}
.list_remaining span{
  font: 600 22px/1em 'Roboto' , sans-serif;
  padding: 0 4px 0 8px;
}

@media screen and (max-width: 576px){
  .list_remaining > li{
/*     flex-direction:column; */
  }
  .header_sub{
    padding: 8px 0 10px;
  }
  .list_remaining .ttl{
    font: 500 12px/1em  '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
    margin: 0 0 4px;
  }
  .list_remaining .cnt{
    font: 500 12px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  }
  .list_remaining span{
    font-size: 18px;
    padding: 0 3px;
  }
}
/*  */
.area_ticket{
  flex-wrap: wrap;
}
@media screen and (max-width: 768px){
  .area_ticket{
    font-size: 12px;
    justify-content: flex-end;
  }
  .area_ticket > div + div{
    margin: 0 20px 0 24px;
  }
}



/* 回数券 */
.area_ticke{
  position: relative;
}
.area_ticket .coupon{
  cursor: pointer;
  user-select: none;
  position: relative;
}
.area_ticket .coupon:before{
  content: "";
  background: url(../../images/common/ico_right_arrow1.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.area_ticket .coupon.display:before{
  transform: translateY(-50%) rotate(-90deg);
}


.area_coupon_detail{
  color: #000;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow:0px 10px 14px 0px rgba(97,17,108,.25);
  position: absolute;
  left: 16px;
  top: 140%;
  z-index: 1;
  opacity: 0;
  transition: .1s;
  pointer-events: none;
}
.area_coupon_detail.display{
  opacity: 1;
  pointer-events: all;
}
.area_coupon_detail p{
  margin: 0;
  padding: 0 0 0 16px;
}
.area_coupon_detail .list_coupon{
  padding: 0;
  margin: 0;
}
.area_coupon_detail .list_coupon > li + li{
  margin: 20px 0 0;
}
.area_coupon_detail .salon{
  color: #64286C;
  position: relative;
  margin: 0 0 8px;
}
.area_coupon_detail .salon:before{
  content: "";
  background: url(../../images/mypage/ico_place_lightpurple.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.area_coupon_detail .number{
  font: 600 11px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}
.area_coupon_detail .number span{
  color: #E62E8B;
  font: 600 19px/1em 'Roboto',sans-serif;
  padding: 0 3px;
}
@media screen and (max-width: 768px){
  .area_coupon_detail{
    left: auto;
    right: 10px;
  }
}

/* Header END */

/* Banner Overlay START */
.overlay_banner_container {
  padding: 30px 0;
  margin: 50px -1.5rem;
}
.banner_overlay {
  position: relative;
  display: block;
  padding-bottom: 38.23%;
  color: #fff;
}
.banner_overlay.ec{
  color: #000;
}
.banner_overlay.theme_gradient_blue.viewport{
  background: linear-gradient(to bottom, #E7EEF4, #CCDBE8 )
}
.banner_overlay.theme_gradient_purple.viewport{
  background: linear-gradient( to bottom, #482B5C, #64286C)
}
.banner_overlay.theme_gradient_darker.viewport {
  background: linear-gradient(to bottom, #000 100px, #2E1339);
  color: #FFF;
}
.banner_overlay::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.53;
  z-index: 1;
  transition: opacity 0.5s ease;
}
.banner_overlay:hover::after {
  opacity: 0.33;
}
.banner_overlay.overlay_purple::after { background: #482B5C; }
.banner_overlay.overlay_green::after { background: #E7EEF4; }
.banner_overlay .content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.banner_overlay .title {
  font-family: 'cinzel-regular';
  font-size: 25px;
  text-align: center;
  letter-spacing: 0.2em;
}
.banner_overlay .description {
  font-family: 'Yu Gothic Medium' ,sans-serif;
  font-size: 16px;
  margin-top: 3%;
}
@media screen and (max-width: 768px){
  .overlay_banner_container > div + div{
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 576px){
  .overlay_banner_container > div + div{
    margin: 8px 0 0;
  }
}
@media screen and (max-width: 480px){
  .overlay_banner_container { padding: 30px 0; }
  .banner_overlay .title {
    font-size: 20px;
  }
  .banner_overlay .description {
    font-size: 14px;
  }
}

/* Banner Overlay END */

/* Page Introdution START */
.page_introduction {
  margin: 40px 0px 30px 0px;
}
.page_introduction .title {
  display: inline-block;
  margin-right: 35px;
  font-size: 38px;
  font-family: 'cinzel-regular';
  font-weight: normal;
}
.page_introduction .description {
  display: inline-block;
  font-size: 14px;
}
.page_introduction_center {
  margin: 15px 0;
  text-align: center;
}
.page_introduction_center .title {
  font-size: 42px;
  font-family: 'cinzel-regular';
  font-weight: normal;
}
.page_introduction_center .description {
  font-size: 14px;
}
@media screen and (max-width: 576px){
  .page_introduction .title {
    margin-right: 20px;
    font-size: 34px;
  }
  .page_introduction .description {
    font-size: 13px;
  }
  .page_introduction_center .description {
    font-size: 13px;
  }
  .page_introduction {
    margin: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 480px){
  .page_introduction{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .page_introduction .title{
    line-height: 1.2;
  }
  .page_introduction h4{
    margin: 8px 0 0;
  }
}
/* Page Introdution END */

/* Sidebar Introdution START */
.sidebar_introduction {
  margin: 30px 0 15px 0px;
}
.sidebar_introduction .title {
  display: inline-block;
  margin-right: 20px;
  font-size: 28px;
  font-family: 'cinzel-regular';
}
.sidebar_introduction .description {
  display: inline-block;
}
/* Sidebar Introdution END */

/* Footer START */
.footer { padding: 16px 0; }
.footer .nav_main{ padding: 30px 0;}
.footer_top_nav .nav_link { color: #fff; }
.footer_bottom_nav { margin-top: 15px; }
.footer_bottom_nav .nav_link { color: #bbb; }
.footer_bottom_nav .nav_link.pink { color: #9d82a9; }
.footer_bottom_nav .nav_link.pink:hover { color: #cdb5d8; }
.footer_bottom_nav a.nav_link:hover { color: #fff; }

@media screen and (max-width: 992px){
  .footer .nav_main img{
    height: 50px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 576px){
  .footer .no_gutters {
    align-items: flex-start;
  }
  .footer .nav_main{ padding: 20px 0;}
  .footer .nav_main img{
    height: 40px;
  }
  .footer_bottom_nav .nav_link { font-size: 12px; }
}
/* Footer END */

/* Label Border START */
.label_border {
  border-left: 5px solid #64286C;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 576px){
  .label_border {
    font-size: 16px;
  }
}
/* Label Border END */

/* Wizard Step START */
/*
.wizard_step { display: flex; background: #F7F4F7; }
.wizard_step.theme_blue { background: #F9FAFC; }
.wizard_step .container { display: flex; flex-wrap: wrap; }
.wizard_step .step {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 16px 0 4px;
  color: #999;
  text-align: center;
  white-space: nowrap;
}
.wizard_step .step::before {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #CCC;
  margin-top: -25px;
  margin-left: -19px;
  z-index: 1;
}
.wizard_step .step::after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: 50%;
  left: 100%;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 15px solid #F7F4F7;
  margin-top: -25px;
  margin-left: -20px;
  z-index: 2;
}
.wizard_step.theme_blue .step::after { border-left: 15px solid #F9FAFC; }
.wizard_step .step.active { color: #000; }
.wizard_step .step:last-child::before { display: none; }
.wizard_step .step:last-child::after { display: none; }
.wizard_step .step .step_no {
  display: inline-block;
  font-size: 22px;
}
.wizard_step .step .step_title {
  font-size: 15px;
  margin-left: 5px;
}
*/





.wizard_step .container {
	overflow: hidden;
	width: 100%;
	margin: 1em auto;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	margin: 20px auto 60px;
}
.wizard_step .container > div {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0.7em 1em 0.7em 4em;
	margin: 0 0 0.5em 0;
	text-decoration: none;
	background: #F7F4F7;
	width: 100%;
  max-width: 25%;
	min-width: 20%;
	height: 50px;
	display: flex;
  align-items: baseline;
  color: #999;
}
.wizard_step .step.active { color: #000; }

.wizard_step.theme_blue .container > div { background: #F9FAFC; }

.wizard_step .container > div:first-child {
/* 	padding-left: 1em; */
}
.wizard_step .container > div::after,
.wizard_step .container > div::before {
	position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -1.9em;
  content: '';
  border-top: 1.9em solid transparent;
  border-bottom: 1.9em solid transparent;
  border-left: 1em solid;
}
.wizard_step .container > div::after {
	z-index: 2;
	border-left-color: #F7F4F7;
}
.wizard_step.theme_blue .container > div::after {border-left-color: #F9FAFC;}
.wizard_step .container > div::before {
	z-index: 1;
	right: -13px;
	border-left-color: #ccc;
}
.wizard_step .container > div:last-child::before,
.wizard_step .container > div:last-child::after {
	content: normal;
}

.wizard_step .step .step_no {
  display: inline-block;
  font-size: 22px;
  margin: 0 4px 0 0;
}
.wizard_step .step .step_title {
  font-size: 15px;
  margin-left: 5px;
}


@media screen and (max-width: 840px){
  .wizard_step .step .step_title {
    font-size: 13px;
    margin-left: 5px;
  }
  .wizard_step .step .step_no {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px){
  .wizard_step .container > div{
    padding: 0.7em 1em 0.7em 2em;
  }
  .wizard_step .container {
  	margin: 16px 0 40px;
  }
}
@media screen and (max-width: 660px){
  .wizard_step .step .step_no {
    font-size: 15px;
  }
  .wizard_step .container > div {
    height: 40px;
  	width: 48%;
  	max-width: 50%;
  	margin: 0 0 0.3em 0;
  }
  .wizard_step .container > div::after,
  .wizard_step .container > div::before {
    margin-top: -1.6em;
    border-top: 1.6em solid transparent;
    border-bottom: 1.6em solid transparent;
  }
}
@media screen and (max-width: 480px){
  .wizard_step .container {
  	margin: 16px 0 20px;
  }
}

/* Wizard Step START */

/* Checkbox & Radio Box START */
.checkbox_item {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 0 20px 0 30px;
  cursor: pointer;
  user-select: none;
  line-height: 20px;
  font: 600 14px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic',sans-serif;
}
.checkbox_item.min{
  font-size: 13px;
  padding: 0 20px 0 24px;
}
@media screen and (max-width: 480px){
  .checkbox_item.min {
    font-size: 11px;
  }
}
.checkbox_item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  outline: none;
  z-index: -1;
}
.checkbox_item input:focus ~ .checkmark { outline: none; }
.checkbox_item .checkmark {
  position: absolute;
  left: 0;
  background-color: #F8F7F8;
  border: 1px solid rgba(87, 41, 100, .14);
  height: 20px;
  width: 20px;
}
/* Checkbox */
.checkbox_item input[type="checkbox"]:focus{
  border-color: #000;
    outline: none;
}
.checkbox_item input[type="checkbox"] ~ .checkmark { background-color: #F9F7FA; border-radius: 2px; }
.checkbox_item input[type="checkbox"] ~ .checkbox_label { font: 14px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif; }
.checkbox_item:hover input[type="checkbox"] ~ .checkmark { background-color: #0000001A; border-color: #0000001A; }
.checkbox_item input[type="checkbox"]:checked ~ .checkmark { background-color: #000; border-color: #000; }
.checkbox_item input[type="checkbox"] ~ .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 3px;
  width: 13px;
  height: 11px;
  background: url('../../images/common/ico_checked_white.svg') center center no-repeat;
  background-size: 100% auto;
}
.checkbox_item.min .checkmark {
  height: 16px;
  width: 16px;
}
.checkbox_item.min input[type="checkbox"] ~ .checkmark::after {
  top: 2px;
  left: 1px;
  width: 11px;
  height: 11px;
}

/* Radio */
.checkbox_item input[type="radio"] ~ .checkbox_label { font: 16px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif; }
.checkbox_item input[type="radio"] ~ .checkmark { border-radius: 50%; }
.checkbox_item input[type="radio"]:checked ~ .checkmark { background-color: #F9F7FA; }
.checkbox_item input[type="radio"] ~ .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
}

.checkbox_item.impossible{opacity: .3;}

/* Checkbox Item State */
.checkbox_item:hover input ~ .checkmark::after { display: block; opacity: 0.15; }
.checkbox_item input:checked ~ .checkmark::after { display: block; opacity: 1; }

/* Checkbox Item Style */
.checkbox_item.theme_pink:hover input[type="checkbox"] ~ .checkmark { background-color: #E240911A; border-color: #E240911A; }
.checkbox_item.theme_pink input[type="checkbox"]:checked ~ .checkmark { background-color: #E24091; border-color: #E24091; }

.checkbox_item.theme_blue:hover input[type="checkbox"] ~ .checkmark { background-color: #1712451A; border-color: #1712451A; }
.checkbox_item.theme_blue input[type="checkbox"]:checked ~ .checkmark { background-color: #171245; border-color: #171245; }

.checkbox_item.theme_transparent input[type="checkbox"] ~ .checkmark { background-color: transparent; border-color: #EAE1EA; }
.checkbox_item.theme_transparent input[type="checkbox"]:checked ~ .checkmark { background-color: #EAE1EA; border-color: #EAE1EA; }

.checkbox_item.theme_pink input[type="radio"] ~ .checkmark::after { background-color: #E24091; }
.checkbox_item.theme_blue input[type="radio"] ~ .checkmark::after { background-color: #171245; }

/* Checkbox & Radio Box END */

/* Rating Item START */
.rating_item {
  position: relative;
  margin: 0 5px 0 0;
  display: inline-block;
}
.rating_item .star {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: auto;
}
.rating_item .star_gray{ background-image: url('../../images/common/ico_star_gray.svg'); }
.rating_item .star_pink_line{ background-image: url('../../images/common/ico_star_pink_line.svg'); }
.rating_item .star_pink{ background-image: url('../../images/common/ico_star_pink.svg'); }
.rating_item .star_purple_line{ background-image: url('../../images/common/ico_star_purple_line.svg'); }
.rating_item .star_purple{ background-image: url('../../images/common/ico_star_purple.svg'); }
.rating_item .score {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
}
.rating_item .count { color: #999; }
/* Rating Item END */

/* NavPill START */
.nav_pill {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.nav_pill .nav_item {
  position: relative;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 4px;
  margin-right: 20px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
}
.nav_pill .nav_item:last-child { margin-right: 0; }
.nav_pill.theme_pink .nav_item { color: #523069; }
.nav_pill .nav_item.active {
  background-color: #000;
  color: #fff;
}
.nav_pill.caret .nav_item::after {
  content: '';
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 5px;
  margin-top: 3px;
  background: url('../../images/common/ico_arrow_bottom_purple.svg') center no-repeat;
}
.nav_pill.caret .nav_item:hover::after { display: block; }

@media screen and (max-width: 576px){
  .nav_pill .nav_item {
    padding: 6px 10px;
    margin-right: 0;
    font-size: 13px;
  }
}
/* NavPill END */

/* Esthetician Item START */
.esthetician_item {
  position: relative;
  margin: 0 20px 0 20px;
  text-align: left;
}
.esthetician_item .image {
  width: 160px;
}
.esthetician_item .item_img {
  width: 100%;
  padding-bottom: 100%;
}
/* Esthetician Item END */

/* Breadcrumb START */
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0;
}
.breadcrumb .breadcrumb_item {
  display: inline-block;
  font-size: 12px;
  padding: 6px 0px;
  border-radius: 4px;
  margin: 0;
}
.breadcrumb_item+.breadcrumb_item::before {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url('../../images/common/ico_right_arrow.svg') center no-repeat;
  background-size: 100% 100%;
  padding: 0 25px;
  color: #6c757d;
  content: "";
}
/* Breadcrumb END */

/* Custom Carousel Nav START */
.custom_carousel_nav > button[class^="owl-"] {
  position: absolute;
  user-select: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-weight: bold;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  padding: 0 20px;
  font-size: 24px;
  font-weight: bold;
  color: #64286C;
  opacity: 0;
  z-index: 1;
  transition: all 0.25s ease;
}
.custom_carousel_nav .owl-prev { left: 0; box-shadow: 8px 0 8px 0 rgba(0,0,0,0.1); }
.custom_carousel_nav .owl-next { right: 0; box-shadow: -8px 0 8px 0 rgba(0,0,0,0.1); }
.owl-carousel:hover + .custom_carousel_nav .owl-prev,
.owl-carousel:hover + .custom_carousel_nav .owl-next {
  background: rgba(255, 255, 255, 0.89);
  opacity: 0.7;
}
.custom_carousel_nav:hover .owl-prev,
.custom_carousel_nav:hover .owl-next {
  background: rgba(255, 255, 255, 0.89);
  opacity: 1;
}
/* Custom Carousel Nav END */

/* Nav Tabs START */
.nav_tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding-left: 0;
  list-style: none;
}
.nav_tabs .nav_item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
  flex-basis: 0;
  justify-content: center;
  text-align: center;
  background: #F2EFF2;
  color: rgba(0,0,0,0.38);
  font-family: 'hiragino-sans-gb-w6';
  font-size: 14px;
  padding: 10px 12px 7px 12px;
  text-decoration: none;
}
.nav_tabs .nav_item:hover { background: #efe8ef; }
.nav_tabs .nav_item.active {
  background: #000;
  color: #FFF;
}
.nav_tabs .nav_item .small { font-size: 12px; }
.nav_tabs .nav_item.active .small::before {
  content: '(';
  display: inline;
}
.nav_tabs .nav_item.active .small::after {
  content: ')';
  display: inline;
}

.tab_content {
  background: linear-gradient(to bottom, #000 100px, #2E1339);
  color: #FFF;
}
.tab_content .tab_panel {
  padding: 20px;
  display: none;
}
.tab_content .tab_panel.show { display: block; }
/* Nav Tabs END */

/* Questionnaire START */
.questionnaire .content_container { max-height: 600px; overflow-y: scroll; }
.questionnaire .item {
  border-bottom: 1px solid #F2EFF2;
  margin-top: 15px;
  padding-bottom: 10px;
}
.questionnaire .item .title { margin-bottom: 15px; font-size: 15px; font-family: 'hiragino-sans-gb-w6'; }
.questionnaire .item .icon_map_purple { margin-right: 7px; margin-top: -3px; }
.questionnaire .item .rating_score { font-size: 20px; font-weight: bold; }
.questionnaire .item .point { margin: 0 5px 10px 7px; font-weight: bold; font-size: 21px; color: #E62E8B; }
.questionnaire .item .reserved_time { margin: 10px 0 0; font-family: 'hiragino-sans-gb-w6'; }
.questionnaire .item .avatar { margin-right: 10px; }
.questionnaire .item .liked_text {
  position: relative;
  color: #E72E8B;
  font-size: 12px;
  padding-left: 20px;
}
.questionnaire .item .liked_text::after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 12px;
  height: 8px;
  background: url('../../images/common/ico_checked_pink.svg') center no-repeat;
}
.questionnaire .item .viewmore {
  position: relative;
  color: #64286C;
  font-size: 14px;
  padding-right: 15px;
}
.questionnaire .item .viewmore::after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  right: 0;
  width: 8px;
  height: 7px;
  background: url('../../images/common/ico_purple_right_double_arrow.svg') center no-repeat;
  background-size: 100% 100%;
}
.img_circle{
  border-radius: 50%;
}
[class*="img_box_"]:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
[class*="img_box_"][class*="75"]:before{
  padding-top: 75%;
}
.img_circle:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.questionnaire .user_info .img_circle{
  flex: 0 0 40px;
}
.questionnaire .user_info{
  flex: 1 1 auto;
  min-width: 10px;
}
/* Questionnaire END */

/* Label corner START */
.label_corner{
  display: block;
  height: 24px;
  width: 78px;
  color: white;
  font: bold 12px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
  text-align: center;
  padding-top: 3px;
  margin-left: -5px;
}
.label_corner.small{width: 65px;}
.label_corner.bg_purple { background-color: #64286C; }
.label_corner.bg_black { background-color: #2E1339; }
.label_corner.bg_pink { background-color: #E24091; }
.label_corner.bg_gray { background-color: #999999; }
/* Label corner END */

/* Step Round START */
.step_round_icon {
  /*position: absolute;*/
  /*left: 0px;*/
  /*top: 0px;*/
  border-radius: 50%;
  color: #ffffff;
  z-index: 999;
}

.step_round_36 {
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 28px;
  text-align: center;
}
.step_round_24 {
  width: 24.15px;
  height: 24.15px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
}
.step_round_26 {
  width: 26px;
  height: 26px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
}
.step_round_30 {
  width: 30px;
  height: 30px;
  line-height: 25px;
  font-size: 17px;
  text-align: center;
}

.step_round_yellow { background: #B4A345; }
.step_round_silver { background: #ADADAD; }
.step_round_copper { background: #6A5D16; }
.step_round_gray { background: #666666; }
.step_round_blue { background: #171245; }

@media screen and (max-width: 576px){
  .step_round_24_576 {
    width: 24.15px;
    height: 24.15px;
    line-height: 25px;
    font-size: 18px;
    text-align: center;
  }
}
/* Step Round END */

/* Tag START */
.tag_outline_purple {
  background-color: transparent !important;
  border: 1px solid #64286C;
  color: #64286C !important;
  padding: 2px 10px;
  height: 24px;
  font: 12px 'hiragino-sans-gb-w6';
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
/* Tag END */

/* Pagination start */
.pagination { display: inline-block; }
.pagination a {
  color: #CDCDCD;
  padding: 8px 16px;
  text-decoration: none;
  font: 20px 'cinzel-regular';
}
.pagination a.active { color: #000000; }
.pagination a:hover:not(.active) {background-color: #ddd;}
.pagination img {
  display: inline-block;
  /* width: 45px; */
  height: 9px;
  background-size: 100% 100%;
  padding: 0 5px;
  color: #241D53;
  content: "";
}

@media screen and (max-width: 576px){
  .pagination a {
    padding: 8px 10px;
    font: 18px 'cinzel-regular';
  }
}
/* Pagination END */

/* Badge START */
.badge_pink {
  margin-right: 20px;
  padding: 2px 5px 3px 5px;
  background-color: #E24091;
  color: #ffffff;
  border-radius: 2px;
  font: 11px 'hiragino-sans-gb-w6';
}
.badge_outline_pink {
  margin-right: 20px;
  padding: 2px 5px 3px 5px;
  background-color: #ffffff;
  color: #E24091;
  border: 1px solid #E24091;
  border-radius: 2px;
  font: 11px 'hiragino-sans-gb-w6';
}
.badge_purple {
  margin-right: 20px;
  padding: 2px 5px 3px 5px;
  background-color: #64286C;
  color: #ffffff;
  border-radius: 2px;
  font: 11px 'hiragino-sans-gb-w6';
}
.badge_outline_purple {
  margin-right: 20px;
  padding: 2px 3px 3px 5px;
  border:1px solid #64286C;
  color: #64286C;
  border-radius: 2px;
  font: 11px 'hiragino-sans-gb-w6';
}
/* Badge END */

/* Japan Map START */
.japan_map {
  position: relative;
  top: 30px;
  background: url('../../images/home_page/img_japan_maps.png') top left no-repeat;
  background-size: 100% 100%;
  flex: 0 0 374px;
  width: 374px;
  height: 417px;
}
.japan_map .dot {
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
}
.japan_map .dot::after {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFF;
  cursor: pointer;
  z-index: 2;
  transition: background-color 0.2s ease;
}
.japan_map .dot::before {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin: -8px 0px 0px -4px;
  width: 21px;
  height: 21px;
  z-index: 1;
  background: radial-gradient(ellipse at center, rgba(255,255,255,0.4) 13%,rgba(255,255,255,0) 67%,rgba(255,255,255,0) 100%);
}
.japan_map .dot.active::before,.japan_map .dot.current::before {
  background: radial-gradient(ellipse at center, rgba(232, 57, 146,0.4) 13%,rgba(232, 57, 146,0) 67%,rgba(232, 57, 146,0) 100%);
}
.japan_map .dot.active::after,.japan_map .dot.current::after { background-color: #E83992; }


@media screen and (max-width: 1080px){
  .japan_map{
    left: -80px;
  }
}

@media screen and (max-width: 480px){
  .japan_map .dot:nth-of-type(1){
    top: 28px !important;
    left: 229px !important;
  }
  .japan_map .dot:nth-of-type(2){
    top: 112px !important;
    left: 180px !important;
  }
  .japan_map .dot:nth-of-type(3){
    top: 161px !important;
    left: 65px !important;
  }
  .japan_map .dot:nth-of-type(4){
    top: 189px !important;
    left: 48px !important;
  }
  .japan_map .dot:nth-of-type(5){
    top: 255px !important;
    left: 27px !important;
  }
  .japan_map .dot:nth-of-type(6){
    top: 80px !important;
    left: 220px !important;
  }
  .japan_map .dot:nth-of-type(7){
    top: 140px !important;
    left: 193px !important;
  }
  .japan_map .dot:nth-of-type(8){
    top: 153px !important;
    left: 163px !important;
  }
  .japan_map .dot:nth-of-type(9){
    top: 166px !important;
    left: 130px !important;
  }
  .japan_map .dot:nth-of-type(10){
    top: 179px !important;
    left: 80px !important;
  }
  .location_picker .list_location .item {
    font-size: 13px;
    margin: 6px 10px;
  }
}

/* Japan Map END */

/* Location Picker START */
.location_box {
  background: #000;
  color: #FFF;
  padding: 60px;
  margin-top: -25px;
  box-shadow: 0 30px 12px 0 rgba(45, 16, 51, 0.28);
}
.location_picker {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  min-height: 460px;
  margin-right: 35px;
}
/* Content */
.location_picker .content {
  position: absolute;
  top: 0;
  left: 0;
}
.location_picker .title {
  font-size: 72px;
  font-family: 'cinzel-regular';
  font-weight: 500;
  letter-spacing: 7px;
  line-height: 1;
}
.location_picker .description {
  font-size: 15px;
  margin: 20px 0 0;
}
@media screen and (max-width: 1080px){
  .location_picker .title {
    font-size: 64px;
  }
}

/* List Location */
.location_picker .tab_wrap{
  position: absolute;
  width: 300px;
  right: 0;
  bottom: 0;
}
.location_picker .list_location_container {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.location_picker .list_location{
  list-style: none;
}
.list_location > li > button{
  color: #fff;
  position: relative;
  border: none;
  background: transparent;
  outline: none;
}
.list_location > li > button:before{
  content: "";
  background: #fff;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.list_location > li > button:after{
  content: "";
  background: radial-gradient(ellipse at center, rgba(232, 57, 146,0.2) 13%,rgba(232, 57, 146,0) 67%,rgba(232, 57, 146,0) 100%);
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  left: -13px;
  bottom: 11px;
}
.list_location > li > button.current:before{
  background: #E83992;
}
.location_picker .list_location .item {
  font-size: 16px;
  padding: 10px 0;
  cursor: pointer;
}
.location_picker .list_location .item.active,.location_picker .list_location .item.current { color: #E83992; }

[class*="list_prefectures"]{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}
[class*="list_prefectures"] > li{
  padding: 4px;
  width: 33.3333%;
}
[class*="list_prefectures"] [class*="btn_"]{
  color: #fff;
  border: 1px solid #fff;
  padding: 3px 14px;
  width: 100%;
  background: transparent;
  cursor: pointer;
  opacity: .6;
}
[class*="list_prefectures"] [class*="btn_"]:hover{
  opacity: 1;
}
.tab_cnt{ display: none;}
.tab_cnt.current{
  display: block;
  min-height: 100px;
}

/* Location Picker END */

/* Icon START */
.btn_icon { line-height: 1; }
.icon { display: inline-block; }
.icon_heart {
  background: url('../../images/common/ico_heart.svg') center no-repeat;
  width: 25px;
  height: 1.2rem;
  background-size: 64%;
}

.icon_heart_pink {
  background: url('../../images/online/icoheart_selected.svg') center no-repeat;
  width: 25px;
  height: 1.2rem;
  background-size: 65% 100%;
}

.icon_post {
  background: url('../../images/common/ico_post.svg') center no-repeat;
  width: 25px;
  height: 24px;
}

.icon_map {
  background: url('../../images/common/ico_map.svg') center no-repeat;
  width: 25px;
  height: 24px;
}

.icon_map_purple {
  background: url('../../images/common/ico_map_purple.svg') center no-repeat;
  width: 25px;
  height: 24px;
}

.icon_pen_white {
  background: url('../../images/common/ico_pen_white.svg') center no-repeat;
  width: 25px;
  height: 24px;
}

.icon_maru_purple {
  display: inline-block;
  background: url('../../images/common/ico_maru_purple.svg') center no-repeat;
  width: 19px;
  height: 19px;
  background-size: 100% 100%;
}

.icon_batsu_purple {
  display: inline-block;
  background: url('../../images/common/ico_batsu_purple.svg') center no-repeat;
  width: 14.53px;
  height: 14.53px;
  background-size: 100% 100%;
}
.icon_tryangle_purple {
  display: inline-block;
  background: url('../../images/common/ico_tryangle_purple.svg') center no-repeat;
  width: 14.53px;
  height: 14.53px;
  background-size: 100% 100%;
}

.icon_warning {
  display: inline-block;
  background: url('../../images/common/ico_warning.svg') center no-repeat;
  width: 43px;
  height: 37px;
  background-size: 100% 100%;
}

.ico_right_arrow::before {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url('../../images/common/ico_right_arrow.svg') center no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  color: #6c757d;
  content: "";
}

.ico_right_double_arrow::before {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url('../../images/common/ico_right_double_arrow.svg') center no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  content: "";
}
.ico_purple_right_double_arrow::before {
  display: inline-block;
  width: 5px;
  height: 9px;
  background: url('../../images/common/ico_purple_right_double_arrow.svg') center no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  content: "";
}
.ico_caret_down_solid::before {
  display: inline-block;
  width: 5px;
  height: 12px;
  background: url(../../images/common/ico_caret_down_solid.svg) center no-repeat;
  background-size: 100% 100%;
  padding: 0 10px;
  content: "";
}
.ico_arrow_convert_right::before {
  display: inline-block;
  width: 32.12px;
  height: 13.08px;
  background: url('../../images/common/ico_arrow_convert_right.svg') center no-repeat;
  content: "";
}
.ico_arrow_convert_left::before {
  display: inline-block;
  width: 32.12px;
  height: 13.08px;
  background: url('../../images/common/ico_arrow_convert_left.svg') center no-repeat;
  content: "";
}
/* Icon END */
/* PAGINATION STYLE -START */
.pagination.text_center ul.pagination{
  padding: 0;
  list-style: none;
}
.pagination.text_center ul.pagination li{
  display: inline;
}
.pagination.text_center ul.pagination li.active span{
  padding: 8px 16px;
  font: 20px 'cinzel-regular';
}
.pagination.text_center ul.pagination li.disabled{
  display: inline;
  padding: 8px 16px;
}

@media screen and (max-width: 576px){
  .pagination.text_center ul.pagination li.active span {
    padding: 8px 10px;
    font: 18px 'cinzel-regular';
  }
}
/* PAGINATION STYLE -END */

/* Tingle Modal START */
/* .tingle-modal-box { max-width: 560px; } */
.tingle-modal-box__footer { text-align: center; background-color: #FFF; }

/* Tingle Modal END */

/* sp_menu START */
.area_menu_sp{
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  background: rgba(45,16,51,.93);
  z-index: 10;
  display: flex;
  flex-direction:column;
  align-items: center;
  padding: 30px 50px;
  position: fixed;
  opacity: 0;
  pointer-events: none;
  transition: .2s;
  z-index: 2000;
}
.area_menu_sp.display{
  opacity: 1;
  pointer-events: all
}

.area_menu_sp .cls_btn{
  color: #fff;
  font-size: 25px;
  position: absolute;
  right: 25px;
  top: 42px;
  cursor: pointer;
}
.area_menu_sp img{
  margin: 0 0 20px;
}
.list_menu_sp{
  padding: 0;
  width: 100%;
}
.list_menu_sp a{
  color: #fff;
  font: 500 14px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'cinzel-regular',sans-serif;
  letter-spacing: .3;
  display: flex;
  flex-direction:column;
  align-items: center;
}
.list_menu_sp a span{
  font: 400 18px/1em 'cinzel-regular', serif;
  margin: 0 0 10px;
  letter-spacing: .2em;
}
.list_menu_sp > li{
  padding: 10px 0;
}
.list_menu_sp .login{
  border-top: 2px solid rgba(255,255,255,.7);
  margin: 20px 0 0;
  padding: 20px 0 0;
  display: flex;
  justify-content: center;
}
.list_menu_sp .login a{
  font: 500 14px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'cinzel-regular',sans-serif;
}
.list_menu_sp .contact a{
  color: #64286C;
  background: #fff;
  padding: 16px 0;
  border-radius: 4px;
  font: 600 14px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'cinzel-regular',sans-serif;
}

.list_menu_sp .contact{
  margin: 10px 0 0;
}
.list_menu_sp .contact.mt_0{
  margin: 0;
  padding: 0;
}
.list_menu_sp .favorite > div{
  padding: 0;
  flex-wrap: nowrap;
}
.list_menu_sp .favorite a{
  font: 600 12px/2.3em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'cinzel-regular',sans-serif;
  margin: 0 3px;
  display: block;
  width: 50%;
}
.list_menu_sp .favorite .btn_light_purple{
  color: #000;
}

/* sp_menu END */

/** Notification*/
.notification {
  background-color: #fff;
  position: relative;
}
.notification.border_green {
  border: 2px solid #51D0A9;
}
.notification.padding {
  padding: 15px 22px;
}
.notification .close {
  position: absolute;
  top: 0px;
  right: 3px;
  color: #ccc;
  font: 200 16px 'Yu Gothic';
  cursor: pointer;
}
.notification .text {
  color: #51D0A9;
}
.notification .text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 20px;
  vertical-align: middle;
  background: url(../../images/mypage/ico_tick.svg) center center no-repeat;
}

/** Warning*/
.warning {
    background-color: #fff;
    position: relative;
}
.warning.border_pink {
    border: 2px solid #E24091;
}
.warning.padding {
    padding: 15px 22px;
}
.warning .close {
    position: absolute;
    top: 0px;
    right: 3px;
    color: #ccc;
    font: 200 16px 'Yu Gothic';
    cursor: pointer;
}
.warning .text {
    color: #E24091;
}
.warning .text::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    vertical-align: middle;
    background: url(../../images/mypage/ico_warning.svg) center center no-repeat;
    background-size: contain;
}

.area_user{
  display: flex;
  justify-content: flex-end;
}

.area_user .status:before{
  content: "";
  background: url(../../images/common/ico_user_02.svg) no-repeat center center !important;
  background-size: contain !important;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.area_user p{
  margin: 0;
  font: 500 13px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}
.area_user .status{
  position: relative;
  padding: 0 0 0 20px;
}
.area_user .name{
  font: 600 13px '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' ,sans-serif;
}


/* 個別 */
.area_user.salon{
  padding: 0 0 5px;
}

.area_header_ticket .container{
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.area_user.school{
  margin: 0 50px 0 0 ;
}
.area_user.school p{
  color: #fff;
}
.area_user.school .status:before{
  background: url(../../images/common/ico_user_02_white.svg) no-repeat center center !important;
  background-size: contain !important;
}

@media screen and (max-width: 768px){
  .area_header_ticket .container{
    flex-direction:column;
    align-items: flex-end;
  }
  .area_user.school{
    margin: -10px 0 10px;
  }
  .area_header_ticket.guest .container{
    flex-direction: row;
  }
}

@media screen and (max-width: 576px){
  .area_user.school{
    margin: -6px 0 8px;
  }
}

/* SNSリンク */
.list_action_sns{
  display: flex;
  justify-content: flex-end;
  max-width: 700px;
  margin: 0 auto 1rem;
}
.list_action_sns > li{
  padding: 0 2px;
}

/* その他のブログ */
.list_blog_other_posts_col{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -30px;
}
.list_blog_other_posts_col > li{
  width: 33.3333%;
  padding: 30px;
}
.list_blog_other_posts_col .img{
  margin: 0 -3px 10px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.list_blog_other_posts_col .img:before{
  content: "";
  display: block;
  width: 100%;
  padding-top: 60%;
}
.list_blog_other_posts_col .ttl {
  font: 600 18px/1.3em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list_blog_other_posts_col .description {
  font: 400 13px/1.4em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  overflow: hidden;
  max-height: 36px;
}
.list_blog_other_posts_col .area_blog_info{
  display: block;
  margin: 10px 0 0;
}
.list_blog_other_posts_col .date {
  color: #aaa;
  font: 300 13px/1em '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic' , sans-serif;
  margin: 0;
}
@media screen and (max-width: 960px){
  .list_blog_other_posts_col{
    margin: 0 -5px 30px -5px;
  }
  .list_blog_other_posts_col > li{
    width: 33.3333%;
    padding: 5px;
  }
  .list_blog_other_posts_col .ttl{
    font-size: 16px;
  }
}
@media screen and (max-width: 640px){
  .list_blog_other_posts_col{
  }
  .list_blog_other_posts_col > li{
    width: 100%;
  }
}
@media screen and (max-width: 480px){
  .list_blog_other_posts_col .ttl{
    font-size: 14px;
  }
}


/** Page Title START **/
.recruit-form .page_introduction {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.recruit-form .page_introduction .title {
    font-size: 60px;
    margin-right: 0px;
}
.recruit-form .page_introduction .description {
    font-size: 14px;
    letter-spacing: 0.8px
}
.recruit-form .page_introduction .note {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.4px;
}

@media screen and (max-width: 768px){
  .recruit-form .page_introduction .title {
    font-size: 54px;
    margin: 0;
  }
  .recruit-form .page_introduction .description{
    font-size: 13px;
  }
  .recruit-form .contact_description br {
    display: none;
  }
}
@media screen and (max-width: 576px){
  .recruit-form .page_introduction .title {
    font-size: 46px;
    margin: 0 0 10px;
  }
  .recruit-form .page_introduction .note {
    text-align: left;
  }
}
.recruit-form .contact_us,
.recruit-form .confirm_content {
  max-width: 800px;
  margin: 0 auto;
}
.recruit-form .form_group {
  line-height: 35px;
}

/** Page Title END **/

.header-alert {
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}
.header-alert .description {
  position: absolute;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 5px;
  border: 2px solid #E62E8B;
  background: #F1F1F1;
  width: 300px;
  z-index: 1;
  top: 25px;
  left: -40px;
}
.header-alert.sp {
  display: none;
}
.header-alert .description {
  display: none;
}
.header-alert .description.active {
  display: block;
}
@media screen and (max-width: 576px){
  .header-alert {
    font-size: 10px;
  }
  .header-alert {
    display: none;
  }
  .header-alert.sp {
    display: block;
    margin-right: 0;
  }
  .header-alert .description{
    right: 0;
    top: 20px;
    left: initial;
  }
  .header-alert .text_pink {
    text-align: right;
  }
}

.avatar img.img_circle {
  width: 30px;
  height: 30px;
}

.sp_banner,
.pc_banner {
  width: 100%;
  height: auto;
  max-width: 700px;
  margin: 0 auto;
  display: block;
}
.sp_banner {
  display: none;
}
@media screen and (max-width: 767px){
  .pc_banner {
    display: none;
  }
  .sp_banner {
    display: block;
  }
}
