@font-face {
  font-family: 'iconfont';
  src:  url('/product/pickup/fryingpan/font/iconfont/iconfont.eot?iqo867');
  src:  url('/product/pickup/fryingpan/font/iconfont/iconfont.eot?iqo867#iefix') format('embedded-opentype'),
    url('/product/pickup/fryingpan/font/iconfont/iconfont.ttf?iqo867') format('truetype'),
    url('/product/pickup/fryingpan/font/iconfont/iconfont.woff?iqo867') format('woff'),
    url('/product/pickup/fryingpan/font/iconfont/iconfont.svg?iqo867#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_down:before {
  content: "\e900";
}
.icon-arrow_right:before {
  content: "\e901";
}



@media screen and (orientation: landscape) {
   /* 横向きの場合のスタイル */
  .landscape { display: block !important; }
  .portrait { display: none !important; }
}
@media screen and (orientation: portrait) {
   /* 縦向きの場合のスタイル */
  .landscape { display: none !important; }
  .portrait { display: block !important; }
}

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.fry-main-logo {
	padding:15px 5%;
	font-size:0;
	text-align:center;
}

.fry-main-logo img {
	width:132px;
}

.fry-main-brand {
	padding:5px 5%;
	font-size:0;
	text-align:center;
	background:#412020;
}

.fry-main-brand img {
	width:66px;
}

.fry-main-slides .slick-prev {
	left:10px;
	width:62px;
	height:112px;
	text-indent:-9999px;
	background:transparent url(../images/button_prev.png) no-repeat 50% 50%;
	background-size:cover;
}

.fry-main-slides .slick-next {
	right:10px;
	width:62px;
	height:112px;
	text-indent:-9999px;
	background:transparent url(../images/button_next.png) no-repeat 50% 50%;
	background-size:cover;
}

.fry-main-slides .slick-dots {
	text-align:center;
}

.fry-main-slides .slick-dots li {
	display:inline-block;
	margin:10px;
	font-size:0;
	line-height:1;
}

.fry-main-slides .slick-dots li button {
	width:10px;
	height:10px;
	text-indent:-9999px;
	border-radius:100%;
	background:gray;
}

.fry-main-slides .slick-dots li.slick-active button {
	background:#e60012;
}


.fry-head {
	padding:20px 10px;
	color:#fff;
	text-align:center;
	background:#e60012;
}

.fry-series-inner {
	width:100%;
	max-width:1520px;
	margin:auto;
	padding:50px 10px;
}
.fry-inner {
	width:100%;
	max-width:1520px;
	margin:auto;
	padding:50px 20px;
}


.fry-series-box { width: 100%; border: 4px solid #fff; padding:10px; display: inline-block; position: relative; }

.button_more { text-align:center; }
.button_more a {
	position:relative;
	display:inline-block;
	width:80%;
	padding:10px;
	color:#000;
	font-size:3.86473vw;
	letter-spacing:normal;
	line-height:1.2;
	text-align:center;
	text-decoration:none;
	border:1px solid #000;
}
.button_more a:before {
	content:"";
	position:absolute;
	top:50%;
	right:15px;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	-ms-transform:translateY(-75%) rotate(45deg);
	transform:translateY(-75%) rotate(45deg);
}
.button_more.is-active a:before {
	border:none;
	border-left:1px solid #000;
	border-top:1px solid #000;
	-ms-transform:translateY(-25%) rotate(45deg);
	transform:translateY(-25%) rotate(45deg);
}
.button_detail {
	display:block;
	margin:0 auto;
	max-width:850px;
}

.fry-kfc .button_more a {
	color:#fff;
	border-color:#fff;
}

.fry-kfc .button_more a:before {
	border-color:#fff;
}

/*movie-common*/
.fry-movie {
	max-width:1200px;
	margin:auto;
}
.fry-movie .youtube {
	position:relative;
	padding-top:56.25%;
}
.fry-kff .fry-movie .youtube .image {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:url(../images/img_poster_kff.jpg) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}
.fry-kfc .fry-movie .youtube .image {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:url(../images/img_kfc_movie02.jpg) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}
.fry-kfd .fry-movie .youtube .image {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:url(../images/img_kfd_movie01.jpg) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}
.fry-tools .fry-movie .youtube .image {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:url(../images/img_poster_tools.jpg) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}
.fry-movie .youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.fry-movie-head { margin-bottom:30px; text-align:center; } 
/*movie-common*/


.fry-compare .fry-head {
	position:relative;
	background-color:gray;
}

.fry-compare .fry-head:before {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-ms-transform:translateY(-75%) rotate(45deg);
	transform:translateY(-75%) rotate(45deg);
}

.fry-compare .fry-head.is-active:before {
	border:none;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	-ms-transform:translateY(-25%) rotate(45deg);
	transform:translateY(-25%) rotate(45deg);
}

.fry-compare-inner {
	width:100%;
	max-width:1520px;
	display: none;
	margin:auto;
	padding:80px 100px;
}


.fry-recipe .fry-head {
	position:relative;
}

.fry-recipe .fry-head:before {
	content:"";
	position:absolute;
	top:50%;
	right:20px;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-ms-transform:translateY(-75%) rotate(45deg);
	transform:translateY(-75%) rotate(45deg);
}

.fry-recipe .fry-head.is-active:before {
	border:none;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
	-ms-transform:translateY(-25%) rotate(45deg);
	transform:translateY(-25%) rotate(45deg);
}

.fry-recipe-inner {
	width:100%;
	max-width:1480px;
	display: none;
	margin:auto;
	padding:60px 50px 120px;
}

.fry-recipe-movie {
	max-width:800px;
	margin:auto;
}

.fry-recipe-movie .youtube {
	position:relative;
	padding-top:56.25%;
}

.fry-recipe-movie .youtube .image {
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	width:100%;
	height:100%;
	background:url(../images/img_recipe_movie01.jpg) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}

.fry-recipe-movie .youtube iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.fry-recipe-movie-detail {
	margin-top:10px;
}

.fry-recipe-movie-detail a {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	text-align:right;
}

.fry-recipe-movie-detail a:after {
	content:"";
	display:block;
	width:50px;
	height:50px;
	background:url(../images/icn_arrow01.svg) no-repeat center center;
	background-size:cover;
}

.fry-recipe-movie-detail a span {
	-ms-flex:1;
	flex:1;
	margin-right:10px;
}

.fry-recipe-list {
	margin-top:30px;
}

.fry-recipe-item {
	margin-top:30px;
	opacity:0;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-transform:translateY(15px);
	transform:translateY(15px);
	transition:1s;
}

.fry-recipe-item figcaption {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
}

.fry-recipe-item figcaption:after {
	content:"";
	display:block;
	width:50px;
	height:50px;
	background:url(../images/icn_arrow01.svg) no-repeat center center;
	background-size:cover;
}

.fry-recipe-item figcaption span {
	-ms-flex:1;
	flex:1;
}

.fry-recipe-item.is-active {
	opacity:1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-transform:translateY(0);
	transform:translateY(0);
}

.fry-recipe-button {
	max-width:460px;
	margin:60px auto 0;
}

.fry-recipe-button a {
	display:block;
	padding:.5em;
	text-align:center;
	border:1px solid #000;
	transition:.4s;
}

.fry-recipe-button a:hover {
	color:#eb0029;
	border-color:#eb0029;
}


.fry-cm .fry-head {
	position:relative;
}
.fry-cm .fry-head:before {
	content:"";
	position:absolute;
	top:50%;
	right:20.5%;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-ms-transform:translateY(-45%) rotate(315deg);
	transform:translateY(-45%) rotate(315deg);
}

.js-fade-in {
	opacity:0;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-transform:translateY(15px);
	transform:translateY(15px);
	transition:1s;
}

.js-fade-in.is-active {
	opacity:1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-transform:translateY(0);
	transform:translateY(0);
}


@media screen and (orientation: portrait) {
.fry-main-text { padding:40px; text-align:center; }
.fry-main-head { margin-bottom:1em; font-size:1.4em; font-weight:400; letter-spacing:.014em; }
.fry-main-lead { font-size:1em; }

.fry-inner { width:100%; max-width:1520px; margin:auto; padding:50px 20px; }

.fry-head h1 { font-size:1.3em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-head h1 span { font-size:.7em; line-height:1;}

/*series-box*/
.fry-series-box { text-align: left; }
.fry-series-box .desc {width: 45%; float: left;}
.fry-series-box .desc p {font-size:1em; line-height: 1.4; background: rgba(121, 89, 247, 0);}
.fry-series-box .title {width: 100%; float: left; }
.fry-series-box .title p {font-size:1.2em; font-weight: 700; line-height: 1;}
.fry-series-box .title p.narrow { letter-spacing: -0.06em;}
.fry-series-box .title p span {font-size:0.5em; line-height: 1;}
.fry-series-box .pro {width: 35%; position: absolute; left:52%; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background: rgba(130, 241, 182, 0);}
.fry-series-box .link { width: 40px; position: absolute; right:5px; bottom:0; background: ;  }
.fry-series-box .link span { font-size: 40px;}

.more_box { display:none; }

h3.fry-movie-head { font-size:1em; line-height: 1.4; color:#fff; font-weight:400; letter-spacing:.5em; }

/*point*/
.fry-point-list {
	-ms-flex-align:center;
	align-items:center;
}
.fry-point-list {
  margin:0 -5vw;
  padding:0;
  border:none;
}	
.fry-point-item {
	position:relative;
}
.fry-point-item {
  margin:5vw 0;
  padding:0 5vw;
  opacity:1;
  -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.fry-point-item:nth-of-type(even) {
	border-left:1px solid gray;
}
.fry-point-item.no-left {
	border-left:none !important;
}

.fry-point-item:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:-40px;
	display:inline-block;
	width:calc(100% - 80px);
	height:1px;
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background-color:gray;
}
.fry-point-item:before {
  width:calc(100% - 10vw);
  bottom:-5vw;
}
.fry-point-item.no-before:before {
	content:none;
}
.fry-point-head {
	margin:0 0 10px;
	background: rgba(71, 228, 129, 0);
}
h2.fry-point-head {
	font-size:1.2em;
	font-weight:500;
	line-height:1.2;
}
.fry-point-head p {
	font-size:.9em;
	font-weight:600;
	letter-spacing:.25em;
}
.fry-point-head span {
	font-size:1.8em;
	font-weight:600;
}
.fry-point-desc {
  display:block;
}	
.fry-point-desc .txt {
  width:100%;
  padding-right:0;
  padding-bottom:20px;
	font-size:3.125vw;
	line-height:1.75;
	background: rgba(148, 47, 231, 0);
}
.fry-point-desc .image {
  width:100%;
  padding-top:10px;
  font-size:3.125vw;
  background: rgba(42, 26, 215, 0);
}
	
	
/*link-button*/
.fly-link-button { width: 100%; border: 4px solid ; text-align: left; display: inline-block;}
.fly-link-button .head { width: 100%; float: left; position: relative; padding: 1em;}
.fly-link-button .desc { width: 100%; float: left; }
.fly-link-button .desc p { font-size:.9em; line-height: 1;}
.fly-link-button .title { width: 100%; float: left; }
.fly-link-button .title p { font-size:1.4em; font-weight: 700; line-height: 1.2; }
.fly-link-button .title p.narrow { letter-spacing: -0.08em;}
.fly-link-button .title p span {font-size:.8em; font-weight: 300; line-height: 1; margin-left: ; vertical-align: .1em;}
.fly-link-button .pro {width: 100%; position: relative; }
.fly-link-button .link { width: 40px; position: absolute; right:10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  }
.fly-link-button .link span { font-size: 40px;}



.fry-compare .fry-head h1 { font-size:1.3em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-compare .fry-head h1 span { font-size:.7em; line-height:1;}

	.fry-compare-inner {
		padding:12.5vw 5vw;
		overflow:scroll;
		display:none;
		-webkit-overflow-scrolling:touch;
	}
	
	.fry-compare-inner img {
		width:155.15297vw;
		max-width:none;
	}

	.fry-recipe .fry-head:before {
		display:block;
	}
	
	.fry-recipe-inner {
		padding:9.375vw 5vw 18.75vw;
		display:none;
	}
	
	.fry-recipe-movie-detail a:after {
		width:20px;
		height:20px;
	}
	
	.fry-recipe-list {
		margin-top:4.6875vw;
	}
	
	.fry-recipe-item {
		margin-top:4.6875vw;
	}
	
	.fry-recipe-item figcaption {
		-ms-flex-align:end;
		align-items:flex-end;
		font-size:12px;
		font-size:1.2rem;
	}
	
	.fry-recipe-item figcaption:after {
		width:20px;
		height:20px;
	}

.fry-recipe .fry-head h1 { font-size:1.3em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-recipe .fry-head h1 span { font-size:.7em; }


}/*portrait*/

@media screen and (min-width: 479px) and (orientation: portrait) { 
.fry-series-box { min-height: 130px;}
}
@media screen and (min-width: 599px) and (orientation: portrait) { 
.fry-series-box { min-height: 150px;}
}
@media screen and (min-width: 767px) and (orientation: portrait) { 
}
@media screen and (min-width: 47.9em) and (orientation: portrait) {  /*sm*/
.fry-series-box { min-height: 180px;}
}
@media screen and (min-width: 62em) and (orientation: portrait) {  /*md*/
}
@media screen and (min-width: 75em) and (orientation: portrait) {  /*lg*/
}


@media screen and (orientation: landscape) {
.fry-main-text {
	padding:40px 0 60px;
	text-align:center;
}
.fry-main-head {
	margin-bottom:1em;
	font-size:1.8em;
	font-weight:400;
	letter-spacing:.014em;
}
.fry-main-lead {
	font-size:1.1em;
}

.fry-inner {
	width:100%;
	max-width:1520px;
	margin:auto;
	padding:50px 100px;
}

.fry-head h1 { font-size:2.4em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-head h1 span { font-size:.6em; }

/*series-box*/
.fry-series-box { text-align: center; min-height: 330px;}
.fry-series-box .desc {width:100%;}
.fry-series-box .desc p {font-size:1.2em; line-height: 1.4; background: rgba(121, 89, 247, 0);}
.fry-series-box .title {width: 100%; left:0%; bottom: 0%; }
.fry-series-box .title p {font-size:1.4em; font-weight: 700; line-height: 1.2;}
.fry-series-box .title p.narrow { letter-spacing: -0.08em;}
.fry-series-box .title p span {font-size:0.7em; line-height: 1;}
.fry-series-box .pro {width: 100%; left:0%; background: rgba(130, 241, 182, 0);}
.fry-series-box .link { width: 100%; margin-top: 10px; }
.fry-series-box .link span { font-size: 40px;}

.more_box { display:block; }

h3.fry-movie-head { font-size:1.5em; line-height: 1.4; color:#fff; font-weight:500; letter-spacing:.5em; }


/*point*/
.fry-point-list {
	-ms-flex-align:center;
	align-items:center;
}
.fry-point-item {
	position:relative;
	margin:40px 0;
	padding:0 40px 40px;
	opacity:0;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-ms-transform:translateY(15px);
	transform:translateY(15px);
	transition:1s ease .5s;
}
.fry-point-item:nth-of-type(even) {
	border-left:1px solid gray;
}
.fry-point-item.no-left {
	border-left:none !important;
}

.fry-point-item:before {
	content:'';
	position:absolute;
	left:50%;
	bottom:-40px;
	display:inline-block;
	width:calc(100% - 80px);
	height:1px;
	-ms-transform:translateX(-50%);
	transform:translateX(-50%);
	background-color:gray;
}
.fry-point-item.no-before:before {
	content:none;
}
.fry-point-item.is-active {
	opacity:1;
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	-ms-transform:translateY(0);
	transform:translateY(0);
}
.fry-point-item.row-reverse {
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}
.fry-point-head {
	margin:0 0 10px;
	background: rgba(71, 228, 129, 0);
}
h2.fry-point-head {
	font-size:1.8em;
	font-weight:500;
	line-height:1.2;
}
.fry-point-head p {
	font-size:.7em;
	font-weight:600;
	letter-spacing:.25em;
}
.fry-point-head span {
	font-size:2em;
	font-weight:600;
}
.fry-point-desc {
	display:-ms-flexbox;
	display:flex;
	padding-top:5px;
}
.fry-point-desc .txt {
	width:50%;
	padding-right:20px;
	font-size:1.1vw;
	line-height:1.5;
	background: rgba(148, 47, 231, 0);
}
.fry-point-desc .image {
	width:50%;
	text-align:center;
	background: rgba(42, 26, 215, 0);
}
.fry-point-desc .image.point-abs {
	width:50%;
	text-align:center;
	position: absolute; bottom: 0; right:0;
	background: rgba(42, 26, 215, 0);
}


/*link-button*/
.fly-link-button { width: 100%; border: 4px solid ; text-align: left; display: inline-block; }
.fly-link-button .head { width: 50%; float: left; position: relative; padding: 1em;}
.fly-link-button .desc { width: 100%; float: left; margin-top: 1em; }
.fly-link-button .desc p { font-size:1.2em; line-height: 1;}
.fly-link-button .title { width: 100%; float: left; }
.fly-link-button .title p { font-size:1.9em; font-weight: 700; line-height: 1.2; }
.fly-link-button .title p.narrow { letter-spacing: -0.08em;}
.fly-link-button .title p span {font-size:.8em; font-weight: 300; line-height: 1; margin-left: ; vertical-align: .1em;}
.fly-link-button .pro {width: 50%; float: left; position: relative; padding: 1em 0; background: #fff;}
.fly-link-button .link { width: 50px; position: absolute; right:10px; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);  }
.fly-link-button .link span { font-size: 50px;}

.fry-compare .fry-head h1 { font-size:2.4em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-compare .fry-head h1 span { font-size:.6em; }
.fry-compare .fry-head:before {
	content:"";
	position:absolute;
	top:50%;
	right:20%;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-ms-transform:translateY(-75%) rotate(45deg);
	transform:translateY(-75%) rotate(45deg);
}
.fry-recipe .fry-head h1 { font-size:2.4em; font-weight:700; letter-spacing:.25em; line-height:1.4; }
.fry-recipe .fry-head h1 span { font-size:.6em; }
.fry-recipe .fry-head:before {
	content:"";
	position:absolute;
	top:50%;
	right:20%;
	display:block;
	width:20px;
	height:20px;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	-ms-transform:translateY(-75%) rotate(45deg);
	transform:translateY(-75%) rotate(45deg);
}



}/*landscape*/

@media screen and (min-width: 479px) and (orientation: landscape) { 
}
@media screen and (min-width: 599px) and (orientation: landscape) { 
}
@media screen and (min-width: 767px) and (orientation: landscape) { 
}
@media screen and (min-width: 47.9em) and (orientation: landscape) {  /*sm*/
}
@media screen and (min-width: 62em) and (orientation: landscape) {  /*md*/
}
@media screen and (min-width: 75em) and (orientation: landscape) {  /*lg*/
}




.navy {
  background-color: #130c30 !important;
}
.navy-text {
  color: #130c30 !important;
}

.bc-black { border-color: #000;}
.bc-white { border-color: #fff;}
.bc-red-darken-2 { border-color: #d32f2f;}
.bc-orange-darken-2 { border-color: #f57c00;}
.bc-yellow-darken-3 { border-color: #f9a825;}
.bc-pink-darken-3 { border-color: #ad1457;}
.bc-purple-darken-4 { border-color: #4a148c;}
.bc-teel-darken-2 { border-color: #00796b;}
.bc-navy { border-color: #130c30;}


