.page_top {
	position: relative;
}
.page_top .area_ttl {
	margin: 30px auto;
}
.page_top .top_actionBtn {
	top: 0;
}
.flex.space-between {
	justify-content: space-between;
}
/* column_detail */
#sp-header {
	position: relative;
}
#sp-header .top_actionBtn {
	z-index: 100;
}
article#common {
	margin: 0 auto;
	padding: 0 30px 20px;
}
article#common .top__image {
	margin-bottom: 20px;
}
article#common .top__image img {
	border-radius: 10px;
}
article#common p.ctgr,
ul.sub-tags li,
article#common p.new,
#news span.new {
	margin-bottom: 10px;
	border-radius: 90px;
	background-color: rgba(255, 131, 154, 0.15);
	color: var(--pink);
	font-size: 12px;
	font-weight: 700;
	padding: 4px 10px;
	display: inline-block;
}
#news span.new {
  background-color: rgba(255, 131, 154, 1);
  color: white;
  padding: 0px 6px;
  margin-bottom: 0px;
}
article#common p.ctgr {
	margin: 10px 0;/* 0710 column p.ctgr */
}

article#common p.new {
	padding-left: 10px;
}
ul.sub-tags {
	display: flex;
	gap: 5px;
	color: var(--pink);
	margin: 15px 0;
  flex-wrap: wrap;
  max-width: 630px;
}
ul.sub-tags li {
	font-size: 10px;
	margin-bottom: 0;
  white-space: nowrap;
  flex: 0 0 calc((100% - 10px) / 3);
}
@media screen and (min-width: 850px) {
  ul.sub-tags li {
    flex: 0 0 calc((100% - 25px) / 6); /* 6列 */
  }
}

article#common p.ctgr::before,
ul.sub-tags li::before,
.content-card p.ctgr::before {
	content: "#";
	display: inline-block;
	margin: 0 5px;
}

article#common.column h2 {
	font-size: 20px;
	font-weight: bold;
}
article#common p.data,
.content-card p.data {
	color: rgba(0, 0, 0, 0.20);
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0;
}
.toc-box {
	border: 5px solid #efefef;
	padding: 20px;
	margin: 20px 0 30px;
}
.toc-box .toc__ttl {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}
.toc-box ol.toc-box__inner {
	counter-reset: item;
}
.toc-box .toc-box__inner li {
	position: relative;
	counter-increment: item;
	display: flex;
	align-items: center;
	padding: 10px;
	border-bottom: 1px dashed #c0c0c0;
	color: var(--blue);
	line-height: 26px;
}
.toc-box ol.toc-box__inner li::before {
	content: counter(item);
	display: inline-block;
	width: 26px;
	height: 26px;
	min-width: 26px;
	background-color: var(--blue);
	border-radius: 50%;
	margin-right: 10px;
	color: var(--white);
	text-align: center;
	line-height: 26px;
}
.toc-box .toc-box__inner li a {
	color: var(--blue);
	text-decoration: underline;
	text-underline-offset: 4px;
}
.article__inner .ttl /*h3*/ {
	font-size: 18px;
	color: var(--pink);
	padding: 15px 0 15px 10px;
	margin: 0 0 20px;
	border-bottom: 2px solid var(--pink);
}
.article__image {
	margin: 20px 0;
}
.article__image.mt0 {
	margin-top: 0;
}
.article__inner .main-text p,
.article__inner .main-text ul li {
	margin: 0 0 10px;
}
.article__inner .main-text span {
	font-weight: bold;
	color: var(--pink);
}
.article__inner .main-text span.blue {
	color: var(--blue);
}
ul.common-list {
	list-style: disc;
	padding-left: 1.5em;
	margin: 20px 10px;
}
ul.common-list.__pink li {
	padding-bottom: 3px;
	color: var(--pink);
}
.__bold {
	font-weight: bold;
}
.yellow-box {
	background-color: #fffcf8;
	border: 1px solid #feca75;
	border-radius: 10px;
	padding: 15px;
	margin: 40px 0 20px;
}
.pink-box {
  background-color: #fffcf8;
  border: 1px solid var(--pink);
  border-radius: 10px;
  padding: 10px 15px;
  margin: 15px 0 0;
  width: 100%;
}
.pink-box .management-head {
  color: var(--pink);
  font-weight: 700;
}
.pink-box .management-text {
  margin-top: 5px;
}

.management-wrap {
  border: solid 1px var(--blue);
  border-radius: 8px;
  margin-block: 15px 20px;
  overflow: hidden;
  width: 100%;
}

.management-wrap .management-head {
  background-color: var(--blue);
  line-height: 36px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.management-wrap .management-text {
  padding: 0 15px 10px;
}
.bg-blue {
	background-color: var(--bg_blue);
	/*padding: 20px;*/
	margin: 20px;/* articleの下の影が消える */
}
.center .page-nav {
	background: none;
	display: flex;
	justify-content: center;
	margin: 20px 0 30px;
	gap: 10px;
}
.page-nav a {
	display: inline-block;
	text-align: center;
	color: var(--white);
	background-color: #8A6C73;
	border-radius: 8px;
	padding: 20px;
	width: 30%;
	max-width: 200px;
}
.page-nav a.disable {
	background-color: #EBEEF0;
	cursor: default;
	pointer-events: none;
}
a.link-btn {
	display: inline-block;
	margin: 10px auto 20px;
	max-width: 380px;
	width: 90%;
	padding: 20px;
	text-align: center;
	background-color: var(--pink);
	color: var(--white);
	border-radius: 8px;
	box-shadow: 0 2px 4px var(--pink);
}
aside.bottom-contents {
	background-color: var(--bg_blue);
}

.bottom-contents .no-bottom {
	display: none !important;
}

@media screen and (min-width: 850px) {
	.bottom-contents #recommend_job,
	.bottom-contents #new_job,
	.bottom-contents #column {
		display: none;
	}
}

