@charset "UTF-8";

#order {
	background: #e6e4e0;
	color: #1a1a1a;
}

#order .wrapper {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
}

#order .wrapper--lg {
	max-width: 1600px;
}

#order .heading-primary {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.03em;
	text-align: center;
}

#order .heading-primary::before,
#order .heading-primary::after {
	content: "";
	width: 100%;
	height: 1px;
	margin-top: 4px;
	background: #000;
}

#order .heading-primary span {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 43%;
	background: #e6e4e0;
}

#order .section-wrap {
	padding: 122px 0 150px;
	background: #e6e4e0;
}

#order .section-wrap--pb0 {
	padding-bottom: 0;
}

#order .section-wrap--pbsm {
	padding-bottom: 66px;
}

#order .section:not(:last-child) {
	margin-bottom: 140px;
}

#order .lead {
	margin-top: 40px;
}

#order .lead__main p {
	font-size: 3rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#order .lead__main p:not(:last-child) {
	margin-bottom: 1.1em;
}

#order .lead__sub {
	margin-top: 26px;
	font-size: 1.7rem;
	line-height: 2.353;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.12em;
}

#order .tab {
	margin-top: 88px;
}

#order .tab__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}

#order .tab__list__item {
	position: relative;
	width: 35.8%;
	display: block;
	height: 70px;
	padding: 13px;
	border: none;
	background: #fff;
	color: #1a1a1a;
	border-radius: 20px 20px 0 0;
	font-size: 2.2rem;
	font-family: "EB Garamond", "Noto Serif JP", serif;
	text-align: center;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 0.03em;
}

#order .tab__list__item[aria-selected=true] {
	color: #878787;
}

#order .tab__list__item[aria-selected=true]::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
}

#order .tab__body {
	margin-top: 10px;
	padding: 52px 6.9% 100px;
	background: #fff;
}

#order .button-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

#order .button-1 {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 18px 28px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.7rem;
	line-height: 1.5;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#order .mainvisual {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	aspect-ratio: 1920/1200;
}

#order .mainvisual__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	height: 100%;
}

#order .mainvisual__col--bg01 {
	background: url(/cont/custom-order/assets/img/order/bg_mv_01_pc.webp) no-repeat center center/cover;
}

#order .mainvisual__col--bg02 {
	background: url(/cont/custom-order/assets/img/order/bg_mv_02_pc.webp) no-repeat center center/cover;
}

#order .mainvisual__head {
	color: #fff;
	text-align: center;
}

#order .mainvisual__en {
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#order .mainvisual__jp {
	margin-top: 20px;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#order .intro {
	margin: 0 auto;
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#order .intro__list {
	position: relative;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 11%;
	margin: 138px auto 0;
}

#order .intro__list:not(:last-child)::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 5px;
	background: #fff;
}

#order .intro__list li {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	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;
	aspect-ratio: 1/1;
	width: 300px;
	padding-top: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 3rem;
	line-height: 2;
	letter-spacing: 0.1em;
}

#order .intro__list li span {
	position: relative;
	z-index: 1;
}

#order .intro__button {
	display: block;
	width: 600px;
	padding: 10px 28px;
	background: #1a1a1a;
	color: #fff;
	font-size: 1.7rem;
	line-height: 2.3529;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.12em;
}

#order .flow-title {
	margin-bottom: 27px;
	font-size: 1.9rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
	text-align: center;
}

#order .flow__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 49px 0;
	border-bottom: 1px solid #000;
}

#order .flow__item::after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 130px;
	left: 10.8%;
	width: 10px;
	height: 4px;
	background: #fff;
}

#order .flow__number {
	position: relative;
	width: 11.3%;
	text-align: center;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 400;
	letter-spacing: 0.03em;
}

#order .flow__head {
	width: 34.5%;
	padding-right: 30px;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

#order .flow__text {
	position: relative;
	width: 33.5%;
	padding-right: 30px;
	font-size: 1.5rem;
	line-height: 1.6667;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#order .flow__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 20.7%;
}

#order .flow__image img {
	display: block;
	width: 100%;
}

#order .area-list-wrap {
	margin-top: 88px;
	padding: 92px 7.6% 96px;
	background: #fff;
}

#order .area-list__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#order .area-list__item:not(:last-child) {
	margin-bottom: 42px;
}

#order .area-list__head {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 24.4%;
	padding: 0 0 0 50px;
	border-bottom: 1px solid #000;
	font-size: 3rem;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#order .area-list__head span {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-bottom: 7px;
}

#order .area-list__head span::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 100%;
	width: 10px;
	height: 2px;
	background: #fff;
}

