@charset "utf-8";

/* PC/SP表示切り替え */
#pc_wrap .for-pc { display: block !important; }
#pc_wrap .for-sp { display: none !important; }
#sp_wrap .for-pc { display: none !important; }
#sp_wrap .for-sp { display: block !important; }


/*-------------------------------*/
body{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.genre_food #detail .entry h4.no00 {
  color: #ff6600;
}

#feature #container #detail .entry h2 {
    margin: 0 0 32px;
}

#feature #detail .entry .num.vol {
  color: #ffffff;
  font-size: 12px;
  line-height: 1.7;
}

#feature .contents .entry_contents h3 {
  font-size: 20px;
}

#feature #detail .entry p.top-lead {
  color: #1e1e1e;
  font-size: 16px;
  line-height: 2;
}

#feature #detail .entry p {
  margin-bottom: 0;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 2;
}

#feature #detail .entry .outline {
  margin: 46px 0 5px;
  padding: 7px 15px 8px;
}

#feature #detail.contents #feature_guard.feature_page {
  background: #ffffff;
}

#feature #detail .entry .outline ul li {
  margin: 0 0 3px;
}

#series_mook p:empty {
  display: none;
}

.pc #feature #detail .entry .next-page {
  margin: 0 0 25px;
}

.pagenav {
  margin: 30px auto 40px;
}


/*-------------------------
       common
 -----------------------*/
#masakana-sakana.contents {
  padding: 75px 0 0;
}

.common-profile {
  position: relative;
  padding: 28px 0;
  margin: 0 0 80px;
  overflow: hidden;
}

.common-profile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../img/series/masakana-sakana/common/profile-border.png) repeat-x left top;
  background-size: auto 7px;
}

.common-profile:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: url(../img/series/masakana-sakana/common/profile-border.png) repeat-x left top;
  background-size: auto 7px;
}

#feature #detail .common-profile .photo {
  position: absolute;
  top: 50%;
  left: 0;
  width: 180px;
  margin: 0 0 0 30px;
  transform: translate(0, -50%);
}
#feature #detail .common-profile .texts {
  float: right;
  width: 460px;
  padding-right: 30px;
}
#feature #detail .common-profile .texts .about {
  margin: 0 0 5px;
  color: #ff6600;
  line-height: 16px;
}
#feature #detail .common-profile .texts .name {
  color: #ff6600;
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}
#feature #detail .common-profile .texts .name .keisyou {
  font-size: 16px;
  font-weight: normal;
}
#feature #detail .common-profile .texts .name .furigana {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}

#feature #detail .entry h3 {
  color: #ff6600;
}

#feature #detail .entry article p {
  margin: 0 0 30px;
}

#feature #detail .entry article p.bold {
  font-weight: bold;
}

#feature #detail .entry .page3-image {
  width: 670px;
  margin: 0 auto 80px;
  padding: 0 0 10px;
  border-bottom: 1px solid #333333;
  text-align: center;
}
#feature #detail .entry .page3-image .image {
  margin-bottom: 10px;
}
#feature #detail .entry .page3-image .text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

#feature #detail .entry .commo-method-wrap p {
  margin: 0;
}
#feature #detail .entry .commo-method-wrap h4 {
  margin: 0 0 5px;
  /*background: url(../img/series/masakana-sakana/common/border-dotto-orange.png) repeat-x center bottom;*/
  /*background-size: auto 4px;*/
  /*text-align: center;*/
}
#feature #detail .entry .commo-method-wrap .lead {
  margin: 0 0 25px;
  text-align: center;
}

#feature .genre_food #detail .entry .outline ul li.no1 br {
  display: none !important;
}

/*-------------------------
       page1
-----------------------*/

#masakana-sakana.contents.page1 {
  padding: 40px 0 0;
}

#masakana-sakana.contents.page1 .image {
  margin-bottom: 60px;
}

#masakana-sakana.contents.page1 .image img {
  margin: 0 auto;
}


/*-------------------------
       page2
-----------------------*/