section.contents__inner {
	padding: 20px;
	margin: 0;
	background-color: #FFF3F5;
	text-align: center;
}

.content-card {
	background: var(--white);
	border-radius: 8px;
	box-shadow: 0 2px 4px #c0c0c0;
	text-align: left;
	margin: 0 0 20px;
}

.content-card figure img {
	border-radius: 8px 8px 0 0;
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100%;
	height: auto;
}
.content-card figure .detail {
	padding: 20px;
}
.content-card figure .detail > * {
	margin-bottom: 8px;
	font-size: 12px;
}
.content-card figure p.ctgr {
	border-radius: 90px;
	background-color: rgba(255, 131, 154, 0.15);
	color: var(--pink);
	font-weight: 700;
	padding: 4px 8px 4px 6px;
	display: inline-block;
	font-size: 10px;
}
.content-card figure .detail figcaption {
	font-size: 14px;
	font-weight: bold;
	height: 3em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	margin-bottom: 15px;
}
section.contents-wrap {
	padding: 30px 0 0;
	padding-inline: 0 !important;
	background: var(--bg_blue);
}

/* 運営広告 */
#banner_ad, #new_shop {
  padding: 40px 0 20px;
}

#banner_ad .recoSlide, #new_shop .recoSlide {
  position: relative;
  overflow: hidden;
	padding-bottom: 20px;
}

/* DX+の広告 */
#Topslide {
	background-color: #FFF;
  padding-bottom: 20px;/* 0718 margin→padding修正 */
  overflow: hidden;
}

#Topslide .swiper {
  padding-bottom: 10px;
}

#Topslide .swiper-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#Topslide .swiper-slide a {
  width: 100%;
}

#Topslide .swiper-slide img {
  width: 100%;
  height: auto;
	aspect-ratio: 1020 / 437;/* ショップバナーの規定値 */
  object-fit: contain;
  object-position: center;
  display: block;
}

#Topslide .swiper-slide .caption {
  color: var(--brown);
  text-align: center;
  font-size: 14px;
  padding: 15px 0;
}

#Topslide .swiper-slide .caption span {
  display: block;
  font-size: 12px;
  color: #BBBBBB;
}
#Topslide .swiper-slide .comment {
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    background-color: var(--pink);
    border-radius: 8px;
    box-shadow: 0 0 15px 1px rgba(251, 147, 172, 0.5);
    color: #FFF;
    line-height: 30px;
    font-size: 13px;
    text-align: center;
    padding: 10px;
    margin: 0;
}
#Topslide .swiper-slide .comment span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;       /* 最大2行で省略 */
  overflow: hidden;
  text-overflow: ellipsis;
}

#Topslide .swiper-slide .comment:before {
    margin: 0 0 0 -7px;
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
	background-color: var(--pink);
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    z-index: 1;
}
@media (min-width: 850px) {
	.bottom-contents:has(#banner_ad) {
		background: var(--white);
	}
}

@media (max-width: 849px) {
	/* エリアトップ＞運営広告
	#banner_ad, #new_shop {
		padding-top: 0;
	}*/
	#new_shop {
		padding-top: 0;
	}

  #TopSlide .swiper-wrapper {
		height: auto;
	}
}

section.contents-wrap #Topslide .swiper {
	border-radius: 0;
}
.cards.flex {
	width: auto;
	flex-wrap: no-wrap;
	gap: 10px;
	overflow-x: auto;
	scrollbar-width: none;/* Firefox */
}
.cards.flex::-webkit-scrollbar {
	display: none;/* Chrome, Safari */
}
.cards.flex .content-card {
	flex: 0 0 280px;
	width: 280px;
}
.cards.flex .content-card figure .detail {
	padding: 10px 15px;
}
.cards.flex .content-card p.area {
	color: rgba(0, 0, 0, 0.20);
	margin-bottom: 3px;
}
.cards.flex .content-card p.shop {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0;
}

/* job_detail */
article#common .image__gray {
	background: #EBEEF0;
	border-radius: 5px;
	width: 100%;
	height: auto;
	aspect-ratio: 2/1;
}
.round-btn-links.flex {
	gap: 8px;
	margin: 30px 0;
	width: auto;
	white-space: nowrap;
	flex-wrap: nowrap;
	overflow-x: auto;
}
/* トラックパッドのないPCでスクロールできなくなるため削除
.round-btn-links.flex {
	scrollbar-width: none;/* Firefox
}
.round-btn-links.flex::-webkit-scrollbar {
	display: none;/* Chrome, Safari
}
*/
a.round-btn-link {
    display: block;
    border: solid 3px #C9DCEA;
    color: #C9DCEA;
    background-color: #FFF;
    border-radius: 90px;
    font-weight: bold;
    line-height: 35px;
}
a.round-btn-link.__current,
a.round-btn-link:hover {
    border: solid 3px #62C8CC;
    color: #62C8CC;
}
article#common h2.center {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.round-btn-links.pink a {
    border: solid 1px var(--pink);
    color: var(--pink);
	padding: 0 20px;
    line-height: 54px;
	flex: 0 0 auto;
	white-space: nowrap;
	flex-shrink: 0;
	font-size: 14px;
}
.round-btn-links.pink a.round-btn-link.__current,
.round-btn-links.pink a.round-btn-link:hover {
	background-color: var(--pink);
	color: #FFF;
}


