@charset "UTF-8";

html.is-headermenu-open {
  overflow: hidden;
}

#wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.nav_bg {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  z-index: 15;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.7;
}

#sp-header {
  z-index: 150;
  position: relative;
  height: auto;
  border-bottom: inherit;
  font-weight: 500;
  color: #333;
  -webkit-font-smoothing: antialiased;
  line-height: 1.15;
  width: 100%;
  display: block;
}

#sp-header *,
#sp-header-nav * {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  /*font-feature-settings: "palt" 1;*/
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#sp-header a,
#sp-header-nav a {
  color: #333;
  cursor: pointer;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  text-decoration: none;
}

#sp-header a:hover,
#sp-header-nav a:hover {
  cursor: pointer;
}

#sp-header li,
#sp-header-nav li {
  list-style: none;
}

#sp-header img,
#sp-header-nav img {
  width: 100%;
}

#sp-header .l-sp_header {
  background-color: #fff;
  height: 48px;
  position: relative;
  /* border-bottom: 1px solid #dadada; */
}

#sp-header .l-sp_header::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E9E9E9;
  position: absolute;
  bottom: 0px;
  right: 48px;
}

#sp-header .l-sp_header__logo {
  float: left;
  width: 153px;
  height: 48px;
  position: absolute;
  top: 0px;
  left: 15px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 374px) {
  #sp-header .l-sp_header__logo {
    width: 140px;
  }
}

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

  #sp-header .l-sp_header__logo.is-s {
    width: 120px;
    /* top: 16px; */
  }

}

#sp-header .l-sp_header__btns {
  float: right;
  width: auto;
}

#sp-header .l-sp_header__btns_item {
  float: left;
  width: 48px;
  max-height: 48px;
  border-left: 1px solid #dadada;
  position: relative;
}

#sp-header .l-sp_header__btns_item:last-child {
  border-left: none;
}

#sp-header .l-sp_header__btns_item span {
  cursor: pointer;
}

#sp-header .l-sp_header__menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
}

#keep_number {
  position: absolute;
  top: 6px;
  left: 34px;
  font-size: 8px;
  background-color: #FFE232;
  color: #5ACBF6;
  font-weight: bold;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  text-align: center;
}

html.is-fixed,
html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

#sp-header-nav {
  display: none;
  overflow-x: hidden;
  overflow-y: auto !important;
  z-index: 999999;
  line-height: 15px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 48px;
}

#sp-header .l-sp_header__menu {
  position: relative;
  display: block;
}

#sp-header .l-sp_header__menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/sp/images/common/btn_header_close.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  transition: 0.3s;
  opacity: 0;
}

#sp-header .is-open.l-sp_header__menu::before {
  opacity: 1;
}

#sp-header-nav .l-sp_hdr_nav {
  background-color: #FFF1F1;
  padding: 15px;
  padding-bottom: 63px;
}

#sp-header-nav .l-sp_hdr_nav__list {
  margin: 15px 0 0 0;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #DFDFDF;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__list::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #DFDFDF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#sp-header-nav .l-sp_hdr_nav__item {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #DFDFDF;
  font-size: 11px;
  font-weight: bold;
}

#sp-header-nav .l-sp_hdr_nav__item--border_none {
  border: none;
}

#sp-header-nav .l-sp_hdr_nav__item2 {
  border-bottom: 1px solid #dadada;
  font-size: 15px;
  letter-spacing: 0;
  text-align: left;
  padding: 13px 0 13px 10px !important;
  line-height: 15px;
}

#sp-header-nav .l-sp_hdr_nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 44px;
  text-decoration: none;
  padding: 0 15px;
  width: 100%;
  color: #2F2F2F;
}

#sp-header-nav .l-sp_hdr_nav__link::after {
  content: "";
  display: block;
  flex-basis: 6px;
  flex-grow: 0;
  flex-shrink: 0;
  height: 10px;
  background: url(../../images/icon_arr_right.svg) no-repeat center center;
  background-size: contain;
}

#sp-header-nav .l-sp_hdr_nav__icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 100%;
  flex-grow: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center left;
}

