.modaal-wrapper {
	z-index: 10002;
}
.modaal-overlay {
	z-index: 10001;
}

@media screen and (max-width: 768px) {
	.modaal-content-container {
		padding: 40px 20px 80px 20px;
	}
}
.modaal-fullscreen .modaal-close {
	background: inherit;
	right: 30px;
    top: 30px;
	width: 50px;
    height: 50px;
	border-radius: 0;
}
@media screen and (max-width: 768px) {
	.modaal-fullscreen .modaal-close {
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
	}
}
.modaal-close::after, .modaal-close::before {
	height: 50px;
	top: 0;
	border-radius: 0;
	background-color: var(--color-black);
	width: 2px;
}
@media screen and (max-width: 768px) {
	.modaal-close::after, .modaal-close::before {
		top: 10px;
		height: 30px;
		left: 24px;
	}
}
.modaal-fullscreen .modaal-close:hover::after,
.modaal-fullscreen .modaal-close:hover::before {
	background-color: var(--color-black)
}


.main__search-widget {
	margin-left: auto;
	margin-right: 75px;
	width: 250px;
	height: 70px;
	z-index: 200;
	position: sticky;
	bottom: 60px;
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--color-white);
	border-radius: 35px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
	transform: translateY(-15px);
	transition: .4s ease;
  }
@media screen and (max-width: 768px) {
	.main__search-widget {
		margin-left: 0;
		margin-right: 0;
		width: 170px;
		height: 56px;
		bottom: 110px;
		right: auto;
		left: 20px;
		padding: 0 15px;
		border-radius: 28px;
	}
}
  @media(hover: hover) {
	.main__search-widget:hover > p,
	.main__search-widget:hover > .main__search-widget-img,
	.main__search-widget:hover > .main__search-widget-icon {
		opacity: .7
	}
}
  .main__search-widget > p {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	width: 170px;
    text-align: right;
  }
  @media screen and (max-width: 768px) {
	.main__search-widget > p {
	  font-size: 14px;
	  margin-top: 4px;
	  width: 120px;
	}
  }
  .main__search-widget-img {
	width: 70px;
  }
  @media screen and (max-width: 768px) {
	.main__search-widget-img {
	  width: 50px;
	}
  }
  .main__search-widget-icon {
	width: 30px;
	margin-right: 10px;
  }
  @media screen and (max-width: 768px) {
	.main__search-widget-icon {
	  width: 20px;
	  margin-right: 5px;
	}
  }
  