/* dictionary */
h4.ul-style {
	font-weight: bold;
	font-size: 1.2em;
}
h4.ul-style::before {
	content: "・";
	display: inline-block;
	width: 1em;
	height: 1em;
}

/* privacy policy */
article#common.policy {
	padding: 25px;
	margin: 0 25px 25px;
    border-radius: 8px;
    border: solid 1px #EBEEF0;
}
article.policy .article__inner .main-text > * ,
article.policy .article__inner .others p {
	font-weight: normal;
	font-size: 14px;
}
article.policy p + ul {
	margin-top: -10px;
}
article.policy ul + h4 {
	margin-top: 20px;
}
article.policy .article__inner .main-text ul li {
	margin-bottom: 0;
}
.others {
	margin: 20px 0;
}
.others h3 {
	color: var(--blue);
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #EBEEF0;
	border-bottom: 1px solid #EBEEF0;
	font-size: 16px;
	margin: 30px 0;
}

.others h4 {
  font-weight: 400;
  margin-top: 10px;
}

/* 運営会社 */
dl.info {
	font-size: 14px;
}
dl.info dt {
	font-weight: bold;
	color: var(--pink);
	padding: 10px 0 0;
}
dl.info dd {
	border-bottom: 1px solid #EBEEF0;
	padding: 10px 0;
}
dl.info dd a {
	color: #2978C1;
}

/* recruit_chat_guide */
.article__inner .main-text span.step {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	background: var(--bg_blue);
	color: var(--blue);
	border-radius: 25px;
	padding: 10px 20px;
	margin: 20px auto;
	width: 100%;
}
.article__inner h3 + .main-text span.step {
	margin-top: 10px;
}

/* interview_promotion */
.btn__promo {
	position: relative;
	color: var(--white);
	background: var(--pink);
	padding: 10px 40px;
	display: inline-block;
	line-height: 1.4;
	border-radius: 5px;
	margin: 40px 0 20px;
	text-align: center;
	font-weight: bold;
	width: 100%;
}
.btn__promo span {
	font-size: 1.4em;
	letter-spacing: 1px;
}
.btn__promo::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 20px;
	background: var(--white) url("/img/front/icon/gift.svg") no-repeat center;
	background-size: 24px;
	border: 2px solid var(--pink);
	border-radius: 16px;
	width: 45px;
	height: 45px;
}

.article__image + .area_ttl {
	margin-top: 30px;
}

/* information */
article#common.column .article__inner .ttl-box {
	border-bottom: 1px dashed rgba(0, 0, 0, 0.20);
	margin: 20px 0 30px;
}
article#common.column .article__inner .ttl-box:first-of-type {
	margin-top: 0;
}
.bottom-contents .contents-wrap .pagination_box {
	width: 100%;
	padding: 0 15px 20px;
}
.bottom-contents .contents-wrap .pagination_box .link_box a {
	width: 30px;
	text-align: center;
}
.bottom-contents .contents-wrap .pagination_box .page_list {
	gap: 15px;
	text-align: center;
}
.bottom-contents .contents-wrap .pagination_box .btn {
	margin-bottom: 20px;
}
.bottom-contents .contents-wrap .pagination_box .page_list > * {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

/* faq */
section.intro {
	padding: 20px 30px;
}
.round-btn-links.--blue.flex {
	width: 100%;
	margin: auto;
}
.round-btn-links.--blue.flex.space-between a.round-btn-link {
    width: 100%;
	display: block;
	text-align: center;
    border: solid 3px #C9DCEA;
    color: #C9DCEA;
    background-color: #FFF;
    border-radius: 90px;
    font-weight: bold;
    line-height: 35px;
}
.round-btn-links.--blue.flex.space-between a.round-btn-link.select,
.round-btn-links.--blue.flex.space-between a.round-btn-link:hover {
    border: solid 3px #62C8CC;
    color: #62C8CC;
}
article#common.faq-list {}
article#common.faq-list .article__inner {
	border: solid 1px #EBEEF0;
	border-radius: 10px;
	padding: 30px;
	margin-bottom: 30px;
  scroll-margin-top: 70px;
}
article#common.faq-list .article__inner:last-of-type { margin-bottom: 10px;}
.article__inner .btn__ttl.--blue {
	color: var(--white);
	background: var(--blue);
	text-align: center;
	padding: 15px;
	border-radius: 25px;
	width: 100%;
	font-size: 14px;
	margin: 20px 0;
}
.article__inner .btn__ttl.--blue:first-of-type {
	margin-top: 0;
}
.article__inner ul.faq {
	padding: 0 0 10px;
	border-bottom: 1px solid #EBEEF0;
	margin: 0 0 20px;
}
.article__inner ul.faq:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.article__inner ul.faq li {
	position: relative;
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	padding: 10px 0;
}
.article__inner ul.faq li.question {
	font-weight: bold;
}
.article__inner ul.faq li::before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	min-width: 26px;
	background-color: var(--blue);
	border-radius: 50%;
	margin: -5px 15px 0 0;
}
.article__inner ul.faq li.answer::before {
	background-color: var(--pink);
}
.article__inner ul.faq li::after {
	content: "Q";
	display: inline-block;
	color: var(--white);
	font-weight: bold;
	line-height: 26px;
	position: absolute;
	top: 5px;
	left: 8px;
}
.article__inner ul.faq li.answer::after {
	content: "A";
}

.article__inner ul.faq li.answer .text p + p {
  margin-top: 15px;
}

/* 人妻の絞り込み検索 */
#popup-search .popup-detail .form_area .select_box ul.long li {
	width: 328px;
	max-width: none;
}