#sp-header-nav .l-sp_hdr_nav__icon--1 {
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--1:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--2 {
  -webkit-background-size: 14px;
  background-size: 14px;
  background-position: left 3px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--2:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--2_1 {
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: left 0px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--2_1:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--3 {
  -webkit-background-size: 15px;
  background-size: 15px;
  background-position: left 3px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--3:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--4 {
  -webkit-background-size: 19px;
  background-size: 19px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--4:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--5 {
  -webkit-background-size: 24px;
  background-size: 24px;
  background-position: left center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--5:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--6 {
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--6:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--7 {
  -webkit-background-size: 16px;
  background-size: 16px;
  background-position: left 3px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--7:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--8 {
  -webkit-background-size: 19px;
  background-size: 19px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--8:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--9 {
  -webkit-background-size: 20px;
  background-size: 20px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--9:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--10 {
  -webkit-background-size: 19px;
  background-size: 19px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--10:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .l-sp_hdr_nav__icon--11 {
  -webkit-background-size: 19px;
  background-size: 19px;
  background-position: left 1px center;
  position: relative;
}

#sp-header-nav .l-sp_hdr_nav__icon--11:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 4px;
  height: 4px;
  margin: 5px 0 0 0;
  border-top: solid 2px #ff91b1;
  border-right: solid 2px #ff91b1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#sp-header-nav .c-inner {
  padding: 20px 15px;
}

#sp-header-nav .c-btn {
  display: block;
  background-color: #f91a69;
  border-radius: 5px;
  position: relative;
  height: 65px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.05em;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 4px 0px 0px #dadada;
  background-image: url(/sp/images/icon_white_right.png), url(/sp/images/bg_btn.jpg);
  background-repeat: no-repeat, repeat-x;
  background-position: right 13px center, center center;
  -webkit-background-size: 10px, 1px;
  background-size: 10px, 1px;
}

#sp-header-nav .c-btn__txt {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  text-align: center;
  display: block;
  z-index: 2;
  line-height: 119.04761905%;
}

#sp-header-nav .c-btn__txt .small {
  font-size: 14px;
}

#sp-header-nav .c-btn__txt .middle {
  font-size: 18px;
}

#sp-header-nav .c-btn__txt .txticon {
  display: inline-block;
  color: #fa1e6c;
  background-color: #fff;
  height: 23px;
  line-height: 23px;
  border-radius: 3px;
  font-size: 17px;
  letter-spacing: 0.05em;
  padding: 0 10px;
  margin-right: 10px;
}

#sp-header-nav .u-cf:after {
  content: " ";
  display: block;
  clear: both;
}

#sp-header-nav .l-sp_header__top {
  background: #FFF;
}



#sp-nav-wrapper .l-sp_hdr_nav__keeparea {
  /* padding: 0px 15px 100px 15px; */
  /* height: 100px; */
  margin-top: 15px;
}

/* #sp-keeparea-menu {
  width:100%;
  padding:0px 15px 100px 15px;
  margin:0;
  list-style-type: none;
}

#sp-keeparea-menu li {
  width:33.3%;
  float:left;
  padding:0;
  margin:0;
  text-align:center;
}

#sp-keeparea-menu li a {
  width:auto;
  height: 80px;
  color:#ff91b1;
  font-size:35px;
  font-weight:bold;
  line-height: 0.75;
  padding: 15px 0 0 0;
  text-decoration:none;
  display:block;
  background: -moz-linear-gradient(top, #fff, #eeeced);
  background: -webkit-linear-gradient(top, #fff, #eeeced);
  background:linear-gradient(to bottom, #fff, #eeeced);
  border-left: 0.1px solid #dedede;
  box-shadow: 1px 0px 0px #dedede inset,
             -1px 0px 0px #dedede inset,
              0px 1px 1px #dedede inset,
              0px -1px 1px #dedede inset,
              0px 1px 3px #dedede;
}

#sp-keeparea-menu .keeparea_menu__count {
  font-size: 14px;
  color: #5e5e5e;
  padding-left: 8px;
}

#sp-keeparea-menu .keeparea_menu__number{
	font-size: 11px;
	color: #5e5e5e;
	line-height: 4;
}



#sp-keeparea-menu li:first-child a{
  border-left:0px;
  border-radius:5px 0 0 5px;
  box-shadow:-1px 0px 0px #dedede inset,
              0px 1px 1px #dedede inset,
              0px -1px 1px #dedede inset,
              0px 1px 3px #dedede;
}

#sp-keeparea-menu li:last-child a{
  border-radius:0 5px 5px 0;
  box-shadow: 1px 0px 0px #dedede inset,
              0px 1px 1px #dedede inset,
              0px -1px 1px #dedede inset,
              0px 1px 3px #dedede;
}

#sp-keeparea-menu li a:hover {
  background:#ff91b1;
  -webkit-tap-highlight-color: rgba(255,145,177,1) !important;
  cursor:pointer;
  color: #fff;
} */


/* .cv-group{
	border-top: solid 9px #ff7da3;
	width: 100%;
	height: auto;
	background-color: #fedce6;
	background-image:
	 repeating-linear-gradient(45deg,
	 #fee3eb, #fee3eb 3px,
	 transparent 0, transparent 6px);
}

.l-sp_hdr_nav__btn {
  padding: 18px 15px 10px 15px !important;
}

.cv-btn img{
	width: 100%;
	height: auto;
}
 */

#sp-nav-wrapper .l-sp_hdr_nav_btns {
  display: flex;
  margin-right: -9px;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__item {
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 9px;
  font-size: 13px;
  font-weight: bold;
  line-height: 115.38461538%;
  text-align: center;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 54px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn--01 {
  background-color: #1CABEB;
  color: #fff;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn--02 {
  background-color: #F11A64;
  color: #fff;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .search {
  flex-basis: 13px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 4px;
  transform: translateY(1px);
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .search svg {
  width: 100%;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .search svg path,
#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .search svg line {
  stroke: #fff;
  stroke-width: 2px;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .txt {
  flex-grow: 0;
  flex-shrink: 1;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .arr {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .arr svg {
  width: 8px;
  height: 13px;
}

#sp-nav-wrapper .l-sp_hdr_nav_btns__btn .arr svg path {
  stroke: #fff;
  stroke-width: 1px;
}

#sp-keeparea-menu {
  display: flex;
  background-color: #fff;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
}

#sp-keeparea-menu li {
  flex-basis: 33.333%;
  flex-grow: 0;
  flex-shrink: 0;
  border-right: 1px solid #DFDFDF;
}

#sp-keeparea-menu li:nth-child(2) {
  flex-basis: 33.334%;
}

#sp-keeparea-menu li:last-child {
  border-right: none;
}

#sp-keeparea-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 66px;
  text-align: center;
}