#feature #detail .entry .commo-method-wrap .point {
  position: relative;
  margin: 0 0 20px;
  background: #f6f0da;
  overflow: hidden;
}

#feature #detail .entry .commo-method-wrap .point .texts {
  position: absolute;
  top: 50%;
  left: 30px;
  width: 520px;
  transform: translate(0, -50%);
}
#feature #detail .entry .page2 .commo-method-wrap .point .texts {
  left: auto;
  right: 30px;
}
#feature #detail .entry .commo-method-wrap .point .texts .title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}
#feature #detail .entry .commo-method-wrap .point .image {
  float: right;
  width: 320px;
}
#feature #detail .entry .page2 .commo-method-wrap .point .image {
  float: left;
}

#feature #detail .entry .page2 .commo-method-wrap .space {
  width: 670px;
  margin: 0 auto;
  }

#feature #detail .entry .page2 .commo-method-wrap .point02 {
  position: relative;
  margin: 40px auto 60px;
  padding: 28px;
  border: 2px solid #ff6600;
}

#feature #detail .entry .page2 .commo-method-wrap .point02:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#feature #detail .entry .page2 .commo-method-wrap .point02:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  width: 40px;
  height: 22px;
  margin-left: -15px;
  background: url(../img/series/masakana-sakana/sakana03/hukidashi.png) no-repeat center top;
}

#feature #detail .entry .page2 .commo-method-wrap .point02 .image {
  float: left;
  margin-right: 30px;
}

#feature #detail .entry .page2 .commo-method-wrap .point02 .texts {
  position: absolute;
  top: 20px;
  right: 18px;
  width: 45%;
}

#feature #detail .entry .page2 .commo-method-wrap .point02 .orange {
  color: #ff6600;
}

#feature #detail .entry .page2 .commo-method-wrap .pattern .title {
  padding: 15px 0;
  margin-bottom: 22px;
  background-color: #ff6600;
  border-radius: 5px;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
}

#feature #detail .entry .page2 .commo-method-wrap .pattern .text {
  margin-bottom: 24px;
  color: #1e1e1e;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

#feature #detail .entry .page2 .commo-method-wrap .group {
  margin-bottom: 20px;
  font-size: 0;
  }

#feature #detail .entry .page2 .commo-method-wrap .group .image01,
#feature #detail .entry .page2 .commo-method-wrap .group .image02 {
  display: inline-block;
}

#feature #detail .entry .page2 .commo-method-wrap .group .image01 {
  margin-right: 30px;
  }



#feature #detail .entry .page2 .commo-method-wrap h4 {
  /*padding: 0 0 20px;*/
}

#feature #detail .entry .page2 .commo-method-wrap h4 img {
  margin: 0 auto;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-of-type(2) {
  padding-top: 30px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-of-type(2):before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url(/img/series/masakana-sakana/sakana04/line.png) no-repeat bottom;
  background-size: 100%;
  width: 100%;
  height: 1px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px;
  padding-bottom: 30px;
  background: url(/img/series/masakana-sakana/sakana04/line.png) no-repeat bottom;
  background-size: 100%;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:last-child {
  border: none;
  margin-bottom: 25px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li .image {
  float: left;
}

#feature #detail .entry .page2 .commo-method-wrap .list li .texts {
  position: absolute;
  top: 50%;
  right: 0;
  width: 350px;
  transform: translate(0, -50%);
}

#feature #detail .entry .page2 .commo-method-wrap .list li .texts .number {
  margin: 0 0 5px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li .texts .number.orange {
  color: #ff6600;
  font-weight: bold;
  background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 6px left no-repeat;
  padding-left: 26px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-child(2) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 6px left no-repeat;
  padding-left: 26px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-child(3) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number02.jpg) top 6px left no-repeat;
  padding-left: 26px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-child(4) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number03.jpg) top 6px left no-repeat;
  padding-left: 26px;
}

#feature #detail .entry .page2 .commo-method-wrap .list li:nth-child(5) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number04.jpg) top 6px left no-repeat;
  padding-left: 26px;
}

