@charset "utf-8";


/************************************
#main_title
************************************/
@media screen and (min-width: 1720px) {
	#main_title {
		margin-bottom: calc(-12px / 1366 * 1720);
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(320px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(45px / 1366 * 1720);
		left: calc(340px / 1366 * 1720);
	}
	
	#main_title .wrapper {
		margin-bottom: calc(60px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#main_title {
		margin-bottom: calc(-12vw / 13.66);
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(320vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(45vw / 13.66);
		left: calc(340vw / 13.66);
	}
	
	#main_title .wrapper {
		margin-bottom: calc(60vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#main_title {
		margin-bottom: calc(-12vw / 7.44);
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(218vw / 7.44);
		top: calc(158vw / 7.44);
		right: calc(78vw / 7.44);
	}
	
	#main_title .wrapper {
		margin: 0 auto calc(65vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	#main_title::after {
		display: none;
	}
	
	#main_title .main_photo {
		position: absolute;
		z-index: 1;
		width: calc(123vw / 3.9);
		top: calc(122vw / 3.9);
		right: calc(26vw / 3.9);
	}
	
	#main_title .wrapper {
		margin: 0 auto calc(20vw / 3.9);
	}
}


/************************************
#about
************************************/
@media screen and (min-width: 1720px) {
	#about 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(35px / 1366 * 1720);
	}
	
	#about h3 .icon {
		position: absolute;
		width: calc(53px / 1366 * 1720);
		bottom: calc(-8px / 1366 * 1720);
		left: calc((55px + 180px) / 1366 * 1720);
	}
	
	#about 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);
	}
	
	#about 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);
	}
	
	#about h3 .title br {
		display: none;
	}
	
	#about .text {
		position: relative;
		width: calc(1000px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
	}
	
	#about .text.intro {
		height: calc(380px / 1366 * 1720);
		margin-bottom: calc(15px / 1366 * 1720);
	}
	
	#about .text.lot {
		height: calc(884px / 1366 * 1720);
		margin-bottom: calc(50px / 1366 * 1720);
	}
	
	#about .text.quality {
		height: calc(560px / 1366 * 1720);
		margin-bottom: calc(83px / 1366 * 1720);
	}
	
	#about .text h4 {
		position: relative;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ffbfa3 80%, #ffbfa3 90%, transparent 90%);
		color: #322323;
		font-size: calc(26px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(45px / 1366 * 1720);
		left: calc(55px / 1366 * 1720);
	}
	
	#about .text h4 span {
		font-size: calc((26px * 0.8) / 1366 * 1720);
	}
	
	#about .text.intro h4 br:nth-of-type(1), #about .text.intro h4 br:nth-of-type(3), #about .text.intro h4 br:nth-of-type(4) {
		display: none;
	}
	
	#about .text.lot h4 br:nth-of-type(2) {
		display: none;
	}
	
	#about .text.quality h4 br:nth-of-type(1), #about .text.quality h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text>p {
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(28px / 1366 * 1720);
		text-align: justify;
		width: calc(445px / 1366 * 1720);
		margin: calc(20px / 1366 * 1720) 0 0 calc(55px / 1366 * 1720);
	}
	
	#about .text.intro>img {
		position: absolute;
		width: calc(440px / 1366 * 1720);
		bottom: 0;
		right: calc(35px / 1366 * 1720);
	}
	
	#about .text.lot>img {
		position: absolute;
		width: calc(380px / 1366 * 1720);
		top: 0;
		right: calc(55px / 1366 * 1720);
	}
	
	#about .text.quality>img {
		position: absolute;
		width: calc(400px / 1366 * 1720);
		top: calc(-30px / 1366 * 1720);
		right: calc(35px / 1366 * 1720);
	}
	
	#about .text .example {
		position: absolute;
		box-sizing: border-box;
		background: #f3f0e6;
		width: calc(1000px / 1366 * 1720);
		height: calc(504px / 1366 * 1720);
		padding: calc(20px / 1366 * 1720) calc(55px / 1366 * 1720) 0;
		bottom: 0;
		left: calc(180px / 1366 * 1720);
	}
	
	#about .text .example h5 {
		color: #ff6a1a;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(10px / 1366 * 1720);
	}
	
	#about .text .example p {
		color: #322323;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(22px / 1366 * 1720);
		text-align: left;
		margin-bottom: calc(10px / 1366 * 1720);
	}
	
	#about .text .example p br.sp {
		display: none;
	}
	
	#about .text .example table {
		width: 100%;
		margin-bottom: calc(13px / 1366 * 1720);
	}
	
	#about .text .example table tbody {
		width: 100%;
	}
	
	#about .text .example table tbody tr {
