@charset "UTF-8";
/* ---------------------------
 * style.css調整(再定義) 用ファイル
 * --------------------------- */

/* ---------------------------
 * 各種位置調整
 * --------------------------- */
/* navbarシェアボタン調整 */
	@media screen and (max-width: 46.875em) {
		.dl-navigation-item-sns {
			width: calc(50% - 1px);
			justify-content: center;
		}
	}

/* STEP縦並びのマージン追加 */
	.dl-step {
		margin-bottom: 1rem !important;
		background-color: #ffffff !important;
	}

	@media screen and (min-width: 46.9375em) {
		/* タイトル位置調整 */
		h2, h3, h4, h5 {
			margin-bottom: 0.5em;
		}

		/* ボックス位置調整 */
		.dl-box01 {
			margin-bottom: 45px;
			padding-top: 30px;
			padding-bottom: 30px;
		}

		.dl-section {
			margin-bottom: 45px;
		}
	}

	@media screen and (max-width: 46.875em) {
		/* ボックス位置調整 */
		.dl-box01 {
			margin-bottom: 30px;
		}

		.dl-section {
			margin-bottom: 30px;
		}
	}

/* ステップの高さを揃える（PCのみ） */
	@media screen and (min-width: 750px) {
		.step-flex {
			display: flex;
			}
		}
/* 下部余白調整 */
	.dl-toplink {
		margin-bottom: 0px;
	}


/* dl-step04枠の太さ調整 */
	@media screen and (max-width: 46.875em) {
		.dl-step04-item {
			border-width: 3px;
			border-radius: 16px;
		}

		.dl-step04-head {
			border-radius: 14px 14px 0 0;
		}
	}

/* 賞品選択ページのボタン位置調整 */
	@media screen and (min-width: 46.9375em) {
		.dl-items-button {
			min-width: 80%;
			margin-top: auto;
		}
		.dl-items-item {
			display: flex;
			flex-direction: column;
		}
	}

/* ---------------------------
 * LP調整
 * --------------------------- */

/* SNSログインボタンサイズ指定 */
@media screen and (min-width: 46.9375em) {
	.dl-button.dl-button-line {
		height: auto;
		min-height: 75px;
	}
	.dl-button.dl-button-twitter {
		height: auto;
		min-height: 75px;
	}
}

@media screen and (max-width: 46.875em){
	.dl-button.dl-button-line {
		height: auto;
		min-height: 64px;
	}
	.dl-button.dl-button-twitter {
		height: auto;
		min-height: 64px;
	}
}

/* ページ内リンク枠線調整 */
@media screen and (max-width: 46.875em){
	.dl-navigation-item:last-child{
		border-right: none;
	}

	.dl-navigation-list li:nth-child(2n+1):last-child {
		border-bottom: none;
	}

	.dl-navigation-list li:nth-child(2n):last-child {
		border-bottom: 1px solid #fff;
	}

}

/* ---------------------------
 * マイページ調整
 * --------------------------- */
/* 新規登録ページ利用規約overflow対応 */
	@media screen and (min-width: 46.9375em){
		div.infobox {
			margin: 20px 0 30px;
			height: 200px;
			overflow: auto;
			border: 1px solid #eaeaea;
		}
	}

	@media screen and (max-width: 46.875em){
		div.infobox {
			margin: 20px 0;
			height: 290px;
			overflow: auto;
			border: 1px solid #eaeaea;
		}
	}

	.overflowbox{
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
		padding-top:15px;
	}

/* レシート登録履歴 レシート画像調整 */
	.dl-figure--receipt-history {
		max-width: 500px;
	  }

	.dl-figure--receipt-history img {
		max-height: 500px;
		width: auto;
		height: auto;
	}

/* ポイント表示 */
	.dl-point {
		white-space: nowrap;
		flex-wrap: wrap;
	}

/* コースボタンサイズ指定 */
	@media screen and (min-width: 46.9375em) {
		.dl-button.btn-course-sm {
			height: auto;
			min-height: 58px;
			font-size: 18px;
		}
	}

	@media screen and (max-width: 46.875em){
		.dl-button.btn-course-sm {
			height: auto;
			min-height: 52px;
			font-size: 18px;
		}
	}

/* ---------------------------
 * カラー指定
 * --------------------------- */
