@charset "utf-8";


/************************************
#main_title
************************************/
@media screen and (min-width: 1720px) {
	#main_title {
		position: relative;
		box-sizing: border-box;
		background: url("../img/common/main_title.webp") repeat;
		background-size: calc(132px / 1366 * 1720) calc(132px / 1366 * 1720);
		background-position: top center;
		width: 100%;
		height: calc(300px / 1366 * 1720);
		padding-top: calc(14px / 1366 * 1720);
	}
	
	#main_title::after {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height:  calc(10px / 1366 * 1720);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
		bottom: 0;
	}
	
	#main_title .wrapper {
		position: relative;
		z-index: 0;
		width: calc(1000px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
	}
	
	#main_title .wrapper .pankuzu {
		overflow: hidden;
		margin-bottom: calc(84px /1366 * 1720);
	}
	
	#main_title .wrapper .pankuzu li {
		position: relative;
		float: left;
		color: #322323;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin-right: 2em;
	}
	
	#main_title .wrapper .pankuzu li:last-child {
		font-weight: 700;
		margin-right: 0;
	}
	
	#main_title .wrapper .pankuzu li::after {
		position: absolute;
		display: block;
		content: "／";
		color: #322323;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 400;
		line-height: 1em;
		text-align: center;
		width: 2em;
		top: 0;
		right: -2em;
	}
	
	#main_title .wrapper .pankuzu li a {
		color: #322323;
	}
	
	#main_title .wrapper .pankuzu li:last-child::after {
		display: none;
	}
	
	#main_title .wrapper .en_title {
		position: absolute;
		z-index: -1;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(130px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: right;
		top: 0;
		right: 0;
	}
	
	#main_title .wrapper .en_title.blur {
		color: transparent;
		text-shadow: 0 0 calc(10px / 1366 * 1720) rgba(255, 106, 26, 1);
	}
	
	#main_title .wrapper .number {
		position: absolute;
		z-index: -2;
		color: #fff0e8;
		font-family: "copperplate", serif;
		font-size: calc(180px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(73px / 1366 * 1720);
		left: calc(180px / 1366 * 1720);
	}
	
	#main_title .wrapper .category {
		position: absolute;
		color: #322323;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		top: calc(80px / 1366 * 1720);
		left: calc(180px / 1366 * 1720);
	}
	
	#main_title .wrapper h2 {
		clear: both;
		display: inline-block;
		color: #322323;
		font-size: calc(32px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		border-bottom: calc(4px / 1366 * 1720) solid #ff6a1a;
		padding-bottom: calc(8px /1366 * 1720);
		margin-bottom: calc(16px /1366 * 1720);
	}
	
	#main_title .wrapper .text {
		color: #322323;
		font-size: calc(16px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(28px / 1366 * 1720);
		text-align: left;
	}

	#main_title .car_1 {
		position: absolute;
		width: calc(110px / 1366 * 1720);
		bottom: 0;
		animation: drive_1_1720 10s ease-in-out infinite;
	}

	#main_title .car_2 {
		position: absolute;
		width: calc(110px / 1366 * 1720);
		bottom: 0;
		animation: drive_2_1720 10s ease-in-out infinite;
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(460px / 1366 * 1720);
		border-radius: calc(20px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(103px / 1366 * 1720);
		left: calc(360px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#main_title {
		position: relative;
		box-sizing: border-box;
		background: url("../img/common/main_title.webp") repeat;
		background-size: calc(132vw / 13.66) calc(132vw / 13.66);
		background-position: top center;
		width: 100%;
		height: calc(300vw / 13.66);
		padding-top: calc(14vw / 13.66);
	}
	
	#main_title::after {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height:  calc(10vw / 13.66);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
		bottom: 0;
	}
	
	#main_title .wrapper {
		position: relative;
		z-index: 0;
		width: calc(1000vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
	}
	
	#main_title .wrapper .pankuzu {
		overflow: hidden;
		margin-bottom: calc(84vw / 13.66);
	}
	
	#main_title .wrapper .pankuzu li {
		position: relative;
		float: left;
		color: #322323;
		font-size: calc(12vw / 13.66);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin-right: 2em;
	}
	
	#main_title .wrapper .pankuzu li:last-child {
		font-weight: 700;
		margin-right: 0;
	}
	
	#main_title .wrapper .pankuzu li::after {
		position: absolute;
		display: block;
		content: "／";
		color: #322323;
		font-size: calc(12vw / 13.66);
		font-weight: 400;
		line-height: 1em;
		text-align: center;
		width: 2em;
		top: 0;
		right: -2em;
	}
	
	#main_title .wrapper .pankuzu li a {
		color: #322323;
	}
	
	#main_title .wrapper .pankuzu li:last-child::after {
		display: none;
	}
	
	#main_title .wrapper .en_title {
		position: absolute;
		z-index: -1;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(130vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: right;
		top: 0;
		right: 0;
	}
	
	#main_title .wrapper .en_title.blur {
		color: transparent;
		text-shadow: 0 0 calc(10vw / 13.66) rgba(255, 106, 26, 1);
	}
	
	#main_title .wrapper .number {
		position: absolute;
		z-index: -2;
		color: #fff0e8;
		font-family: "copperplate", serif;
		font-size: calc(180vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(73vw / 13.66);
		left: calc(180vw / 13.66);
	}
	
	#main_title .wrapper .category {
		position: absolute;
		color: #322323;
		font-size: calc(12vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		top: calc(80vw / 13.66);
		left: calc(180vw / 13.66);
	}
	
	#main_title .wrapper h2 {
		clear: both;
		display: inline-block;
		color: #322323;
		font-size: calc(32vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		border-bottom: calc(4vw / 13.66) solid #ff6a1a;
		padding-bottom: calc(8vw / 13.66);
		margin-bottom: calc(16vw / 13.66);
	}
	
	#main_title .wrapper .text {
		color: #322323;
		font-size: calc(16vw / 13.66);
		font-weight: 700;
		line-height: calc(28vw / 13.66);
		text-align: left;
	}

	#main_title .car_1 {
		position: absolute;
		width: calc(110vw / 13.66);
		bottom: 0;
		animation: drive_1_1133 10s ease-in-out infinite;
	}

	#main_title .car_2 {
		position: absolute;
		width: calc(110vw / 13.66);
		bottom: 0;
		animation: drive_2_1133 10s ease-in-out infinite;
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(460vw / 13.66);
		border-radius: calc(20vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(103vw / 13.66);
		left: calc(360vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#main_title {
		position: relative;
		box-sizing: border-box;
		background: url("../img/common/main_title.webp") repeat;
		background-size: calc(132vw / 7.44) calc(132vw / 7.44);
		background-position: top center;
		width: 100%;
		height: calc(315vw / 7.44);
		padding-top: calc(80vw / 7.44);
	}
	
	#main_title::after {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height:  calc(10vw / 7.44);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
		bottom: 0;
	}
	
	#main_title .wrapper {
		position: relative;
		z-index: 0;
		width: calc(650vw / 7.44);
		margin: 0 auto;
	}
	
	#main_title .wrapper .pankuzu {
		overflow: hidden;
		margin-bottom: calc(25vw / 7.44);
	}
	
	#main_title .wrapper .pankuzu li {
		position: relative;
		float: left;
		color: #322323;
		font-size: calc(12vw / 7.44);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin-right: 2em;
	}
	
	#main_title .wrapper .pankuzu li:last-child {
		font-weight: 700;
		margin-right: 0;
	}
	
	#main_title .wrapper .pankuzu li::after {
		position: absolute;
		display: block;
		content: "／";
		color: #322323;
		font-size: calc(12vw / 7.44);
		font-weight: 400;
		line-height: 1em;
		text-align: center;
		width: 2em;
		top: 0;
		right: -2em;
	}
	
	#main_title .wrapper .pankuzu li a {
		color: #322323;
	}
	
	#main_title .wrapper .pankuzu li:last-child::after {
		display: none;
	}
	
	#main_title .wrapper .en_title {
		position: absolute;
		z-index: -1;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(66vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: right;
		top: calc(33vw / 7.44);
		right: calc(30vw / 7.44);
	}
	
	#main_title .wrapper .en_title.blur {
		color: transparent;
		text-shadow: 0 0 calc(10vw / 7.44) rgba(255, 106, 26, 1);
		top: calc(-35vw / 7.44);
	}
	
	#main_title .wrapper .number {
		position: absolute;
		z-index: -2;
		color: #fff0e8;
		font-family: "copperplate", serif;
		font-size: calc(180vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(70vw / 7.44);
		left: 0;
	}
	
	#main_title .wrapper .category {
		position: absolute;
		color: #322323;
		font-size: calc(12vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		top: calc(20vw / 7.44);
		left: 0;
	}
	
	#main_title .wrapper h2 {
		clear: both;
		display: inline-block;
		color: #322323;
		font-size: calc(32vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		border-bottom: calc(4vw / 7.44) solid #ff6a1a;
		padding-bottom: calc(8vw / 7.44);
		margin-bottom: calc(16vw / 7.44);
	}
	
	#main_title .wrapper .text {
		color: #322323;
		font-size: calc(16vw / 7.44);
		font-weight: 700;
		line-height: calc(28vw / 7.44);
		text-align: left;
	}

	#main_title .car_1 {
		position: absolute;
		width: calc(110vw / 7.44);
		bottom: 0;
		animation: drive_1_744 10s ease-in-out infinite;
	}

	#main_title .car_2 {
		position: absolute;
		width: calc(110vw / 7.44);
		bottom: 0;
		animation: drive_2_744 10s ease-in-out infinite;
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(276vw / 7.44);
		border-radius: calc(20vw / 7.44);
		top: calc(137vw / 7.44);
		right: calc(47vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	#main_title {
		position: relative;
		box-sizing: border-box;
		background: url("../img/common/main_title.webp") repeat;
		background-size: calc(132vw / 3.9) calc(132vw / 3.9);
		background-position: top center;
		width: 100%;
		height: calc(350vw / 3.9);
		padding-top: calc(80vw / 3.9);
	}
	
	#main_title::after {
		position: absolute;
		display: block;
		content: "";
		width: 100%;
		height:  calc(10vw / 3.9);
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
		bottom: 0;
	}
	
	#main_title .wrapper {
		position: relative;
		z-index: 0;
		width: calc(340vw / 3.9);
		margin: 0 auto;
	}
	
	#main_title .wrapper .pankuzu {
		overflow: hidden;
		margin-bottom: calc(10vw / 3.9);
	}
	
	#main_title .wrapper .pankuzu li {
		position: relative;
		float: left;
		color: #322323;
		font-size: calc(12vw / 3.9);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin-right: 2em;
	}
	
	#main_title .wrapper .pankuzu li:last-child {
		font-weight: 700;
		margin-right: 0;
	}
	
	#main_title .wrapper .pankuzu li::after {
		position: absolute;
		display: block;
		content: "／";
		color: #322323;
		font-size: calc(12vw / 3.9);
		font-weight: 400;
		line-height: 1em;
		text-align: center;
		width: 2em;
		top: 0;
		right: -2em;
	}
	
	#main_title .wrapper .pankuzu li a {
		color: #322323;
	}
	
	#main_title .wrapper .pankuzu li:last-child::after {
		display: none;
	}
	
	#main_title .wrapper .en_title {
		z-index: -1;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(44vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		margin-bottom: calc(10vw / 3.9);
	}
	
	#main_title .wrapper .en_title.blur {
		color: transparent;
		text-shadow: 0 0 calc(6vw / 3.9) rgba(255, 106, 26, 1);
		margin-bottom: calc(10vw / 3.9);
	}
	
	#main_title .wrapper .number {
		position: absolute;
		z-index: -2;
		color: #fff0e8;
		font-family: "copperplate", serif;
		font-size: calc(180vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(65vw / 3.9);
		left: 0;
	}
	
	#main_title .wrapper .category {
		position: absolute;
		color: #322323;
		font-size: calc(12vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		top: calc(45vw / 3.9);
		left: 0;
	}
	
	#main_title .wrapper h2 {
		clear: both;
		display: inline-block;
		color: #322323;
		font-size: calc(30vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		border-bottom: calc(4vw / 3.9) solid #ff6a1a;
		padding-bottom: calc(8vw / 3.9);
		margin-bottom: calc(16vw / 3.9);
	}
	
	#main_title .wrapper .text {
		color: #322323;
		font-size: calc(15vw / 3.9);
		font-weight: 700;
		line-height: calc(28vw / 3.9);
		text-align: justify;
	}

	#main_title .car_1, #main_title .car_2 {
		display: none;
	}
	
	#main_title .main_photo {
		display: none;
	}
}