/*
		display: flex;
		flex-wrap: wrap;
*/
		height: calc(40px / 1366 * 1720);
		border-bottom: calc(1px / 1366 * 1720) solid #cecece;
	}
	
	#about .text .example table tbody tr:last-child {
		border-bottom: none;
	}
	
	#about .text .example table tbody tr th {
		flex-grow: 1;
		box-sizing: border-box;
		background: #f6f6f6;
		color: #322323;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(40px / 1366 * 1720);
		text-align: left;
		padding-left: calc(20px / 1366 * 1720);
	}
	
	#about .text .example table tbody tr th span {
		font-size: calc((14px * 0.8) / 1366 * 1720);
	}
	
	#about .text .example table tbody tr.design th br {
		display: none;
	}
	
	#about .text .example table tbody tr td {
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(40px / 1366 * 1720);
		text-align: right;
		width: calc(246px / 1366 * 1720);
		padding-right: calc(20px / 1366 * 1720);
	}
	
	#about .text .example table tbody tr td:first-of-type {
		border-right: calc(1px / 1366 * 1720) solid #cecece;
	}
	
	#about .text .example table tbody tr.sum th, #about .text .example table tbody tr.sum td {
		font-weight: 700;
	}
	
	#about .text .example small {
		display: block;
		color: #322323;
		font-size: calc(10px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(14px / 1366 * 1720);
		text-align: left;
		width: 100%;
		margin-bottom: calc(15px / 1366 * 1720);
	}
	
	#about .text .example .movica.pc {
		display: block;
		width: calc(550px / 1366 * 1720);
		filter: drop-shadow(0 0 calc(8px / 1366 * 1720) rgba(0, 0, 0, 0.25));
		margin: 0 auto;
	}
	
	#about .text .example .movica.sp {
		display: none;
	}
	
	#about .text .example .movica.pc img {
		width: 100%;
	}

	#about .text .scroll {
		overflow: inherit!important;
		position: absolute;
		width: calc(870px / 1366 * 1720);
		height: calc(193px / 1366 * 1720);
		bottom: 0;
		left: calc((75px + 180px) / 1366 * 1720);
	}
	
	.scroll-hint-icon-wrap {
		display: none!important;
	}
	
	#about .text .point {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	
	#about .text .point li {
		position: relative;
		box-sizing: border-box;
		background: #fff5e2;
		border-radius: calc(10px / 1366 * 1720);
		width: calc(274px / 1366 * 1720);
		height: 100%;
		padding: calc(6px / 1366 * 1720) 0 0 calc(48px / 1366 * 1720);
	}
	
	#about .text .point li .number {
		position: absolute;
		box-sizing: border-box;
		background: #ffdc19;
		color: #000000;
		font-family: "copperplate", serif;
		font-size: calc(30px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: center;
		width: calc(59px / 1366 * 1720);
		height: calc(59px / 1366 * 1720);
		border-radius: calc((59px / 2) / 1366 * 1720);
		top: calc(10px / 1366 * 1720);
		left: calc(-20px / 1366 * 1720);
		padding-top: calc(1.5px / 1366 * 1720);
	}
	
	#about .text .point li .number span {
		font-size: calc(12px / 1366 * 1720);
	}
	
	#about .text .point li h5 {
		color: #322323;
		font-size: calc(26px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(9px / 1366 * 1720);
	}
	
	#about .text .point li h5 span {
		font-family: "copperplate", serif;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
	}
	
	#about .text .point li .point_text {
		color: #322323;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(22px / 1366 * 1720);
		text-align: justify;
		width: calc(200px / 1366 * 1720);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 14%, #fff5ef 14%, #fff5ef 100%);
		width: 100%;
		height: calc(318px / 1366 * 1720);
		margin-bottom: calc(60px / 1366 * 1720);
	}
	
	#about .result .swiper {
		width: 100%;
		margin-bottom: calc(30px / 1366 * 1720);
	}
	
	#about .result .swiper .swiper-wrapper {
		width: 100%;
		transition-timing-function: linear;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide {
		width: calc(258px / 1366 * 1720);
		margin: 0 calc(5px / 1366 * 1720);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide img {
		display: block;
		width: 100%;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide h5 {
		background: #ff6a1a;
		color: #ffffff;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(16px / 1366 * 1720);
		text-align: center;
		width: 100%;
		height: calc(16px / 1366 * 1720);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide p {
		color: #808080;
		font-size: calc(12px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(16px / 1366 * 1720);
		text-align: center;
		width: 100%;
		height: calc(16px / 1366 * 1720);
	}
	
	#about .result .link {
		width: calc(1000px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
	}
	
	#about .result .link a {
		position: relative;
		display: block;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #ff9000 0%, #ff5f00 100%);
		border: calc(1px / 1366 * 1720) solid #ffffff;
		border-radius: calc(20px / 1366 * 1720);
		box-shadow: 0 0 calc(8px / 1366 * 1720) rgba(0, 0, 0, 0.25);
		color: #ffffff;
		font-size: calc(22px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(32px / 1366 * 1720);
		text-align: center;
		width: calc(340px / 1366 * 1720);
		height: calc(80px / 1366 * 1720);
		padding-top: calc(5px / 1366 * 1720);
		margin: 0 auto;
	}
	
	#about .result .link a span {
		font-size: calc(26px / 1366 * 1720);
	}
	
	#about .result .link a::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%;
		transform: translateY(-50%);
		right: calc(10px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#about 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(35vw / 13.66);
	}
	
	#about h3 .icon {
		position: absolute;
		width: calc(53vw / 13.66);
		bottom: calc(-8vw / 13.66);
		left: calc((55vw + 180vw) / 13.66);
	}
	
	#about 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);
	}
	
	#about 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);
	}
	
	#about h3 .title br {
		display: none;
	}
	
	#about .text {
		position: relative;
		width: calc(1000vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
	}
	
	#about .text.intro {
		height: calc(380vw / 13.66);
		margin-bottom: calc(15vw / 13.66);
	}
	
	#about .text.lot {
		height: calc(884vw / 13.66);
		margin-bottom: calc(50vw / 13.66);
	}
	
	#about .text.quality {
		height: calc(560vw / 13.66);
		margin-bottom: calc(83vw / 13.66);
	}
	
	#about .text h4 {
		position: relative;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ffbfa3 80%, #ffbfa3 90%, transparent 90%);
		color: #322323;
		font-size: calc(26vw / 13.66);
		font-weight: 700;
		line-height: calc(45vw / 13.66);
		left: calc(55vw / 13.66);
	}
	
	#about .text h4 span {
		font-size: calc((26vw * 0.8) / 13.66);
	}
	
	#about .text.intro h4 br:nth-of-type(1), #about .text.intro h4 br:nth-of-type(3), #about .text.intro h4 br:nth-of-type(4) {
		display: none;
	}
	
	#about .text.lot h4 br:nth-of-type(2) {
		display: none;
	}
	
	#about .text.quality h4 br:nth-of-type(1), #about .text.quality h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text>p {
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: calc(28vw / 13.66);
		text-align: justify;
		width: calc(445vw / 13.66);
		margin: calc(20vw / 13.66) 0 0 calc(55vw / 13.66);
	}
	
	#about .text.intro>img {
		position: absolute;
		width: calc(440vw / 13.66);
		bottom: 0;
		right: calc(35vw / 13.66);
	}
	
	#about .text.lot>img {
		position: absolute;
		width: calc(380vw / 13.66);
		top: 0;
		right: calc(55vw / 13.66);
	}
	
	#about .text.quality>img {
		position: absolute;
		width: calc(400vw / 13.66);
		top: calc(-30vw / 13.66);
		right: calc(35vw / 13.66);
	}
	
	#about .text .example {
		position: absolute;
		box-sizing: border-box;
		background: #f3f0e6;
		width: calc(1000vw / 13.66);
		height: calc(504vw / 13.66);
		padding: calc(20vw / 13.66) calc(55vw / 13.66) 0;
		bottom: 0;
		left: calc(180vw / 13.66);
	}
	
	#about .text .example h5 {
		color: #ff6a1a;
		font-size: calc(14vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(10vw / 13.66);
	}
	
	#about .text .example p {
		color: #322323;
		font-size: calc(14vw / 13.66);
		font-weight: 400;
		line-height: calc(22vw / 13.66);
		text-align: left;
		margin-bottom: calc(10vw / 13.66);
	}
	
	#about .text .example p br.sp {
		display: none;
	}
	
	#about .text .example table {
		width: 100%;
		margin-bottom: calc(13vw / 13.66);
	}
	
	#about .text .example table tbody {
		width: 100%;
	}
	
	#about .text .example table tbody tr {