#feature #detail .entry .page2 .commo-method-wrap .list .list01 {
  position: relative;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list01:after {
  content: " ";
  display: block;
  width: 67px;
  height: 332px;
  position: absolute;
  top: 0;
  right: 114px;
  background: url(../img/series/masakana-sakana/sakana03/arrow.png) no-repeat center center;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list01 .image {
  float: none;
  margin: 0 0 10px;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list01 .texts {
  position: relative;
  top: auto;
  right: auto;
  width: 350px;
  transform: none;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list03 {
  position: relative;
  min-height: 334px;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list03:after {
  content: " ";
  display: block;
  width: 74px;
  height: 363px;
  position: absolute;
  top: 0;
  left: 108px;
  background: url(../img/series/masakana-sakana/sakana03/arrow03.png) no-repeat center center;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list03:before {
  content: " ";
  float: left;
  display: block;
  width: 300px;
  height: 300px;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list03 .image {
  float: right;
  margin: 0 0 10px;
}
#feature #detail .entry .page2 .commo-method-wrap .list .list03 .texts {
  float: right;
  position: relative;
  top: auto;
  right: auto;
  width: 350px;
  transform: none;
}

#feature #detail .entry .page2 .commo-method-wrap .list.ex {
  overflow: hidden;
  margin: 0 0 30px;
  padding-bottom: 90px;
  border-bottom: 4px dotted #ccc;
  background: url(../img/series/masakana-sakana/sakana03/arrow02.png) no-repeat center bottom 10px;
}
#feature #detail .entry .page2 .commo-method-wrap .list.ex li {
  float: left;
  width: 350px;
  border: none;
  margin: 0;
  padding: 0;
}
#feature #detail .entry .page2 .commo-method-wrap .list.ex li .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 6px left no-repeat;
}
#feature #detail .entry .page2 .commo-method-wrap .list.ex li:nth-child(2n) {
  float: right;
}
#feature #detail .entry .page2 .commo-method-wrap .list.ex li .image {
  float: none;
  margin: 0 0 10px;
}
#feature #detail .entry .page2 .commo-method-wrap .list.ex li .texts {
  position: relative;
  top: auto;
  right: auto;
  width: 350px;
  transform: none;
}
#feature #detail .entry .page2 .commo-method-wrap .list .hide {
  display: none;
}



#feature #detail .entry .page2 .commo-method-wrap .arrange {
  position: relative;
  margin-bottom: 80px;
  padding: 24px 30px 30px;
  background-color: #f6f0da;
}

#feature #detail .entry .page2 .commo-method-wrap .arrange .small {
  display: block;
  margin-bottom: 10px;
  color: #ff6600;
  font-size: 11px;
  line-height: 1;
  font-weight: bold;
}

#feature #detail .entry .page2 .commo-method-wrap .arrange-title {
  margin-bottom: 13px;
  color: #000;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
}

#feature #detail .entry .page2 .commo-method-wrap .arrange-text {
  width: 480px;
  color: #1e1e1e;
  font-size: 14px;
  line-height: 2;
  }
  

#feature #detail .entry .page2 .commo-method-wrap .arrange-image {
  position: absolute;
  right: 30px;
  bottom: 30px;
  }

#feature #detail .entry .page3 .coming-soon {
  margin-bottom: 50px;
  }


/*-----------------------------------
*
*        sp
*
 -----------------------------------*/
#feature .sp .genre_food #detail .title .entry-title {
  margin: 0 0 0 50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}

#feature .sp .contents p {
  font-size: 100%;
}

#feature #sp_wrap #container #detail .entry h2 {
  margin: 0 0 20px;
}

#feature #sp_wrap #container #detail .entry .top-lead {
  margin: 0 0 50px;
  font-size: 16px;
  line-height: 1.8;
}

#feature #sp_wrap #container #detail .entry h4 {
  color: #ff6600;
  font-size: 20px;
  line-height: 1.5;
}

