@charset "UTF-8";
/***  --既存 全体style-- ***/
.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--negative .btn-3ple__text {
	color: #d92984;
}
*/

.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::after {
	bottom: 0;
	color: #fff;
  content: url("../img/btn-arrow.png");
	display: none;
	font-size: 15px;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
    font-size: 30px;
    font-size: 35px;
		right: 30px;
	}
}
*/

.btn-3ple .small {
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple .small {
		font-size: 28px;
	}
}
/* */

/* date-check */
.date-check {
	background: #faf9f7;
	padding: 13px 0;
}
@media screen and (min-width: 1000px) {
	.date-check {
		padding: 36px 0;
	}
}
.date-check__text {
	font-size: 11px;
	font-weight: 700;
	line-height: 17.75px;
	margin: -3.375px 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;
}
.date-check__text .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.date-check__text .small {
		font-size: .7em;
	}
}
.date-check.js-date-check:not(.is-within) {
	display: none;
}
/* */

/* footer */
.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;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}
/* */

/* header */
.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;
	}
}
/* */

/* pagetop */
.pagetop-holder {
	bottom: 0;
	left: 0;
	pointer-events: none;
	position: absolute;
	text-align: right;
	width: 100%;
}

/** TOPボタンのサイズと位置の修正 **/
.pagetop-container {
	bottom: 50px;
	right: 5px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
@media screen and (min-width: 1000px) {
	.pagetop-container {
		padding-bottom: 30px;
		position: static;
		right: 0;
	}
	body:not(.is-bottom) .pagetop-container {
		bottom: 0;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}
}
@media screen and (min-width: 1000px) {
	.pagetop-container .container {
		max-width: 1200px;
	}
}
.pagetop img {
	width: 65px;
	height: 65px;
}
@media screen and (min-width: 1000px) {
	.pagetop img {
		width: 100px;
		height: 100px;
	}
}
/**  **/
.pagetop {
	border-radius: 50%;
	display: inline-block;
	pointer-events: all;
}
/* */


/* 要素 */
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;
}

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;
}
/* 要素 */


/* 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: 1200px;*/
    max-width: 1100px;
	}
}
@media screen and (min-width: 1000px) {
	.container {
		padding: 0 50px;
	}
}
.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 (max-width: 999px) {
	.hover:active {
		filter: contrast(50%) brightness(135%) saturate(95%);
	}
}
@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;
	}
}
/* */

/* jsから動的生成部分 */
.img-block {
	line-height: 0;
	text-align: center;
}

.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;
	}
}
.date-content__section {
	padding: 15px 0;
}
@media screen and (min-width: 1000px) {
	.date-content__section {
		padding: 30px 0 50px;
	}
}
.content__head {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 20px;
	}
}
.content-head {
	align-items: center;
	display: flex;
	font-size: 23px;
	font-weight: 700;
	justify-content: center;
}
@media screen and (min-width: 1000px) {
	.content-head {
		font-size: 45px;
	}
}
/* */
/***  /--既存 全体style-- ***/