@keyframes drive_1_1720 {
	0% {
		left: calc(75% + (110px / 1366 * 1720));
	}
	
	5% {
		left: calc(75.1% + (110px / 1366 * 1720));
	}
	
	80% {
		left: calc(-25% + (110px / 1366 * 1720));
	}
	
	100% {
		left: calc(-25% + (110px / 1366 * 1720));
	}
}

@keyframes drive_2_1720 {
	0% {
		left: calc(175% + (110px / 1366 * 1720));
	}
	
	5% {
		left: calc(175.1% + (110px / 1366 * 1720));
	}
	
	80% {
		left: calc(75% + (110px / 1366 * 1720));
	}
	
	100% {
		left: calc(75% + (110px / 1366 * 1720));
	}
}

@keyframes drive_1_1133 {
	0% {
		left: calc(75% + (110vw / 13.66));
	}
	
	5% {
		left: calc(75.1% + (110vw / 13.66));
	}
	
	80% {
		left: calc(-25% + (110vw / 13.66));
	}
	
	100% {
		left: calc(-25% + (110vw / 13.66));
	}
}

@keyframes drive_2_1133 {
	0% {
		left: calc(175% + (110vw / 13.66));
	}
	
	5% {
		left: calc(175.1% + (110vw / 13.66));
	}
	
	80% {
		left: calc(75% + (110vw / 13.66));
	}
	
	100% {
		left: calc(75% + (110vw / 13.66));
	}
}