#feature #sp_wrap #container p {
  font-size: 12px;
  line-height: 21px;
}

#feature #sp_wrap #detail .entry p.special-interview {
  background: url("../img/series/masakana-sakana/sakana02/page1-line01-sp.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 83%;
}

#feature #sp_wrap #detail .entry .common-profile .uekatusan {
  width: 118.5px;
  margin-bottom: 0;
  margin-left: -2.5em;
}

#feature #sp_wrap #detail .entry .common-profile .uekatusan img {
  width: 100%;
  height: auto;
}

#feature #sp_wrap #detail .entry p.evangelist {
  margin-bottom: 14px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

#feature #sp_wrap #detail .entry span.name {
  padding-left: 5px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

#feature #sp_wrap #detail .entry span.keisyou {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
}

#feature #sp_wrap #detail .entry .space {
  width: 100%;
}

#feature #sp_wrap #detail .entry p.profile-text {
  width: 93.3%;
  margin: 0 auto 17.5px;
  font-size: 10px;
  line-height: 1.5;
}

#feature #sp_wrap #detail .entry .common-profile .line02 {
  margin-bottom: 40px;
}

#feature #sp_wrap #container #detail .entry {
  margin: 40px 20px 20px;
}

#feature #sp_wrap #container #detail .entry .outline {
  margin: 32px 0 40px;
  padding: 15px 15px 8px;
}

#feature #sp_wrap #detail .entry .outline .time {
  top: 35px;
  left: 50%;
  transform: translate(-50%,0);
  -webkit-transform: translate(-50%,0);
  margin: 0;
  padding: 2px 8px;
}

#sp_wrap #masakana-sakana.contents {
  padding: 0;
}

#sp_wrap .common-profile {
  padding: 18px 0 0;
  margin: 0 0 40px;
}
#sp_wrap .common-profile:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/series/masakana-sakana/common/profile-border.png) repeat-x left top;
  background-size: auto 4px;
}
#sp_wrap .common-profile:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: url(../img/series/masakana-sakana/common/profile-border.png) repeat-x left top;
  background-size: auto 4px;
}

#feature #sp_wrap #detail .common-profile .photo {
  float: left;
  position: relative;
  top: auto;
  left: 0;
  width: 110px;
  margin: 0 10px 0 25px;
  transform: none;
}
#feature #sp_wrap #detail .common-profile .texts {
  float: none;
  width: 93.3%;
  margin: 0 auto;
  padding: 0;
}
#feature #sp_wrap #detail .common-profile .texts .about {
  margin: 0 0 5px;
  padding: 20px 0 0;
  color: #ff6600;
  line-height: 1.5;
}
#feature #sp_wrap #detail .common-profile .texts .name {
  color: #ff6600;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
#feature #sp_wrap #detail .common-profile .texts .name .keisyou {
  font-size: 10px;
  font-weight: normal;
}
#feature #sp_wrap #detail .common-profile .texts .name .furigana {
  display: block;
  color: #000000;
  font-size: 10px;
  font-weight: normal;
}
#feature #sp_wrap #detail .common-profile .texts .text {
  clear: both;
  padding: 10px 0 0;
  font-size: 10px;
  line-height: 1.5;
}

#feature #sp_wrap #detail .contents h3 {
  margin: 0 auto 15px;
  font-size: 16px;
  font-weight: bold;
}

#feature #sp_wrap #detail .entry h3 img {
  width: 100%;
}

#feature #sp_wrap #detail #masaka article p {
  margin: 0 0 25px;
  font-size: 16px;
}




/*-------------------------
       sp page1
 -----------------------*/

#feature .sp .contents .page01 {
  margin-top: 0;
}


/*-------------------------
       sp page2
 -----------------------*/
#feature #sp_wrap #detail .entry .column02 .page2 img.process-title {
  width: 68.5%;
  margin: 0 auto;
}

#feature #sp_wrap #detail .entry .page2 article .lead {
  text-align: left;
}

#feature #sp_wrap #detail .entry .column02 .page2 img.point-image {
  margin-right: 115px;
}