/*
		display: flex;
		flex-wrap: wrap;
*/
		height: calc(40vw / 13.66);
		border-bottom: calc(1vw / 13.66) solid #cecece;
	}
	
	#about .text .example table tbody tr:last-child {
		border-bottom: none;
	}
	
	#about .text .example table tbody tr th {
		flex-grow: 1;
		box-sizing: border-box;
		background: #f6f6f6;
		color: #322323;
		font-size: calc(14vw / 13.66);
		font-weight: 400;
		line-height: calc(40vw / 13.66);
		text-align: left;
		padding-left: calc(20vw / 13.66);
	}
	
	#about .text .example table tbody tr th span {
		font-size: calc((14vw * 0.8) / 13.66);
	}
	
	#about .text .example table tbody tr.design th br {
		display: none;
	}
	
	#about .text .example table tbody tr td {
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(14vw / 13.66);
		font-weight: 400;
		line-height: calc(40vw / 13.66);
		text-align: right;
		width: calc(246vw / 13.66);
		padding-right: calc(20vw / 13.66);
	}
	
	#about .text .example table tbody tr td:first-of-type {
		border-right: calc(1vw / 13.66) solid #cecece;
	}
	
	#about .text .example table tbody tr.sum th, #about .text .example table tbody tr.sum td {
		font-weight: 700;
	}
	
	#about .text .example small {
		display: block;
		color: #322323;
		font-size: calc(10vw / 13.66);
		font-weight: 400;
		line-height: calc(14vw / 13.66);
		text-align: left;
		width: 100%;
		margin-bottom: calc(15vw / 13.66);
	}
	
	#about .text .example .movica.pc {
		display: block;
		width: calc(550vw / 13.66);
		filter: drop-shadow(0 0 calc(8vw / 13.66) rgba(0, 0, 0, 0.25));
		margin: 0 auto;
	}
	
	#about .text .example .movica.sp {
		display: none;
	}
	
	#about .text .example .movica.pc img {
		width: 100%;
	}

	#about .text .scroll {
		overflow: inherit!important;
		position: absolute;
		width: calc(870vw / 13.66);
		height: calc(193vw / 13.66);
		bottom: 0;
		left: calc((75vw + 180vw) / 13.66);
	}
	
	.scroll-hint-icon-wrap {
		display: none!important;
	}
	
	#about .text .point {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: 100%;
	}
	
	#about .text .point li {
		position: relative;
		box-sizing: border-box;
		background: #fff5e2;
		border-radius: calc(10vw / 13.66);
		width: calc(274vw / 13.66);
		height: 100%;
		padding: calc(6vw / 13.66) 0 0 calc(48vw / 13.66);
	}
	
	#about .text .point li .number {
		position: absolute;
		box-sizing: border-box;
		background: #ffdc19;
		color: #000000;
		font-family: "copperplate", serif;
		font-size: calc(30vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: center;
		width: calc(59vw / 13.66);
		height: calc(59vw / 13.66);
		border-radius: calc((59vw / 2) / 13.66);
		top: calc(10vw / 13.66);
		left: calc(-20vw / 13.66);
		padding-top: calc(1.5vw / 13.66);
	}
	
	#about .text .point li .number span {
		font-size: calc(12vw / 13.66);
	}
	
	#about .text .point li h5 {
		color: #322323;
		font-size: calc(26vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(9vw / 13.66);
	}
	
	#about .text .point li h5 span {
		font-family: "copperplate", serif;
		font-size: calc(12vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
	}
	
	#about .text .point li .point_text {
		color: #322323;
		font-size: calc(14vw / 13.66);
		font-weight: 400;
		line-height: calc(22vw / 13.66);
		text-align: justify;
		width: calc(200vw / 13.66);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 14%, #fff5ef 14%, #fff5ef 100%);
		width: 100%;
		height: calc(318vw / 13.66);
		margin-bottom: calc(60vw / 13.66);
	}
	
	#about .result .swiper {
		width: 100%;
		margin-bottom: calc(30vw / 13.66);
	}
	
	#about .result .swiper .swiper-wrapper {
		width: 100%;
		transition-timing-function: linear;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide {
		width: calc(258vw / 13.66);
		margin: 0 calc(5vw / 13.66);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide img {
		display: block;
		width: 100%;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide h5 {
		background: #ff6a1a;
		color: #ffffff;
		font-size: calc(12vw / 13.66);
		font-weight: 700;
		line-height: calc(16vw / 13.66);
		text-align: center;
		width: 100%;
		height: calc(16vw / 13.66);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide p {
		color: #808080;
		font-size: calc(12vw / 13.66);
		font-weight: 400;
		line-height: calc(16vw / 13.66);
		text-align: center;
		width: 100%;
		height: calc(16vw / 13.66);
	}
	
	#about .result .link {
		width: calc(1000vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
	}
	
	#about .result .link a {
		position: relative;
		display: block;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #ff9000 0%, #ff5f00 100%);
		border: calc(1vw / 13.66) solid #ffffff;
		border-radius: calc(20vw / 13.66);
		box-shadow: 0 0 calc(8vw / 13.66) rgba(0, 0, 0, 0.25);
		color: #ffffff;
		font-size: calc(22vw / 13.66);
		font-weight: 700;
		line-height: calc(32vw / 13.66);
		text-align: center;
		width: calc(340vw / 13.66);
		height: calc(80vw / 13.66);
		padding-top: calc(5vw / 13.66);
		margin: 0 auto;
	}
	
	#about .result .link a span {
		font-size: calc(26vw / 13.66);
	}
	
	#about .result .link a::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%;
		transform: translateY(-50%);
		right: calc(10vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#about h3 {
		position: relative;
		width: 100%;
		height: calc(55vw / 7.44);
		margin-bottom: calc(20vw / 7.44);
	}
	
	#about h3 .icon {
		position: absolute;
		width: calc(53vw / 7.44);
		bottom: calc(-8vw / 7.44);
		left: calc(67vw / 7.44);
	}
	
	#about 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);
	}
	
	#about 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);
	}
	
	#about h3 .title br {
		display: none;
	}
	
	#about .text {
		position: relative;
		width: 100%;
	}
	
	#about .text.intro {
		height: calc(452vw / 7.44);
		margin-bottom: calc(20vw / 7.44);
	}
	
	#about .text.lot {
		height: calc(953vw / 7.44);
		margin-bottom: calc(55vw / 7.44);
	}
	
	#about .text.quality {
		height: calc(629vw / 7.44);
		margin-bottom: calc(90vw / 7.44);
	}
	
	#about .text h4 {
		position: relative;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ffbfa3 80%, #ffbfa3 90%, transparent 90%);
		color: #322323;
		font-size: calc(26vw / 7.44);
		font-weight: 700;
		line-height: calc(45vw / 7.44);
		left: calc(66vw / 7.44);
	}
	
	#about .text h4 span {
		font-size: calc((26vw * 0.8) / 7.44);
	}
	
	#about .text.intro h4 br:nth-of-type(1), #about .text.intro h4 br:nth-of-type(3), #about .text.intro h4 br:nth-of-type(4) {
		display: none;
	}
	
	#about .text.lot h4 br:nth-of-type(2) {
		display: none;
	}
	
	#about .text.quality h4 br:nth-of-type(1), #about .text.quality h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text>p {
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: justify;
		width: calc(306vw / 7.44);
		margin: calc(27vw / 7.44) 0 0 calc(66vw / 7.44);
	}
	
	#about .text.intro>img {
		position: absolute;
		width: calc(352vw / 7.44);
		bottom: 0;
		right: calc(11vw / 7.44);
	}
	
	#about .text.lot>img {
		position: absolute;
		width: calc(304vw / 7.44);
		top: calc(102vw / 7.44);
		right: calc(48vw / 7.44);
	}
	
	#about .text.quality>img {
		position: absolute;
		width: calc(314vw / 7.44);
		top: calc(87vw / 7.44);
		right: calc(30vw / 7.44);
	}
	
	#about .text .example {
		position: absolute;
		box-sizing: border-box;
		background: #f3f0e6;
		width: 100%;
		height: calc(522vw / 7.44);
		padding: calc(20vw / 7.44) calc(66vw / 7.44) 0;
		bottom: 0;
	}
	
	#about .text .example h5 {
		color: #ff6a1a;
		font-size: calc(14vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(10vw / 7.44);
	}
	
	#about .text .example p {
		color: #322323;
		font-size: calc(14vw / 7.44);
		font-weight: 400;
		line-height: calc(22vw / 7.44);
		text-align: left;
		margin-bottom: calc(10vw / 7.44);
	}
	
	#about .text .example p br.sp {
		display: none;
	}
	
	#about .text .example table {
		width: 100%;
		margin-bottom: calc(8vw / 7.44);
	}
	
	#about .text .example table tbody {
		width: 100%;
	}
	
	#about .text .example table tbody tr {
