@charset "UTF-8";

/*----------------------------------------------------------
 *      メインビジュアル
 *---------------------------------------------------------- */
.main-visual {
	background: url("../../costume/images/mv.jpg") center center/cover;
}
@media only screen and (max-width: 768px) {
	.main-visual {
		background: url("../../costume/images/mv_sp.jpg") center center/cover;
	}
}
/*----------------------------------------------------------
 *      レンタル衣装
 *---------------------------------------------------------- */
.area {
  padding: 54px 0 20px 0;
}
.area .contents-wrap {
    width: 100%;
}
.area .title {
    margin: 0 0 50px 0;
    height: 105px;
    background: url("../../assets/images/index/plan/title-bar.png") no-repeat center bottom/20px 1px;
    text-align: center;
}
.area .en {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.125rem;
}
.area h1 {
    margin: 9px 0 0 0;
    font-weight: bold;
    letter-spacing: 0.05rem;
}
.area .description {
    margin: 0 0 52px 0;
    line-height: 1.8;
    text-align: center;
}
.area .index__list__wrap {
    margin: 0 0 0 0;
    padding: 40px 0 20px 0;
    background: #eff4f2;
}
.area .index__list__wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 1140px;
    margin: 0 auto;
	border-left: none;
}
 .area .index__list__wrap li {
    flex-basis: calc(100%/4 - 20px);
    margin: 0 10px 20px 10px;
}
.area .index__list__wrap a {
      display: block;
      position: relative;
      width: 100%;
      height: 80px;
      padding: 30px 0 0 20px;
      background: #fff;
      border-radius: 8px;
      font-size: 1.1255rem;
      font-weight: bold;
      color: #111111;
}
 .area .index__list__wrap a:before {
      content: " ";
      display: block;
      position: absolute;
      top: 20px;
      left: 32px;
      width: 32px;
      height: 35px;
      background: url("../../costume/images/girl3__icon.svg") no-repeat;
}
.area .index__list__wrap a:after {
      content: " ";
      display: block;
      position: absolute;
      background: url("../images/btn__arrow1.svg") no-repeat;
      top: 34px;
      right: 20px;
      width: 16px;
      height: 36px;
}
.area .index__list__wrap a:hover {
      background-color: #7bc99b;
      color: #fff;
}
.area .index__list__wrap a:hover:before {
	background: url("../../costume/images/girl3__icon--over.svg") no-repeat;
}
.area .index__list__wrap a:hover:after {
	background: url("../images/btn__arrow1-over.svg") no-repeat;
}