/* spam_settings　*/
article#common.spam {
	padding: 25px;
	margin: 0 25px 25px;
	border-radius: 8px;
	border: solid 1px #EBEEF0;
}

article.spam .article__inner .main-text > * ,
article.spam .article__inner .others p {
	font-weight: normal;
	font-size: 14px;
}

.spam ol {
	list-style: revert;
  list-style-position: outside;
  padding-left: 1.25em;
	padding: 15px 0 15px 20px;
}

.spam ol li + li {
	margin-top: 5px;
}
/*面接応援ページ
====================================*/
/* 面接応援金プロモーション */
.promotional-banner .article__image.image__gray {
  background: #ebeef0;
  width: 100%;
  height: auto;
  aspect-ratio: 2 / 1;
  margin-top: 0;
}

@media screen and (max-width: 849px) {
  /* 左右のよはく */
  .promotional-banner {
    padding-inline: 15px;
  }

  /* imgのレイアウト */
  .promotional-banner .article__image.image__gray {
    border-radius: 5px;
    margin-top: 20px;
  }
}

/* 先着限定テキスト */
.limited-text {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: var(--pink);
  border: 1px solid currentColor;
  border-radius: 12px;
  padding-block: 5px;
}

/* 先着限定100のテキスト */
.limited-text span {
  font-size: 35px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 849px) {
  .limited-text span {
    font-size: 30px;
  }
}

/* 5000円のコンテントのレイアウト */
.text-flex__content {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

@media screen and (max-width: 1229px) {
  .text-flex__content {
    gap: 0.5rem;
  }
}

/* 5000円のレイアウト */
.text-flex__left {
  font-size: 105px;
  font-weight: 700;
  color: var(--pink);
}

@media screen and (max-width: 1079px) {
  .text-flex__left {
    font-size: 52px;
  }
}

/* 5000円コンテント右側 */
.text-flex__right {
  font-weight: 700;
}

/* 右側の上部レイアウト */
.text-flex__right-top {
  color: var(--pink);
  font-size: 30px;
}

@media screen and (max-width: 1079px) {
  .text-flex__right-top {
    font-size: 20px;
    line-height: 1.3;
  }
}

/* 分の選べるを改行 */
.text-flex__right-top br.sp-show {
  display: none;
}

@media screen and (max-width: 1229px) {
  /* 分の選べるを改行 */
  .text-flex__right-top br.sp-show {
    display: block;
  }
}

/* 貰えちゃう文章中央へ */
.text-flex__right-bottom-content {
  text-align: center;
}

.spam .article__inner .main-text .sub-ttl {
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}

/* 右側下部のレイアウト */
.text-flex__right-bottom {
  font-size: 35px;
  text-align: center;
  position: relative;
  display: inline-block;
}

/* PC時は非表示 */
.text-flex__right-bottom-content._sp-show {
  display: none;
}

@media screen and (max-width: 1229px) {
  /* PC時で表示していた貰えちゃうを非表示 */
  .text-flex__right-bottom-content {
    display: none;
  }

  /* SP時表示用を表示 */
  .text-flex__right-bottom-content._sp-show {
    display: block;
  }

  /* 貰えちゃうのレイアウト */
  .text-flex__right-bottom-content._sp-show .text-flex__right-bottom {
    display: inline-block;
    font-weight: 700;
    font-size: 25px;
  }
}

/* 貰えちゃうの疑似要素 */
.text-flex__right-bottom::before,
.text-flex__right-bottom::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  background: url("/img/front/icon/icon6.svg") no-repeat top center;
  background-size: 100% auto;
}

@media screen and (max-width: 1229px) {
  .text-flex__right-bottom::before,
  .text-flex__right-bottom::after {
    width: 30px;
    height: 30px;
    top: 65%;
  }
}

/* 貰えちゃうの疑似要素 */
.text-flex__right-bottom::before {
  left: -50px;
  transform: translateY(-50%);
}

/* 貰えちゃうの疑似要素 */
.text-flex__right-bottom::after {
  right: -50px;
  transform: translateY(-50%) scale(-1, 1);
}

.here-text {
  text-align: center;
  margin-top: 20px;
}

/* ポイントアイテムのレイアウト */
.point-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.25rem;
  margin-top: 20px;
}