#order .area-list__body {
	width: 100%;
	padding: 10px 0 42px 50px;
	border-bottom: 1px solid #000;
}

#order .area-list__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	width: 100%;
}

#order .area-list__group:not(:last-child) {
	margin-bottom: 40px;
}

#order .area-list__pref {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 23.5%;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#order .area-list__detail {
	width: 100%;
	font-size: 1.5rem;
	line-height: 1.6667;
	font-weight: 500;
	letter-spacing: 0.03em;
}

#order .area-list__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 0 1em;
}

#order .area-list__wrap--vertical {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#order .area-list__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

#order .area-list__list li:not(:last-child)::after {
	content: "・";
}

#order .area-list__text {
	margin-top: 1rem;
}

#order .area-list-note {
	padding: 0 20px 100px;
	background: #fff;
	font-size: 1.5rem;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#order .faq-wrap {
	margin-top: 68px;
}

#order .faq {
	position: relative;
	border-bottom: 1px solid #000;
}

#order .faq:first-of-type {
	border-top: 1px solid #000;
}

#order .faq::before {
	content: "Q";
	position: absolute;
	top: 40px;
	left: 0;
	width: 150px;
	font-size: 2.5rem;
	text-align: center;
	color: #1a1a1a;
}

#order .faq[open] .faq__question span::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

#order .faq__question {
	position: relative;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 4px;
	padding: 44px 0 44px 214px;
}

#order .faq__question::before,
#order .faq__question::after {
	content: "";
	position: absolute;
	top: -1px;
	z-index: 10;
	width: 4px;
	height: calc(100% + 2px);
	background: #e6e4e0;
}

#order .faq__question::before {
	left: 155px;
}

#order .faq__question::after {
	right: 148px;
	width: 10px;
}

#order .faq__question::-webkit-details-marker {
	display: none;
}

#order .faq__question::marker {
	content: "";
	display: none;
}

#order .faq__question span {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: 700;
	letter-spacing: 0.1em;
	background: none;
	border: none;
	width: 100%;
	padding-right: 150px;
	color: #666666;
}

#order .faq__question span::after {
	content: "";
	position: absolute;
	top: 15px;
	right: 46px;
	width: 20px;
	height: 20px;
	background: url(/cont/custom-order/assets/img/order/icon_arrow.svg) no-repeat center center/contain;
}

#order .faq__answer {
	position: relative;
	padding-bottom: 48px;
	padding-right: 155px;
}

#order .faq__answer__inner {
	margin-left: 160px;
	padding: 22px 54px;
	background: #fff;
	font-size: 1.7rem;
	line-height: 1.36;
	font-weight: 700;
	letter-spacing: 0.1em;
}

#order .note-area {
	padding: 132px 0 65px;
	background: #fff;
	text-align: center;
}

#order .note-area__text {
	font-size: 1.5rem;
	line-height: 1.6667;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#order [role=tabpanel].is-hidden {
	display: none;
}

@media only screen and (min-width: 769px) {

#order {
	padding-top: 0 !important;
}

}

@media (max-width: 1400px) {

#order .button-wrap {
	margin-top: 40px;
}

#order .intro__list li {
	width: 240px;
	font-size: 2.4rem;
}

#order .intro__button {
	margin-top: 40px;
}

}

@media only screen and (max-width: 768px) {

#order .heading-primary {
	font-size: 1.9rem;
}

#order .heading-primary span {
	width: 45%;
}

#order .section-wrap {
	padding: 42px 0 48px;
}

#order .section-wrap--pb0 {
	padding-bottom: 0;
}

#order .section:not(:last-child) {
	margin-bottom: 55px;
}

#order .lead {
	margin-top: 25px;
}

#order .lead__main p {
	font-size: 1.75rem;
	line-height: 1.4285;
}

#order .lead__sub {
	margin-top: 15px;
	font-size: 1.1rem;
	line-height: 2.0909;
	letter-spacing: 0.08em;
}

#order .tab {
	margin-top: 45px;
}

#order .tab__list {
	gap: 5px;
}

#order .tab__list__item {
	width: calc(50% - 2.5px);
	height: 55px;
	padding: 8px 8px 4px;
	border-radius: 10px 10px 0 0;
	font-size: 1.35rem;
}

#order .tab__body {
	margin-top: 5px;
	padding: 33px 0 40px;
}

#order .button-wrap {
	margin-top: 50px;
}

#order .button-wrap--narrow {
	width: 92%;
}

#order .button-wrap--mtsm {
	margin-top: 12px;
}