/* マイページユーザー情報欄 */
	.dl-mypege-user {
		background-color: #4269ea;
	}

/* プレイスホルダー色変更(IE対応) */
	input:-ms-input-placeholder{
		color: #b7bdc1;
	}

/* 問い合わせ文字色 */
	.dl-inquiry-heading {
		color: #000000;
	}

/* ---------------------------
 * 各種ボタンの縁
 * --------------------------- */
	/* .dl-button {
		border: 1px solid #1439b2;
	} */

	.dl-button-color01 {
		border: 1px solid #1439b2;
		box-shadow: 0 4px 0 0 #1439b2;
	}

	.dl-button-color02 {
		border: 1px solid #b26914;
		box-shadow: 0 4px 0 0 #b26914;
	}

	.dl-button-color03 {
		border: 1px solid #c7c7c7;
		box-shadow: 0 4px 0 0 #c7c7c7;
	}

	.dl-button-color04 {
		border: 1px solid #adadad;
		box-shadow: 0 4px 0 0 #adadad;
	}

	.dl-button-line {
		border: 1px solid #008600;
		box-shadow: 0 4px 0 0 #008600;
	}

	.dl-button-twitter {
		border: 1px solid #0b76b8;
		box-shadow: 0 4px 0 0 #0b76b8;
	}

	.dl-button.disabled {
		border: 0px;
		margin-bottom: 7px;
	}

	.dl-button-apply {
		border: 1px solid #f71500;
		box-shadow: 0 4px 0 0 #f71500;
	}

	.dl-button-apply.disabled {
		border: 1px solid #f71500;
	}

	.dl-toplink a {
		border: 1px solid #c7c7c7;
		box-shadow: 0 4px 0 0 #c7c7c7;
	}

/* ---------------------------
 * フォーム注釈用
 * --------------------------- */
	.form-text.text-muted {
		width: 100%;
	}

/* ---------------------------
 * URL折り返し対策
 * --------------------------- */
	.longurl {
		word-break: break-word;
	}

/* ---------------------------
 * 	キュレーション(list)
 * --------------------------- */
.dl-curation-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}
.dl-curation-list-item {
	text-align: center;
}
.dl-curation-list-item:hover {
	cursor: pointer;
	opacity: 0.8;
}
.dl-curation-list-item.is-hidden {
	display: none;
}

@media screen and (min-width: 46.9375em) {
	.dl-curation-list-item {
		width: 25%;
		margin-bottom: 4.5px;
	}
	.dl-curation-list-item:nth-child(-n+4) {
		margin-top: 0;
	}
	.dl-curation-list-item img {
		object-fit: cover;
		height: 200px;
		width: 98%;
	}
}

@media screen and (max-width: 46.875em){
	.dl-curation-list-item {
		width: 50%;
		margin-bottom: 2.5px;
	}
	.dl-curation-list-item:nth-child(-n+2) {
		margin-top: 0;
	}
	.dl-curation-list-item img {
		object-fit: cover;
		height: 200px;
		width: 98%;
	}
}

/* ---------------------------
 * 	キュレーション(modal)
 * --------------------------- */
.dl-modal-close.modal-close-sns {
	width: 20px;
	height: 20px;
}

.modal-body.modal-body-sns {
	max-height: 70vh;
	width: 100%;
	overflow: auto;
	margin: auto;
	text-align: left;
}

.dl-sns-container {
	height: 100%;
	width: 100%;
	padding: 0px;
}

.dl-sns-row {
	height: 100%;
	width: 100%;
}

.sns-image {
	height: 100%;
}

.dl-sns-figure {
	height: 100%;
	margin: 0px;
}

.dl-sns-media {
	object-fit: contain;
}

.dl-sns-description {
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 30%;
	font-size: 90%;
	color: #999;
	padding: 0;
}

.dl-link-sns {
	padding: 10px 0px;
	margin: 0px;
}

.dl-link-sns li {
	display: inline-block;
	padding: 5px;
}

.dl-link-sns a {
	text-decoration: none;
	color: black;
}

.dl-link-sns img {
	width: 29px;
}

.dl-sns-caption {
	margin: 0;
	padding: 20px;
	overflow: auto;
	overflow-wrap: break-word;
	border-top: 1px solid;
}

.modal-content {
	width: 100%;
}