@media only screen and (max-width: 768px) {
	.area {
		padding: 27px 0 0 0;
	}
	.area .title {
		margin: 0 0 25px 0;
        height: 56px;
	}
	.area .en {
        font-size: 1.846rem;
	}
	.area h1 {
        margin: 6px 0 0 0;
        font-size: 0.769rem;
	}
	.area .description {
        margin: 0 30px 29px 30px;
        line-height: 1.53;
        text-align: left;
	}
	.area .index__list__wrap {
        margin: 0 0 0 0;
        padding: 20px 0 10px 10px;
	}
	.area .index__list__wrap ul {
        width: 100%;
	}
	.area .index__list__wrap li {
        flex-basis: calc(100%/2 - 10px);
        margin: 0 10px 10px 0;
	}
	.area .index__list__wrap a {
        height: 50px;
        padding: 17px 0 0 41px;
	}
	.area .index__list__wrap a:before {
		top: 13px;
		left: 11px;
		width: 20.281px;
		height: 22px;
		background: url("../../costume/images/girl3__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:after {
		top: 22px;
		right: 10px;
		width: 8px;
		height: 6px;
		background: url("../images/btn__arrow1--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:hover:before {
		background-size: 20.281px 22px;
	}
	.area .index__list__wrap a:hover:after {
		background-size: 8px 6px;
	}
}


/*ボタン 3歳女の子*/
.area .index__list__wrap a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 20px;
  left: 32px;
  width: 32px;
  height: 35px;
  background: url("../../costume/images/girl3__icon.svg") no-repeat;
}
.area .index__list__wrap a:hover:before {
  background: url("../../costume/images/girl3__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a:before {
		top: 13px;
		left: 11px;
		width: 20.281px;
		height: 22px;
		background: url("../../costume/images/girl3__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a:hover:before {
      background-size: 20.281px 22px;
	}
}

/*ボタン 3歳男の子*/
.area .index__list__wrap a.costume__boy3:before {
  top: 20px;
  left: 33px;
  width: 30px;
  height: 35px;
  background: url("../../costume/images/boy3__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__boy3:hover:before {
  background: url("../../costume/images/boy3__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.costume__boy3:before {
		top: 13px;
		left: 14px;
		width: 17.672px;
		height: 21.016px;
		background: url("../../costume/images/boy3__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.costume__boy3:hover:before {
		background-size: 17.672px 21.016px;
	}
}

/*ボタン 5歳男の子*/
.area .index__list__wrap a.costume__boy5:before {
  top: 18px;
  left: 32px;
  width: 30px;
  height: 37px;
  background: url("../../costume/images/boy5__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__boy5:hover:before {
  background: url("../../costume/images/boy5__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.costume__boy5:before {
		top: 12px;
		left: 13px;
		width: 18.469px;
		height: 23.484px;
		background: url("../../costume/images/boy5__icon--sp.svg") no-repeat;
	 }
	.area .index__list__wrap a.costume__boy5:hover:before {
		background-size: 18.469px 23.484px;
	} 
}

/*ボタン 7歳女の子*/
.area .index__list__wrap a.costume__girl7:before {
  top: 15px;
  left: 32px;
  width: 28px;
  height: 46px;
  background: url("../../costume/images/girl7__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__girl7:hover:before {
  background: url("../../costume/images/girl7__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.costume__girl7:before {
		top: 10px;
		left: 14px;
		width: 17.016px;
		height: 28px;
		background: url("../../costume/images/girl7__icon--sp.svg") no-repeat; 
	}
	.area .index__list__wrap a.costume__girl7:hover:before {
		background-size: 17.016px 28px;
	}
}

/*ボタン キッズドレス*/
.area .index__list__wrap a.costume__kidsdrs:before {
  top: 16px;
  left: 32px;
  width: 36px;
  height: 46px;
  background: url("../../costume/images/kidsdrs__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__kidsdrs:hover:before {
	background: url("../../costume/images/kidsdrs__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
    .area .index__list__wrap a.costume__kidsdrs:before {
      top: 14px;
      left: 14px;
      width: 21px;
      height: 28px;
      background: url("../../costume/images/kidsdrs__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.costume__kidsdrs:hover:before {
      background-size: 17.016px 28px;
	}
}

/*ボタン キッズタキシード*/
.area .index__list__wrap a.costume__kidstxd:before {
  top: 15px;
  left: 32px;
  width: 32px;
  height: 46px;
  background: url("../../costume/images/kidstxd__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__kidstxd:hover:before {
	background: url("../../costume/images/kidstxd__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
    .area .index__list__wrap a.costume__kidstxd:before {
      top: 14px;
      left: 14px;
      width: 17.016px;
      height: 28px;
      background: url("../../costume/images/kidstxd__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.costume__kidstxd:hover:before {
      background-size: 17.016px 28px;
	}
}

/*ボタン お母さん訪問着*/
.area .index__list__wrap a.costume__mother:before {
  top: 20px;
  left: 32px;
  width: 36px;
  height: 46px;
  background: url("../../costume/images/mother__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__mother:hover:before {
  background: url("../../costume/images/mother__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.costume__mother:before {
		top: 14px;
		left: 14px;
		width: 21px;
		height: 28px;
		background: url("../../costume/images/mother__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.costume__mother:hover:before {
		background-size: 17.016px 28px;
	}
}

/*ボタン マタニティドレス*/
.area .index__list__wrap a.costume__maternity:before {
  top: 20px;
  left: 10px;
  width: 60px;
  height: 46px;
  background: url("../../costume/images/maternity__icon.svg") no-repeat;
}
.area .index__list__wrap a.costume__maternity:hover:before {
  background: url("../../costume/images/maternity__icon--over.svg") no-repeat;
}
@media only screen and (max-width: 768px) {
	.area .index__list__wrap a.costume__maternity:before {
		top: 14px;
		left: 5px;
		width: 35px;
		height: 28px;
		background: url("../../costume/images/maternity__icon--sp.svg") no-repeat;
	}
	.area .index__list__wrap a.costume__maternity:hover:before {
		background-size: 17.016px 28px;
	}
}

.area .costume__category {
  padding: 49px 0 0 0;
  border-bottom: 1px solid #111;
}
.area .costume__category:last-child {
  border-bottom: none;
}
.area .costume__title {
  text-align: center;
}
.area h2 {
  display: inline-block;
  position: relative;
  padding: 7px 0 48px 47px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
.area h2:before {
  content: " ";
  display: block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
	.area .costume__category {
		padding: 30px 0 0 0;
	}
	.area h2 {
		margin: 0 0 15px 0;
		padding: 3px 0 17px 26px;
		font-size: 1.153rem;
	}
}

/*アイコン タイトル*/
.area .costume__girl3:before {
    top: 1px;
    left: 2px;
    width: 32px;
    height: 35px;
    background: url("../../costume/images/girl3__icon.svg") no-repeat;
}
.area .costume__boy3:before {
    top: -1px;
    left: 5px;
    width: 30px;
    height: 35px;
    background: url("../../costume/images/boy3__icon.svg") no-repeat;
}
.area .costume__boy5:before {
    top: 4px;
    left: 5px;
    width: 30px;
    height: 37px;
    background: url("../../costume/images/boy5__icon.svg") no-repeat;
}
.area .costume__girl7:before {
    top: -5px;
    left: 1px;
    width: 28px;
    height: 46px;
    background: url("../../costume/images/_girl7__icon.svg") no-repeat;
}
.area .costume__kidsdrs:before {
    top: 1px;
    left: 2px;
    width: 32px;
    height: 35px;
    background: url("../../costume/images/kidsdrs__icon.svg") no-repeat;
}
.area .costume__kidstxd:before {
    top: 1px;
    left: 2px;
    width: 32px;
    height: 35px;
    background: url("../../costume/images/_kidstxd__icon.svg") no-repeat;
}
.area .costume__mother:before {
    top: 1px;
    left: 2px;
    width: 32px;
    height: 35px;
    background: url("../../costume/images/mother__icon.svg") no-repeat;
}

.area .costume__maternity:before {
    top: 10px;
    left: 2px;
    width: 40px;
    height: 55px;
    background: url("../../costume/images/maternity__icon2.svg") no-repeat;
}

.area .costume__list {
    width: 1120px;
    margin: 0 auto;
    padding: 0 0 40px 0;
}
.area .costume__list img {
    width: 100%;
    height: auto;
}
.area .costume__list .name {
      margin: 20px 0 0 0;
}
.area .costume__list--empty {
    width: 1120px;
    margin: 0 auto 60px auto;
    padding: 60px 0 60px 0;
    background: #f7f7f7;
    text-align: center;
}
.area .gallery__list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    height: auto !important;
}
.area .gallery__item {
    position: static !important;
    flex-basis: 265px;
    margin: 0 20px 30px 0;
    padding: 0;
    text-align: left;
    transform: none !important;
}
.area .gallery__item:nth-child(4n) {
      margin: 0 0 30px 0;
}
.zoom__item .item__name {
  margin: 20px 0 0 0;
  font-size: 1.125rem;
  text-align: center;
}
.zoom__item img {
  height: calc(100% - 60px) !important;
}
.zoom__area {
  position: absolute;
}

@media only screen and (max-width: 768px) {
	.area .costume__girl3:before {
        top: 0;
        left: 0;
        width: 20.281px;
        height: 22px;
        background: url("../../costume/images/girl3__icon--sp.svg") no-repeat;
	} 
	.area .costume__boy3:before {
        top: 0;
        left: 0;
        width: 17.672px;
        height: 21.016px;
        background: url("../../costume/images/boy3__icon--sp.svg") no-repeat;
	}
	.area .costume__boy5:before {
        top: -2px;
        left: 0;
        width: 18.469px;
        height: 23.484px;
        background: url("../../costume/images/boy5__icon--sp.svg") no-repeat;
	}
	.area .costume__girl7:before {
        top: -4px;
        left: 0;
        width: 17.016px;
        height: 28px;
        background: url("../../costume/images/girl7__icon--sp.svg") no-repeat;
	}
	.area .costume__kidsdrs:before {
        top: 0;
        left: 0;
        width: 22px;
        height: 22px;
        background: url("../../costume/images/kidsdrs__icon--sp.svg") no-repeat;
	}
	.area .costume__kidstxd:before {
        top: 0;
        left: 0;
        width: 20.281px;
        height: 22px;
        background: url("../../costume/images/kidstxd__icon--sp.svg") no-repeat;
	}
	.area .costume__mother:before {
        top: 0;
        left: 0;
        width: 20.281px;
        height: 22px;
        background: url("../../costume/images/mother__icon--sp.svg") no-repeat;
	}
	.area .costume__maternity:before {
        top: 0;
        left: 0;
        width: 55px;
        height: 23px;
        background: url("../../costume/images/maternity__icon2--sp.svg") no-repeat;
	}
	.area .costume__list {
        width: 100%;
        padding: 0 0 20px 10px;
	}
	.area .costume__list .name {
		margin: 10px 0 0 0;
	}
	.area .costume__list--empty {
		width: calc(100% - 20px);
        margin: 0 auto 30px auto;
        padding: 28px 0 28px 0;
	}
	.area .costume__list--empty img {
        width: 170px;
        height: 9px;
	}
	.area .gallery__item {
        flex-basis: calc(100%/2 - 10px);
        margin: 0 10px 30px 0;
	}
	.area .gallery__item:nth-child(4n) {
		margin: 0 10px 30px 0;
	}
	.zoom__item img {
      width: 100%;
      height: auto;
	}
}

/* オプション */
.option__wrap {
  width: 1120px;
  margin: 0 auto;
  padding-top: 50px;
  border-top: 1px solid #463632;
}
.option__wrap h3 {
  text-align: center;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1; }

.option__list ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
.option__list ul li{
  flex-basis: 50%;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 768px) {
	.option__wrap {
		width: 100%;
		padding: 50px 0 0 0;
	  }
	.option__list ul li{
		flex-basis: 100%;
		padding-left: 20px
	}
}

#costume .modal__overlay {
	background-color: #fff;
}
#costume .modal__close:before,
#costume .modal__close:after {
	background: #111;
	width: 46px;
	height: 3px;
	top: 50%;
	left: 50%;
	margin-left: -23px;
}