@media screen and (max-width: 929px) {
  .point-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* 各ポイントアイテムのレイアウト */
.point-item {
  text-align: center;
  background: rgba(98, 200, 204, 0.1);
  color: var(--blue);
  padding-block: 10px;
  border-radius: 8px;
}

@media screen and (max-width: 849px) {
  .point-item {
    padding-block: 15px;
  }
}

/* 期間のコンテント */
.period-content {
  margin-top: 30px;
  max-width: 700px;
  margin-inline: auto;
}

/* 期間のテキスト */
.period-content p {
  width: 100%;
  font-size: 14px;
  background-color: rgba(255, 131, 154, 0.15);
  border-radius: 90px;
  display: flex;
  line-height: 22px;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  margin-bottom: 10px;
}

/* 期間最後のテキスト */
.period-content p:last-child {
  margin-bottom: 30px;
}

/* 期間左側のテキスト */
.period-content p .period-content__text {
  padding: 5px 10px;
  background: var(--pink);
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  border-radius: 90px;
  flex-basis: 35%;
  text-align: center;
}

@media screen and (max-width: 929px) {
  .period-content p .period-content__text {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 374px) {
  .period-content p .period-content__text {
    flex-basis: 28%;
    font-size: 11px;
  }
}

/* 期間日付テキスト */
.period-content p .period-content__date {
  flex-basis: 65%;
  text-align: center;
}

@media screen and (max-width: 929px) {
  .period-content p .period-content__date {
    font-size: 12px;
    flex-basis: 70%;
  }
}
@media screen and (max-width: 374px) {
  .period-content p .period-content__date {
    font-size: 11px;
    flex-basis: 72%;
  }
}

.period-content .attention-text {
  background: initial;
}

@media screen and (max-width: 929px) {
  .period-content .attention-text {
    font-size: 12px;
  }
}

/* 共通リセット */
.promotion-notes,
.promotion-sub,
.promotion-detail {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ・ 親 */
.promotion-notes > li {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0.5em;
}

.promotion-notes > li::before {
  content: "・";
  position: absolute;
  left: 0;
}

/* ┗ 条件 */
.promotion-sub > li {
  position: relative;
  padding-left: 1.5em;
  margin-top: 0.4em;
}

.promotion-sub > li::before {
  content: "┗";
  position: absolute;
  left: 0;
}

/* ※ 補足 */
.promotion-detail > li.note {
  position: relative;
  padding-left: 1em;
}

.promotion-detail > li.note::before {
  content: "※";
  position: absolute;
  left: 0;
}


/*キャンペーンページ
====================================*/
/* 抽選と価格のコンテント */
.text-flex__content._campaign {
  width: 100%;
  max-width: 700px;
  margin-inline: auto;
  gap: clamp(0.5rem, 1vw, 1rem);
}

/* 抽選テキスト */
.text-flex__lottery {
  font-size: clamp(16px, 2vw, 25px); /* 上限を縮小 */
  font-weight: 700;
  text-align: center;
  color: var(--pink);
  border: 1px solid currentColor;
  border-radius: 12px;
  padding: clamp(5px, 1vw, 10px) clamp(6px, 1vw, 6px); /* paddingを縮小 */
  flex: 1 1 0; /* flex-basis 0 にして縮小しやすく */
  white-space: nowrap;
}

@media screen and (max-width: 374px) {
  .text-flex__lottery {
    font-size: 12px;
  }
}

/* 数字部分 */
.text-flex__lottery span {
  font-size: clamp(25px, 3vw, 50px); /* 上限縮小 */
  letter-spacing: 1.5px;
}

@media screen and (max-width: 374px) {
  .text-flex__lottery span {
    font-size: 20px;
  }
}

/* 価格テキスト */
.text-flex_price {
  font-size: clamp(16px, 2vw, 35px);
  font-weight: 700;
  color: var(--pink);
  text-align: center;
  flex: 1 1 0;
  white-space: nowrap;
}

@media screen and (max-width: 374px) {
  .text-flex_price {
    font-size: 12px;
  }
}

@media screen and (min-width: 1024px) {
  /* ￥5000部分 */
  .text-flex_price span {
    font-size: clamp(45px, 7vw, 105px); /* 上限縮小 */
  }
}

@media screen and (max-width: 1023px) {
  /* ￥5000部分 */
  .text-flex_price span {
    font-size: clamp(40px, 5vw, 105px); /* 上限縮小 */
  }
}

@media screen and (max-width: 849px) {
  /* ￥5000部分 */
  .text-flex_price span {
    font-size: clamp(45px, 8vw, 105px); /* 上限縮小 */
  }
}
@media screen and (max-width: 374px) {
  /* ￥5000部分 */
  .text-flex_price span {
    font-size: clamp(35px, 8vw, 105px); /* 上限縮小 */
  }
}

/* アマゾンポイントのレイアウト */
.point-text {
  border-radius: 12px;
  background: linear-gradient(90deg, #adefed, #acdaf3, #cdabe9, #ffc7ba, #feefdb);
  padding: 3px; /* 枠の太さ */
  max-width: 700px;
  width: 100%;
  margin: 10px auto 15px;
}

/* アマゾンポイントのレイアウト */
.point-text > span {
  display: block;
  border-radius: 9px; /* border-radius - padding */
  background: #fff; /* 中身の背景 */
  padding: 10px;
  text-align: center;
  color: var(--pink);
  font-weight: 700;
  font-size: 30px;
}

@media screen and (max-width: 849px) {
  .point-text > span {
    font-size: 20px;
  }
}

/* プレゼントを中央寄せ */
.text-head__content {
  text-align: center;
}

/* プレゼントのレイアウト */
.text-head {
  font-size: 35px;
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 700;
}

@media screen and (max-width: 849px) {
  .text-head {
    font-size: 25px;
  }
}

/* プレゼントの擬似要素 */
.text-head::before,
.text-head::after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 50%;
  background: url("/img/front/icon/icon6.svg") no-repeat top center;
  background-size: 100% auto;
}

@media screen and (max-width: 849px) {
  .text-head::before,
  .text-head::after {
    top: 65%;
    width: 30px;
    height: 30px;
  }
}

.text-head::before {
  left: -50px;
  transform: translateY(-50%);
}

.text-head::after {
  right: -50px;
  transform: translateY(-50%) scale(-1, 1);
}

/* プレゼントSP用PC時非表示 */
.text-head._sp-show {
  display: none;
}

@media screen and (max-width: 849px) {
  /* SP時表示 */
  .text-head._sp-show {
    display: inline-block;
  }

  /* PC用プレゼントSP時非表示 */
  .text-head {
    display: none;
  }
}

/* 画面幅849px以下のとき */
@media screen and (max-width: 849px) {
	.page_top {display: none;}
	.sp-hr-bottom {
		border-bottom: 1px solid #EBEEF0;
	}
	article#common {
		/*box-shadow: 0px 2px 4px #c0c0c0;**/
		margin-bottom: 0;/* 影がいる場合は別途指定、ここは変えない */
	}
	article#common.column {
		padding: 0 20px 20px;
	}
	article#common.column h2 {
		font-size: 18px;
	}

	.page-nav a {
		padding: 15px;
	}
	.content-card {
		width: 100%;
	}
	#popup-search .popup-detail .form_area .select_box ul.long li {
		width: calc(100% - 10px);
	}
	article#common .top__image {}
	section.intro {
		padding: 15px 15px;
		background-color: var(--bg_blue);
		border-top: solid 1px rgba(235, 238, 240, 1);
	}
	article#common.faq-list .article__inner {
		border: none;
		border-radius: 0;
		padding: 20px 0 0;
		margin-bottom: 0;
	}
	/* privacy policy */
	article#common.policy,
	article#common.spam {
		padding: 0;
		margin: 0 15px 20px;
		border-radius: 0;
		border: none;
		box-shadow: none;
		background: var(--white);
	}

	#Topslide {
    /* margin-bottom: 30px; 0718 修正 */
    margin-top: 0;
  }

  #Topslide .swiper {
    border-radius: 0;
    padding-bottom: 20px;
  }

  #Topslide .swiper.__round {/* 0710 菅近 */
    border-radius: 10px 10px 0 0;
  }

  #Topslide .swiper-slide img {}

  #Topslide .swiper-slide .caption {
    font-size: 14px;
    padding: 15px 0 0;
  }

  #Topslide .swiper-slide .caption span {}

  .swiper-button-next,
  .swiper-button-prev {
    top: auto;
    bottom: 10px;
    width: 54px;
    height: 54px;
  }
	#Topslide .swiper-slide .comment {
		left: 15px;
		right: 15px;
		padding: 5px 10px;
	}
	#Topslide .swiper-slide .comment:before {
		bottom: -7px;
		width: 15px;
		height: 15px;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after, .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
    width: 54px;
    height: 54px;
  }

  .swiper-button-next:after {
    background-image: url("/img/front/swiper_button_next.svg");
  }

  .swiper-button-prev:after {
    background-image: url("/img/front/swiper_button_prev.svg");
  }

  .swiper-pagination-bullet {
    background: #FFF;
    border: solid 1px var(--brown);
    opacity: 1;
  }

  .swiper-pagination-bullet-active {
    background: var(--brown);
  }

  .swiper-pagination {}

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