@keyframes drive_1_744 {
	0% {
		left: calc(75%);
	}
	
	5% {
		left: calc(75.1%);
	}
	
	80% {
		left: calc(-25%);
	}
	
	100% {
		left: calc(-25%);
	}
}

@keyframes drive_2_744 {
	0% {
		left: calc(175%);
	}
	
	5% {
		left: calc(175.1%);
	}
	
	80% {
		left: calc(75%);
	}
	
	100% {
		left: calc(75%);
	}
}


/************************************
#faq
************************************/
@media screen and (min-width: 1720px) {
	#faq {
		position: relative;
		width: 100%;
		padding: calc(50px / 1366 * 1720) 0;
	}
	
	#faq h3 {
		position: relative;
		width: calc(1000px / 1366 * 1720);
		height: calc(55px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
		margin-bottom: calc(30px / 1366 * 1720);
	}
	
	#faq h3 .icon {
		position: absolute;
		width: calc(53px / 1366 * 1720);
		bottom: calc(-8px / 1366 * 1720);
		left: calc((55px + 180px) / 1366 * 1720);
	}
	
	#faq h3 .en_title {
		position: absolute;
		color: #ffbe19;
		font-family: "copperplate", serif;
		font-size: calc(10px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		font-style: normal;
		text-align: left;
		top: calc(5px / 1366 * 1720);
		left: calc((117px + 180px) / 1366 * 1720);
	}
	
	#faq h3 .title {
		position: absolute;
		background: linear-gradient(to right, #ff6a1a, #ff9e1a);
		background-clip: text;
		color: transparent;
		font-size: calc(32px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(44px / 1366 * 1720);
		top: calc(17px / 1366 * 1720);
		left: calc((117px + 180px) / 1366 * 1720);
	}
	
	#faq .wrapper {
		width: calc(888px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
	}
	
	#faq .wrapper h4 {
		position: relative;
		width: 100%;
		margin-bottom: calc(30px / 1366 * 1720);
	}
	
	#faq .wrapper h4 .number {
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(46px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
	}
	
	#faq .wrapper h4 .title {
		position: absolute;
		display: inline;
		background: linear-gradient(to top, #ffbfa3 0%, #ffbfa3 4px, transparent 4px, transparent 100%);
		color: #322323;
		font-size: calc(26px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		bottom: 0;
		left: calc(90px / 1366 * 1720);
	}
	
	#faq .wrapper ul {
		width: 100%;
		padding-left: calc(90px / 1366 * 1720);
		margin-bottom: calc(40px / 1366 * 1720);
	}
	
	#faq .wrapper ul:last-child {
		width: 100%;
		margin-bottom: calc(60px / 1366 * 1720);
	}
	
	#faq .wrapper ul li {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		border: calc(2px / 1366 * 1720) solid #f2f3f5;
		border-radius: calc(10px / 1366 * 1720);
		margin-bottom: calc(5px / 1366 * 1720);
	}
	
	#faq .wrapper ul li:last-child {
		margin-bottom: 0;
	}
	
	#faq .wrapper ul li .question {
		position: relative;
		box-sizing: border-box;
		background: #f2f3f5;
		color: #322323;
		font-size: calc(18px / 1366 * 1720);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		width: 100%;
		padding: calc(15px / 1366 * 1720) calc(30px / 1366 * 1720) calc(15px / 1366 * 1720) calc(75px / 1366 * 1720);
	}
	
	#faq .wrapper ul li .question:hover {
		cursor: pointer;
	}
	
	#faq .wrapper ul li .question::before {
		position: absolute;
		display: block;
		content: "Q.";
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(28px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(15px / 1366 * 1720);
		left: calc(20px / 1366 * 1720);
	}
	
	#faq .wrapper ul li .question::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18px / 1366 * 1720);
		height: calc(18px / 1366 * 1720);
		top: 50%;
		right: calc(20px / 1366 * 1720);
		transform: translateY(-50%) rotate(90deg);
	}
	
	#faq .wrapper ul li .question.open::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18px / 1366 * 1720);
		height: calc(18px / 1366 * 1720);
		top: 50%;
		right: calc(20px / 1366 * 1720);
		transform: translateY(-50%) rotate(270deg);
	}
	
	#faq .wrapper ul li .answer {
		display: none;
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(28px / 1366 * 1720);
		text-align: justify;
		width: 100%;
		padding: calc(15px / 1366 * 1720) calc(30px / 1366 * 1720) calc(20px / 1366 * 1720) calc(75px / 1366 * 1720);
	}
	
	#faq .wrapper ul li .answer a {
		color: #ff6a1a;
	}
	
	#faq .wrapper ul li .answer::before {
		position: absolute;
		display: block;
		content: "A.";
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(38px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(25px / 1366 * 1720);
		left: calc(20px / 1366 * 1720);
	}
	
	#faq hr {
		border-top: calc(4px / 1366 * 1720) solid #e5e5e5;
		border-bottom: none;
		border-left: none;
		border-right: none;
		margin: 0 0 calc(50px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#faq {
		position: relative;
		width: 100%;
		padding: calc(50vw / 13.66) 0;
	}
	
	#faq h3 {
		position: relative;
		width: calc(1000vw / 13.66);
		height: calc(55vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
		margin-bottom: calc(30vw / 13.66);
	}
	
	#faq h3 .icon {
		position: absolute;
		width: calc(53vw / 13.66);
		bottom: calc(-8vw / 13.66);
		left: calc((55vw + 180vw) / 13.66);
	}
	
	#faq h3 .en_title {
		position: absolute;
		color: #ffbe19;
		font-family: "copperplate", serif;
		font-size: calc(10vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		font-style: normal;
		text-align: left;
		top: calc(5vw / 13.66);
		left: calc((117vw + 180vw) / 13.66);
	}
	
	#faq h3 .title {
		position: absolute;
		background: linear-gradient(to right, #ff6a1a, #ff9e1a);
		background-clip: text;
		color: transparent;
		font-size: calc(32vw / 13.66);
		font-weight: 700;
		line-height: calc(44vw / 13.66);
		top: calc(17vw / 13.66);
		left: calc((117vw + 180vw) / 13.66);
	}
	
	#faq .wrapper {
		width: calc(888vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
	}
	
	#faq .wrapper h4 {
		position: relative;
		width: 100%;
		margin-bottom: calc(30vw / 13.66);
	}
	
	#faq .wrapper h4 .number {
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(46vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
	}
	
	#faq .wrapper h4 .title {
		position: absolute;
		display: inline;
		background: linear-gradient(to top, #ffbfa3 0%, #ffbfa3 calc(4vw / 13.66), transparent calc(4vw / 13.66), transparent 100%);
		color: #322323;
		font-size: calc(26vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		bottom: 0;
		left: calc(90vw / 13.66);
	}
	
	#faq .wrapper ul {
		width: 100%;
		padding-left: calc(90vw / 13.66);
		margin-bottom: calc(40vw / 13.66);
	}
	
	#faq .wrapper ul:last-child {
		width: 100%;
		margin-bottom: calc(60vw / 13.66);
	}
	
	#faq .wrapper ul li {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		border: calc(2vw / 13.66) solid #f2f3f5;
		border-radius: calc(10vw / 13.66);
		margin-bottom: calc(5vw / 13.66);
	}
	
	#faq .wrapper ul li:last-child {
		margin-bottom: 0;
	}
	
	#faq .wrapper ul li .question {
		position: relative;
		box-sizing: border-box;
		background: #f2f3f5;
		color: #322323;
		font-size: calc(18vw / 13.66);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		width: 100%;
		padding: calc(15vw / 13.66) calc(30vw / 13.66) calc(15vw / 13.66) calc(75vw / 13.66);
	}
	
	#faq .wrapper ul li .question:hover {
		cursor: pointer;
	}
	
	#faq .wrapper ul li .question::before {
		position: absolute;
		display: block;
		content: "Q.";
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(28vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(15vw / 13.66);
		left: calc(20vw / 13.66);
	}
	
	#faq .wrapper ul li .question::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 13.66);
		height: calc(18vw / 13.66);
		top: 50%;
		right: calc(20vw / 13.66);
		transform: translateY(-50%) rotate(90deg);
	}
	
	#faq .wrapper ul li .question.open::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 13.66);
		height: calc(18vw / 13.66);
		top: 50%;
		right: calc(20vw / 13.66);
		transform: translateY(-50%) rotate(270deg);
	}
	
	#faq .wrapper ul li .answer {
		display: none;
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: calc(28vw / 13.66);
		text-align: justify;
		width: 100%;
		padding: calc(15vw / 13.66) calc(30vw / 13.66) calc(20vw / 13.66) calc(75vw / 13.66);
	}
	
	#faq .wrapper ul li .answer a {
		color: #ff6a1a;
	}
	
	#faq .wrapper ul li .answer::before {
		position: absolute;
		display: block;
		content: "A.";
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(38vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(25vw / 13.66);
		left: calc(20vw / 13.66);
	}
	
	#faq hr {
		border-top: calc(4vw / 13.66) solid #e5e5e5;
		border-bottom: none;
		border-left: none;
		border-right: none;
		margin: 0 0 calc(50vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#faq {
		position: relative;
		width: 100%;
		padding: calc(50vw / 7.44) 0;
	}
	
	#faq h3 {
		position: relative;
		width: 100%;
		height: calc(55vw / 7.44);
		margin-bottom: calc(30vw / 7.44);
	}
	
	#faq h3 .icon {
		position: absolute;
		width: calc(53vw / 7.44);
		bottom: calc(-8vw / 7.44);
		left: calc(67vw / 7.44);
	}
	
	#faq h3 .en_title {
		position: absolute;
		color: #ffbe19;
		font-family: "copperplate", serif;
		font-size: calc(10vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		font-style: normal;
		text-align: left;
		top: calc(5vw / 7.44);
		left: calc(128vw / 7.44);
	}
	
	#faq h3 .title {
		position: absolute;
		background: linear-gradient(to right, #ff6a1a, #ff9e1a);
		background-clip: text;
		color: transparent;
		font-size: calc(32vw / 7.44);
		font-weight: 700;
		line-height: calc(44vw / 7.44);
		top: calc(17vw / 7.44);
		left: calc(128vw / 7.44);
	}
	
	#faq .wrapper {
		width: calc(612vw / 7.44);
		margin: 0 auto;
	}
	
	#faq .wrapper h4 {
		position: relative;
		width: 100%;
		margin-bottom: calc(30vw / 7.44);
	}
	
	#faq .wrapper h4 .number {
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(46vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
	}
	
	#faq .wrapper h4 .title {
		position: absolute;
		display: inline;
		background: linear-gradient(to top, #ffbfa3 0%, #ffbfa3 calc(4vw / 7.44), transparent calc(4vw / 7.44), transparent 100%);
		color: #322323;
		font-size: calc(26vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		bottom: 0;
		left: calc(85vw / 7.44);
	}
	
	#faq .wrapper ul {
		width: 100%;
		margin-bottom: calc(40vw / 7.44);
	}
	
	#faq .wrapper ul:last-child {
		width: 100%;
		margin-bottom: calc(60vw / 7.44);
	}
	
	#faq .wrapper ul li {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		border: calc(2vw / 7.44) solid #f2f3f5;
		border-radius: calc(10vw / 7.44);
		margin-bottom: calc(5vw / 7.44);
	}
	
	#faq .wrapper ul li:last-child {
		margin-bottom: 0;
	}
	
	#faq .wrapper ul li .question {
		position: relative;
		box-sizing: border-box;
		background: #f2f3f5;
		color: #322323;
		font-size: calc(18vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: left;
		width: 100%;
		padding: calc(15vw / 7.44) calc(115vw / 7.44) calc(15vw / 7.44) calc(75vw / 7.44);
	}
	
	#faq .wrapper ul li .question:hover {
		cursor: pointer;
	}
	
	#faq .wrapper ul li .question::before {
		position: absolute;
		display: block;
		content: "Q.";
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(28vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(20vw / 7.44);
		left: calc(20vw / 7.44);
	}
	
	#faq .wrapper ul li .question::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 7.44);
		height: calc(18vw / 7.44);
		top: 50%;
		right: calc(20vw / 7.44);
		transform: translateY(-50%) rotate(90deg);
	}
	
	#faq .wrapper ul li .question.open::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 7.44);
		height: calc(18vw / 7.44);
		top: 50%;
		right: calc(20vw / 7.44);
		transform: translateY(-50%) rotate(270deg);
	}
	
	#faq .wrapper ul li .answer {
		display: none;
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: justify;
		width: 100%;
		padding: calc(15vw / 7.44) calc(30vw / 7.44) calc(20vw / 7.44) calc(75vw / 7.44);
	}
	
	#faq .wrapper ul li .answer a {
		color: #ff6a1a;
	}
	
	#faq .wrapper ul li .answer::before {
		position: absolute;
		display: block;
		content: "A.";
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(38vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(25vw / 7.44);
		left: calc(20vw / 7.44);
	}
	
	#faq hr {
		border-top: calc(4vw / 7.44) solid #e5e5e5;
		border-bottom: none;
		border-left: none;
		border-right: none;
		margin: 0 0 calc(50vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	#faq {
		position: relative;
		width: 100%;
		padding: calc(45vw / 3.9) 0;
	}
	
	#faq h3 {
		position: relative;
		width: 100%;
		height: calc(40vw / 3.9);
		margin-bottom: calc(25vw / 3.9);
	}
	
	#faq h3 .icon {
		position: absolute;
		width: calc(42vw / 3.9);
		bottom: calc(-4vw / 3.9);
		left: calc(26vw / 3.9);
	}
	
	#faq h3 .en_title {
		position: absolute;
		color: #ffbe19;
		font-family: "copperplate", serif;
		font-size: calc(8vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		font-style: normal;
		text-align: left;
		top: 0;
		left: calc(73vw / 3.9);
	}
	
	#faq h3 .title {
		position: absolute;
		background: linear-gradient(to right, #ff6a1a, #ff9e1a);
		background-clip: text;
		color: transparent;
		font-size: calc(30vw / 3.9);
		font-weight: 700;
		line-height: calc(40vw / 3.9);
		top: calc(6vw / 3.9);
		left: calc(73vw / 3.9);
	}
	
	#faq .wrapper {
		width: calc(340vw / 3.9);
		margin: 0 auto;
	}
	
	#faq .wrapper h4 {
		position: relative;
		box-sizing: border-box;
		width: 100%;
		padding-left: calc(85vw / 3.9);
		margin-bottom: calc(20vw / 3.9);
	}
	
	#faq .wrapper h4 .number {
		position: absolute;
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(46vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(3vw / 3.9);
		left: 0;
	}
	
	#faq .wrapper h4 .title {
		display: inline;
		background: linear-gradient(to top, transparent 0%, transparent calc(4vw / 3.9), #ffbfa3 calc(4vw / 3.9), #ffbfa3 calc(8vw / 3.9), transparent calc(8vw / 3.9), transparent 100%);
		color: #322323;
		font-size: calc(24vw / 3.9);
		font-weight: 700;
		line-height: calc(42vw / 3.9);
		text-align: left;
	}
	
	#faq .wrapper ul {
		width: 100%;
		margin-bottom: calc(35vw / 3.9);
	}
	
	#faq .wrapper ul:last-child {
		width: 100%;
		margin-bottom: calc(55vw / 3.9);
	}
	
	#faq .wrapper ul li {
		overflow: hidden;
		box-sizing: border-box;
		width: 100%;
		border: calc(2vw / 3.9) solid #f2f3f5;
		border-radius: calc(10vw / 3.9);
		margin-bottom: calc(5vw / 3.9);
	}
	
	#faq .wrapper ul li:last-child {
		margin-bottom: 0;
	}
	
	#faq .wrapper ul li .question {
		position: relative;
		box-sizing: border-box;
		background: #f2f3f5;
		color: #322323;
		font-size: calc(18vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: left;
		width: 100%;
		padding: calc(15vw / 3.9) 0 calc(15vw / 3.9) calc(75vw / 3.9);
	}
	
	#faq .wrapper ul li .question:hover {
		cursor: pointer;
	}
	
	#faq .wrapper ul li .question::before {
		position: absolute;
		display: block;
		content: "Q.";
		color: #322323;
		font-family: "copperplate", serif;
		font-size: calc(28vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		top: calc(20vw / 3.9);
		left: calc(20vw / 3.9);
	}
	
	#faq .wrapper ul li .question::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 3.9);
		height: calc(18vw / 3.9);
		top: 50%;
		right: calc(20vw / 3.9);
		transform: translateY(-50%) rotate(90deg);
	}
	
	#faq .wrapper ul li .question.open::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../img/common/arrow_g.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(18vw / 3.9);
		height: calc(18vw / 3.9);
		top: 50%;
		right: calc(20vw / 3.9);
		transform: translateY(-50%) rotate(270deg);
	}
	
	#faq .wrapper ul li .answer {
		display: none;
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: justify;
		width: calc(280vw / 3.9);
		padding: calc(15vw / 3.9) 0;
		margin: 0 auto;
	}
	
	#faq .wrapper ul li .answer a {
		color: #ff6a1a;
	}
	
	#faq hr {
		border-top: calc(4vw / 3.9) solid #e5e5e5;
		border-bottom: none;
		border-left: none;
		border-right: none;
		margin: 0 0 calc(74vw / 3.9);
	}
}