/*
		display: flex;
		flex-wrap: wrap;
*/
		height: calc(40vw / 7.44);
		border-bottom: calc(1vw / 7.44) solid #cecece;
	}
	
	#about .text .example table tbody tr:last-child {
		border-bottom: none;
	}
	
	#about .text .example table tbody tr th {
		flex-grow: 1;
		box-sizing: border-box;
		background: #f6f6f6;
		color: #322323;
		font-size: calc(14vw / 7.44);
		font-weight: 400;
		line-height: calc(40vw / 7.44);
		text-align: left;
		padding-left: calc(20vw / 7.44);
	}
	
	#about .text .example table tbody tr th span {
		font-size: calc((14vw * 0.8) / 7.44);
	}
	
	#about .text .example table tbody tr.design th br {
		display: none;
	}
	
	#about .text .example table tbody tr td {
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(14vw / 7.44);
		font-weight: 400;
		line-height: calc(40vw / 7.44);
		text-align: right;
		width: calc(143vw / 7.44);
		padding-right: calc(20vw / 7.44);
	}
	
	#about .text .example table tbody tr td:first-of-type {
		border-right: calc(1vw / 7.44) solid #cecece;
	}
	
	#about .text .example table tbody tr.sum th, #about .text .example table tbody tr.sum td {
		font-weight: 700;
	}
	
	#about .text .example small {
		display: block;
		color: #322323;
		font-size: calc(10vw / 7.44);
		font-weight: 400;
		line-height: calc(14vw / 7.44);
		text-align: left;
		width: 100%;
		margin-bottom: calc(19vw / 7.44);
	}
	
	#about .text .example .movica.pc {
		display: block;
		width: calc(550vw / 7.44);
		filter: drop-shadow(0 0 calc(8vw / 7.44) rgba(0, 0, 0, 0.25));
		margin: 0 auto;
	}
	
	#about .text .example .movica.sp {
		display: none;
	}
	
	#about .text .example .movica.pc img {
		width: 100%;
	}
	
	#about .text .scroll {
		position: absolute!important;
		overflow-x: scroll;
		scrollbar-width: none;
		width: 100%;
		height: calc(193vw / 7.44);
		bottom: 0;
	}
	
	#about .text .scroll-hint-icon {
		position: absolute;
		box-sizing: border-box;
		width: calc(130vw / 7.44);
		height: calc(90vw / 7.44);
		border-radius: calc(20vw / 7.44);
		top: 50%;
		transform: translateY(-50%);
		left: calc(307vw / 7.44);
		padding: calc(6vw / 7.44) 0 0 0;
	}
	
	#about .text .scroll-hint-icon:before {
		width: calc(44vw / 7.44);
		height: calc(44vw / 7.44);
		margin-top: calc(14vw / 7.44);
	}
	
	#about .text .scroll-hint-icon:after {
		position: absolute;
		background-size: 100%;
		width: calc(44vw / 7.44);
		height: calc(15vw / 7.44);
		left: 44.5%;
	}
	
	#about .text .scroll-hint-text {
		font-size: calc(12vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		margin-top: calc(6vw / 7.44);
	}
	
	#about .text .js-scrollablet::-webkit-scrollbar {
		display: none;
	}
	
	#about .text .point {
		overflow-x: scroll;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(870vw / 7.44);
		height: 100%;
		padding: 0 calc(66vw / 7.44) 0 calc(87vw / 7.44);
	}
	
	#about .text .point li {
		position: relative;
		box-sizing: border-box;
		background: #fff5e2;
		border-radius: calc(10vw / 7.44);
		width: calc(274vw / 7.44);
		height: calc(193vw / 7.44);
		padding: calc(6vw / 7.44) 0 0 calc(48vw / 7.44);
	}
	
	#about .text .point li .number {
		position: absolute;
		box-sizing: border-box;
		background: #ffdc19;
		color: #000000;
		font-family: "copperplate", serif;
		font-size: calc(30vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: center;
		width: calc(59vw / 7.44);
		height: calc(59vw / 7.44);
		border-radius: calc((59vw / 2) / 7.44);
		top: calc(10vw / 7.44);
		left: calc(-20vw / 7.44);
		padding-top: calc(1.5vw / 7.44);
	}
	
	#about .text .point li .number span {
		font-size: calc(12vw / 7.44);
	}
	
	#about .text .point li h5 {
		color: #322323;
		font-size: calc(26vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(9vw / 7.44);
	}
	
	#about .text .point li h5 span {
		font-family: "copperplate", serif;
		font-size: calc(12vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
	}
	
	#about .text .point li .point_text {
		color: #322323;
		font-size: calc(14vw / 7.44);
		font-weight: 400;
		line-height: calc(22vw / 7.44);
		text-align: justify;
		width: calc(200vw / 7.44);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 14%, #fff5ef 14%, #fff5ef 100%);
		width: 100%;
		height: calc(318vw / 7.44);
		margin-bottom: calc(50vw / 7.44);
	}
	
	#about .result .swiper {
		width: 100%;
		margin-bottom: calc(30vw / 7.44);
	}
	
	#about .result .swiper .swiper-wrapper {
		width: 100%;
		transition-timing-function: linear;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide {
		width: calc(258vw / 7.44);
		margin: 0 calc(5vw / 7.44);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide img {
		display: block;
		width: 100%;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide h5 {
		background: #ff6a1a;
		color: #ffffff;
		font-size: calc(12vw / 7.44);
		font-weight: 700;
		line-height: calc(16vw / 7.44);
		text-align: center;
		width: 100%;
		height: calc(16vw / 7.44);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide p {
		color: #808080;
		font-size: calc(12vw / 7.44);
		font-weight: 400;
		line-height: calc(16vw / 7.44);
		text-align: center;
		width: 100%;
		height: calc(16vw / 7.44);
	}
	
	#about .result .link {
		width: 100%;
	}
	
	#about .result .link a {
		position: relative;
		display: block;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #ff9000 0%, #ff5f00 100%);
		border: calc(1vw / 7.44) solid #ffffff;
		border-radius: calc(20vw / 7.44);
		box-shadow: 0 0 calc(8vw / 7.44) rgba(0, 0, 0, 0.25);
		color: #ffffff;
		font-size: calc(22vw / 7.44);
		font-weight: 700;
		line-height: calc(32vw / 7.44);
		text-align: center;
		width: calc(340vw / 7.44);
		height: calc(80vw / 7.44);
		padding-top: calc(5vw / 7.44);
		margin: 0 auto;
	}
	
	#about .result .link a span {
		font-size: calc(26vw / 7.44);
	}
	
	#about .result .link a::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%;
		transform: translateY(-50%);
		right: calc(10vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	#about h3 {
		position: relative;
		width: 100%;
		height: calc(40vw / 3.9);
		margin-bottom: calc(60vw / 3.9);
	}
	
	#about h3 .icon {
		position: absolute;
		width: calc(42vw / 3.9);
		bottom: calc(-4vw / 3.9);
		left: calc(26vw / 3.9);
	}
	
	#about 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);
	}
	
	#about 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);
	}
	
	#about .text {
		position: relative;
		width: 100%;
	}
	
	#about .text.intro {
		margin-bottom: calc(35vw / 3.9);
	}
	
	#about .text.lot {
		margin-bottom: calc(55vw / 3.9);
	}
	
	#about .text.quality {
		margin-bottom: calc(80vw / 3.9);
	}
	
	#about .text h4 {
		position: relative;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 80%, #ffbfa3 80%, #ffbfa3 90%, transparent 90%);
		color: #322323;
		font-size: calc(24vw / 3.9);
		font-weight: 700;
		line-height: calc(42vw / 3.9);
		left: calc(25vw / 3.9);
	}
	
	#about .text h4 span {
		font-size: calc((24vw * 0.8) / 3.9);
	}
	
	#about .text.intro h4 br:nth-of-type(2), #about .text.intro h4 br:nth-of-type(5) {
		display: none;
	}
	
	#about .text.quality h4 br:nth-of-type(2) {
		display: none;
	}
	
	#about .text>p {
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: justify;
		width: calc(340vw / 3.9);
		margin: 0 auto;
	}
	
	#about .text.lot>p {
		margin-bottom: calc(25vw / 3.9);
	}
	
	#about .text.quality>p {
		margin-bottom: calc(35vw / 3.9);
	}
	
	#about .text>img {
		display: block;
	}
	
	#about .text.intro>img {
		width: calc(352vw / 3.9);
		margin: calc(35vw / 3.9) auto calc(30vw / 3.9);
	}
	
	#about .text.lot>img {
		width: calc(304vw / 3.9);
		margin: calc(35vw / 3.9) auto calc(25vw / 3.9);
	}
	
	#about .text.quality>img {
		width: calc(314vw / 3.9);
		margin: calc(35vw / 3.9) auto calc(15vw / 3.9);
	}
	
	#about .text .example {
		box-sizing: border-box;
		background: #f3f0e6;
		width: 100%;
		padding: calc(30vw / 3.9) calc(25vw / 3.9);
	}
	
	#about .text .example h5 {
		color: #ff6a1a;
		font-size: calc(14vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(10vw / 3.9);
	}
	
	#about .text .example p {
		color: #322323;
		font-size: calc(14vw / 3.9);
		font-weight: 400;
		line-height: calc(22vw / 3.9);
		text-align: left;
		margin-bottom: calc(10vw / 3.9);
	}
	
	#about .text .example table {
		width: 100%;
		margin-bottom: calc(10vw / 3.9);
	}
	
	#about .text .example table tbody {
		width: 100%;
	}
	
	#about .text .example table tbody tr {
		display: flex;
		flex-wrap: wrap;
		height: calc(60vw / 3.9);
		border-bottom: calc(1vw / 3.9) solid #cecece;
	}
	
	#about .text .example table tbody tr.design {
		height: calc(80vw / 3.9);
	}
	
	#about .text .example table tbody tr.sum {
		height: calc(70vw / 3.9);
	}
	
	#about .text .example table tbody tr:last-child {
		border-bottom: none;
	}
	
	#about .text .example table tbody tr th {
		flex-grow: 1;
		box-sizing: border-box;
		background: #f6f6f6;
		color: #322323;
		font-size: calc(14vw / 3.9);
		font-weight: 400;
		line-height: calc(60vw / 3.9);
		text-align: left;
		padding-left: calc(10vw / 3.9);
	}
	
	#about .text .example table tbody tr.design th {
		line-height: calc(16vw / 3.9);
		padding-top: calc(6vw / 3.9);
	}
	
	#about .text .example table tbody tr th span {
		font-size: calc((14vw * 0.8) / 3.9);
	}
	
	#about .text .example table tbody tr td {
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(14vw / 3.9);
		font-weight: 400;
		line-height: calc(60vw / 3.9);
		text-align: right;
		width: calc(117vw / 3.9);
		padding-right: calc(10vw / 3.9);
	}
	
	#about .text .example table tbody tr td:first-of-type {
		border-right: calc(1vw / 3.9) solid #cecece;
	}
	
	#about .text .example table tbody tr.design td {
		line-height: calc(80vw / 3.9);
	}
	
	#about .text .example table tbody tr.sum th, #about .text .example table tbody tr.sum td {
		font-weight: 700;
		line-height: calc(70vw / 3.9);
	}
	
	#about .text .example small {
		display: block;
		color: #322323;
		font-size: calc(10vw / 3.9);
		font-weight: 400;
		line-height: calc(14vw / 3.9);
		text-align: left;
		width: 100%;
		margin-bottom: calc(20vw / 3.9);
	}
	
	#about .text .example .movica.pc {
		display: none;
	}
	
	#about .text .example .movica.sp {
		display: block;
		width: calc(340vw / 3.9);
		filter: drop-shadow(0 0 calc(8vw / 3.9) rgba(0, 0, 0, 0.25));
		margin: 0 auto;
	}
	
	#about .text .example .movica.sp img {
		width: 100%;
	}
	
	#about .text .scroll {
		overflow-x: scroll;
		scrollbar-width: none;
		width: 100%;
		height: calc(193vw / 3.9);
	}
	
	#about .text .scroll-hint-icon {
		position: absolute;
		box-sizing: border-box;
		width: calc(130vw / 3.9);
		height: calc(90vw / 3.9);
		border-radius: calc(20vw / 3.9);
		top: 50%;
		transform: translateY(-50%);
		left: calc(130vw / 3.9);
		padding: calc(6vw / 3.9) 0 0 0;
	}
	
	#about .text .scroll-hint-icon:before {
		width: calc(44vw / 3.9);
		height: calc(44vw / 3.9);
		margin-top: calc(14vw / 3.9);
	}
	
	#about .text .scroll-hint-icon:after {
		position: absolute;
		background-size: 100%;
		width: calc(44vw / 3.9);
		height: calc(15vw / 3.9);
		left: 44.5%;
	}
	
	#about .text .scroll-hint-text {
		font-size: calc(12vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		margin-top: calc(6vw / 3.9);
	}
	
	#about .text .js-scrollablet::-webkit-scrollbar {
		display: none;
	}
	
	#about .text .point {
		overflow-x: scroll;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(870vw / 3.9);
		height: 100%;
		padding: 0 calc(30vw / 3.9) 0 calc(44vw / 3.9);
	}
	
	#about .text .point li {
		position: relative;
		box-sizing: border-box;
		background: #fff5e2;
		border-radius: calc(10vw / 3.9);
		width: calc(274vw / 3.9);
		height: calc(193vw / 3.9);
		padding: calc(6vw / 3.9) 0 0 calc(48vw / 3.9);
	}
	
	#about .text .point li .number {
		position: absolute;
		box-sizing: border-box;
		background: #ffdc19;
		color: #000000;
		font-family: "copperplate", serif;
		font-size: calc(30vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: center;
		width: calc(59vw / 3.9);
		height: calc(59vw / 3.9);
		border-radius: calc((59vw / 2) / 3.9);
		top: calc(10vw / 3.9);
		left: calc(-20vw / 3.9);
		padding-top: calc(1.5vw / 3.9);
	}
	
	#about .text .point li .number span {
		font-size: calc(12vw / 3.9);
	}
	
	#about .text .point li h5 {
		color: #322323;
		font-size: calc(26vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-bottom: calc(9vw / 3.9);
	}
	
	#about .text .point li h5 span {
		font-family: "copperplate", serif;
		font-size: calc(12vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
	}
	
	#about .text .point li .point_text {
		color: #322323;
		font-size: calc(14vw / 3.9);
		font-weight: 400;
		line-height: calc(22vw / 3.9);
		text-align: justify;
		width: calc(200vw / 3.9);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #fff5ef 15%, #fff5ef 100%);
		width: 100%;
		height: calc(322vw / 3.9);
		margin-bottom: calc(25vw / 3.9);
	}
	
	#about .result .swiper {
		width: 100%;
		margin-bottom: calc(30vw / 3.9);
	}
	
	#about .result .swiper .swiper-wrapper {
		width: 100%;
		transition-timing-function: linear;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide {
		width: calc(258vw / 3.9);
		margin: 0 calc(5vw / 3.9);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide img {
		display: block;
		width: 100%;
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide h5 {
		background: #ff6a1a;
		color: #ffffff;
		font-size: calc(12vw / 3.9);
		font-weight: 700;
		line-height: calc(16vw / 3.9);
		text-align: center;
		width: 100%;
		height: calc(16vw / 3.9);
	}
	
	#about .result .swiper .swiper-wrapper .swiper-slide p {
		color: #808080;
		font-size: calc(12vw / 3.9);
		font-weight: 400;
		line-height: calc(16vw / 3.9);
		text-align: center;
		width: 100%;
		height: calc(16vw / 3.9);
	}
	
	#about .result .link {
		width: 100%;
	}
	
	#about .result .link a {
		position: relative;
		display: block;
		box-sizing: border-box;
		background: linear-gradient(to bottom, #ff9000 0%, #ff5f00 100%);
		border: calc(1vw / 3.9) solid #ffffff;
		border-radius: calc(20vw / 3.9);
		box-shadow: 0 0 calc(8vw / 3.9) rgba(0, 0, 0, 0.25);
		color: #ffffff;
		font-size: calc(22vw / 3.9);
		font-weight: 700;
		line-height: calc(32vw / 3.9);
		text-align: center;
		width: calc(340vw / 3.9);
		height: calc(80vw / 3.9);
		padding-top: calc(5vw / 3.9);
		margin: 0 auto;
	}
	
	#about .result .link a span {
		font-size: calc(26vw / 3.9);
	}
	
	#about .result .link a::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%;
		transform: translateY(-50%);
		right: calc(10vw / 3.9);
	}
}


