@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.fv {
    position: relative;
	width: 100%;
	overflow: hidden;
}

.fv_text_area {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 90%;
	font-size: 2rem;
	line-height: 1.5;
	color: #fff;
	z-index: 1;
}

.fv_text_area > * {
	display: block;
}

.fv_text_1 {
	font-family: "YujiMai-Regular", serif;
}

.fv_text_2 {
	padding: 0.5em 0 0 0;
	font-size: 0.5em;
}

.slider_area {
	position: relative;
	z-index: 0;
}

.fv_wave {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	width: 300%;
	z-index: 1;
}

@media screen and (min-width: 768px) {
	.fv {
		width: 100%;
		height: auto;
		background-image: none;
	}

	.fv_text_area {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: max-content;
	}

	.fv_text_2 {
		padding: 0.5em 0 0 1em;
	}

	.fv_wave {
		width: 100%;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.fv_text_area {
		font-size: 4rem;
	}

	.fv_text_2 {
		font-size: 0.35em;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.headline {
	width: fit-content;
	margin: 0 auto;
	font-size: 2rem;
	line-height: 1;
}

.headline_top {
	display: block;
	width: fit-content;
	margin: 0 auto 0;
	font-family: "YujiMai-Regular", serif;
	color: #ffa000;
}

.headline_bottom {
	display: block;
	width: fit-content;
	margin: 5% auto 0;
	font-size: 0.6em;
}

.headline_img {
	display: block;
	width: 3rem;
	max-width: 120px;
	height: auto;
	margin: 5% auto 0;
}

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

}

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

}

@media screen and (min-width: 1440px) {
	.headline {
		font-size: 3rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.news_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5% 5%;
}

.news_area_top {
	width: fit-content;
	margin: 0 auto 0 0;
	padding: 0 0 5% 0;
}

.news_headline {
	width: fit-content;
	margin: 0;
}

.news_headline .headline_top {
	font-size: 1.8rem;
}

.news_headline .headline_bottom {
	margin: 5% 0 0 auto;
	font-size: 1.5rem;
	color: #ffa000;
}

.news_area_bottom {
	width: 100%;
	padding: 5% 0 0;
	border-top: 1px #ffa000 solid;
}

.scroll_area {
	width: 100%;
	height: auto;
}

.scroll_area_inner {
	width: 100%;
	height: 135px;
	padding: 0 5% 0 0;
	overflow: auto;
	/*IE(Internet Explorer)・Microsoft Edgeへの対応*/
	-ms-overflow-style: none;
	/*Firefoxへの対応*/
	scrollbar-width: none;
}

/*Google Chrome、Safariへの対応*/
.scroll_area_inner::-webkit-scrollbar {
	display: none;
}

/* SimpleBarのカスタムスタイル */
.scroll_area_inner .simplebar-scrollbar {
	width: 4px;
    background-color: #ffa000;
}

.scroll_area_inner .simplebar-track {
    background-color: transparent;
}

.scroll_area_headline {
	display: block;
	width: fit-content;
	margin: 0 auto;
	font-size: 1.1rem;
}

.scroll_area_list {
	margin: 0 auto 0;
	font-size: 1rem;
	line-height: 1.5;
}

.scroll_area_list li:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.scroll_area_list span {
	display: block;
	color: #ffa000;
}

@media screen and (min-width: 768px) {
	.news_area {
		flex-direction: row;
		padding: 5% 5%;
	}

	.news_area_top {
		flex: 2;
		padding: 0 2.5% 0 0;
	}

	.news_headline .headline_bottom {
		margin: 5% 0 0 auto;
	}

	.news_area_bottom {
		flex: 8;
		width: 100%;
		padding: 0 0 0 2.5%;
		border: none;
		border-left: 1px #ffa000 solid;
	}

	.scroll_area_list span {
		display: inline;
		margin-right: 1em;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.news_area {
		padding: 5% 15%;
	}

	.scroll_area_list {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.about_area {
	padding: 10% 0;
}

.about_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	margin: 5% auto 0;
}

.about_content_top {
	width: 90%;
	margin: 0 auto;
}

.about_content_bottom {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
}

.about_text {
	width: 90%;
	margin: 0 auto;
	line-height: 1.5;
}

.about_img_area {
	width: 100%;
}

.about_img_2,
.about_img_3 {
	display: block;
	width: 70%;
}

.about_img_2 {
	margin: 0 auto 0 0;
}

.about_img_3 {
	margin: -10% 0 0 auto;
}

@media screen and (min-width: 768px) {
	.about_area {
		padding: 5%;
	}

	.about_content {
		flex-direction: row-reverse;
		align-items: stretch;
		gap: 12px;
	}

	.about_content_top,
	.about_content_bottom {
		width: calc((100% - 12px) / 2);
	}

	.about_content_bottom {
		justify-content: space-between;
		gap: 0;
	}

	.about_text {
		width: 100%;
		margin: 0 0 12px;
	}

	.about_img_area {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 12px;
	}

	.about_img_2,
	.about_img_3 {
		width: calc((100% - 12px) / 2);
		margin: 0;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.about_area {
		padding: 10%;
	}

	.about_content {
		gap: 24px;
	}

	.about_content_top,
	.about_content_bottom {
		width: calc((100% - 24px) / 2);
	}

	.about_text {
		font-size: 1.2rem;
	}

	.about_img_area {
		gap: 24px;
	}

	.about_img_2,
	.about_img_3 {
		width: calc((100% - 24px) / 2);
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.commitment_area {
	padding: 10% 5%;
	background-color: #fef3ea;
}

.commitment_content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	margin: 5% auto 0;
}

.commitment_content {
	width: 100%;
}

.commitment_content_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.commitment_content_headline {
	margin: 2.5% auto 0;
	font-family: "YujiMai-Regular", serif;
	font-size: 1.6rem;
	line-height: 1.5;
    color: #ffa000;
}

.commitment_content_text {
	margin: 2.5% auto 0;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.commitment_content_area {
		flex-direction: row;
		align-items: flex-start;
		gap: 36px;
		margin: 5% auto 0;
	}

	.commitment_content {
		width: calc((100% - 36px) / 2);
	}
}

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

}

@media screen and (min-width: 1440px) {
	.commitment_area {
		padding: 10%;
	}

	.commitment_content_area {
		gap: 72px;
	}

	.commitment_content_headline {
		font-size: 2rem;
	}

	.commitment_content_text {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.product_area {
	padding: 10% 5%;
}

.product_content_area {
	margin: 5% auto 0;
}

.product_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto;
}

.product_content:nth-of-type(n+2) {
	margin: 10% auto 0;
}

.product_content_top {
	width: 100%;
}

.product_content_bottom {
	width: 100%;
}

.product_content_headline {
	width: 100%;
	padding: 2.5% 0;
	border-bottom: 1px #ffa000 solid;
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffa000;
}

.product_content_text {
	padding: 2.5% 0 0 0;
	line-height: 1.5;
}

@media screen and (min-width: 768px) {
	.product_content {
		flex-direction: row;
		align-items: flex-start;
	}

	.product_content:nth-of-type(even) {
		flex-direction: row-reverse;
	}

	.product_content_top {
		width: calc(100% / 2);
	}

	.product_content_bottom {
		width: calc(100% / 2);
	}

	.product_content_headline {
		padding: 2.5% 0 2.5% 2.5%;
	}

	.product_content:nth-of-type(even) .product_content_headline {
		padding: 2.5% 2.5% 2.5% 0;
	}

	.product_content_text {
		padding: 2.5% 0 0 2.5%;
	}

	.product_content:nth-of-type(even) .product_content_text {
		padding: 2.5% 2.5% 0 0;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.product_area {
		padding: 10%;
	}

	.product_content_headline {
		font-size: 1.8rem;
	}

	.product_content_text {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.gallery_area {
	padding: 10% 0;
	background-color: #fef3ea;
}

.gallery_content {
	margin: 5% auto 0;
}

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

}

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

}

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

}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.purchase_area {
	padding: 10% 5%;
}

.purchase_content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 10% auto 0;
}

.purchase_content_headline {
	width: fit-content;
	margin: 5% auto 0;
	font-size: 1.6rem;
	color: #ffa000;
}

.purchase_content_text_area {
	margin: 10% auto 0;
	text-align: center;
}

.purchase_content_text_area > * {
	display: block;
	line-height: 1.5;
}

.purchase_map iframe {
    aspect-ratio: 1 / 1;
    max-width: 1000px;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.purchase_content_area {
		flex-direction: row;
		align-items: flex-start;
		gap: 24px;
	}

	.purchase_content {
		width: calc((100% - 24px) / 2);
	}
}

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

}

@media screen and (min-width: 1440px) {
	.purchase_area {
		padding: 10%;
	}

	.purchase_content_area {
		gap: 96px;
	}

	.purchase_content {
		width: calc((100% - 96px) / 2);
	}

	.purchase_content_headline {
		font-size: 1.8rem;
	}

	.purchase_content_text_area > * {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.order_area {
	padding: 10% 5%;
}

.order_content_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 5% auto 0;
}

.order_content_area_headline {
    width: fit-content;
    margin: 0 auto 0 0;
    font-family: "YujiMai-Regular", serif;
	font-size: 1.6rem;
    color: #ffa000;
}

.order_content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #fef3ea;
}

.order_content_headline {
	width: fit-content;
    margin: 0 auto 0 0;
	font-size: 1.4rem;
    color: #ffa000;
}

.order_content_text {
	width: 100%;
	margin: 0 auto 0;
	line-height: 1.5;
}

.order_img {
	display: block;
	width: 25%;
	max-width: 80px;
}

@media screen and (min-width: 768px) {
	.order_content {
		flex-direction: row;
		gap: 12px;
		padding: 5%;
		background-color: #fef3ea;
	}

	.order_content_headline {
		flex: 4;
	}

	.order_content_text {
		flex: 6;
	}
}

@media screen and (min-width: 1024px) {
	.order_content_headline {
		flex: 3;
	}

	.order_content_text {
		flex: 7;
	}
}

@media screen and (min-width: 1440px) {
	.order_area {
		padding: 10%;
	}

	.order_content_area {
		gap: 36px;
	}

	.order_content_area_headline {
		font-size: 1.8rem;
	}

	.order_content_headline {
		font-size: 1.6rem;
	}

	.order_content_text {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.contact_area {
	padding: 10% 5%;
	background-image: url(../img/contact_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.contact_headline .headline_top {
	color: #fff;
}

.contact_headline .headline_bottom {
	color: #fff;
}

.contact_content_area {
	margin: 10% auto 0;
}

.contact_content_text_area {
	width: fit-content;
	margin: 0 auto;
}

.contact_content_text_1 {
	display: block;
	margin: 0 auto 0;
	font-size: 1rem;
	line-height: 1.5;
	color: #fff;
}

.contact_content_text_2 {
	display: block;
	margin: 0 auto 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.5;
	color: #fff;
}

.contact_btn_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	margin: 10% auto 0;
}

.contact_btn {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	margin: 0 auto 0;
	padding: 5%;
	background-color: #ffa000;
	font-size: 1.6rem;
	color: #fff;
}

.contact_btn::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: 1px #fff solid;
}

.contact_btn img {
	width: auto;
	height: 1em;
}

@media screen and (min-width: 768px) {
	.contact_btn_area {
		flex-direction: row;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.contact_area {
		padding: 10%;
	}

	.contact_content_text_1 {
		font-size: 1.2rem;
	}

	.contact_content_text_2 {
		font-size: 1.4rem;
	}

	.contact_btn_area {
		flex-direction: row;
		gap: 72px;
		margin: 10% auto 0;
	}

	.contact_btn {
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
		padding: 2.5%;
		font-size: 3rem;
	}

	.contact_btn::after {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: calc(100% - 12px);
		height: calc(100% - 12px);
		border: 1px #fff solid;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.overview_area {}

.overview_area_top {}

.overview_area_top_inner {
	padding: 10% 5%;
	background-color: #fef3ea;
}

.overview_content_area {
	margin: 5% auto 0;
}

.overview_content_area table,
.overview_content_area th,
.overview_content_area td {
	width: 100%;
	border: 0;
}

.overview_content_area th,
.overview_content_area td {
	display: block;
	padding: 0.5em;
	border-bottom: 1px #a6a6a6 solid;
}

.overview_map iframe {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto;
}

@media screen and (min-width: 768px) {
	.overview_area {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.overview_area_top {
		flex: 5;
	}

	.overview_map {
		flex: 5;
	}

	.overview_map iframe {
		aspect-ratio: initial;
		width: 100%;
		height: 100%;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.overview_area_top_inner {
		padding: 15%;
	}

	.overview_content_area th,
	.overview_content_area td {
		display: table-cell;
		padding: 1em 0.5em;
		font-size: 1.2rem;
	}

	.overview_content_area th {
		width: 30%;
	}

	.overview_content_area td {
		width: 70%;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.form_area {
	padding: 10% 0;
}

.form_content_area {
	margin: 5% auto 0;
}

.form_content_text_wrap {
	width: 90%;
	margin: 5% auto 0;
}

.form_content_text {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}

.form_content_text:nth-of-type(n+2) {
	margin: 5% auto 0;
}

.form_content_text .highlight {
	color: #ff0000;
}

/* ↓ フォーム欄 ------------------------------ */

.form_content_form_wrap {
	width: 90%;
	margin: 5% auto 0;
}

.form_input_area {}

.form_input_area th,
.form_input_area td {
	display: block;
	border: 0;
}

.form_input_area th {
	padding: 0.5em;
	vertical-align: middle;
}

.form_input_area td {
	padding: 0 0.5em 0.5em;
}

.form_input_area .select_wrap {
	position: relative;
	width: fit-content;
}

.form_input_area .select_wrap::after {
	content: '';
	position: absolute;
	top: 45%;
	right: 20%;
	transform: translate(0, -50%);
	display: block;
	width: 16px;
	height: 16px;
	background-color: #333333;
	clip-path: polygon(50% 16px, 0% 0%, 16px 0%);
	pointer-events: none;
}

.form_input_area select {
	padding: 0.5em 2em 0.5em 0.5em;
}

.radio label {
	display: block;
}

.form_text {
    margin: 5% auto 0;
    text-align: left;
	font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.5;
	color: #B4B4B4;
}

.contact_link {
    margin: 5% auto;
}

.form_area {
    width: 100%;
    margin: 5% auto 0;
}

.tbl-form {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tbl-form .th_border {
    border-top: 1px #ffcfa5 solid;
}

.must {
	margin-left: 0.5em;
    color: #FF0000;
}

.address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
}

.address_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px;
}

.address_1 input {
	width: 25%;
}

/* ↓ ラジオボタン ↓ */

.radio td {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 12px;
}

.radio label {
    position: relative;
    cursor: pointer;
    padding-left: 1.5rem;
}

.radio label::before,
.radio label::after {
    content: "";
    display: block;
    border-radius: 2px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}

.radio label::before {
    background-color: #fff;
    border: 1px solid #ddd;
    width: 1em;
    height: 1em;
    left: 5px;
}

.radio label::after {
    background-color: #ddd;
    opacity: 0;
    width: 0.6em;
    height: 0.6em;
    left: 0.525em;
}

.radio label:has(input[type="radio"]:checked):after {
    opacity: 1;
}

.radio_telmail label::before,
.radio_telmail label::after {
    border-radius: 50%;
}

.visually-hidden {
    position: absolute;
    white-space: nowrap;
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
}

/* ↑ ラジオボタン ↑ */

.input-text {
    width: 100%;
    min-height: 2em;
    padding: 0.5em;
    border: 1px #757575 solid;
    border-radius: 6px;
    background-color: #f4f3f3;
}

.textarea {
    width: 100%;
    min-height: 5em;
}

.textarea_2 {
    min-height: 0;
}

.form_submit_btn {
    display: block;
	width: 60%;
    margin: 5% auto 0;
}

.input-button {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto 0;
    padding: 1em 0;
    background: #ffa000;
    text-align: center;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}

/* ↑ フォーム欄 ------------------------------ */

.form_content_other_wrap {
	margin: 5% auto 0;
}

.form_content_other {
	padding: 5%;
	line-height: 2;
}

.form_content_other:nth-child(odd) {
	background-color: #fef3ea;
}

.form_content_other_headline {
	font-size: 1.6rem;
}

.form_content_other table,
.form_content_other th,
.form_content_other td {
	border: 0;
}

.form_content_other table {
	width: 100%;
}

.form_content_other th,
.form_content_other td {
	display: block;
	padding: 0.5em 0;
	line-height: 1;
}

.form_content_other .mail {
	width: fit-content;
	padding-bottom: 0.25em;
	border-bottom: 1px #00a7fd solid;
	color: #00a7fd;
}

@media screen and (min-width: 768px) {
	.form_area {
		padding: 10% 5%;
	}

	.form_content_text_wrap > *:nth-of-type(n+2) {
		margin: 2.5% auto 0;
	}

	.form_input_area th,
	.form_input_area td {
		display: table-cell;
		padding: 1em;
	}

	.tbl-form .td_border {
		border-top: 1px #ffcfa5 solid;
	}

	.form_input_area .select_wrap {
		position: relative;
		width: fit-content;
	}

	.form_input_area .select_wrap::after {
		content: '';
		position: absolute;
		top: 50%;
		right: 20%;
		transform: translate(0, -50%);
		display: block;
		width: 16px;
		height: 16px;
		background-color: #333333;
		clip-path: polygon(50% 16px, 0% 0%, 16px 0%);
		pointer-events: none;
	}

	.radio td {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 12px;
	}

	.form_submit_btn {
		width: 40%;
	}

	.form_content_other th,
	.form_content_other td {
		display: table-cell;
	}

	.form_content_other th {
		width: 25%;
	}

	.form_content_other td {
		width: auto;
	}
}

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

}

@media screen and (min-width: 1440px) {
	.form_area {
		padding: 10% 15%;
	}

	.form_content_text_wrap {
		width: 95%;
	}

	.form_content_text_wrap * {
		font-size: 1.2rem;
	}

	.form_content_form_wrap {
		width: 95%;
	}

	.radio td {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 12px;
	}

	.input-text_2 {
		width: fit-content;
	}

	.form_submit_btn {
		width: 30%;
	}

	.form_content_other {
		padding: 2.5% 5%;
	}

	.form_content_other th,
	.form_content_other td {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

.thanks_area {
	padding: 10% 5%;
}

.thanks_content {
	margin: 5% auto 0;
}

.thanks_content_text {
	width: fit-content;
	margin: 0 auto 0;
	text-align: center;
}

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

}

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

}

@media screen and (min-width: 1440px) {
	.thanks_area {
		padding: 10%;
	}

	.thanks_content_text {
		font-size: 1.2rem;
	}
}

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

}

/* ---------------------------------------------------------------------------------------------------- */

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

}

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

}

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

}

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

}
