@charset "UTF-8";

/** /本店のみのパーツ用 **/

/* 20240415追加 アプリダウンロードボタン部分 */
.app-link.app-link--bottom {
	padding-top: 60px;
}
@media screen and (max-width: 999px) {
	.app-link {
		padding: 20px 0;
	}
	.app-link.app-link--bottom{
		padding: 0;
	}
}
@media screen and (max-width: 999px) {
	.app-link .app-link__wrapper--pc {
		display: none;
	}
}
@media screen and (min-width: 1000px) {
	.app-link .app-link__wrapper--sp {
		display: none;
	}
}
.app-link .app-link__wrapper--pc {
	margin-bottom: 20px;
}
.app-link .app-link__wrapper--sp {
	margin-bottom: 7px;
}

.app-link__wrapper .app-link__head {
    margin-bottom: 15px;
	text-align: center;
}
.app-link__wrapper .app-link__title {
    font-size: 20px;
    font-weight: 700;
}

.app-list--sp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.app-list--sp .app-list__head {
	margin-right: 12px;
}
.app-list--sp .app-list__btn:not(:last-child) {
    margin-right: 10px;
}

.app-link__more {
	font-size: 20px;
	text-align: center;
}
@media screen and (max-width: 999px) {
	.app-link__more {
		font-size: 12px;
	}
}

@media screen and (min-width: 1000px) {
	.container--w750 {
		max-width: 750px;
	}
}

.cassette-list-feature .cassette-list-feature__body--app {
		margin-top: 0;
	}

.separator--content-list.separator--content-list--app {
	margin-bottom: 120px;
}
@media screen and (max-width: 999px) {
	.separator--content-list.separator--content-list--app {
		margin-bottom: 55px;
	}
}
/* */


/* 会員登録誘導バナー */
.content-registration-bunner .cassette-list-feature__body {
	margin-top: initial;
}
@media screen and (max-width: 999px) {
	.content-registration-bunner .cassette-list-feature__body {
		margin-top: initial;
	}
}
.content-registration-bunner--lottery-module {
	max-width: 750px;
	margin: 0 auto;
}
@media screen and (max-width: 999px) {
	.content-registration-bunner--lottery-module {
		max-width: 730px;
	}
}
/* */

/* クーポン週用 会員登録誘導バナー */
.coupon-week-text {
  margin-bottom: 62px;
}
@media screen and (max-width: 999px) {
  .coupon-week-text {
    margin-bottom: 35px;
  }
}
.coupon-week-text__text {
  display: block;
  color: #000;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  /*font-size: 28px;*/
  font-size: clamp(0.875rem, 0.35rem + 2.24vw, 1.75rem);
}
/* */

/* 初回限定ページ導線エリア */
.separator--first_link {
  padding: 40px 0 90px 0;
  margin-bottom: 115px;
  background-color: #faf9f7;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
}
.separator--first_link-img {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.separator--first_link-img img {
  border: #707070 1px solid;
  background-color: #fff;
}
.separator--first_link-text {
  margin-bottom: 50px;
}
.separator--first_link_text {
  font-size: 25px;
  color: #333;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
.first-btn {
  align-items: center;
  background: #fff;
  border: #ccc 2px solid;
  border-radius: 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  font-size: 35px;
  font-weight: 700;
  height: 110px;
  margin: 0 auto;
  max-width: 600px;
  text-decoration: none;
  color: #333333;
}
.first-btn .icon {
  margin-right: 14px;
  color: #f93099;
}

@media screen and (max-width: 999px) {
  .separator--first_link {
    padding: 20px 0 45px 0;
    margin-bottom: 58px;
  }
  .separator--first_link-img {
    margin: 0 auto;
    margin-bottom: 27px;
    max-width: 315px;
  }
  .separator--first_link-text {
    margin-bottom: 27px;
  }
  .separator--first_link_text {
    font-size: 12px;
  }
}
@media screen and (max-width: 999px) {
  .first-btn {
    align-items: center;
    background: #fff;
    border: #ccc 1px solid;
    border-radius: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    height: 50px;
    margin: 0 auto;
    max-width: 315px;
    text-decoration: none;
    color: #333333;
  }
  .first-btn .icon {
    margin-right: 7px;
    color: #f93099;
  }
}
/* */

/* ページ下部固定バナー */
@media screen and (max-width: 369px) {
	.fixation-bnr {
		position: fixed;
    max-width: 300px;
    bottom: 44px;
		z-index: 999;
    left: calc( (100vw - 300px) / 2);
	}
}
@media screen and (min-width: 370px) and (max-width: 564px) {
	.fixation-bnr {
		position: fixed;
    max-width: 355px;
    bottom: 44px;
		z-index: 999;
    left: calc( (100vw - 355px) / 2);
	}
}
@media screen and (min-width: 565px) {
	.fixation-bnr {
		position: fixed;
    max-width: 525px;
    bottom: 44px;
		z-index: 999;
		left: calc( (100vw - 525px) / 2);
	}
}
.fixation-bnr a {
  display: block;
}

.footer {
	padding-bottom: clamp(9.375rem, 10rem + 3.5vw, 20rem);
}
/* */

/** /本店のみのパーツ用 **/