/************************************
#flow
************************************/
@media screen and (min-width: 1720px) {
	#flow 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(35px / 1366 * 1720);
	}
	
	#flow h3 .icon {
		position: absolute;
		width: calc(53px / 1366 * 1720);
		bottom: calc(-8px / 1366 * 1720);
		left: calc((55px + 180px) / 1366 * 1720);
	}
	
	#flow 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);
	}
	
	#flow 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);
	}
	
	#flow .step {
		background: #fff8e8;
		width: 100%;
		padding:  calc(30px / 1366 * 1720) 0;
		margin-bottom: calc(60px / 1366 * 1720);
	}
	
	#flow .step .wrapper {
		width: calc(1000px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
	}
	
	#flow .step .wrapper .intro {
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(28px / 1366 * 1720);
		text-align: justify;
		width: calc(890px / 1366 * 1720);
		margin: 0 auto calc(25px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul {
		width: calc(890px / 1366 * 1720);
		margin: 0 auto calc(25px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(790px / 1366 * 1720);
		padding: calc(15px / 1366 * 1720) 0 calc(25px / 1366 * 1720);
		margin-bottom: calc(28px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li.two {
		height: calc(263px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li .en {
		position: absolute;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(14px / 1366 * 1720);
		font-weight: 700;
		font-style: normal;
		line-height: 0.7em;
		text-align: left;
		transform: rotate(90deg) translateY(-100%);
		transform-origin: top left;
		top: calc(15px / 1366 * 1720);
		left: calc(20px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li .number {
		position: absolute;
		color: #ffffff;
		font-family: "copperplate", serif;
		font-size: calc(66px / 1366 * 1720);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		text-stroke-width: calc(1.5px / 1366 * 1720);
		text-stroke-color: #ff6a1a;
		-webkit-text-stroke-width: calc(1.5px / 1366 * 1720);
		-webkit-text-stroke-color: #ff6a1a;
		top: calc(15px / 1366 * 1720);
		left: calc(40px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li h4 {
		color: #322323;
		font-size: calc(26px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 calc(20px / 1366 * 1720) calc(165px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li .text {
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(28px / 1366 * 1720);
		text-align: justify;
		width: calc(530px / 1366 * 1720);
		margin-left: calc(165px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li img {
		position: absolute;
		width: calc(160px / 1366 * 1720);
		right: calc(-100px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li img:nth-of-type(1) {
		top: 0;
	}
	
	#flow .step .wrapper ul li img:nth-of-type(2) {
		top: calc(125px / 1366 * 1720);
	}
	
	#flow .step .wrapper ul li::before {
		position: absolute;
		display: block;
		content: "";
		background: repeating-linear-gradient(45deg, #ff6a1a, #ff6a1a calc(2px / 1366 * 1720), #ffffff 0, #ffffff calc(8px / 1366 * 1720));
		width: calc(6px / 1366 * 1720);
		height: 100%;
		top: 0;
		left: 0;
	}
	
	#flow .step .wrapper ul li::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../../img/goods/arrow.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(36px / 1366 * 1720);
		height: calc(18px / 1366 * 1720);
		bottom: calc(-18px / 1366 * 1720);
		left: 50%;
		transform: translateX(-50%);
	}
	
	#flow .step .wrapper ul li:last-child::after {
		display: none;
	}
	
	#flow .step .wrapper .example {
		color: #322323;
		font-size: calc(22px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(28px / 1366 * 1720);
		text-align: center;
	}
	
	#flow .step .wrapper .example span {
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
	}
	
	#flow .step .wrapper .example span br {
		display: none;
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#flow 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(35vw / 13.66);
	}
	
	#flow h3 .icon {
		position: absolute;
		width: calc(53vw / 13.66);
		bottom: calc(-8vw / 13.66);
		left: calc((55vw + 180vw) / 13.66);
	}
	
	#flow 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);
	}
	
	#flow 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);
	}
	
	#flow .step {
		background: #fff8e8;
		width: 100%;
		padding:  calc(30vw / 13.66) 0;
		margin-bottom: calc(60vw / 13.66);
	}
	
	#flow .step .wrapper {
		width: calc(1000vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
	}
	
	#flow .step .wrapper .intro {
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: calc(28vw / 13.66);
		text-align: justify;
		width: calc(890vw / 13.66);
		margin: 0 auto calc(25vw / 13.66);
	}
	
	#flow .step .wrapper ul {
		width: calc(890vw / 13.66);
		margin: 0 auto calc(25vw / 13.66);
	}
	
	#flow .step .wrapper ul li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(790vw / 13.66);
		padding: calc(15vw / 13.66) 0 calc(25vw / 13.66);
		margin-bottom: calc(28vw / 13.66);
	}
	
	#flow .step .wrapper ul li.two {
		height: calc(263vw / 13.66);
	}
	
	#flow .step .wrapper ul li .en {
		position: absolute;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(14vw / 13.66);
		font-weight: 700;
		font-style: normal;
		line-height: 0.7em;
		text-align: left;
		transform: rotate(90deg) translateY(-100%);
		transform-origin: top left;
		top: calc(15vw / 13.66);
		left: calc(20vw / 13.66);
	}
	
	#flow .step .wrapper ul li .number {
		position: absolute;
		color: #ffffff;
		font-family: "copperplate", serif;
		font-size: calc(66vw / 13.66);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		text-stroke-width: calc(1.5vw / 13.66);
		text-stroke-color: #ff6a1a;
		-webkit-text-stroke-width: calc(1.5vw / 13.66);
		-webkit-text-stroke-color: #ff6a1a;
		top: calc(15vw / 13.66);
		left: calc(40vw / 13.66);
	}
	
	#flow .step .wrapper ul li h4 {
		color: #322323;
		font-size: calc(26vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 calc(20vw / 13.66) calc(165vw / 13.66);
	}
	
	#flow .step .wrapper ul li .text {
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: calc(28vw / 13.66);
		text-align: justify;
		width: calc(530vw / 13.66);
		margin-left: calc(165vw / 13.66);
	}
	
	#flow .step .wrapper ul li img {
		position: absolute;
		width: calc(160vw / 13.66);
		right: calc(-100vw / 13.66);
	}
	
	#flow .step .wrapper ul li img:nth-of-type(1) {
		top: 0;
	}
	
	#flow .step .wrapper ul li img:nth-of-type(2) {
		top: calc(125vw / 13.66);
	}
	
	#flow .step .wrapper ul li::before {
		position: absolute;
		display: block;
		content: "";
		background: repeating-linear-gradient(45deg, #ff6a1a, #ff6a1a calc(2vw / 13.66), #ffffff 0, #ffffff calc(8vw / 13.66));
		width: calc(6vw / 13.66);
		height: 100%;
		top: 0;
		left: 0;
	}
	
	#flow .step .wrapper ul li::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../../img/goods/arrow.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(36vw / 13.66);
		height: calc(18vw / 13.66);
		bottom: calc(-18vw / 13.66);
		left: 50%;
		transform: translateX(-50%);
	}
	
	#flow .step .wrapper ul li:last-child::after {
		display: none;
	}
	
	#flow .step .wrapper .example {
		color: #322323;
		font-size: calc(22vw / 13.66);
		font-weight: 700;
		line-height: calc(28vw / 13.66);
		text-align: center;
	}
	
	#flow .step .wrapper .example span {
		font-size: calc(15vw / 13.66);
		font-weight: 400;
	}
	
	#flow .step .wrapper .example span br {
		display: none;
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#flow h3 {
		position: relative;
		width: 100%;
		height: calc(55vw / 7.44);
		margin-bottom: calc(50vw / 7.44);
	}
	
	#flow h3 .icon {
		position: absolute;
		width: calc(53vw / 7.44);
		bottom: calc(-8vw / 7.44);
		left: calc(67vw / 7.44);
	}
	
	#flow 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);
	}
	
	#flow 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);
	}
	
	#flow .step {
		background: #fff8e8;
		width: 100%;
		padding:  calc(30vw / 7.44) 0 calc(15vw / 7.44);
		margin-bottom: calc(20vw / 7.44);
	}
	
	#flow .step .wrapper {
		width: 100%;
	}
	
	#flow .step .wrapper .intro {
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: justify;
		width: calc(612vw / 7.44);
		margin: 0 auto calc(30vw / 7.44);
	}
	
	#flow .step .wrapper ul {
		width: calc(612vw / 7.44);
		margin: 0 auto calc(20vw / 7.44);
	}
	
	#flow .step .wrapper ul li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: 100%;
		min-height: calc(155vw / 7.44);
		padding: calc(15vw / 7.44) 0 calc(20vw / 7.44);
		margin-bottom: calc(28vw / 7.44);
	}
	
	#flow .step .wrapper ul li.two {
		min-height: calc(280vw / 7.44);
	}
	
	#flow .step .wrapper ul li.readmore-hide {
		display: none;
	}
	
	#flow .step .wrapper ul li.is_open {
		display: block;
	}
	
	#flow .step .wrapper ul li .en {
		position: absolute;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(11.2vw / 7.44);
		font-weight: 700;
		font-style: normal;
		line-height: 0.7em;
		text-align: left;
		transform: rotate(90deg) translateY(-100%);
		transform-origin: top left;
		top: calc(15vw / 7.44);
		left: calc(20vw / 7.44);
	}
	
	#flow .step .wrapper ul li .number {
		position: absolute;
		color: #ffffff;
		font-family: "copperplate", serif;
		font-size: calc(52.8vw / 7.44);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		text-stroke-width: calc(1.5vw / 7.44);
		text-stroke-color: #ff6a1a;
		-webkit-text-stroke-width: calc(1.5vw / 7.44);
		-webkit-text-stroke-color: #ff6a1a;
		top: calc(15vw / 7.44);
		left: calc(40vw / 7.44);
	}
	
	#flow .step .wrapper ul li h4 {
		color: #322323;
		font-size: calc(26vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 calc(20vw / 7.44) calc(138vw / 7.44);
	}
	
	#flow .step .wrapper ul li .text {
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: justify;
		width: calc(293vw / 7.44);
		margin-left: calc(138vw / 7.44);
	}
	
	#flow .step .wrapper ul li.photo_none .text {
		width: calc(444vw / 7.44);
	}
	
	#flow .step .wrapper ul li img {
		position: absolute;
		width: calc(160vw / 7.44);
		right: 0;
	}
	
	#flow .step .wrapper ul li img:nth-of-type(1) {
		top: 0;
	}
	
	#flow .step .wrapper ul li img:nth-of-type(2) {
		top: calc(125vw / 7.44);
	}
	
	#flow .step .wrapper ul li::before {
		position: absolute;
		display: block;
		content: "";
		background: repeating-linear-gradient(45deg, #ff6a1a, #ff6a1a calc(2vw / 7.44), #ffffff 0, #ffffff calc(8vw / 7.44));
		width: calc(6vw / 7.44);
		height: 100%;
		top: 0;
		left: 0;
	}
	
	#flow .step .wrapper ul li::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../../img/goods/arrow.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(36vw / 7.44);
		height: calc(18vw / 7.44);
		bottom: calc(-18vw / 7.44);
		left: 50%;
		transform: translateX(-50%);
	}
	
	#flow .step .wrapper ul li:last-child::after {
		display: none;
	}
	
	#flow .step .wrapper button {
		display: block;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(22vw / 7.44);
		font-weight: 700;
		line-height: calc(42vw / 7.44);
		text-align: center;
		border: calc(4vw / 7.44) solid #ffdc19;
		width: calc(306vw / 7.44);
		height: calc(50vw / 7.44);
		border-radius: calc(25vw / 7.44);
		margin: 0 auto calc(20vw / 7.44);
		cursor: pointer;
	}
	
	#flow .step .wrapper .example {
		color: #322323;
		font-size: calc(22vw / 7.44);
		font-weight: 700;
		line-height: calc(28vw / 7.44);
		text-align: center;
	}
	
	#flow .step .wrapper .example span {
		font-size: calc(15vw / 7.44);
		font-weight: 400;
	}
	
	#flow .step .wrapper .example span br {
		display: none;
	}
}