#feature #sp_wrap #detail .entry .page2 article .point .texts {
  width: calc(100% - 35.7% - 30px);
  right: 0;
  padding: 0 15px;
}

#feature #sp_wrap #detail .entry .page2 article .point .texts .title {
  margin: 0 0 12px;
}

#feature #sp_wrap #detail .entry .page2 article .point .texts .title img{
  width: 50%;
}

#feature #sp_wrap #detail .entry .page2 article .point .texts .text {
  margin: 0;
  font-size: 14px;
}
@media screen and (max-width: 330px) {
  #feature #sp_wrap #detail .entry .page2 article .point .texts .text {
    font-size: 12px;
  }
}

#feature #sp_wrap #detail .entry .page2 article .point .texts p:empty {
  display: none;
}

#feature #sp_wrap #detail .entry .page2 article .point .image {
  width: 35.7%;
}


#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .point02 {
  padding: 15px;
  margin-bottom: 30px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .point02 .image {
  float: none;
  margin: 0 0 12px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .point02 .texts {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .point02 .texts p {
  margin: 0;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .point02 p:empty {
  display: none;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .pattern .title {
  font-size: 18px;
  line-height: 1.5;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .group {
  overflow: hidden;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .group > div {
  width: 50%;
  margin: 0;
}


#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li {
  margin: 0 0 15px;
  padding-bottom: 15px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li .image {
  float: none;
  margin: 0 0 15px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li .texts {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  transform: none;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li p:empty {
  display: none;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li .text {
  margin: 0;
}

/*#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li .texts .number.orange {
  margin: 0 0 4px;
  padding: 26px 0 0;
  background: url(/img/series/masakana-sakana/sakana03/number01.jpg) no-repeat center top;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(2) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number02.jpg) no-repeat center top;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(3) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number03.jpg) no-repeat center top;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(4) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number04.jpg) no-repeat center top;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(5) .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number05.jpg) no-repeat center top;
}*/

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list01:after {
  width: 25.3%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/series/masakana-sakana/sakana03/arrow.png) no-repeat left center;
  background-size: auto 100%;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list01 .image,
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list01 .texts {
  width: 48.5%;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list03 {
  min-height: 100%;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list03:after {
  width: 25.3%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 10%;
  background: url(../img/series/masakana-sakana/sakana03/arrow03.png) no-repeat left center;
  background-size: auto 100%;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list03:before {
  width: 30%;
  height: 200px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list03 .image {
  float: right;
  width: 48.5%;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list .list03 .texts {
  float: right;
  width: 48.5%;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list.ex {
  margin: 0 0 15px;
  padding-bottom: 20%;
  background: url(../img/series/masakana-sakana/sakana03/arrow02-sp.png) no-repeat center bottom 10px;
  background-size: 50% auto;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list.ex li {
  width: 48.5%;
  margin: 0;
  padding-bottom: 0;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list.ex li .texts .number.orange {
  background: url(/img/series/masakana-sakana/sakana03/number01.jpg) no-repeat center top;
}


#feature #sp_wrap #detail .entry .page2 article .arrange {
  padding: 15px;
  margin-bottom: 50px;
}

#feature #sp_wrap #detail .entry .page2 article .arrange-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  width: 30%;
}

#feature #sp_wrap #detail .entry .page2 article .arrange-image img {
}

#feature #sp_wrap #detail .entry .page2 article .arrange-text {
  width: 100%;
  margin-bottom: 0;
}

#feature #detail #sp_wrap .entry .page2 .commo-method-wrap .arrange .small {
  font-size: 10px;
}

/*-------------------------
       sp page3
 -----------------------*/

#feature #sp_wrap #detail .entry .page3-image {
  width: auto;
  margin: 0 auto 50px;
  padding: 0;
}

#feature #sp_wrap #detail .entry .page3-image .image {
  margin-bottom: 10px;
}

#feature #sp_wrap #detail .entry article .page3-image p.text {
  margin: 0 0 9px 0;
  font-size: 10px;
  line-height: 1.5;
  text-align: left;
}

#feature #sp_wrap #detail .entry .coming-soon {
  margin-bottom: 60px;
  }
/*-------------------------
       sp page4
 -----------------------*/



#feature #masakana-sakana.contents.page1 article .onajimi {
  display: flex;
  padding: 30px;
  background: #f6f0da;
  margin-bottom: 60px;
}

#feature #masakana-sakana.contents.page1 article .onajimi dl {
  width: 383px;
  margin-right: 27px;
}

#feature #masakana-sakana.contents.page1 article .onajimi dl dt {
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  color: #000;
}

#feature #masakana-sakana.contents.page1 article .onajimi dl dt span {
  font-size: 16px;
  line-height: 28px;
  color: #ff6600;
  display: block;
}


#feature #masakana-sakana.contents.page1 article .onajimi dl dd {
  color: #1e1e1e;
  font-size: 14px;
  line-height: 28px;
}

#feature #masakana-sakana.contents.page2 article .top-image {
  width: 91%;
  margin: 0 auto 40px;
}

#feature #masakana-sakana.contents.page2 article .top-image img {
  width: 100%;
  vertical-align: bottom;
}
#feature #masakana-sakana.contents.page2 article .gril {
  margin-bottom: 80px;
}