/**** style設定部分 ****/
/* 全体 */
@media screen and (max-width: 999px) {
  .sp-wrap {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .pc-wrap {
    display: block;
  }
}
.wrap {
	display: block;
}

.main {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 1000px) {
	.main {
		padding-bottom: 80px;
	}
}
.main:has(.dshop) {
  padding-bottom: 100px;
}
@media screen and (min-width: 1000px) {
	.main:has(.dshop) {
		padding-bottom: 80px;
	}
}
/* */


/* separator */
.separator--mv {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .separator--mv {
    margin-bottom: 80px;
  }
}
.separator--entry,
.separator--introduction,
.separator--daily,
.separator--detail,
.separator--foot  {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .separator--entry,
  .separator--introduction,
  .separator--daily,
  .separator--detail,
  .separator--foot  {
    margin-bottom: 80px;
  }
}

.separator--today-wrapper {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
	.separator--today-wrapper {
		margin-bottom: 80px;
	}
}
/* */



/* separator--mv */
.mv {
	background-image: url("../img/mv-bg_sp.png");
	background-repeat: no-repeat;
	background-position: center;
  background-size: cover;
  padding: 0 0 8px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.mv {
		background-image: -webkit-image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x);
		background-image: image-set(url("../img/mv-bg_sp.png") 1x, url("../img/mv-bg_sp2x.png") 2x);
	}
}
@media screen and (min-width: 600px) {
	.mv {
		background-image: url("../img/mv-bg_pc.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
}
@media screen and (min-width: 1000px) {
  .mv {
    padding: 3px 0 16px 0;
	}
}

.mv__main {
  display: flex;
  justify-content: center;
}
/* */


/* separator--entry */
.separator--entry__top {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .separator--entry__top {
    margin-bottom: 80px;
  }
}
.separator--entry__info {
  display: flex;
  justify-content: center;
}
.entry-btn {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
    .entry-btn {
    margin-bottom: 30px;
  }
}
/* 「こちらから今すぐエントリー」のボタン */
.section-btn {
	align-items: center;
	background: #d92984;
	border-radius: 27.5px;
	color: #fff;
	display: flex;
	font-weight: 700;
	height: 55px;
	justify-content: center;
	margin: 0 auto;
	max-width: 300px;
	position: relative;
	text-align: center;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.section-btn {
		border-radius: 55px;
		height: 110px;
		max-width: 600px;
	}
}
/** ボタンの矢印(画像の場合) **/
.section-btn {
  background-image: url(../img/btn-arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.section-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) {
	.section-btn {
    background-image: url(../img/btn-arrow_pc.png);
    background-repeat: no-repeat;
    background-position: center right 32px;
	}
}
/** /ボタンの矢印(画像の場合) **/
.section-btn__top {
	display: block;
	font-size: 13px;
	margin-bottom: 7px;
}
@media screen and (min-width: 1000px) {
	.section-btn__top {
		font-size: 25px;
		margin-bottom: 10px;
	}
}
.section-btn__bottom {
	display: block;
	font-size: 20px;
}
@media screen and (min-width: 1000px) {
	.section-btn__bottom {
		font-size: 40px;
	}
}
/** ボタンの矢印（フォントーオーサム使用の場合）**/
/*.section-btn::after {
	bottom: 0;
	content: "\f054";
	display: block;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 16px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.section-btn::after {
		font-size: 30px;
		right: 29px;
	}
}*/
/** /ボタンの矢印（フォントーオーサム使用の場合）**/
/* /「こちらから今すぐエントリー」のボタン */

.entry-detail-text {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
	.entry-detail-text {
  font-size: 24px;
  font-weight: initial;
  }
}
.entry-detail-text a {
  color: #0042ff;
  text-decoration: none;
}

.entry-info {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
  .entry-info {
    margin-bottom: 20px;
  }
}
.info-list{
  color:#d92984;
  width: 325px;
}
@media screen and (min-width: 1000px) {
  .info-list{
    width: 800px;
  }
}
@media screen and (max-width: 374px) {
  .info-list{
    width: clamp(18.75rem, 9.659rem + 45.45vw, 20.313rem);
  }
}
.info-list:not(:last-child) {
margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .info-list:not(:last-child) {
    margin-bottom: 40px;
  }
}
.info-txt-upper {
  font-size: 15px;
  font-weight: 600;
  border-bottom: solid 1.5px #d92984;
  padding-bottom: 2.5px;
  margin-bottom: 6.5px;
}
.info-txt-under {
  font-size: 15px;
  font-weight: 600;
}
.info-txt-under .space {
  letter-spacing: 0.2em;
}
@media screen and (min-width: 1000px) {
  .info-txt-upper {
    font-size: 36px;
    border-bottom: solid 3px #d92984;
    padding-bottom: 4px;
    margin-bottom: 13px;
  }
.info-txt-under {
    font-size: 30px;
  }
}
/* */


/* separator--today */
.separator--today__head {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .separator--today__head {
    margin-bottom: 80px;
  }
}
.today-content {
  position: relative;
}

.today-content__head {
  background-color: #ff0000;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  max-width: 375px;
}
@media screen and (min-width: 1000px) {
  .today-content__head {
    height: 80px;
    margin-bottom: 30px;
    max-width: 1000px;
  }
}
.today-content__body {
  position: relative;
  margin-bottom: 5px;
}
@media screen and (min-width: 1000px) {
  .today-content__body {
    margin-bottom: 30px;
  }
}

.today-content-bnr {
  position: relative;
}
@media screen and (max-width: 999px) {
  .today-content-bnr img {
    max-width: 100%;
  }
}
.separator--today__body {
  display: flex;
  justify-content: center;
}

.today-content__bottom {
  display: flex;
  justify-content: center;
}
.today-content__bottom .separator-bottom-notes {
  max-width: 325px;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .today-content__bottom .separator-bottom-notes{
    max-width: initial;
  }
}

.today-content__btn {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 294px;
}
@media screen and (min-width: 1000px) {
  .today-content__btn {
    top: 9px;
    left: 840px;
  }
}
@media screen and (max-width: 355px) {
  .today-content__btn {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 240px;
  }
}

.days-2 {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .days-2 {
    margin-bottom: 60px;
  }
}
/* */


/* separator--daily */
.card-section__head {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .card-section__head {
    margin-bottom: 40px;
  }
}
.section-future {
  margin-bottom: 40px;
}
@media screen and (min-width: 1000px) {
  .section-future {
    margin-bottom: 80px;
  }
}

/** cardまわり **/
.card-section__body {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .card-section__body {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1000px) {
  .card-list {
    display: flex;
    flex-wrap: wrap;
    gap : 6px;
    width: 1000px;
  }
}

@media screen and (max-width: 999px) {
  .card-list__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.card-list__item {
  width: 325px;
}
@media screen and (min-width: 1000px) {
  .card-list__item {
    width: 49.7%;
  }
}
@media screen and (max-width: 374px) {
  .card-list__item {
    width: auto;
    max-width: 325px;
  }
}
/* cardの本体 */
.card-item {
  padding: 11px 6px 12px 12px;
  background: #ffe6ef;
  box-sizing: border-box;
  display: flex;
  gap: 12px;
}
@media screen and (min-width: 1000px) {
  .card-item {
    padding: 16px 12px 19px 18px;
    gap: 19px;
  }
}
@media screen and (max-width: 374px) {
  .card-item {
    width: auto;
    max-width: 325px;
  }
}
.card-content--end .card-item {
  background: #e3e3e3;
}
.card-item__bnr {
  flex-shrink: 0;
  max-width: 105px;
}
@media screen and (min-width: 1000px) {
  .card-item__bnr {
    max-width: 161px;
  }
}
.card-content--end .card-item__bnr {
  opacity: 0.5;
}
.card-date-img {
  margin-bottom: 16px;
}
@media screen and (min-width: 1000px) {
  .card-date-img {
    margin-bottom: 20px;
  }
}
.card-detail {
  margin: calc((1.8em - 1em) / 2 * -1) 0;
}
.card-detail__txt {
  color: #666;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .card-detail__txt {
    font-size: 18px;
  }
}
.card-detail__txt--2days {
  line-height: 1.7;
}
/* /cardの本体 */
/** /cardまわり **/

/* */


/* separator--detail */
.detail-item {
  padding: 2.5px 10px;
  border-bottom: 1px #666 dotted;
  font-size: 12px;
  display: flex;
  line-height: 1.8;
}
@media screen and (min-width: 1000px) {
  .detail-item {
    padding: 5px 30px;
    border-bottom: 2px #666 dotted;
    font-size: 24px;
  }
}
.detail-item:first-child {
  padding-top: 0;
}
.detail-item__title {
  font-weight: 600;
  /*width: 92px;*/
  width: 26%;
}
.detail-item__detail {
  /*max-width: 259px;*/
  max-width: 74%;
}
@media screen and (min-width: 1000px) {
  .detail-item__title {
    /*width: 250px;*/
    width: 26.5%;
  }
  .detail-item__detail {
    /*max-width: 690px;*/
    max-width: 73.5%;
  }
}
/* */


/* separator--foot */
.separator--foot__body {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.separator--foot__bottom {
  display: flex;
  justify-content: center;
}
/* */


/* 共通パーツ */
@media screen and (max-width: 999px) {
  .container--pad-2 {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 375px;
    padding: 0 2px;
  }
}
@media screen and (max-width: 999px) {
  .container--pad-6 {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    max-width: 375px;
    padding: 0 6px;
  }
}
@media screen and (min-width: 1000px) {
  .container--pad-2,
  .container--pad-6 {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
  }
}
@media screen and (min-width: 1000px) {
  .container--w-1000 {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
  }
}

.parts-separator-top {
  max-width: 325px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  .parts-separator-top {
    max-width: 800px;
  }
}
.separator-head  {
  margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
  .separator-head  {
    margin-bottom: 40px;
}
}
.separator-headline {
  text-align: center;
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (min-width: 1000px) {
  .separator-headline {
    font-size: 48px;
  }
}
.separator-headline:has(.sp-wrap),
.separator-headline:has(.pc-wrap),
.separator-headline:has(.wrap) {
  line-height: 1.5;
  margin: calc((1.5em - 1em) / 2 * -1) 0;
}

.separator-head-notes,
.separator-bottom-notes {
  text-align: justify;
  color: #333;
  font-size: 15px;
  line-height: 1.67;
  margin: calc((1.67em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
  .separator-head-notes,
  .separator-bottom-notes {
    font-size: 24px;
  }
}
/* */


/* 追加 */
.separator--introduction .separator-headline {
  color: #05347f;
}
.separator--introduction .separator-head-notes {
  color: #05347f;
}

.separator--introduction {
  background-color: #e2f2f8;
}
.separator--introduction {
  padding: 40px 0;
}
@media screen and (min-width: 1000px) {
  .separator--introduction {
    padding: 80px 0;
  }
}

.detail-supplemental {
  text-indent: -1em;
  padding-left: 1em;
}

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

/**** /style設定部分 ****/