#order .button-1 {
	width: 100%;
	padding: 17px 18px;
	font-size: 1.15rem;
}

#order .mainvisual {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	aspect-ratio: 750/1000;
}

#order .mainvisual__col {
	width: 100%;
	height: 50%;
}

#order .mainvisual__col--bg01 {
	background: url(/cont/custom-order/assets/img/order/bg_mv_01_sp.webp) no-repeat center center/cover;
}

#order .mainvisual__col--bg02 {
	background: url(/cont/custom-order/assets/img/order/bg_mv_02_sp.webp) no-repeat center center/cover;
}

#order .mainvisual__en {
	font-size: 1.9rem;
}

#order .mainvisual__jp {
	margin-top: 10px;
	font-size: 1.75rem;
}

#order .intro {
	font-size: 1.25rem;
	line-height: 2.2;
}

#order .intro__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 25px;
	margin-top: 42px;
}

#order .intro__list:not(:last-child)::before {
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2.5px;
	height: 100%;
}

#order .intro__list li {
	width: 200px;
	font-size: 2rem;
}

#order .intro__button {
	padding: 12px 48px;
	font-size: 1.15rem;
}

#order .flow__item {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	border-bottom: none;
}

#order .flow__item::after {
	content: none;
}

#order .flow__number {
	width: 60px;
	padding: 20px 10px 9px;
	font-size: 1.75rem;
}

#order .flow__head {
	width: calc(100% - 60px);
	padding: 20px 10px 9px 22px;
	font-size: 1.75rem;
}

#order .flow__text {
	width: 100%;
	padding: 18px 16px 33px;
	border-top: 1px solid #000;
	font-size: 1.1rem;
	line-height: 2.0909;
}

#order .flow__text::after {
	content: "";
	position: absolute;
	top: -2px;
	left: 50px;
	width: 5px;
	height: 4px;
	background: #fff;
}

#order .flow__image {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
	width: 100%;
}

#order .area-list-wrap {
	margin-top: 45px;
	padding: 20px 0;
}

#order .area-list__item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#order .area-list__item:not(:last-child) {
	margin-bottom: 34px;
}

#order .area-list__head {
	width: 100%;
	font-size: 1.75rem;
	padding: 0 16px;
}

#order .area-list__head span {
	width: auto;
	height: auto;
	padding-right: 33px;
}

#order .area-list__head span::after {
	width: 5px;
}

#order .area-list__body {
	padding: 22px 10px 0;
	border-bottom: none;
}

#order .area-list__detail {
	padding-left: 3px;
}

#order .area-list__group {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
}

#order .area-list__group:not(:last-child) {
	margin-bottom: 17px;
}

#order .area-list__pref {
	width: 100%;
	font-size: 1.25rem;
	letter-spacing: 0.08em;
}

#order .area-list__detail {
	font-size: 1.1rem;
	line-height: 2.0909;
}

#order .area-list__wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

#order .area-list-note {
	margin-top: 20px;
	padding: 0 20px;
	background: transparent;
	font-size: 1.1rem;
	line-height: 2.0909;
	letter-spacing: 0.08em;
}

#order .faq-wrap {
	margin-top: 46px;
}

#order .faq {
	border-bottom: none;
}

#order .faq:first-of-type {
	border-top: none;
}

#order .faq:not(:last-child) {
	margin-bottom: 18px;
}

#order .faq::before {
	position: static;
	display: block;
	width: auto;
	top: 0;
	width: auto;
	height: auto;
	margin: 0 0 8px;
	text-align: left;
	font-size: 1.75rem;
}

#order .faq__question {
	border-bottom: 1px solid #000;
	padding: 0 0 8px 0;
}

#order .faq__question::before {
	content: none;
}

#order .faq__question::after {
	right: 60px;
	width: 5px;
}

#order .faq__question span {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px;
	padding-right: 65px;
	font-size: 1.35rem;
	line-height: 1.8518;
	letter-spacing: 0.05em;
}

#order .faq__question span::after {
	top: auto;
	bottom: 17px;
	right: 21px;
	width: 17px;
	height: 12px;
}

#order .faq__answer {
	padding: 15px 0 0;
}

#order .faq__answer__inner {
	margin-left: 0;
	padding: 14px 16px;
	font-size: 1.1rem;
	line-height: 2.0909;
	letter-spacing: 0.08em;
}

#order .note-area {
	padding: 38px 0 32px;
}

#order .note-area__text {
	font-size: 1.1rem;
	line-height: 2.0909;
	letter-spacing: 0.08em;
}

}