/* 期間・条件はコチラを中央へ */
.below-text__content {
  text-align: center;
}

/* 期間・条件はコチラのレイアウト */
.below-text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--pink);
  font-weight: 700;
  margin-top: 15px;
  gap: 1em; /* ← テキストと線の間隔 */
}

@media screen and (max-width: 849px) {
  .below-text {
    gap: 1.5rem;
  }
}

/* 期間・条件はコチラの擬似要素 */
.below-text::before,
.below-text::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--pink);
}

/* 応募期間・条件の幅を100％ */
.period-content._campaign {
  max-width: 100%;
}

/*=======================================================================
# 掲載申込
========================================================================*/
/* TOPの余白
========================================================================*/
.section_application-top {
  padding: 20px 30px;
}

@media screen and (max-width: 1199px) {
  .section_application-top {
    padding: 0 16px;
  }
}
/* 背景画像のレイアウト */
.application_top-wrapper {
  background: url("/img/front/fv-bg.png") no-repeat center center;
  background-size: 100% auto;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  padding: 25px 20px 19px;
}

@media screen and (max-width: 1199px) {
  .application_top-wrapper {
    background: url("/img/front/fv-bg.png") no-repeat center center / cover;
    padding: 29px 20px 69px;
  }
}

/* 画像のレイアウト基点 */
.application_top-wrap {
  position: relative;
}

/* テキストのバック背景 */
.application_top-wrap::before {
  content: "";
  left: calc(50% - 60px / 2);
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid var(--white);
  width: 632px;
  max-width: 100%;
  height: 142px;
  z-index: 0;
  backdrop-filter: blur(20px);
  border-radius: 10px;
}

@media screen and (max-width: 1199px) {
  .application_top-wrap::before {
    left: 50%;
    width: 303px;
  }
}

/* テキストのレイアウト */
.application_top-text {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding: 30px 20px 25px 40px;
  color: var(--dark_pink);
  text-shadow: 2px 2px var(--white);
}

@media screen and (max-width: 1199px) {
  .application_top-text {
    font-size: 25px;
    padding: 14px 0 49px;
    text-align: center;
  }
}

/* テキスト2行目のレイアウト */
.application_top-text span {
  font-size: 45px;
  font-weight: 900;
  font-family: Inter;
}

@media screen and (max-width: 1199px) {
  .application_top-text span {
    font-size: 35px;
  }
}

/* キャラクター画像のレイアウト */
.application_top-img {
  position: absolute;
  top: -174px;
  right: -112px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .application_top-img {
    width: 545px;
    top: -113px;
    right: initial;
    left: 50%;
    transform: translateX(calc(-50% + 7px));
  }
}

/* 3つのitemを横並び */
.section_intro._other-types .intro-items {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0.5rem;
  max-width: 700px;
  margin-inline: auto;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-items {
    flex-direction: column;
  }
}

/* 各itemのレイアウト */
.section_intro._other-types .intro-item {
  background: var(--white);
  border-radius: 12px;
  padding: 25px 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-item {
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
  }
}

