@charset "UTF-8";
/*** 全体の設定 既存分 ***/

/* 「サンプル百貨店TOPへ」ボタンまわり */
.btn-3ple {
	align-items: center;
	background: #d92984;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto;
		max-width: 600px;
	}
}
/** ボタンの矢印 変更後 **/
@media screen and (min-width: 1000px) {
	.btn-3ple {
    background-image: url(../img/btn-arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center right 32px;
	}
}
/** /ボタンの矢印 変更後 **/
/** ボタンの矢印 変更前（フォントーオーサム使用） **/
/*.btn-3ple::after {
	bottom: 0;
	color: #fff;
	content: "\f054";
	display: none;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}*/
/** /ボタンの矢印 変更前（フォントーオーサム使用） **/
.btn-3ple--ranking {
	background: #f2b843;
}
.btn-3ple--negative {
	background: #fff;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.btn-3ple--negative {
		border-width: 2px;
	}
}
.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple--negative .btn-3ple__text {
	color: #d92984;
}
/* /ボタンまわり */

/* フッターまわり */
.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.footer-copy-wrapper {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1000px) {
	.footer-copy {
		align-items: center;
		display: flex;
		justify-content: center;
	}
}
.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__img {
		margin-bottom: 0;
		margin-right: 15px;
	}
}
.footer-copy__text {
	color: #333;
	/*font-size: 10px;*/
  font-size: 12px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}
/* /フッターまわり */

/* ヘッダーまわり */
.header-content {
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.header-content {
		padding: 20px 0;
	}
}
.header-content__body {
	align-items: center;
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	align-items: flex-end;
	display: flex;
	flex: 0 0 auto;
}
.header-content__logo-content:not(:last-child) {
	margin-right: 10px;
}
.header-content__logo-content img {
	height: 24px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content img {
		height: 39px;
	}
}
.header-content__logo-content--d img {
	height: 16px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo-content--d img {
		height: 26px;
	}
}
.header-content__link {
	display: none;
}
@media screen and (min-width: 1000px) {
	.header-content__link {
		display: block;
		flex: 0 0 auto;
	}
	.header-content__link > a {
		color: inherit;
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}
	.header-content__link > a .icon {
		color: #d92984;
		margin-right: .25em;
	}
}
/* /ヘッダーまわり */

/* TOPボタンまわり */
.pagetop-holder {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-align: right;
	width: 100%;
}

/** TOPボタンのサイズと位置の修正 **/
.pagetop-container {
	/*bottom: clamp(6.25rem, 1.479rem + 20.36vw, 11.25rem);*/
  /*bottom: 50px;*/
  bottom: 148px;
	right: 5px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 30px;
		position: static;
	}
	body:not(.is-bottom) .pagetop-container {
		bottom: 0;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
	.is-bottom .pagetop {
		padding-right: 5px;
	}
}

@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}
.pagetop {
	border-radius: 50%;
	display: inline-block;
	pointer-events: all;
}
.pagetop img {
	width: 50px;
	height: 50px;
}
@media screen and (min-width: 1000px) {
	.pagetop img {
		width: 100px;
		height: 100px;
	}
}
/** /TOPボタンのサイズと位置の修正 **/

.pagetop {
	transition: opacity .4s;
}
body:not(.is-over-border) .pagetop {
	opacity: 0;
}

/*.body:not(.is-over-border, .is-bottom) .hover--pagetop {
	filter: none;
}*/
/* /TOPボタンまわり */

/* 要素 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
} /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer;
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

/*img {
	font-size: 12px !important;
}*/

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

body {
	color: #333;
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}
/* /要素 */

/* 全体(クラス)*/
.main {
  position: relative;
	padding-bottom: 50px;
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 100px;
	}
}