@media screen and (max-width: 743px) {
	#flow h3 {
		position: relative;
		width: 100%;
		height: calc(40vw / 3.9);
		margin-bottom: calc(30vw / 3.9);
	}
	
	#flow h3 .icon {
		position: absolute;
		width: calc(42vw / 3.9);
		bottom: calc(-4vw / 3.9);
		left: calc(26vw / 3.9);
	}
	
	#flow 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);
	}
	
	#flow 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);
	}
	
	#flow .step {
		background: #fff8e8;
		width: 100%;
		padding:  calc(30vw / 3.9) 0;
		margin-bottom: calc(60vw / 3.9);
	}
	
	#flow .step .wrapper {
		width: 100%;
	}
	
	#flow .step .wrapper .intro {
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: justify;
		width: calc(340vw / 3.9);
		margin: 0 auto calc(30vw / 3.9);
	}
	
	#flow .step .wrapper ul {
		box-sizing: border-box;
		width: 100%;
		padding-left: calc(25vw / 3.9);
		margin: 0 auto calc(20vw / 3.9);
	}
	
	#flow .step .wrapper ul li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: 100%;
		padding: calc(22vw / 3.9) 0 calc(20vw / 3.9);
		margin-bottom: calc(28vw / 3.9);
	}
	
	#flow .step .wrapper ul li.readmore-hide {
		display: none;
	}
	
	#flow .step .wrapper ul li.is_open {
		display: block;
	}
	
	#flow .step .wrapper ul li .en {
		position: absolute;
		color: #ff6a1a;
		font-family: "copperplate", serif;
		font-size: calc(11.2vw / 3.9);
		font-weight: 700;
		font-style: normal;
		line-height: 0.7em;
		text-align: left;
		transform: rotate(90deg) translateY(-100%);
		transform-origin: top left;
		top: calc(10vw / 3.9);
		left: calc(237vw / 3.9);
	}
	
	#flow .step .wrapper ul li .number {
		position: absolute;
		color: #ffffff;
		font-family: "copperplate", serif;
		font-size: calc(52.8vw / 3.9);
		font-weight: 700;
		line-height: 0.7em;
		font-style: normal;
		text-align: left;
		text-stroke-width: calc(1.5vw / 3.9);
		text-stroke-color: #ff6a1a;
		-webkit-text-stroke-width: calc(1.5vw / 3.9);
		-webkit-text-stroke-color: #ff6a1a;
		top: calc(10vw / 3.9);
		left: calc(254vw / 3.9);
	}
	
	#flow .step .wrapper ul li h4 {
		color: #322323;
		font-size: calc(22vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		margin: 0 0 calc(18vw / 3.9) calc(25vw / 3.9);
	}
	
	#flow .step .wrapper ul li .text {
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(26vw / 3.9);
		text-align: justify;
		width: calc(196vw / 3.9);
		margin-left: calc(25vw / 3.9);
	}
	
	#flow .step .wrapper ul li.photo_none .text {
		width: calc(315vw / 3.9);
	}
	
	#flow .step .wrapper ul li img {
		position: absolute;
		width: calc(128vw / 3.9);
		right: 0;
	}
	
	#flow .step .wrapper ul li img:nth-of-type(1) {
		top: calc(60vw / 3.9);
	}
	
	#flow .step .wrapper ul li img:nth-of-type(2) {
		top: calc(162vw / 3.9);
	}
	
	#flow .step .wrapper ul li::before {
		position: absolute;
		display: block;
		content: "";
		background: repeating-linear-gradient(45deg, #ff6a1a, #ff6a1a calc(2vw / 3.9), #ffffff 0, #ffffff calc(8vw / 3.9));
		width: calc(6vw / 3.9);
		height: 100%;
		top: 0;
		left: 0;
	}
	
	#flow .step .wrapper ul li::after {
		position: absolute;
		display: block;
		content: "";
		background: url("../../img/goods/arrow.svg") no-repeat;
		background-size: 100% 100%;
		width: calc(36vw / 3.9);
		height: calc(18vw / 3.9);
		bottom: calc(-18vw / 3.9);
		left: calc(152vw / 3.9);
	}
	
	#flow .step .wrapper ul li:last-child::after {
		display: none;
	}
	
	#flow .step .wrapper button {
		display: block;
		box-sizing: border-box;
		background: #ffffff;
		color: #322323;
		font-size: calc(22vw / 3.9);
		font-weight: 700;
		line-height: calc(42vw / 3.9);
		text-align: center;
		border: calc(4vw / 3.9) solid #ffdc19;
		width: calc(306vw / 3.9);
		height: calc(50vw / 3.9);
		border-radius: calc(25vw / 3.9);
		margin: 0 auto calc(20vw / 3.9);
		cursor: pointer;
	}
	
	#flow .step .wrapper .example {
		color: #322323;
		font-size: calc(22vw / 3.9);
		font-weight: 700;
		line-height: calc(28vw / 3.9);
		text-align: center;
	}
	
	#flow .step .wrapper .example span {
		font-size: calc(13vw / 3.9);
		font-weight: 400;
		line-height: calc(20vw / 3.9);
	}
}