#feature #masakana-sakana.contents.page2 article .gril h3 {
  font-size: 16px;
  line-height: 32px;
  color: #ff6600;
  background: url(/img/series/masakana-sakana/sakana04/number05.jpg) top 6px left no-repeat;
  padding-left: 26px;
}


#feature #masakana-sakana.contents.page2 article .gril dl dt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background-color: #ff6600;
  display: inline-block;
  padding: 0 12px;
  border-radius: 5px 5px 0 0;
  font-weight: bold;
}

#feature #masakana-sakana.contents.page2 article .gril dl {
  margin-top: 30px;
}

#feature #masakana-sakana.contents.page2 article .gril dl .box {
  background: #f6f0da;
  padding: 20px;
  display: flex;
}

#feature #masakana-sakana.contents.page2 article .gril dl.bottom .box {
  align-items: center;
}

#feature #masakana-sakana.contents.page2 article .gril dl.top .box .image-list,
#feature #masakana-sakana.contents.page2 article .gril dl.bottom .box .image {
  width: 210px;
}

#feature #masakana-sakana.contents.page2 article .gril dl.top .box .image-list:nth-of-type(n+2){
  margin-left: 30px;
  position: relative;
}

#feature #masakana-sakana.contents.page2 article .gril dl.top .box .image-list:nth-of-type(n+2):before {
  position: absolute;
  content: "";
  top: 23%;
  left: -22px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #ff6600;
}

#feature #masakana-sakana.contents.page2 article .gril dl.top .box .image-list p {
  margin-top: 10px;
}

#feature #masakana-sakana.contents.page2 article .gril dl .box .image img{
  width: 100%;
  vertical-align: bottom;
}

#feature #masakana-sakana.contents.page2 article .gril dl.bottom .box p{
  margin-left: 20px;
}

#feature #masakana-sakana.contents.page3 {

}

#feature #masakana-sakana.contents.page3 .list li {
  display: flex;
  padding: 30px 0;
  background: url(/img/series/masakana-sakana/sakana04/line.png) no-repeat top;
  background-size: 100%;
  align-items: center;
}

#feature #masakana-sakana.contents.page3 .list li:nth-of-type(n + 2){
}


#feature #masakana-sakana.contents.page3 .list li .image {
  width: 350px;
}

#feature #masakana-sakana.contents.page3 .list li .texts{
  margin-left: 30px;
}

#feature #masakana-sakana.contents.page3 .list li .texts .number {
  padding-left: 25px;
  color: #ff6600;
  font-weight: bold;
  position: relative;
}

#feature #masakana-sakana.contents.page3 .list li:nth-of-type(1) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 6px left no-repeat;
}