@media screen and (min-width: 1000px) {
	.sp-content {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp-wrap {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.pc-wrap {
		display: block;
	}
}
/* /全体(クラス)*/

/* containerシリーズ*/
.container {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
/*@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 20px;
	}
}*/
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1200px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 30px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0 !important;
	}
}
@media screen and (max-width: 1000px) {
	.container--pc-only {
		max-width: none !important;
		padding: 0 !important;
	}
}
@media screen and (min-width: 1000px) {
	.container--sp-only {
		max-width: none !important;
		padding: 0 !important;
	}
}
/* /containerシリーズ*/

/* hover関連 */
.hover {
	transition: filter .2s, opacity .7s;
}
@media screen and (min-width: 1000px) {
	.hover:hover {
		filter: contrast(50%) brightness(135%) saturate(95%);
	}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}
.hover--pagetop:active {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (min-width: 1000px) {
	.hover {
		cursor: pointer;
	}
}
/* /hover関連 */

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

/* daily-separator 内 */
.date-check {
	background: #faf9f7;
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 12px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -2.875px 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.date-check__text {
		font-size: 30px;
		line-height: 1.6;
		margin: -.3em 0;
	}
}
.date-check__text .strong {
	color: #d92984;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .8em;
	}
}
/* /daily-separator 内 */

/* js関連クラス */
.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none;
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	animation: fade-in 1s;
	display: inline-block;
}

/* img.swiper-lazy {
	opacity: 0;
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
} */

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

body.is-develop .tag-content-list:nth-child(2n) {
	background: #ccc;
	padding: 50px 0;
}
body.is-develop .tag-content-list:not(:last-child) {
	margin-bottom: 50px;
}

body:not(.is-develop) .date-check.js-date-check:not(.is-within) {
	display: none;
}

body:not(.is-develop) .js-date-check.is-not-within {
	display: none;
}
/* /js関連クラス */

/*** /全体の設定 既存分 ***/



/*** 設定style ***/
/* 共通 */
@media screen and (max-width: 999px) {
  .sp-none {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .pc-none {
    display: none;
  }
}

.area-grey {
  background: #f0f0e6;
}
.area-grey--pad {
  padding: 50px 0;
}
@media screen and (min-width: 1000px) {
  .area-grey--pad {
    padding: 100px 0;
  }
}

.content-head {
  text-align: center;
}
.content-headline {
  font-size: 35px;
  color: #333;
  font-weight: 700;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}

@media screen and (min-width: 1000px) {
  .content-headline {
    font-size: 70px;
  }
}

/** アンダーライン **/
.emphasis-marker-wrapper {
  position: relative;
  display: inline-block;
}
.emphasis-marker:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(-1.5%);
    top: 12px;
    width: 103%;
    height: 5px;
    border-radius: 1.5px;
    background: #e2e2d0;
}
@media screen and (min-width: 1000px) {
  .emphasis-marker:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: calc(-1.5%);
    top: 24px;
    width: 103%;
    height: 10px;
    border-radius: 3px;
    background: #e2e2d0;
  }
}
/** /アンダーライン **/