/************************************
#coloring
************************************/
@media screen and (min-width: 1720px) {
	#coloring 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(35px / 1366 * 1720);
	}
	
	#coloring h3 .icon {
		position: absolute;
		width: calc(53px / 1366 * 1720);
		bottom: calc(-8px / 1366 * 1720);
		left: calc((55px + 180px) / 1366 * 1720);
	}
	
	#coloring 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);
	}
	
	#coloring 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);
	}
	
	#coloring .text {
		overflow: auto;
		position: relative;
		width: calc(1000px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180px / 1366 * 1720);
		margin-bottom: calc(20px / 1366 * 1720);
	}
	
	#coloring .text.material {
		padding-bottom: calc(20px / 1366 * 1720);
		margin-bottom: calc(40px / 1366 * 1720);
	}
	
	#coloring .text.material::after {
		position: absolute;
		display: block;
		content: "";
		background: #d8d8d8;
		width: calc(890px / 1366 * 1720);
		height: calc(1px / 1366 * 1720);
		bottom: 0;
		left: calc((55px + 180px) / 1366 * 1720);
	}
	
	#coloring .text h4 {
		float: left;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbfa3 90%, #ffbfa3 100%);
		color: #322323;
		font-size: calc(26px / 1366 * 1720);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-left: calc(55px / 1366 * 1720);
	}
	
	#coloring .text>p {
		float: left;
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin: calc(10px / 1366 * 1720) 0 0 calc(15px / 1366 * 1720);
	}
	
	#coloring .text>p br {
		display: none;
	}
	
	#coloring .text ul {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(890px / 1366 * 1720);
		margin: calc(55px / 1366 * 1720) auto 0;
	}
	
	#coloring .text ul li {
		box-sizing: border-box;
		width: calc(425px / 1366 * 1720);
		padding: 0 calc(50px / 1366 * 1720);
		margin-bottom: calc(40px / 1366 * 1720);
	}
	
	#coloring .text.material ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 18%, #fff5ef 18%, #fff5ef 100%);
		height: calc(367px / 1366 * 1720);
	}
	
	#coloring .text.method ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 19%, #fff8e8 19%, #fff8e8 100%);
		height: calc(339px / 1366 * 1720);
	}
	
	#coloring .text ul li img {
		display: block;
		width: 100%;
	}
	
	#coloring .text ul li h5 {
		color: #ffffff;
		font-size: calc(22px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(33px / 1366 * 1720);
		text-align: center;
		width: 100%;
		height: calc(33px / 1366 * 1720);
		margin-bottom: calc(14px / 1366 * 1720);
	}
	
	#coloring .text ul li h5 span {
		font-size: calc((22px * 0.8) / 1366 * 1720);
	}
	
	#coloring .text.material ul li h5 {
		background: #ec6c00;
	}
	
	#coloring .text.method ul li h5 {
		background: #ffbe19;
	}
	
	#coloring .text ul li p {
		color: #322323;
		font-size: calc(15px / 1366 * 1720);
		font-weight: 400;
		line-height: calc(28px / 1366 * 1720);
		text-align: justify;
		width: 100%;
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	#coloring 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(35vw / 13.66);
	}
	
	#coloring h3 .icon {
		position: absolute;
		width: calc(53vw / 13.66);
		bottom: calc(-8vw / 13.66);
		left: calc((55vw + 180vw) / 13.66);
	}
	
	#coloring 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);
	}
	
	#coloring 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);
	}
	
	#coloring .text {
		overflow: auto;
		position: relative;
		width: calc(1000vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		padding-left: calc(180vw / 13.66);
		margin-bottom: calc(20vw / 13.66);
	}
	
	#coloring .text.material {
		padding-bottom: calc(20vw / 13.66);
		margin-bottom: calc(40vw / 13.66);
	}
	
	#coloring .text.material::after {
		position: absolute;
		display: block;
		content: "";
		background: #d8d8d8;
		width: calc(890vw / 13.66);
		height: calc(1vw / 13.66);
		bottom: 0;
		left: calc((55vw + 180vw) / 13.66);
	}
	
	#coloring .text h4 {
		float: left;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbfa3 90%, #ffbfa3 100%);
		color: #322323;
		font-size: calc(26vw / 13.66);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
		margin-left: calc(55vw / 13.66);
	}
	
	#coloring .text>p {
		float: left;
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin: calc(10vw / 13.66) 0 0 calc(15vw / 13.66);
	}
	
	#coloring .text>p br {
		display: none;
	}
	
	#coloring .text ul {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: calc(890vw / 13.66);
		margin: calc(55vw / 13.66) auto 0;
	}
	
	#coloring .text ul li {
		box-sizing: border-box;
		width: calc(425vw / 13.66);
		padding: 0 calc(50vw / 13.66);
		margin-bottom: calc(40vw / 13.66);
	}
	
	#coloring .text.material ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 18%, #fff5ef 18%, #fff5ef 100%);
		height: calc(367vw / 13.66);
	}
	
	#coloring .text.method ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 19%, #fff8e8 19%, #fff8e8 100%);
		height: calc(339vw / 13.66);
	}
	
	#coloring .text ul li img {
		display: block;
		width: 100%;
	}
	
	#coloring .text ul li h5 {
		color: #ffffff;
		font-size: calc(22vw / 13.66);
		font-weight: 700;
		line-height: calc(33vw / 13.66);
		text-align: center;
		width: 100%;
		height: calc(33vw / 13.66);
		margin-bottom: calc(14vw / 13.66);
	}
	
	#coloring .text ul li h5 span {
		font-size: calc((22vw * 0.8) / 13.66);
	}
	
	#coloring .text.material ul li h5 {
		background: #ec6c00;
	}
	
	#coloring .text.method ul li h5 {
		background: #ffbe19;
	}
	
	#coloring .text ul li p {
		color: #322323;
		font-size: calc(15vw / 13.66);
		font-weight: 400;
		line-height: calc(28vw / 13.66);
		text-align: justify;
		width: 100%;
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	#coloring h3 {
		position: relative;
		width: 100%;
		height: calc(55vw / 7.44);
		margin-bottom: calc(50vw / 7.44);
	}
	
	#coloring h3 .icon {
		position: absolute;
		width: calc(53vw / 7.44);
		bottom: calc(-8vw / 7.44);
		left: calc(67vw / 7.44);
	}
	
	#coloring 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);
	}
	
	#coloring 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);
	}
	
	#coloring .text {
		overflow: auto;
		position: relative;
		width: calc(612vw / 7.44);
		margin: 0 auto calc(20vw / 7.44);
	}
	
	#coloring .text.material {
		padding-bottom: calc(20vw / 7.44);
		margin-bottom: calc(60vw / 7.44);
	}
	
	#coloring .text.material::after {
		position: absolute;
		display: block;
		content: "";
		background: #d8d8d8;
		width: 100%;
		height: calc(1vw / 7.44);
		bottom: 0;
	}
	
	#coloring .text h4 {
		float: left;
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbfa3 90%, #ffbfa3 100%);
		color: #322323;
		font-size: calc(26vw / 7.44);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
	}
	
	#coloring .text>p {
		float: left;
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: 1em;
		text-align: left;
		margin: calc(10vw / 7.44) 0 0 calc(15vw / 7.44);
	}
	
	#coloring .text>p br {
		display: none;
	}
	
	#coloring .text ul {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		margin: calc(55vw / 7.44) auto 0;
	}
	
	#coloring .text ul li {
		box-sizing: border-box;
		width: calc(292vw / 7.44);
		padding: 0 calc(35vw / 7.44);
		margin-bottom: calc(40vw / 7.44);
	}
	
	#coloring .text.material ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 11.5%, #fff5ef 11.5%, #fff5ef 100%);
		height: calc(380vw / 7.44);
	}
	
	#coloring .text.method ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 13.5%, #fff8e8 13.5%, #fff8e8 100%);
		height: calc(324vw / 7.44);
	}
	
	#coloring .text ul li img {
		display: block;
		width: 100%;
	}
	
	#coloring .text ul li h5 {
		color: #ffffff;
		font-size: calc(20vw / 7.44);
		font-weight: 700;
		line-height: calc(28vw / 7.44);
		text-align: center;
		width: 100%;
		height: calc(28vw / 7.44);
		margin-bottom: calc(15vw / 7.44);
	}
	
	#coloring .text ul li h5 span {
		font-size: calc((20vw * 0.8) / 7.44);
	}
	
	#coloring .text.material ul li h5 {
		background: #ec6c00;
	}
	
	#coloring .text.method ul li h5 {
		background: #ffbe19;
	}
	
	#coloring .text ul li p {
		color: #322323;
		font-size: calc(15vw / 7.44);
		font-weight: 400;
		line-height: calc(28vw / 7.44);
		text-align: justify;
		width: 100%;
	}
}

