@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(467px / 1366 * 1720);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(97px / 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(467vw / 13.66);
		margin-left: 50%;
		transform: translateX(-50%);
		top: calc(97vw / 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(210vw / 7.44);
		top: calc(137vw / 7.44);
		right: calc(111vw / 7.44);
	}
	
	#main_title .wrapper {
		margin: 0 auto calc(40vw / 7.44);
	}
}

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


/************************************
.goods_menu
************************************/
@media screen and (min-width: 1720px) {
	.goods_menu ul li {
		width: calc(490px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	.goods_menu ul li {
		width: calc(490vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	.goods_menu ul li {
		width: calc(297vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	.goods_menu ul li {
		width: calc(182vw / 3.9);
	}
}


/************************************
#about
************************************/
@media screen and (min-width: 1720px) {
	#about {
		padding-top: calc(70px / 1366 * 1720);
	}
	
	#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(357px / 1366 * 1720);
		margin-bottom: calc(30px / 1366 * 1720);
	}
	
	#about .text.design {
		height: calc(262px / 1366 * 1720);
		margin-bottom: calc(80px / 1366 * 1720);
	}
	
	#about .text.first {
		height: calc(368px / 1366 * 1720);
		margin-bottom: calc(35px / 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) {
		display: none;
	}
	
	#about .text.design h4 br:nth-of-type(1), #about .text.design h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text.first 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(500px / 1366 * 1720);
		margin: calc(20px / 1366 * 1720) 0 0 calc(55px / 1366 * 1720);
	}
	
	#about .text.intro>img {
		position: absolute;
		width: calc(296px / 1366 * 1720);
		bottom: 0;
		right: calc(98px / 1366 * 1720);
	}
	
	#about .text.design>img {
		position: absolute;
		width: calc(349px / 1366 * 1720);
		bottom: 0;
		right: calc(98px / 1366 * 1720);
	}
	
	#about .text.first>img {
		position: absolute;
		width: calc(343px / 1366 * 1720);
		bottom: 0;
		right: calc(60px / 1366 * 1720);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(44px / 1366 * 1720), #fff5ef calc(44px / 1366 * 1720), #fff5ef 100%);
		width: 100%;
		height: calc(302px / 1366 * 1720);
		margin-bottom: calc(50px / 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 .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 {
		padding-top: calc(70vw / 13.66);
	}
	
	#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(357vw / 13.66);
		margin-bottom: calc(30vw / 13.66);
	}
	
	#about .text.design {
		height: calc(262vw / 13.66);
		margin-bottom: calc(80vw / 13.66);
	}
	
	#about .text.first {
		height: calc(368vw / 13.66);
		margin-bottom: calc(35vw / 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) {
		display: none;
	}
	
	#about .text.design h4 br:nth-of-type(1), #about .text.design h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text.first 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(500vw / 13.66);
		margin: calc(20vw / 13.66) 0 0 calc(55vw / 13.66);
	}
	
	#about .text.intro>img {
		position: absolute;
		width: calc(296vw / 13.66);
		bottom: 0;
		right: calc(98vw / 13.66);
	}
	
	#about .text.design>img {
		position: absolute;
		width: calc(349vw / 13.66);
		bottom: 0;
		right: calc(98vw / 13.66);
	}
	
	#about .text.first>img {
		position: absolute;
		width: calc(343vw / 13.66);
		bottom: 0;
		right: calc(60vw / 13.66);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(44vw / 13.66), #fff5ef calc(44vw / 13.66), #fff5ef 100%);
		width: 100%;
		height: calc(302vw / 13.66);
		margin-bottom: calc(50vw / 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 .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(509vw / 7.44);
		margin-bottom: calc(30vw / 7.44);
	}
	
	#about .text.design {
		height: calc(322vw / 7.44);
		margin-bottom: calc(45vw / 7.44);
	}
	
	#about .text.first {
		height: calc(461vw / 7.44);
		margin-bottom: calc(40vw / 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) {
		display: none;
	}
	
	#about .text.design h4 br:nth-of-type(1), #about .text.design h4 br:nth-of-type(3) {
		display: none;
	}
	
	#about .text.first 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(237vw / 7.44);
		bottom: 0;
		right: calc(94vw / 7.44);
	}
	
	#about .text.design>img {
		position: absolute;
		width: calc(280vw / 7.44);
		bottom: 0;
		right: calc(80vw / 7.44);
	}
	
	#about .text.first>img {
		position: absolute;
		width: calc(273vw / 7.44);
		bottom: 0;
		right: calc(41vw / 7.44);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff calc(44vw / 7.44), #fff5ef calc(44vw / 7.44), #fff5ef 100%);
		width: 100%;
		height: calc(302vw / 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 .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(15vw / 3.9);
	}
	
	#about .text.design {
		margin-bottom: calc(60vw / 3.9);
	}
	
	#about .text.first {
		margin-bottom: calc(75vw / 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) {
		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 calc(10vw / 3.9);
	}
	
	#about .text>img {
		display: block;
	}
	
	#about .text.intro>img {
		width: calc(237vw / 3.9);
		margin: calc(25vw / 3.9) 0 calc(40vw / 3.9) calc(82vw / 3.9);
	}
	
	#about .text.design>img {
		width: calc(276vw / 3.9);
		margin: calc(25vw / 3.9) 0 calc(30vw / 3.9) calc(55vw / 3.9);
	}
	
	#about .text.first>img {
		width: calc(274vw / 3.9);
		margin: calc(20vw / 3.9) 0 calc(60vw / 3.9) calc(60vw / 3.9);
	}
	
	#about .result {
		background: linear-gradient(to bottom, #ffffff 0%, #ffffff 15%, #fff5ef 15%, #fff5ef 100%);
		width: 100%;
		height: calc(306vw / 3.9);
		margin-bottom: calc(60vw / 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 .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.silicon {
		display: none;
	}
	
	#flow .step .wrapper .flow_menu {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		border-bottom: calc(2px / 1366 * 1720) solid #ffdc19;
		width: calc(890px / 1366 * 1720);
		height: calc(50px / 1366 * 1720);
		border-radius: calc(10px / 1366 * 1720) calc(10px / 1366 * 1720) 0 0;
		margin: 0 auto calc(30px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_menu li {
		background: #ffffff;
		color: #808080;
		font-size: calc(22px / 1366 * 1720);
		font-weight: 700;
		line-height: calc(50px / 1366 * 1720);
		text-align: center;
		width: 50%;
	}
	
	#flow .step .wrapper .flow_menu li.active {
		background: #ffdc19;
		color: #322323;
	}
	
	#flow .step .wrapper .flow_menu li:hover {
		cursor: pointer;
		background: #ffdc19;
		color: #322323;
	}
	
	#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(30px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content {
		width: calc(890px / 1366 * 1720);
		margin: 0 auto calc(25px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(790px / 1366 * 1720);
		min-height: calc(140px / 1366 * 1720);
		padding: calc(15px / 1366 * 1720) 0 calc(25px / 1366 * 1720);
		margin-bottom: calc(28px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 .flow_content 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 .flow_content li.two .text {
		width: calc(380px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content li img {
		position: absolute;
		width: calc(160px / 1366 * 1720);
		top: 0;
		right: calc(-100px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content li.two img:nth-of-type(1) {
		right: calc(65px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content li.two img:nth-of-type(2) {
		right: calc(-100px / 1366 * 1720);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 br:nth-child(2) {
		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.silicon {
		display: none;
	}
	
	#flow .step .wrapper .flow_menu {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		border-bottom: calc(2vw / 13.66) solid #ffdc19;
		width: calc(890vw / 13.66);
		height: calc(50vw / 13.66);
		border-radius: calc(10vw / 13.66) calc(10vw / 13.66) 0 0;
		margin: 0 auto calc(30vw / 13.66);
	}
	
	#flow .step .wrapper .flow_menu li {
		background: #ffffff;
		color: #808080;
		font-size: calc(22vw / 13.66);
		font-weight: 700;
		line-height: calc(50vw / 13.66);
		text-align: center;
		width: 50%;
	}
	
	#flow .step .wrapper .flow_menu li.active {
		background: #ffdc19;
		color: #322323;
	}
	
	#flow .step .wrapper .flow_menu li:hover {
		cursor: pointer;
		background: #ffdc19;
		color: #322323;
	}
	
	#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(30vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content {
		width: calc(890vw / 13.66);
		margin: 0 auto calc(25vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: calc(790vw / 13.66);
		min-height: calc(140vw / 13.66);
		padding: calc(15vw / 13.66) 0 calc(25vw / 13.66);
		margin-bottom: calc(28vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 .flow_content 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 .flow_content li.two .text {
		width: calc(380vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content li img {
		position: absolute;
		width: calc(160vw / 13.66);
		top: 0;
		right: calc(-100vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content li.two img:nth-of-type(1) {
		right: calc(65vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content li.two img:nth-of-type(2) {
		right: calc(-100vw / 13.66);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 br:nth-child(2) {
		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.silicon {
		display: none;
	}
	
	#flow .step .wrapper .flow_menu {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		border-bottom: calc(2vw / 7.44) solid #ffdc19;
		width: calc(612vw / 7.44);
		height: calc(50vw / 7.44);
		border-radius: calc(10vw / 7.44) calc(10vw / 7.44) 0 0;
		margin: 0 auto calc(30vw / 7.44);
	}
	
	#flow .step .wrapper .flow_menu li {
		background: #ffffff;
		color: #808080;
		font-size: calc(22vw / 7.44);
		font-weight: 700;
		line-height: calc(50vw / 7.44);
		text-align: center;
		width: 50%;
	}
	
	#flow .step .wrapper .flow_menu li.active {
		background: #ffdc19;
		color: #322323;
	}
	
	#flow .step .wrapper .flow_menu li:hover {
		cursor: pointer;
		background: #ffdc19;
		color: #322323;
	}
	
	#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 .flow_content {
		width: calc(612vw / 7.44);
		margin: 0 auto calc(20vw / 7.44);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content li.two {
		min-height: calc(280vw / 7.44);
	}
	
	#flow .step .wrapper .flow_content li.readmore-hide {
		display: none;
	}
	
	#flow .step .wrapper .flow_content li.is_open {
		display: block;
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 .flow_content 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 .flow_content li.photo_none .text {
		width: calc(444vw / 7.44);
	}
	
	#flow .step .wrapper .flow_content li img {
		position: absolute;
		width: calc(160vw / 7.44);
		right: 0;
	}
	
	#flow .step .wrapper .flow_content li img:nth-of-type(1) {
		top: 0;
	}
	
	#flow .step .wrapper .flow_content li img:nth-of-type(2) {
		top: calc(125vw / 7.44);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 br:nth-child(2) {
		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.silicon {
		display: none;
	}
	
	#flow .step .wrapper .flow_menu {
		overflow: hidden;
		display: flex;
		flex-wrap: wrap;
		border-bottom: calc(2vw / 3.9) solid #ffdc19;
		width: calc(340vw / 3.9);
		height: calc(50vw / 3.9);
		border-radius: calc(10vw / 3.9) calc(10vw / 3.9) 0 0;
		margin: 0 auto calc(30vw / 3.9);
	}
	
	#flow .step .wrapper .flow_menu li {
		background: #ffffff;
		color: #808080;
		font-size: calc(18vw / 3.9);
		font-weight: 700;
		line-height: calc(50vw / 3.9);
		text-align: center;
		width: 50%;
	}
	
	#flow .step .wrapper .flow_menu li.active {
		background: #ffdc19;
		color: #322323;
	}
	
	#flow .step .wrapper .flow_menu li:hover {
		cursor: pointer;
		background: #ffdc19;
		color: #322323;
	}
	
	#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 .flow_content {
		box-sizing: border-box;
		width: 100%;
		padding-left: calc(25vw / 3.9);
		margin: 0 auto calc(20vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li {
		position: relative;
		box-sizing: border-box;
		background: #ffffff;
		width: 100%;
		min-height: calc(178vw / 3.9);
		padding: calc(22vw / 3.9) 0 calc(20vw / 3.9);
		margin-bottom: calc(28vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li.photo_none {
		min-height: calc(150vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li.two {
		min-height: calc(278vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li.readmore-hide {
		display: none;
	}
	
	#flow .step .wrapper .flow_content li.is_open {
		display: block;
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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 .flow_content 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 .flow_content li.photo_none .text {
		width: calc(315vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li img {
		position: absolute;
		width: calc(128vw / 3.9);
		right: 0;
	}
	
	#flow .step .wrapper .flow_content li img:nth-of-type(1) {
		top: calc(60vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content li img:nth-of-type(2) {
		top: calc(162vw / 3.9);
	}
	
	#flow .step .wrapper .flow_content 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 .flow_content 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 .flow_content 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;
	}
}


/************************************
.goods_strong
************************************/
@media screen and (min-width: 1720px) {
	.goods_strong {
		margin-bottom: calc(20px / 1366 * 1720);
	}
}

@media screen and (min-width: 1133px) and (max-width: 1719px) {
	.goods_strong {
		margin-bottom: calc(20vw / 13.66);
	}
}

@media screen and (min-width: 744px) and (max-width: 1132px) {
	.goods_strong {
		margin-bottom: calc(20vw / 7.44);
	}
}

@media screen and (max-width: 743px) {
	.goods_strong {
		margin-bottom: calc(20vw / 3.9);
	}
}