@media screen and (min-width: 46.9375em) {
	.modal-body .curation-image img {
		max-width: 800px;
		max-height: 450px;
	}
	.modal-body.modal-body-sns .curation-image img {
		max-width: 100%;
		max-height: 100%;
	}
	.swiper {
		height: 450px;
	}
	.dl-sns-figure .swiper {
		height:100%;
	}
}

@media screen and (max-width: 46.875em){
	.modal-body .curation-image img {
		max-width: 330px;
		max-height: 280px;
	}
	.dl-sns-descrioption {
		width: 100%;
	}
	.dl-link-sns {
		padding: 15px 0px;
		margin: 0px;
	}
	.dl-sns-container {
		height: 50%;
		max-height: 50%;
	}
	.swiper {
		height: 280px;
	}
}

/* ---------------------------
 * 	Swiper(スライダー)
 * --------------------------- */

	.swiper {
		position: relative;
		overflow: hidden;
		padding: 20px 0;
	}

	.swiper-slide {
		text-align: center;
		line-height: 1;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}

	.swiper-slide img {
		display: inline;
      	width: auto;
      	max-width: 100%;
      	max-height: 100%;
      	align-self: center;
	}

	.swiper-button-next, .swiper-button-prev {
		color: #4269ea !important;
	}

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

	/* リンク用ボタンサイズ調整 */
	.dl-button.dl-link-button {
		margin-left: auto;
		margin-right: auto;
	}

	@media screen and (min-width: 46.9375em) {
		.dl-button.dl-link-button {
			height: auto;
			min-height: 75px;
			max-width: 350px;
		}
	}

	@media screen and (max-width: 46.875em){
		.dl-button.dl-link-button {
			height: auto;
			min-height: 64px;
		}
	}

/* ---------------------------
 * dl-overlay
 * --------------------------- */
 @media screen and (min-width: 46.9375em){
	.dl-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		height: 100svh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
		touch-action: none;
	}

	.dl-overlay-main {
		width: 80%;
		max-height: 100vh;
		max-height: 100svh;
		background: rgba(255, 255, 255, 1.0);
		border-radius: 16px;
		overscroll-behavior-y: contain;
		padding: 30px 20px;
		overflow: auto;
	}

	.dl-overlay-main > *:first-child {
		margin-top: 0 !important;
	}
  }

  @media screen and (max-width: 46.875em){
	.dl-overlay {
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		height: 100svh;
		background: rgba(0, 0, 0, 0.7);
		z-index: 99999;
		display: flex;
		align-items: center;
		justify-content: center;
		touch-action: none;
	}

	.dl-overlay-main {
		width: 90%;
		max-width: 400px;
		max-height: 100vh;
		max-height: 100svh;
		background: rgba(255, 255, 255, 1.0);
		border-radius: 16px;
		overscroll-behavior-y: contain;
		padding: 30px 20px;
		overflow: auto;
	}

	.dl-overlay-main > *:first-child {
		margin-top: 0 !important;
	}

  }

	/* ---------------------------
	* 	Captcha(キャプチャ)
	* --------------------------- */
	.dl-captcha {
		display: flex;
		flex-wrap: wrap;
		list-style: none;
		padding: 0;
		align-items: center;
		text-align: center;
	}

	.dl-captcha-item {
		width: 75%;
	}

	.dl-captcha-heading {
		font-size: 20px;
	}

	.dl-captcha-text {
		font-size: 14px;
		text-align: center;
	}

	.dl-captcha-reload-text {
		font-size: 12px;
		margin: 0;
		color:#4269ea;
	}

	.dl-captcha-reload-item:hover {
		cursor: pointer;
	}

	.dl-captcha-reload-item:hover .dl-captcha-reload-text {
		color: #1439b2;
	}

	.dl-captcha-reload-item:hover path{
		fill: #1439b2;
	}

	#captcha-input {
		margin-bottom: 15px;
	}

/* ---------------------------
 * フォトコンテストWEB調整
 * --------------------------- */

	/* キャンペーントップへボタンサイズ調整 */
	@media screen and (min-width: 46.9375em) {
		.dl-button.btn-page-top {
				height: auto;
				min-height: 75px;
		}
	}

	@media screen and (max-width: 46.875em){
		.dl-button.btn-page-top {
			height: auto;
			min-height: 64px;
		}
	}