#feature #masakana-sakana.contents.page3 .list li:nth-of-type(2) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number02.jpg) top 6px left no-repeat;
}
#feature #masakana-sakana.contents.page3 .list li:nth-of-type(3) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number03.jpg) top 6px left no-repeat;
}
#feature #masakana-sakana.contents.page3 .list li:nth-of-type(4) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number04.jpg) top 6px left no-repeat;
}


#feature #masakana-sakana.contents.page3 .list:nth-of-type(2) {
  margin-top: 30px;
  position: relative;
}

#feature #masakana-sakana.contents.page3 .list:nth-of-type(2):after {
  position: absolute;
  content: "";
  background: url(/img/series/masakana-sakana/sakana04/line.png) no-repeat;
  background-size: 100%;
  height: 1px;
  width: 100%;
  bottom: 0;
}

#feature #masakana-sakana.contents.page3 .list:nth-of-type(2) li:nth-of-type(1) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number05.jpg) top 6px left no-repeat;
}

#feature #masakana-sakana.contents.page3 .seasoning {
  display: flex;
  align-items: center;
  padding: 20px 30px;
  border: 2px solid #ff6600;
  border-radius: 10px;
  width: 670px;
  margin: 0 auto;
  box-sizing: border-box;
}


#feature #masakana-sakana.contents.page3 .seasoning .left{
  width: 160px;
}


#feature #masakana-sakana.contents.page3 .seasoning .left img {
  width: 100%;
}

#feature #masakana-sakana.contents.page3 .seasoning .right {
  margin-left: 30px;
  width: 420px;
}

#feature #masakana-sakana.contents.page3 .seasoning .right dt {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  background-color: #ff6600;
  display: inline-block;
  padding: 0 12px;
  border-radius: 3px;
  font-weight: bold;
}

#feature #masakana-sakana.contents.page3 .seasoning .right dd{
  font-size: 16px;
  line-height: 32px;
  color: #1e1e1e;
  margin-top: 10px;
}

#feature #masakana-sakana.contents.page3 .page3-image {
  margin-top: 60px;
}

#feature #masakana-sakana.contents.page3 article .yuni {
  display: block;
  color: #ff6600;
  text-decoration: underline;
  font-size: 16px;
  line-height: 32px;
  margin: -30px 0px 20px 0;
  position: relative;
  padding-left: 15px;
}

#feature #masakana-sakana.contents.page3 article .yuni:before {
  position: absolute;
  content: "";
  top: 32%;
  left: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 9px solid #ff6600;
}

#feature #masakana-sakana.contents.page3 .coming-soon {
    margin-bottom: 0px;
}


/*-------------------------
       sp page1
 -----------------------*/


#feature #sp_wrap #masakana-sakana.contents.page1 .section01 .text{
    margin: 0 0 25px;
    font-size: 16px;
    line-height: 28.5px;
}

#feature .sp #masakana-sakana.contents.page1 article .onajimi {
    display: block;
    padding: 20px 15px;
    background: #f6f0da;
    margin-bottom: 50px;
}

#feature .sp #masakana-sakana.contents.page1 article .onajimi dl {
    width: 100%;
    margin-right: 0;
}


#feature .sp #masakana-sakana.contents.page1 article .onajimi dl dt {
  font-size: 16px;
  line-height: 24px;
}

#feature .sp #masakana-sakana.contents.page1 article .onajimi dl dt span {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

#feature .sp #masakana-sakana.contents.page1 article .onajimi dl dd {
  font-size: 12px;
  line-height: 17px;
  margin-top: 20px;
}

#feature .sp #masakana-sakana.contents.page2 article .top-image {
  width: 100%;
  margin: 0 auto 20px;
}



/*-------------------------
       sp page2
 -----------------------*/

#feature #sp_wrap #masakana-sakana.page2 p {
  font-size: 16px;
  line-height: 28.5px;
}