/*＊ 詳細表示ボタン ＊*/
.section-btn--detail {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	background: #fff;
	border-radius: 22.5px;
	color: #d92a84;
	font-weight: 700;
	height: 45px;
	width: 275px;
  border: solid 2px #cccccc;
  box-sizing: border-box;
}
@media screen and (min-width: 1000px) {
	.section-btn--detail  {
		border-radius: 25px;
		height: 50px;
		width: 300px;
    border: solid 1px #cccccc;
    box-sizing: border-box;
	}
}
/*** ボタンの矢印 ***/
.section-btn--detail {
  background-image: url(../img/btn-arrow-p_sp.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.section-btn--detail {
		background-image: -webkit-image-set(url("../img/btn-arrow-p_sp.png") 1x, url("../img/btn-arrow-p_sp2x.png") 2x);
		background-image: image-set(url("../img/btn-arrow-p_sp.png") 1x, url("../img/btn-arrow-p_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.section-btn--detail {
    background-image: url(../img/btn-arrow-p_pc.png);
    background-repeat: no-repeat;
    background-position: center right 16px;
	}
}
/*** /ボタンの矢印 ***/
.section-btn__notes--detail {
	font-size: 16px;
  color: #333333;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
	.section-btn__notes--detail {
		font-size: 17.5px;
	}
}
/*＊ /「詳細はこちら」ボタン ＊*/

/* /共通 */



/* separatorシリーズ */
.separator--mv {
    border-top: solid 1px #cccccc;
  }
@media screen and (min-width: 1000px) {
  .separator--mv {
    border-top: solid 1px #d0d0b8;
    border-bottom: solid 1px #d0d0b8;
  }
}

.separator--introduction {
  padding: 15px 0 43px 0;
}
@media screen and (min-width: 1000px) {
  .separator--introduction {
    padding: 30px 0 100px 0;
  }
}

.separator--first-trial {
  padding-bottom: 50px;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
@media screen and (min-width: 1000px) {
  .separator--first-trial {
    padding-top: 100px;
    padding-bottom: 100px;
    border-bottom: solid 2px #cccccc;
  }
}

.separator--lottery {
  padding: 50px 0;
}
@media screen and (min-width: 1000px) {
  .separator--lottery {
    padding: 100px 0 74px 0;
  }
}

.separator--lank {
  padding: 25px 0 50px 0;
}
@media screen and (min-width: 1000px) {
  .separator--lank {
    padding: 50px 0 100px 0;
  }
}

.separator--service {
  padding: 25px 0 50px 0;
}
@media screen and (min-width: 1000px) {
  .separator--service {
    padding: 50px 0 100px 0;
  }
}

.separator--info {
  /*padding: 50px 0;*/
  margin-bottom: 50px;
}
@media screen and (min-width: 1000px) {
  .separator--info {
    /*padding: 100px 0;*/
    margin-bottom: 100px;
  }
}

.separator--question {
  display: flex;
  justify-content: center;
}

.separator--logo {
  padding: 50px 0 59px
}
@media screen and (min-width: 1000px) {
    .separator--logo {
    padding: 70px 0 83px;
  }
}
/* /separatorシリーズ */

/* separator--mv */
.mv__content {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 999px) {
  .mv-img img {
    width: 401px;
    height: 200px;
    object-fit: cover;
  }
}
@media screen and (min-width: 1000px) {
  .mv-img img{
    width: 1140px;
    height: 350px;
    object-fit: cover;
  }
}
/* /separator--mv */


/* separator--introduction */
.section-introduction {
  text-align: center;
}

.separator--introduction__top{
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .separator--introduction__top {
    margin-bottom: 47px;
  }
}

.introduction-greet-inner {
  margin: calc((1.7em - 1em) / 2 * -1) 0;
}
.introduction-greet--top,
.introduction-greet--otoku {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .introduction-greet--top,
  .introduction-greet--otoku {
    margin-bottom: 50px;
  }
}
.introduction-greet__txt {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .introduction-greet__txt {
    font-size: 28px;
  }
}
.introduction-greet__txt .txt-strong {
  font-weight: 600;
}
.introduction-greet-img {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .introduction-greet-img {
    margin-bottom: 25px;
  }
}

.separator--introduction__body {
  background: #fff;
  box-sizing: border-box;
  border-radius: 26px;
  max-width: 355px;
}
@media screen and (min-width: 1000px) {
  .separator--introduction__body {
    border-radius: 46px;
    max-width: 1140px;
  }
}

.introduction-body-inner{
  padding: 50px 5px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .introduction-body-inner{
    padding: 101px 0;
  }
}

.content-head--otoku .small {
  font-size: 0.85em;
}
.content-head--otoku .space {
  letter-spacing: 0.03em;
}
.content-head--otoku .right-space {
  margin-right: 0.15em;
}

.content-head--otoku {
  margin-bottom: 22px;
}
@media screen and (min-width: 1000px) {
  .content-head--otoku {
    margin-bottom: 45px;
  }
}
/**「おトクな商品体験」テキスト装飾**/
.content-headline--otoku {
  position: relative;
  z-index: 10;
}
.content-headline-wrapper {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .content-headline-wrapper::before {
    position: absolute;
    content:"";
    background-image: url(../img/otoku-txt-deco_sp.png);
    background-repeat: no-repeat;
    width: 33px;
    height: 23px;
    top: -14px;
    left: -14px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .content-headline-wrapper::before{
      background-image: -webkit-image-set(url("../img/otoku-txt-deco_sp.png") 1x, url("../img/otoku-txt-deco_sp2x.png") 2x);
      background-image: image-set(url("../img/otoku-txt-deco_sp.png") 1x, url("../img/otoku-txt-deco_sp2x.png") 2x);
    }
  }
  .content-headline-wrapper::after {
    position: absolute;
    display: inline-block;
    content:"";
    background-image: url(../img/otoku-marker_sp.png);
    background-repeat: no-repeat;
    width: 155px;
    height: 13px;
    top: 28px;
    left: 136px;
  }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .content-headline-wrapper::after {
      background-image: -webkit-image-set(url("../img/otoku-marker_sp.png") 1x, url("../img/otoku-marker_sp2x.png") 2x);
      background-image: image-set(url("../img/otoku-marker_sp.png") 1x, url("../img/otoku-marker_sp2x.png") 2x);
    }
  }
}
@media screen and (min-width: 1000px) {
  .content-headline-wrapper::before {
    position: absolute;
    content:"";
    background-image: url(../img/otoku-txt-deco_pc.png);
    background-repeat: no-repeat;
    width: 63px;
    height: 44px;
    top: -30px;
    left: -30px;
  }
  .content-headline-wrapper::after {
    position: absolute;
    display: inline-block;
    content:"";
    background-image: url(../img/otoku-marker_pc.png);
    background-repeat: no-repeat;
    width: 309px;
    height: 25px;
    top: 57px;
    left: 274px;
  }
}
/** /「おトクな商品体験」テキスト装飾**/
/* /separator--introduction */



/* separator--brand */
/* /separator--brand */



/* separator--first-trial */
.separator--first-trial__top {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .separator--first-trial__top {
    margin-bottom: 30px;
  }
}

.separator--first-trial__body {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .separator--first-trial__body {
    margin-bottom: 50px;
  }
}
/* /separator--first-trial */


/* separator--lottery */
.section-lottery {
  text-align: center;
}
.separator--lottery__top {
  margin-bottom: 15px
}
@media screen and (min-width: 1000px) {
  .separator--lottery__top {
    margin-bottom: 30px
  }
}
.content-head--lottery {
  margin-bottom: 12px
}
@media screen and (min-width: 1000px) {
  .content-head--lottery {
    margin-bottom: 30px
  }
}
.lottery-txt {
  position: relative;
  z-index: 10;
  font-size: 14px;
  color: #333;
}
@media screen and (min-width: 1000px) {
  .lottery-txt {
    font-size: 28px;
  }
}

.separator--lottery__body {
  margin-bottom: 25px
}
@media screen and (min-width: 1000px) {
  .separator--lottery__body {
    margin-bottom: 50px
  }
}
/* /separator--lottery */


/* separator--service */
.separator--service__top {
  margin-bottom: 10px;
  height: 82px;
}
@media screen and (min-width: 1000px) {
  .separator--service__top {
    margin-bottom: 52px;
    height: 164px;
  }
}

.content-head--service {
  height: 100%;
  display: flex;
  justify-content: center;
}

/** 「サンプル百貨店のサービス」 テキスト前後画像 **/
.content-headline-wrapper--service {
  width: 317px;
  height: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .content-headline-wrapper--service {
    width: 633px;
    height: 164px;
  }
}
@media screen and (max-width: 999px) {
  .content-headline-wrapper--service {
    background-image: url(../img/service-head-bg_sp.png);
    background-repeat: no-repeat;
    background-position: center;
  }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
    .content-headline-wrapper--service {
      background-image: -webkit-image-set(url("../img/service-head-bg_sp.png") 1x, url("../img/service-head-bg_sp2x.png") 2x);
      background-image: image-set(url("../img/service-head-bg_sp.png") 1x, url("../img/service-head-bg_sp2x.png") 2x);
    }
  }
}
@media screen and (min-width: 1000px) {
  .content-headline-wrapper--service {
    background-image: url(../img/service-head-bg_pc.png);
    background-repeat: no-repeat;
    background-position: center;
  }
}

.content-headline--service {
    margin-right: 25px;
    margin-top: 20px;
    display: flex;
    align-items: baseline;
}
@media screen and (min-width: 1000px) {
  .content-headline--service {
    margin-right: 57px;
    margin-top: 35px;
  }
}
/** /「サンプル百貨店のサービス」 テキスト前後画像 **/

.content-head--service .small {
  font-size: 0.57em;
}
.content-head--service .rotate {
  transform: rotate(5deg);
}
@media screen and (min-width: 1000px) {
  .content-head--service .rotate {
    transform: rotate(5.2deg);
    padding: 0 3px 4px 1px;
  }
}

@media screen and (max-width: 999px) {
  .service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 9px;
  }
}
@media screen and (min-width: 1000px) {
  .service-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 374px) {
  .service-list {
    justify-content: space-between;
  }
  .service-list__item {
    max-width: 48.5%;
  }
}
.separator--service__body {
  margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
  .separator--service__body {
    margin-bottom: 50px;
  }
}

.separator--service__bottom {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 12.5px 0;
  border-radius: 14px;
}
@media screen and (min-width: 1000px) {
  .separator--service__bottom {
    position: relative;
    text-align: center;
    padding: 25px 0;
    border-radius: 16px;
  }
}

@media screen and (max-width: 999px) {
  .service-bottom-head-img {
    position: absolute;
    left: calc(50% - 137px);
    top: -16px;
  }
}
@media screen and (min-width: 1000px) {
  .service-bottom-head-img {
    position: absolute;
    left: calc(50% - 274px);
    top: -32px;
  }
}

.service-bottom-head {
  margin-bottom: 19px;
}
@media screen and (min-width: 1000px) {
  .service-bottom-head {
    margin-bottom: 38px;
  }
}
.service-bottom-headline {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}
@media screen and (min-width: 1000px) {
  .service-bottom-headline {
    font-size: 29px;
  }
}
/* /separator--service */


/* separator--lank */
/* /separator--lank */


/* separator--info */
/** section-info **/
.section-info {
  text-align: center;
}
.section-info__head {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .section-info__head {
    margin-bottom: 29px;
  }
}
.section-headline {
  font-size: 25px;
  font-weight: 800;
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}
@media screen and (min-width: 1000px) {
  .section-headline {
    font-size: 50px;
    font-weight: 800;
  }
}
.section-headline--app {
  color: #d92984;
}
.section-headline--line {
  color: #0fa148;
}
.section-info__body {
  position: relative;
}

.QR {
  position: absolute;
  text-align: center;
}
.QR--app {
  top: 77px;
  left: calc(50% + 118px);
}
.QR__txt {
  font-family: "ヒラギノ角ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", "Meiryo", "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 16px;
}
.QR__txt--app {
  color: #d92984;
}
/** /section-info **/
/** section-info--app **/
.section-info--app {
    padding: 25px 0;
    background: #f6dde3;
    border-radius: 36px;
    margin-bottom: 50px;
  }
@media screen and (min-width: 1000px) {
  .section-info--app {
    padding: 52px 0 47px 0;
    background: #f6dde3;
    border-radius: 36px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 999px) {
.section-info--app__body {
    margin-bottom: 16.5px;
  }
}
/** /section-info--app **/
/** section-info--line **/
.section-info--line,
.section-info--line__body {
  position: relative;
}
.section-info--line__btn {
  position: absolute;
  top: 270px;
  left: 39px;
  z-index: 10;
}
@media screen and (max-width: 374px) {
  .section-info--line__btn {
    position: absolute;
    top: clamp(14.188rem, -1.738rem + 79.63vw, 16.875rem);
    left: clamp(0.813rem, -8.817rem + 48.15vw, 2.438rem);
    z-index: 10;
  }
}
/** /section-info--line **/

.bnr-area {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .bnr-area {
    margin-bottom: 100px;
  }
}

.bnr-area__head {
  margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
  .bnr-area__head {
    margin-bottom: 20px;
  }
}

.bnr-area-txt {
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
  .bnr-area-txt {
    font-size: 20px;
  }
}
.bnr-area-txt .strong {
  color: #333;
  font-weight: 600;
}
.bnr-area-txt .strong-color {
  color: #cc0000;
  font-weight: 600;
}
/* /separator--info */


/* separator--question */
@media screen and (max-width: 999px) {
  .separator--question__top {
    margin-bottom: 25px;
    margin-right: 21px;
  }
}
@media screen and (min-width: 1000px) {
  .separator--question__top {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1000px) {
  .separator--question__body {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 50px;
  }
}

.content-headline--question {
    font-size: 30px;
  }
@media screen and (min-width: 1000px) {
  .content-headline--question {
    font-size: 60px;
  }
}

@media screen and (max-width: 999px) {
  .question-list {
    margin-bottom: 27px;
    margin-right: 23.5px;
  }
  .separator--question__btn--sp {
    margin-bottom: 25px;
  }
}

.question-list__item {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1000px) {
  .question-list__item {
    gap: 10px;
  }
}
.question-list__item:not(:last-child) {
  margin-bottom: 18px;
}
@media screen and (min-width: 1000px) {
  .question-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}

.question-item-link {
  color: #003366;
  text-underline-offset: 5px;
  display: inline-block;
}

.question-item-txt {
  font-size: 14px;
}
@media screen and (min-width: 1000px) {
  .question-item-txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 999px) {
  .question-body-img {
    display: flex;
    justify-content: center;
  }
}
/* /separator--question */


/* separator--logo */
.logo-area {
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.logo-area--1 {
    margin-bottom: 25px;
  }
@media screen and (min-width: 1000px) {
  .logo-area--1 {
    margin-bottom: 50px;
  }
}

.logo--1 {
  margin-right: 8.5px;
}
.logo--2 {
  margin-right: 10.5px;
}
@media screen and (min-width: 1000px) {
  .logo--1 {
    margin-right: 17px;
  }
  .logo--2 {
    margin-right: 21px;
  }
}
/* /separator--logo */

/* ページ下部固定バナー */
@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: 170px;
}
@media screen and (max-width: 499px) {
	.footer {
		padding-bottom: 100px;
	}
}
@media screen and (min-width: 500px) and (max-width: 649px) {
	.footer {
		padding-bottom: 140px;
	}
}*/
/* */

/* ページ下部固定ボタン旧 */
@media screen and (max-width: 999px) {
	.fixation-btn {
		position: fixed;
    bottom: 15px;
		z-index: 999;
    left: calc( (100vw - 230px) / 2);
	}
}
@media screen and (min-width: 1000px) {
	.fixation-btn {
		position: fixed;
    bottom: 30px;
		z-index: 999;
		left: calc( (100vw - 460px) / 2);
	}
}
.separator--fixation-btn {
  display: flex;
  justify-content: center;
}
.guide-common-btn {
  align-items: center;
  background: #f93099;
  border-radius: 22.5px;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-weight: 700;
  height: 45px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 230px;
  filter: drop-shadow(0px 3px 0px rgb(163 151 136 / 30%));
}
.btn-strong {
  font-size: 21px;
  color: #ffff00;
}
@media screen and (min-width: 1000px) {
  .guide-common-btn {
    font-size: 30px;
    border-radius: 45px;
    width: 460px;
    height: 90px;
    filter: drop-shadow(0px 6px 0px rgb(163 151 136 / 30%));
  }
  .btn-strong {
    font-size: 42px;
    color: #ffff00;
  }
}
.guide-common-btn {
  background-image: url(../img/btn-arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.guide-common-btn {
		background-image: -webkit-image-set(url("../img/btn-arrow_sp.png") 1x, url("../img/btn-arrow_sp2x.png") 2x);
		background-image: image-set(url("../img/btn-arrow_sp.png") 1x, url("../img/btn-arrow_sp2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.guide-common-btn {
    background-image: url(../img/btn-arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center right 32px;
	}
}

/*.footer {
	padding-bottom: 85px;
}
@media screen and (min-width: 1000px) {
  .footer {
    padding-bottom: 120px;
  }
}*/

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

/* */

/*** /設定style ***/



/* レコメンド箇所修正CSS(固定常設。動的部分) */
.separator--pointup {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.separator--pointup {
		margin-bottom: 60px;
	}
}

.swiper-container__prev,
.swiper-container__next {
	display: none;
}
.media-container-api__head {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}
.media-container-api__title {
	color: #63574a;
	font-weight: 600;
}
.media-container-api--cushion .media-container-api__title {
	font-size: 30px;
}
.media-container-api__title-emphasis {
	color: #f93099;
}
.media-container-api__head {
	margin-bottom: 20px;
}
.media-container-api__title {
	font-size: 30px;
	/* padding-left: 30px; */
}
.media-container-api__body {
	overflow: hidden;
}
.media-container-api__tagslider {
	margin-top: 50px;
}
.media-container-api--type_m01 .media-container-api__title {
	font-size: 30px;
}
.media-container-api--type_m01 .media-container-api__more {
	padding-right: 10px;
}
.media-container-api--type_m02 {
	background-color: #fefaee;
	border-radius: 10px;
	padding: 40px 0 50px;
}
.media-container-api--type_m02 .media-container-api__title {
	font-size: 30px;
}
.media-container-api--type_m02 .media-container-api__more {
	padding-right: 10px;
}
.media-container-api--type_m03 {
	background-color: #faf9f7;
	border-radius: 10px;
	padding: 40px 0 50px;
}
.media-container-api--type_m03 .media-container-api__title {
	font-size: 30px;
}
.media-container-api--type_m03 .media-container-api__more {
	padding-right: 10px;
}
.swiper-container .cassette-list-api--size_m02 .cassette-list-api__item {
	margin-left: 0px;
	padding: 0 10px;
	max-width: 23%;
	min-width: 23%;
	width: 100%;
}
.cassette-api:link, .cassette-api:hover, .cassette-api:visited, .cassette-api:active {
	color: #333;
	text-decoration: none;
}
.cassette-api__thumb {
	align-items: center;
	background-color: #f5f3ef;
	display: flex;
	justify-content: center;
}
.cassette-api__thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.cassette-api__thumb-item {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
}
.cassette-api__title {
	-webkit-box-orient: vertical;
	display: -webkit-box;
	font-size: 14px;
	font-weight: 600;
	-webkit-line-clamp: 2;
	line-height: 1.2;
	margin-top: 10px;
	min-height: calc(2em + 5.6px);
	overflow: hidden;
}c
.cassette-api__detail {
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-top: 10px;
}
.value-detail-api--type_m02 .value-detail-api__body {
	min-height: auto;
}
.value-detail-api--type_m02 .value-detail-api__list {
	border-bottom: none;
	border-top: 1px solid #ccc;
}
.value-detail-api__list {
	align-items: center;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	line-height: 1;
	padding: 10px 0;
}
.value-detail-api__list:nth-child(2) {
	border: 0;
}
.value-detail-api__list--noborder {
	border: 0;
}
.value-detail-api--type_m02 .value-detail-api__list {
	border-bottom: none;
	border-top: 1px solid #ccc;
}
.value-detail-api--type_m03 .value-detail-api__list {
	border-bottom: none;
	padding: 0;
}
.value-detail-api--notice .value-detail-api__list {
	border-bottom: none;
	padding: 0;
}
.value-detail-api--notice .value-detail-api__list:last-child {
	margin-top: 10px;
}
.value-detail-api__price {
	color: #c7000b;
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-left: auto;
}
.value-detail-api--type_m02 .value-detail-api__price-inner {
	font-weight: bold;
    justify-content: flex-end;
}
.value-detail-api__price-inner {
	align-items: baseline;
    display: flex;
}
.value-detail-api__price-main {
	font-size: 20px;
    font-weight: bold;
}
.value-detail-api--type_m02 .value-detail-api__price-inner:last-child .value-detail-api__price-unit {
	font-size: 10px;
}
.value-detail-api__price-unit {
	font-size: 16px;
    font-weight: bold;
}
.cassette-api__label {
	display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
}
.cassette-api__label-item:first-child {
	margin-top: 0;
}
.cassette-label-point-api {
	align-items: center;
    border: 1px solid #f93099;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    height: 24px;
    justify-content: space-between;
    padding: 0 5px;
}
.cassette-label-point-api::before {
	background: url(https://cdn.3ple.jp/3ple-static/3ple/pro/img/common/icon-internal-point.png) no-repeat center;
    background-color: #f93099;
    background-size: 11px 10.5px;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
}
.cassette-label-point-api__inner {
	align-items: baseline;
    display: flex;
}
.cassette-label-point-api--size_m02 .cassette-label-point-api__main-price {
	font-size: 12px;
}
.cassette-label-point-api__main-price {
	font-size: 14px;
    font-weight: 600;
}
.cassette-label-point-api--size_m02 .cassette-label-point-api__text {
	font-size: 12px;
}
.cassette-label-point-api__text {
	font-size: 12px;
    font-weight: 600;
}
.swiper-wrapper {
	height: auto !important;
}
.value-detail-api--type_m02 .value-detail-api__price-inner:nth-child(n+2) {
    margin-top: 4px;
}
.value-detail-api--type_m02 .value-detail-api__price-inner {
    font-weight: bold;
    justify-content: flex-end;
}
.value-detail-api--type_m02 .value-detail-api__price-number {
	font-size: 10px;
    font-weight: bold;
}

.value-detail-api--type_m02 .value-detail-api__price-subprice {
	font-size: 10px;
    font-weight: bold;
}
.cassette-label-point-api__sub-price {
	font-size: 12px;
	font-weight: 600;
	margin: 0 1px;
}
.cassette-label-point-api--size_m02 .cassette-label-point-api__sub-price {
	font-size: 10px;
}
.cassette-label-coupon-api {
    align-items: center;
    background-color: #f5f3ef;
    border-radius: 3px;
    box-sizing: border-box;
    display: flex;
    height: 24px;
    justify-content: end;
    padding: 0 5px;
}
.cassette-label-coupon-api__inner {
    align-items: baseline;
    display: flex;
}
.cassette-label-coupon-api--size_m01 .cassette-label-coupon-api__text {
    font-size: 10px;
}
.cassette-label-coupon-api__text {
    font-size: 12px;
    font-weight: 600;
}
.cassette-label-coupon-api--size_m01 .cassette-label-coupon-api__value {
    font-size: 11px;
}
.cassette-label-coupon-api__value {
    color: #f93099;
    font-size: 14px;
    font-weight: 600;
    margin: 0 1px;
}
.cassette-label-coupon-api--size_m01 .cassette-label-coupon-api__value-text {
    font-size: 10px;
}
.cassette-label-coupon-api__value-text {
    color: #f93099;
    font-size: 12px;
    font-weight: 600;
}
.cassette-label-point-api.cassette-label-point-api--emphasis {
	background-color: #ffebf6;
}
.cassette-label-point-api.cassette-label-point-api--emphasis .cassette-label-point-api__inner {
	color: #f93099;
}
.cassette-api {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.cassette-api__label-item {
	margin-top: 5px;
}
.value-detail-api__body {
    box-sizing: border-box;
}
.cassette-list-api--size_m02 .cassette-list-api__item {
	margin-left: 20px;
    max-width: 165px;
    min-width: 165px;
    width: 100%;
}
.swiper-slide {
	height: auto !important;
  }
@media screen and (max-width: 1000px) {
	.recommend .container {
		padding: 0;
	}
	.swiper-container .cassette-list-api--size_m02 .cassette-list-api__item {
		box-sizing: border-box;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 15px 10px;
	}
	ul.cassette-list-api {
		display: flex;
		flex-wrap: wrap;
		margin: -15px 0px;
	}
	.media-container-api__head {
		margin-bottom: 15px;
    padding: 0 10px;
	}
	.media-container-api__head {
		align-items: flex-end;
		display: flex;
		justify-content: space-between;
	}
	.media-container-api__title {
		font-size: 20px;
	}
	.media-container-api__title {
		color: #63574a;
		font-weight: 600;
	}
}
/* /レコメンド箇所修正CSS(固定常設。動的部分) */

/**** ↑↑↑ ここまで現役使用部分(202506時点) ↑↑↑ ****/