/* item内枠のレイアウト */
.section_intro._other-types .intro-img {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

/* 波画像のレイアウト */
.section_intro._other-types .intro-img::before {
  content: "";
  position: absolute;
  top: 34%;
  background: url("/img/front/intro-img_bg.svg") no-repeat center center / contain;
  width: 100%;
  max-width: 151px;
  height: auto;
  z-index: -1;
  aspect-ratio: 151 / 59;
  left: 50%;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-img::before {
    width: 75.5px;
    height: 29.5px;
    top: initial;
    bottom: 0;
  }
}

.section_intro._other-types .intro-img._first::before {
  transform: translateX(calc(-50% - 11px));
}
.section_intro._other-types .intro-img._second::before {
  transform: translateX(calc(-50% - 13px));
}
.section_intro._other-types .intro-img._third::before {
  transform: translateX(calc(-50% + 5px));
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-img._first::before {
    transform: translateX(calc(-50% - 6px));
  }
  .section_intro._other-types .intro-img._second::before {
    transform: translateX(calc(-50% - 5px));
  }
  .section_intro._other-types .intro-img._third::before {
    transform: translateX(calc(-50% + 2px));
  }
}

/* キャラクター画像のレイアウト */
.section_intro._other-types .intro-img img {
  width: 151px;
  max-width: 100%;
  height: 120px;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-img img {
    width: 94px;
    height: 60px;
  }
}

.section_intro._other-types .intro-img._size img {
  width: 188px;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-img._size img {
    width: 94px;
  }
}

/* itemのテキスト */
.section_intro._other-types .intro-text {
  color: var(--brown);
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  flex-grow: 1;
}

@media screen and (max-width: 1023px) {
  .section_intro._other-types .intro-text {
    text-align: left;
    margin-top: 0;
  }
}

/* 確認画面のpreview表示 */
.preview_area {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 5px;
}
.preview_area .preview {
	display: flex;
	gap: 0;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	margin: 0;
	height: 100%;
	aspect-ratio: 210 / 297;/* A4比率 */
}
.preview_area .preview img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
	margin: 0;
	padding: 10px;
}
.form_area .single .preview {
  width: 100%;
  height: auto;
  overflow-x: hidden;
  padding: 10px;
}
.form_area .single .preview img {
  width: 30%;
  min-width: 200px;
  overflow-x: visible;
  margin: 0;
}

/* プラン紹介
========================================================================*/
/* 紹介プランの余白 */
.section_container {
  padding: 30px 30px 20px;
}

@media screen and (max-width: 849px) {
  .section_container {
    padding: 30px 15px 20px;
  }
}

/* 各プランのヘッドのレイアウト */
.plan-head {
  padding: 5px 20px;
  color: var(--white);
  margin-bottom: 10px;
}

/* DX+のcolor */
.plan-head._dx-plus {
  background: var(--pink);
}
/* DXのcolor */
.plan-head._dx {
  background: var(--blue);
}
/* SDのcolor */
.plan-head._sd {
  background: var(--dark_blue);
}
/* プランテキストの余白 */
.plan-text {
  margin-bottom: 20px;
}

/* テーブル
========================================================================*/
/* テーブルのレイアウト */
.table-container table {
  border-collapse: separate;
  width: 100%;
  border: 2px solid var(--light_gray);
  overflow: hidden;
  border-radius: 10px;
  border-spacing: 0;
}

/* テーブルヘッドのレイアウト */
.table-container thead tr th {
  background: var(--white);
  border-bottom: 2px solid var(--light_gray);
}

/* テーブル左側の幅 */
.table-container tr th:first-child {
  width: 23%;
  white-space: nowrap;
}

/* tableのテキスト改行PC時非表示 */
.table-container tbody th .sp-show {
  display: none;
}

@media screen and (max-width: 1023px) {
  .table-container tr th:first-child {
    width: 27%;
  }

  /* tableのテキスト改行SP時表示 */
  .table-container tbody th .sp-show {
    display: block;
  }
}

/* テーブル内各プランのレイアウト */
.table-container table thead span {
  border-radius: 6px;
  color: var(--white);
  padding: 5px 15px;
}

/* DX+のcolor */
.table-container table thead span._dx-plus {
  background: var(--pink);
}
/* DXのcolor */
.table-container table thead span._dx {
  background: var(--blue);
}
/* SDのcolor */
.table-container table thead span._sd {
  background: var(--dark_blue);
}

/* テーブル内のレイアウト */
.table-container th,
.table-container td {
  border: none;
  text-align: center;
  padding: 5px;
  font-weight: 700;
  vertical-align: middle;
  height: 50px;
}

/* レスポンシブ時テーブルの高さ統一 */
@media screen and (max-width: 1023px) {
  .table-container th,
  .table-container td {
    height: 70px;
  }
}

/* グリッド線を擬似的に再現（内側の線） */
.table-container tr:not(:last-child) th,
.table-container tr:not(:last-child) td {
  border-bottom: 2px solid var(--light_gray);
}

/* グリッド線を擬似的に再現（内側の線） */
.table-container th:not(:last-child),
.table-container td:not(:last-child) {
  border-right: 2px solid var(--light_gray);
}

/* テーブルの左側2行目からの背景 */
.table-container th {
  background-color: var(--light_orange);
}

/* テーブルの内擬似要素の基点 */
.table-container tbody td span {
  position: relative;
  width: 20px;
  height: 15px;
  display: inline-block;
}

/* 件数付きセルの中身をflexで横並びにする */
.table-container tbody td:has(.num-of-cases) {
  text-align: center; /* 元の整列を維持 */
}