#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(2) .texts .number.orange {
    background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 5px left no-repeat;
    padding-left: 23px;
    background-size: 17px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(3) .texts .number.orange {
    background: url(/img/series/masakana-sakana/sakana03/number02.jpg) top 5px left no-repeat;
    padding-left: 23px;
    background-size: 17px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(4) .texts .number.orange {
    background: url(/img/series/masakana-sakana/sakana03/number03.jpg) top 5px left no-repeat;
    padding-left: 23px;
    background-size: 17px;
}
#feature #sp_wrap #detail .entry .page2 .commo-method-wrap .list li:nth-child(5) .texts .number.orange {
    background: url(/img/series/masakana-sakana/sakana03/number04.jpg) top 5px left no-repeat;
    padding-left: 23px;
    background-size: 17px;
}
#feature #sp_wrap #masakana-sakana.contents.page2 article .gril h3 {
    background: url(/img/series/masakana-sakana/sakana03/number05.jpg) top 7px left no-repeat;
    padding-left: 23px;
    background-size: 17px;
    margin: 0 0 5px;
}

#feature #sp_wrap #detail #masakana-sakana.contents.page2 img.process-title {
    width: 100%;
    margin: 0 auto;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl dt {
    font-size: 14px;
    line-height: 21px;
    padding: 7px 8px;
    border-radius: 2px 2px 0 0;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl .box {
    display: block;
    padding: 20px 20px 28px 20px;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl.top .box .image-list,
#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl.bottom .box .image {
    width: 100%;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl.top .box .image-list:nth-of-type(n+2) {
    margin-left: 0;
    margin-top: 42px;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl.top .box .image-list:nth-of-type(n+2):before {
  position: absolute;
  content: "";
  top: -33px;
  left: 50%;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 15px solid #ff6600;
  margin-left: -7px;
}


#feature #sp_wrap #masakana-sakana.page2 .gril dl .image + p {
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril dl.bottom .box p {
    margin-left: 0;
    font-size: 14px;
    line-height: 21px;
    margin-top: 12px;
}

#feature #sp_wrap #masakana-sakana.contents.page2 article .gril {
    margin-bottom: 60px;
}

/*-------------------------
       sp page3
 -----------------------*/

#feature #sp_wrap #masakana-sakana.contents.page3 p {
    font-size: 16px;
    line-height: 28px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 article .yuni {
    margin: -13px 0px 30px 0;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li {
    display: block;
    padding: 26px 0;
    background: url(/img/series/masakana-sakana/sakana04/line.png) no-repeat top;
    background-size: 100%;
    align-items: center;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li .image {
    width: 100%;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li:nth-of-type(1) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number01.jpg) top 5px left no-repeat;
    background-size: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li:nth-of-type(2) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number02.jpg) top 5px left no-repeat;
    background-size: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li:nth-of-type(3) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number03.jpg) top 5px left no-repeat;
    background-size: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li:nth-of-type(4) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number04.jpg) top 5px left no-repeat;
    background-size: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li:nth-of-type(5) .texts .number {
    background: url(/img/series/masakana-sakana/sakana03/number05.jpg) top 5px left no-repeat;
    background-size: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li .texts .number {
    padding-left: 21px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li .texts {
    margin-left: 0;
    margin-top: 12px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .list li .texts .text {
  font-size: 14px;
  line-height: 21px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .seasoning {
    display: block;
    padding: 20px 20px;
    border-radius: 7px;
    width: 85.715%;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .seasoning .left {
    width: 75%;
    margin: 0 auto 20px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .seasoning .right {
    margin-left: 0;
    width: 100%;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .seasoning .right dt {
  padding: 4.5px 7px;
  border-radius: 3px;
  font-size: 16px;
  line-height: 16px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .seasoning .right dd {
  font-size: 14px;
  line-height: 21px;
  color: #1e1e1e;
  margin-top: 10px;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .page3-image {
    width: auto;
    margin: 0 auto 30px;
    padding: 0;
}

#feature #sp_wrap #masakana-sakana.contents.page3 .coming-soon {
  margin-bottom: 30px;
  width: 107.1%;
  margin-left: -3.6%;
}