@media screen and (max-width: 743px) {
	#coloring h3 {
		position: relative;
		width: 100%;
		height: calc(40vw / 3.9);
		margin-bottom: calc(30vw / 3.9);
	}
	
	#coloring h3 .icon {
		position: absolute;
		width: calc(42vw / 3.9);
		bottom: calc(-4vw / 3.9);
		left: calc(26vw / 3.9);
	}
	
	#coloring 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);
	}
	
	#coloring 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);
	}
	
	#coloring .text {
		overflow: auto;
		position: relative;
		width: calc(340vw / 3.9);
		margin: 0 auto calc(60vw / 3.9);
	}
	
	#coloring .text.material {
		padding-bottom: calc(60vw / 3.9);
	}
	
	#coloring .text.material::after {
		position: absolute;
		display: block;
		content: "";
		background: #d8d8d8;
		width: 100%;
		height: calc(1vw / 3.9);
		bottom: 0;
	}
	
	#coloring .text h4 {
		display: inline;
		background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbfa3 90%, #ffbfa3 100%);
		color: #322323;
		font-size: calc(24vw / 3.9);
		font-weight: 700;
		line-height: 1em;
		text-align: left;
	}
	
	#coloring .text>p {
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: left;
		margin: calc(15vw / 3.9) 0 calc(25vw / 3.9);
	}
	
	#coloring .text ul {
		width: 100%;
	}
	
	#coloring .text ul li {
		box-sizing: border-box;
		width: 100%;
		padding: 0 calc(30vw / 3.9);
		margin-bottom: calc(30vw / 3.9);
	}
	
	#coloring .text ul li:last-child {
		margin-bottom: 0;
	}
	
	#coloring .text.material ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 13%, #fff5ef 13%, #fff5ef 100%);
		height: calc(334vw / 3.9);
	}
	
	#coloring .text.method ul li {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 14%, #fff8e8 14%, #fff8e8 100%);
		height: calc(304vw / 3.9);
	}
	
	#coloring .text ul li img {
		display: block;
		width: calc(220vw / 3.9);
		margin: 0 auto;
	}
	
	#coloring .text ul li h5 {
		color: #ffffff;
		font-size: calc(20vw / 3.9);
		font-weight: 700;
		line-height: calc(28vw / 3.9);
		text-align: center;
		width: calc(220vw / 3.9);
		height: calc(28vw / 3.9);
		margin: 0 auto calc(15vw / 3.9);
	}
	
	#coloring .text ul li h5 span {
		font-size: calc((20vw * 0.8) / 3.9);
	}
	
	#coloring .text.material ul li h5 {
		background: #ec6c00;
	}
	
	#coloring .text.method ul li h5 {
		background: #ffbe19;
	}
	
	#coloring .text ul li p {
		color: #322323;
		font-size: calc(16vw / 3.9);
		font-weight: 400;
		line-height: calc(28vw / 3.9);
		text-align: justify;
		width: 100%;
	}
}