.search-modal {
	display: none;
}
.search-modal-content {
	width: 980px;
	margin: 50px auto 70px;
}
@media screen and (max-width: 768px) {
	.search-modal-content {
		width: auto;
		margin: 0 auto;
	}
}
.search-modal-content__title {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__title {
	  margin-bottom: 40px;
	}
}
.search-modal-content__title > p {
	font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__title > p {
		font-size: 16px;
		margin-bottom: 12px;
	}
}
.search-modal-content__title > h2 {
	font-family: "Hiragino Kaku Gothic W7 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__title > h2 {
		font-size: 30px;
		margin-bottom: 15px;
	}
}
.search-modal-content__title > span {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 300;
}
@media screen and (max-width: 768px) {
	.search-modal-content__title > span {
		font-size: 12px;
	}
}
.search-modal-content__search > h3 {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__search > h3 {
		font-size: 16px;
	}
}
.search-modal-content__search {
	margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__search {
	  margin-bottom: 30px;
	}
}
.search-modal-content__search__form {
	display: flex;
}
.search-modal-content__search__form-button {
	background-color: var(--color-dark-blue);
	border: none;
	cursor: pointer;
	outline: none;
	padding: 10px;
	appearance: none;
	width: 50px;
	height: 50px;
	transition: .4s ease;
}
@media screen and (max-width: 768px) {
	.search-modal-content__search__form-button {
	  padding: 10px;
	  width: 43px;
	  height: 43px;
	}
}
@media(hover: hover) {
	.search-modal-content__search__form-button:hover {
		opacity: .7
	}
}
.search-modal-content__search__form-input {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	color: var(--color-black);
	padding: 8px;
	width: calc(100% - 50px);
	border: solid 1px #A0A0A0;
	border-radius: 0;
	background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
	.search-modal-content__search__form-input {
	  font-size: 16px;
	  width: calc(100% - 40px);
	}
}
.search-modal-content__search__form-input::placeholder {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif !important;
	font-weight: 300;
	color: #A0A0A0;
}
.search-modal-content__faq-list > h3 {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list > h3 {
		font-size: 16px;
	}
}
.search-modal-content__faq-list ul {
	gap: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column;
}
  .search-modal-content__faq-list ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
	border-radius: 10px;
	background-color: #E8E8E8;
	cursor: pointer;
	transition: .4s ease;
  }
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list ul li {
	  border-radius: 5px;
	}
}
@media(hover: hover) {
	.search-modal-content__faq-list ul li:hover {
		opacity: .7
	}
}
.search-modal-content__faq-list ul li a {
	padding: 20px 80px 20px 33px;
	gap: 10px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list ul li a {
		padding: 12px 40px 12px 15px;
		gap: 10px 15px;
		-webkit-box-align: start;
			-ms-flex-align: start;
				align-items: flex-start;
	}
}
.search-modal-content__faq-list ul li a .ico {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: var(--color-dark-blue);
	color: var(--color-white);
	font-size: 20px;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 600;
	line-height: 1;
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list ul li a .ico {
	  width: 31px;
	  height: 31px;
	  font-size: 15px;
	}
}
  .search-modal-content__faq-list ul li a p {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 600;
}
@media screen and (min-width: 769px), print {
	.search-modal-content__faq-list ul li a p {
	  width: calc(100% - 79px);
	  font-size: 16px;
	  line-height: 1.6;
	}
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list ul li a p {
	  width: calc(100% - 46px);
	  font-size: 15px;
	  margin-top: 2px;
	}
}
.search-modal-content__faq-list ul li::after {
	position: absolute;
	top: calc(50% - 7.5px);
	right: 33px;
	width: 15px;
	height: 15px;
	background-image: url("/customer/common2024/images/icon_arrow_right.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-list ul li::after {
	  right: 20px;
	}
}
.search-modal-content__faq-btn {
	width: 340px;
	height: 50px;
	margin: 50px auto 60px ;
	border-radius: 25px;
	background-color: var(--color-dark-blue);
	transition: .4s ease;
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-btn {
	  width: 100%;
	  max-width: 295px;
	  margin-top: 35px;
	}
}
@media(hover: hover) {
	.search-modal-content__faq-btn:hover {
		opacity: .7
	}
}
.search-modal-content__faq-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.search-modal-content__faq-btn a span {
	color: var(--color-white);
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.search-modal-content__faq-btn a span {
	  font-size: 15.5px;
	}
}
.search-modal-content__theme-list {
	margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list {
		margin-bottom: 50px;
	}
}
.search-modal-content__theme-list > h3 {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list > h3 {
		font-size: 16px;
	}
}
.search-modal-content__theme-list ul {
	gap: 25px;
	display: flex;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list ul {
	  gap: 4px;
	}
}
.search-modal-content__theme-list ul li {
	width: 310px;
	height: 80px;
	border-radius: 10px;
	background: var(--color-dark-blue);
	transition: .4s ease;
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list ul li {
	  height: 75px;
	  border-radius: 5px;
	}
}
@media(hover: hover) {
	.search-modal-content__theme-list ul li:hover {
		opacity: .7
	}
}
.search-modal-content__theme-list__item a {
	display: flex;
	position: relative;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.search-modal-content__theme-list__item a::after {
	position: absolute;
    top: calc(50% - 7.5px);
    right: 20px;
    width: 15px;
    height: 15px;
    background-image: url(/customer/common2024/images/icon_arrow_right_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list__item a::after {
		background-image: none;
	}
}
.search-modal-content__theme-list__item span {
	color: var(--color-white);
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
    line-height: 1.2;
}
@media screen and (max-width: 768px) {
	.search-modal-content__theme-list__item span {
	  font-size: 14px;
	  line-height: 1.2;
	  text-align: center;
	}
}
.search-modal-content__footer-link {
	border-top: solid 1px #A0A0A0;
	padding-top: 40px;
}
@media screen and (max-width: 768px) {
	.search-modal-content__footer-link {
		padding-top: 20px;
	}
}
.search-modal-content__footer-link a {
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: var(--color-black);
	letter-spacing: 0;
}
@media(hover: hover) {
	.search-modal-content__footer-link a:hover span {
		text-decoration: none;
	}
}
.search-modal-content__footer-link a span {
	text-decoration: underline;
}
.search-modal-content__footer-link a::before {
	content: ">";
	padding-right: 5px;
}
.search-modal-content__close-btn {
	width: 100%;
	max-width: 295px;
	height: 50px;
	margin: 50px auto 0;
	border-radius: 25px;
	background-color: var(--color-black);
	transition: .4s ease;
}
.search-modal-content__close-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
@media(hover: hover) {
	.search-modal-content__close-btn:hover {
		opacity: .7;
	}
}
.search-modal-content__close-btn a span {
	color: var(--color-white);
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.search-modal-content__close-btn a span {
		font-size: 14px;
	}
}
  