#sp-keeparea-menu li a .head {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#sp-keeparea-menu li a .head .count {
  font-size: 32px;
  color: #FD799A;
  font-weight: bold;
  line-height: 100%;
  transform: translateY(4px);
  display: block;
  padding-right: 2px;
}

#sp-keeparea-menu li a .head .keeparea_menu__count {
  font-size: 11px;
  font-weight: bold;
  line-height: 100%;
  display: block;
  padding-left: 2px;
}

#sp-keeparea-menu li a .body {
  margin-top: 3px;
}

#sp-keeparea-menu li a .body .keeparea_menu__number {
  font-size: 11px;
  font-weight: bold;
}

#sp-header-nav .l-sp_hdr_bnr__list {
  padding-top: 15px;
}

#sp-header-nav .l-sp_hdr_bnr__list li {
  margin-top: 6px;
}

#sp-header-nav .close {
  margin: 10px;
  line-height: 1;
  text-align: center;
}

#sp-header-nav .close .sp-nav-bg_close_btn {
  cursor: pointer;
  padding: 10px;
  display: block;
  -webkit-border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  background: #ff7da3;
}

body {
  padding-top: 48px;
}

/* サイドメニューOPEN時 */
#header-top {
  display: none;
}

/* サイドメニューCLOSE時 */
#header-top {
  display: block;
}

#screen_title {
  display: none;
}

#sp-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.is-headermenu-open #sp-header.header--unpinned {
  -webkit-transform: none;
  transform: none;
}