/* チェックと件数の上下を揃える */
@media screen and (min-width: 1024px) {
  .table-container tbody td:has(.num-of-cases) span.check,
  .table-container tbody td:has(.num-of-cases) p.num-of-cases {
    display: inline-block;
    vertical-align: middle;
  }

  /* チェックと件数の間隔 */
  .table-container tbody td:has(.num-of-cases) p.num-of-cases {
    margin-left: 10px;
  }

  /* 万一 :has() が効かないブラウザでも整列が保たれるように */
  .table-container tbody td .num-of-cases {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}

@media screen and (max-width: 1023px) {
  /* チェックと件数の間隔 */
  .table-container tbody td:has(.num-of-cases) p.num-of-cases {
    margin-top: 5px;
  }

  /* 万一 :has() が効かないブラウザでも整列が保たれるように */
  .table-container tbody td .num-of-cases {
    margin-top: 5px;
  }
}

/* 擬似要素の丸のレイアウト */
.table-container tbody td span::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

/* チェックのレイアウト */
.table-container tbody td span.check::after {
  content: "";
  position: absolute;
  border-bottom: 2px solid var(--white);
  border-left: 2px solid var(--white);
  width: 10px;
  height: 6px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(-45deg);
  transform-origin: center;
}

/* チェックの背景 */
.table-container tbody td span.check::before {
  background: var(--blue);
}

/* × のライン2本 */
.table-container tbody td span.not i::before,
.table-container tbody td span.not i::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: var(--white);
  transform-origin: center;
}
/* バツの角度と配置 */
.table-container tbody td span.not i::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
/* バツの角度と配置 */
.table-container tbody td span.not i::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* バツの背景 */
.table-container tbody td span.not::before {
  background: var(--pink);
}

/* 掲載までの流れ
========================================================================*/
/* 掲載までの流れセクションの余白 */
.section_container.flow {
  padding-bottom: 80px;
}

@media screen and (max-width: 849px) {
  .section_container.flow {
    padding-bottom: 50px;
  }
}

/* ステップのコンテントを縦並び */
.flow-items {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}

/* 各ステップコンテントのレイアウト */
.flow-item {
  background: #f9f9f9;
  padding: 20px 15px;
  border-radius: 3px;
}

/* ステップのラベルのレイアウト */
.flow-item__label {
  background: var(--pink);
  color: var(--white);
  padding: 5px 25px;
  display: inline-block;
  border-radius: 8px;
}

/* ステップコンテントのヘッドレイアウト */
.flow-item__head {
  font-size: 16px;
  font-weight: 700;
  display: inline;
  margin-left: 5px;
}

/* ステップコンテントのテキスト */
.flow-item__text {
  margin-top: 2px;
}

/* 画面幅849px以下のとき */
@media screen and (max-width: 849px) {
  .page_top {
    display: none;
  }
  .sp-hr-bottom {
    border-bottom: 1px solid #ebeef0;
  }
  article#common {
    padding: 0 15px 20px;
  }
  article#common.column h2 {
    font-size: 18px;
  }
  .page-nav a {
    padding: 15px;
  }
  /* shop.cssと同様 */
  #sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 70px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.1s ease;
    z-index: 6000;
  }
  #sticky-header h2 {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: var(--brown);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 70%;
    overflow: hidden;
  }
  #sticky-header .btn {
    width: 44px;
    height: 44px;
    border-radius: 18px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
  }
  article#common:has(.top__image) {
    padding-top: 0;
  }
  article#common .top__image {
  }
  section.intro {
    padding: 15px 15px;
    background-color: var(--bg_blue);
    border-top: solid 1px rgba(235, 238, 240, 1);
  }
  article#common.faq-list .article__inner {
    border: none;
    border-radius: 0;
    padding: 20px 0 0;
    margin-bottom: 0;
  }

  /* privacy policy */
  article#common.policy {
    padding: 0;
    margin: 10px 15px 20px;
    border-radius: 0;
    border: none;
  }
}

@media screen and (max-width: 415px) {
	.btn__promo::before {
		left: 10px;
		background-size: 20px;
		border-radius: 10px;
		width: 35px;
		height: 35px;
	}
}

.hr-sp, .hr-pc {
  border: none;
  width: 100%;
  border-bottom: 0.1px solid #EBEEF0;
}


/* PC幅 (850px以上) の場合は SP用を非表示 */
@media (min-width: 850px) {
  .hr-sp {
    display: none;
  }
}

/* SP幅 (849px以下) の場合は PC用を非表示 */
@media (max-width: 849px) {
  .hr-pc {
    display: none;
  }
}

/* entry-form.blade.php */
.btn-reset-hope {
  border: none;
  background-color: var(--brown);
  color: #FFF;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.btn-reset-hope + .error {
  margin-top: -20px;
}

/* プライバシーポリシー,規約
========================================================================*/
article.policy p + ul.num-list {
  margin-top: 0;
}

.num-list {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}

.num-list li {
  counter-increment: num;
  position: relative;
  padding-left: 3em;
}

.num-list li::before {
  content: "（" counter(num) "）";
  position: absolute;
  left: 0;
  width: 2.5em;
  text-align: right;
}

/* （1）用 */
.num-list--paren {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}

.num-list--paren > li {
  counter-increment: num;
  position: relative;
  padding-left: 3em;
}

.num-list--paren > li::before {
  content: "（" counter(num) "）";
  position: absolute;
  left: 0;
}

/* 1. 用 */
.num-list--dot {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}

.num-list--dot > li {
  counter-increment: num;
  position: relative;
  padding-left: 2.5em;
}

.num-list--dot > li::before {
  content: counter(num) ".";
  position: absolute;
  left: 10px;
}

.num-list--dot,
.num-list--paren {
  margin-bottom: 10px;
}

