@charset "utf-8";

.mode_tbsp,
.usedProducts.mode_tbsp{
	display: none;
}

#movie {
	color: #000;
}

#movie .inner {
	width: auto;
	max-width: 1280px;
}

/* intro */
#intro {
	padding: 60px 0;
}

#intro h2 {
	font-size: 34px;
	font-size: 3.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 0 auto 20px;
}

#intro p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 2;
	letter-spacing: 0.06em;
	text-align: center;
	padding: 0 20px;
}

.listBtn.icon {
	top: auto;
	bottom: 18px;
}

.listBtn {
	top: auto;
	bottom: 6px;
}

/* content */
.continner {
	margin-bottom: 42px;
}

#cont06.continner {
	margin-bottom: 90px;
}

.contentWrap {
	background-color: #f6f6f6;
	position: relative;
}
.contentWrap a{
	display: block;
	padding: 58px 0 110px 0;
}

.contentWrap.icon a{
	padding: 36px 0 98px 0;
}

.contentWrap .inner {
	position: relative;
}

.contentWrap .title {
	text-align: center;
}

.contentWrap .title .icon {
	margin-bottom: 22px;
}

.contentWrap h2 {
	font-size: 26px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.listBtn {
	position: absolute;
	right: 0;
	top: 4px;
	margin: auto;
	margin-right: calc((100% - 93.75%) / 2);
}

.listBtn.icon {
	top: 20px;
}

.listBtn p {
	display: inline-block;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.06em;
	background-color: #333;
    padding: 12px 20px;
}

.content {
	margin-top: -60px;
}

.content > ul {
	display: flex;
}

.content > ul > li {}

.imgWrap {
	position: relative;
	max-width: calc(1280px / 2);
	margin: 0 auto 24px;
	padding: 33.3% 0;
}
.imgWrap .btn-movie img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.content > ul > li {
	max-width: 640px;
	width: 50%;
	margin: 0 auto 20px;
	padding-bottom: 96px;
	position: relative;
}

.imgWrap .btn-movie span {
	position: absolute;
	width: 92px;
	top: 50%;
	left: calc(50% - 46px);
}

.textWrap {
	display: flex;
	margin: auto;
	max-width: 100%;
	padding: 0 4%;
	padding: 0 0 0 50px;
	font-size: 16px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.textWrap > div:nth-of-type(2) {
	width: 100px;
	text-align: center;
}

.productsimgSet {
	position: absolute;
	bottom: 0;
    right: 10px;
    width: 90px;
	padding-top: 8px;
}

.iconSet {
	width: 60px;
	padding: 0 10px 0 0;
}

.recipename {
	font-size: 20px;
	margin-bottom: 28px;
	line-height: 1.6;
}

.recipename.icon {
	padding-right: 0;
}

.dashed {
	display: inline-block;
	font-size: 16px;
	line-height: 1.6;
}

.textWrap > div:first-of-type {
	width: calc(100% - 100px);
}

.usedProducts {
	display: flex;
	align-items: center;
	min-height: 64px;
	padding-right: 10px;
}

.usedProducts,
.usedProducts span,
.usedProducts p {
	letter-spacing: 0.06em;
	line-height: 2;
	font-size: 16px;
}

.usedProducts span {
	min-width: 114px;
	background-color: #909090;
	color: #fff;
	letter-spacing: 0.06em;
	line-height: 1.6;
	padding: 8px 14px;
	font-size: 12px;
	margin-right: 16px;
	text-align: center;
	box-sizing: border-box;
}

.usediconSet {
	background-image: url(/recipe/img/common/products_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	position: absolute;
    bottom: 0;
    left: 50px;
    border-top: dashed 1px #909090;
    width: 470px;
	height: 80px;
	align-items: center;
    margin-top: 16px;
	padding: 22px 10px;
	box-sizing: border-box;
}

.usediconSet p {
	padding-left: 68px;
	text-align: left;
	line-height: 1.6;
}

@media screen and (max-width: 350px) {
	#intro p {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 768px) {
	.mode_pc,
	.usedProducts.mode_pc{
		display: none;
	}
	.mode_tbsp,
	.usedProducts.mode_tbsp{
		display: block;
	}
	.content > ul {
		display: block;
	}

	.content > ul > li {
		width: 100%;
		max-width: 100%;
		margin: 0 auto 10px;
		padding-bottom: 0;
	}


	/* intro */
	#intro {
		padding: 30px 0 20px;
	}

	#intro h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	#intro p {
		font-size: 12px;
		font-size: 1.2rem;
		margin-bottom: 30px;
    	line-height: 1.8;
	}

	/* content */
	.contentWrap {
		padding: 44px 0;
	}
	.contentWrap.icon{
		padding: 34px 0;
	}
	.contentWrap a,
	.contentWrap.icon a{
		padding: 0;
	}

	.content {
		margin-top: 0;
	}

	.contentWrap .title .icon {
		margin-bottom: 6px;
    	width: 20px;
	}

	.contentWrap h2 {
		font-size: 17px;
		font-size: 1.7rem;
	}

	.listBtn {
		position: inherit;
		text-align: center;
	}

	.listBtn a {
		display: block;
		padding: 14px 20px;
		width: 90%;
		max-width: 300px;
		margin: auto;
	}

	.listBtn p {
		display: block;
		font-size: 12px;
		max-width: 300px;
		border-radius: 4px;
	}
	.imgWrap {
		margin-bottom: 28px;
	}
	#cont01 .imgWrap {
		margin-bottom: 14px;
	}

	.continner {
		margin-bottom: 26px;
	}
	#cont06.continner {
		margin-bottom: 20px;
	}
	.imgWrap .btn-movie span {
		width: 60px;
		top: 50%;
		left: calc(50% - 30px);
	}

	.textWrap > div:first-of-type {
		width: 100%;
	}

	.iconSet {
		padding-bottom: 30px;
	}
	.recipename {
		font-size: 12px;
		margin-bottom: 24px;
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 52px;
	}
	#cont01 .recipename {
		margin-bottom: 20px;
	}
	.recipename.icon{
		padding: 10px 0 10px 70px;
    	font-size: 12px;
	}
	.recipename.icon01 {
		background-image: url(/recipe/img/common/no01_icon.png);
		background-size: 45px;
	}
	.recipename.icon02 {
		background-image: url(/recipe/img/common/no02_icon.png);
		background-size: 45px;
	}
	.textWrap {
		display: block;
		margin: auto;
    	padding: 0 4%;
	}

	.dashed {
		padding-bottom: 8px;
    	margin-bottom: 4px;
		font-size: 12px;
		display: block;
		border-bottom: dashed 1px #909090;
	}

	.usedProducts,
	.usedProducts span,
	.usedProducts p{
		font-size: 10px;
	}
	.usedProducts span {
		min-width: 64px;
		padding: 4px 10px;
		margin-right: 8px;
	}
	.usedProducts {
   		 width: calc(100% - 70px);
	}
	.recipename.exception{
		padding: 0;
	}

	.usedProducts.mode_tbsp, .flexSet {
		display: flex;
		align-items: center;
	}
	.productLink,
	.productLink.mode_tbsp,
	.productLink.mode_tbsp > div {
		display: flex;
		justify-content: space-between;
	}
	.productsimgSet {
		position: inherit;
		max-width: 75px;
	}
	section.continner > div{
		margin-top: -60px;
		padding-top: 60px;
	}

	select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		border: none;
		outline: none;
		background: transparent;
	}
	.select{
		border: 1px solid #909090;
		background-image: url(/recipe/img/common/arrow04.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 18px;
		text-align: center;
		width: 90%;
		margin: auto;
		min-height: 50px;
		position: relative;
		z-index: 2;
	}
	.select select{
    	display: inline-block;
		min-height: 50px;
		 opacity: 0;
		 position: absolute;
		 top: 0;
		 left: 0;
		 right: 0;
		 margin: auto;
		 width: 100%;
		 padding: 8px;
		 font-size: 15px;
		 z-index: 2;
	}
 
	.select-label {
		 width: 100%;
		 padding: 16px 0;
		 font-size: 15px;
		 text-align: center;
		 position: relative;
		 z-index: 1;
	}

	/* フォーカス時 */
	.select:focus {
		  z-index: -1;
		  opacity: 1;
	}
}
