@charset "utf-8";

@media (max-width: 640px)
{
    #recipeWrapper .tb_only
    {
        display: none !important;
    }
}

@media (min-width: 960px)
{
    #recipeWrapper .tb_only
    {
        display: none !important;
    }
}

.productDetailContent {
  background: url(../images/mainContentGroup.png) top left;
  padding: 12px 4.68% 20px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.productDetailInner {
  background: #fff;
  padding: 38px 4.68% 15px;
  box-sizing: border-box;
}

.productDetailContentTitle {
  position: relative;
  z-index: 9;
}

.productDetailContentTitle h2 {
  font-size: 14px;
  /*font-weight: normal;*/
  letter-spacing: 0.01em;
}

.productDetailContentTitle h2 span {
  font-size: 22px;
  /*font-weight: normal;*/
  line-height: 1;
  letter-spacing: 2px;
}

.productImg {
  margin-top: -15px;
}

.productText h3 {
  margin-top: 15px;
  font-size: 14px;
  /*font-weight: normal;*/
  line-height: 1.8;
  color: #0079ca;
  border-bottom: 2px solid #0079ca;
  padding-bottom: 5px;
  letter-spacing: 0.1em;
}

.productText p {
  font-size: 12px;
  /*font-weight: normal;*/
  margin-top: 10px;
  letter-spacing: 0.12em;
  line-height: 1.8;
}

.productText .textClose {
  display: none;
}

.productText .text_open {
  text-align: center;
  background: #0079c9;
  font-size: 12px;
  color: #fff;
  line-height: 45px;
  height: 45px;
  margin-top: 20px;
  position: relative;
  /*font-weight: normal;*/
}

.productText .text_open::after {
  content: '';
  display: block;
  position: absolute;
  right: 5.8%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/product_detail/ico_arrow01.png") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 5px;
}

.productText .text_open span {
  padding: 3px 0 3px 28px;
  background: url("../images/product_detail/ico_plus.png") no-repeat left center;
  background-size: 16px;
}

.productText .text_open.btn_open::after {
  background: url("../images/product_detail/ico_arrow02.png") no-repeat;
  background-size: 7px;
}

.productText .text_open.btn_open span {
  background: url("../images/product_detail/ico_close.png") no-repeat left center;
  background-size: 11px;
}

.productText .btn_recipe {
  margin-top: 17px;
}

.productText .btn_recipe a {
  display: block;
  background: #0079ca;
  color: #fff;
  /*font-weight: normal;*/
  line-height: 1.3;
  text-align: center;
  padding: 11px 0;
  position: relative;
}

.productText .btn_recipe a::after {
  content: '';
  display: block;
  position: absolute;
  right: 5.8%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("../images/product_detail/ico_arrow03.png") no-repeat;
  background-size: 7px;
  width: 7px;
  height: 10px;
}

.productText .btn_recipe a span {
  display: inline-block;
  padding-left: 35px;
  background: url("../images/product_detail/ico_recipe.png") no-repeat left center;
  background-size: 24px;
  text-align: left;
}

.btn_area {
  display: none;
}

#Cont2 {
  font-family: "A+EqpB-游ゴシック体 Pr6N B", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

#reportWrapper {
  padding-top: 22px;
}

#reportWrapper .image_bloc {
  margin: 15px 6.25% 0;
}

#reportWrapper .image_bloc a {
  display: block;
  position: relative;
}

#reportWrapper .image_bloc a img {
  border: 1px solid #e7e7e7;
}

#reportWrapper .image_bloc a::after {
  content: '';
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 5px;
  bottom: 5px;
}

#reportWrapper .text_bloc {
  margin: 15px 6.25% 0;
}

#reportWrapper .text_bloc p {
  display: inline;
  /*font-weight: normal;*/
  font-size: 12px;
  left: 1px;
  letter-spacing: 0.12em;
}



#reportWrapper .btn_next a {
  text-align: center;
  display: block;
  border: 2px solid #3d3d3d;
  color: #000;
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 1;
  padding: 12px 0 11px;
  position: relative;
}

#reportWrapper .btn_next a::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow01.png") no-repeat center;
  background-size: 7px;
  width: 7px;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
}

#reportWrapper .btn_next a span {
  padding: 3px 0 3px 20px;
  display: inline-block;
  background: url("../images/top/ico_btn_search.png") no-repeat left center;
  background-size: 13px;
  letter-spacing: 2px;
}

#movieWrapper {
  margin-top: 45px;
}

#adWrapper {
  margin-top: 45px;
}

#recipeWrapper {
  margin-top: 45px;
}

.contSlide ul li a {
  text-align: center;
  display: block;
}

.contSlide ul li a .name {
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  padding-top: 15px;
  display: inline-block;
}

#recipeWrapper .contSlide .slick-arrow {
  top: 35%;
  bottom: initial;
}

/*スライド回避*/
.slidenone ul {
  padding: 20px 12.5% 25px;
}

.slidenone ul li {
  margin: 1px 0;
}

.slidenone ul li img {
  width: 100%;
}

.contSlide {
  position: relative;
}

.contSlide a, .contSlide button {
  outline: none;
}

.contSlide ul {
  //padding: 20px 12.5% 25px;
  padding: 20px 12.5% 0px;
}

.contSlide ul li {
  margin: 1px 0;
}

.contSlide ul li img {
  width: 100%;
}

.contSlide .slick-slider {
  position: inherit;
}

.contSlide .slick-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  z-index: 10;
}

.contSlide .slick-arrow.slick-prev {
  left: 6.25%;
  background: url("../images/ico_arrow02.png") no-repeat center #fff;
  background-size: 7px;
}

.contSlide .slick-arrow.slick-next {
  right: 6.25%;
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
}

.contSlide ul.slick-dots {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: initial;
  bottom: 4px;
  padding: 0;
  height: 8px;
}

.contSlide ul.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

.contSlide ul.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  background: #b4b4b4;
  border: 0;
  border-radius: 50%;
  outline: none;
}

.contSlide ul.slick-dots li.slick-active button {
  background: #5e5e5e;
}

#itemWrapper {
  margin-top: 30px;
  position: relative;
}

#itemWrapper a, #itemWrapper button {
  outline: none;
  text-decoration: none;
}

#itemWrapper .slideItem {
  margin-top: 27px;
  padding: 0 8%;
}

#itemWrapper .slideItem ul li {
  text-align: center;
  position: relative;
}

#itemWrapper .slideItem ul li .image img {
  width: auto;
  height: 170px;
  margin: 0 auto;
}

#itemWrapper .slideItem ul li .name {
  padding-top: 10px;
  color: #555;
  font-size: 8px;
  line-height: 1.4;
  display: block;
  /*font-weight: normal;*/
}

#itemWrapper .slideItem ul li.item_new {
  position: relative;
}

#itemWrapper .slideItem ul li.item_new::after {
  content: "";
  background: url("../images/top/ico_new.png") no-repeat center;
  background-size: 32px;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}

#itemWrapper .slideItem .slick-slider {
  position: inherit;
}

#itemWrapper .slideItem .slick-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  z-index: 10;
}

#itemWrapper .slideItem .slick-arrow.slick-prev {
  left: 3.4%;
  background: url("../images/ico_arrow02.png") no-repeat center #fff;
  background-size: 7px;
}

#itemWrapper .slideItem .slick-arrow.slick-next {
  right: 3.4%;
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
}

#itemWrapper .slideItem ul.arrow_blank:before {
  content: '';
  background: url("../images/top/gr_arrow_left.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 3.4%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: none;
}

#itemWrapper .slideItem ul.arrow_blank:after {
  content: '';
  background: url("../images/top/gr_arrow_right.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 3.4%;
  bottom: 0;
  margin: auto;
  z-index: 1;
  display: none;
}




#itemWrapper #slideItem {
  margin-top: 27px;
  padding: 0 8%;
}

#itemWrapper #slideItem ul li {
  text-align: center;
  position: relative;
}

#itemWrapper #slideItem ul li .image img {
  width: auto;
  height: 170px;
  margin: 0 auto;
}

#itemWrapper #slideItem ul li .name {
  padding-top: 10px;
  color: #555;
  font-size: 8px;
  line-height: 1.4;
  display: block;
  /*font-weight: normal;*/
}

#itemWrapper #slideItem ul li.item_new {
  position: relative;
}

#itemWrapper #slideItem ul li.item_new::after {
  content: "";
  background: url("../images/top/ico_new.png") no-repeat center;
  background-size: 32px;
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 10;
}

#itemWrapper #slideItem .slick-slider {
  position: inherit;
}

#itemWrapper #slideItem .slick-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  z-index: 10;
}

#itemWrapper #slideItem .slick-arrow.slick-prev {
  left: 3.4%;
  background: url("../images/ico_arrow02.png") no-repeat center #fff;
  background-size: 7px;
}

#itemWrapper #slideItem .slick-arrow.slick-next {
  right: 3.4%;
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
}

#itemWrapper #slideItem ul.arrow_blank:before {
  content: '';
  background: url("../images/top/gr_arrow_left.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 3.4%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

#itemWrapper #slideItem ul.arrow_blank:after {
  content: '';
  background: url("../images/top/gr_arrow_right.png") no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 3.4%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.btn_list {
  margin: 15px 6.25% 0;
}

.btn_list a {
  text-align: center;
  display: block;
  border: 2px solid #3d3d3d;
  color: #000;
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 1;
  padding: 15px 0 14px;
  position: relative;
}

.btn_list a::after {
  content: "";
  display: block;
  background: url("../images/ico_arrow01.png") no-repeat center;
  background-size: 7px;
  width: 7px;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
}

.btn_list a span {
  padding-left: 20px;
  display: inline-block;
  background: url("../images/top/ico_btn_list.png") no-repeat left center;
  background-size: 10px;
  letter-spacing: 2px;
}

#adWrapper img, #recipeWrapper img {
  border: 1px solid #e7e7e7;
}

#cboxContent {
  /*font-weight: normal;*/
}

#cboxContent #cboxNext {
  width: 30px;
  height: 30px;
  border: 0;
  background: url("../images/productDate/arrow_right.png") no-repeat;
  background-size: contain;
  bottom: -40px;
  right: 0;
}

#cboxContent #cboxPrevious {
  width: 30px;
  height: 30px;
  border: 0;
  background: url("../images/productDate/arrow_left.png") no-repeat;
  background-size: contain;
  bottom: -40px;
  left: 0;
}

#cboxContent #cboxClose {
  width: 25px !important;
  height: 25px !important;
  background-size: 25px !important;
}

.dot_title_new {
  color: #D80C18;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 641px) {
  .dot_title {
    background: url("../images/dot_line_pc.png") repeat-x left center;
  }

  .productImg img {
    margin: 0 auto;
  }

  .productText h3 {
    font-size: 18px;
  }

  .productText h3 br {
    display: none;
  }

  .productText p br {
    display: none;
  }

  .productText .textClose {
    display: block !important;
  }

  .productText .text_open {
    display: none;
  }

  .productText .btn_recipe {
    width: 300px;
    margin: 25px auto 0;
  }

  #reportWrapper {
    padding-top: 45px;
  }

  #reportWrapper .dot_title {
    width: 495px;
    margin: 0 auto;
  }

  #reportWrapper .dot_title span {
    padding: 0 9px 0 4px;
  }

  #reportWrapper .reportContent {
    display: table;
    margin: 15px 4.68% 0;
    border: 1px solid #bbb;
  }

  #reportWrapper .reportContent .image_bloc {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    border-right: 1px solid #bbb;
  }

  #reportWrapper .reportContent .image_bloc img {
    border: none;
  }

  #reportWrapper .reportContent .image_bloc a::after {
    content: none;
  }

  #reportWrapper .reportContent .text_bloc {
    display: table-cell;
    vertical-align: middle;
    padding: 0 3.25%;
  }

  #reportWrapper .reportContent .text_bloc .text_inn {
    min-height: 80px;
  }

  #reportWrapper .reportContent .text_bloc p {
    display: block;
  }

  #reportWrapper .btn_next {

  }

  #movieWrapper .dot_title {
    width: 582px;
    margin: 0 auto;
  }

  /*スライド回避*/
  .slidenone ul {
    padding: 15px 4.68% 25px;
    overflow: hidden;
  }

  .slidenone ul li {
    margin: 1px 15px;
    text-align: center;
    float: left;
    width: 31%;
    margin: 0;
  }

  .slidenone ul li:nth-child(3n-1) {
    margin: 0 3.25%;
  }

  .contSlide ul {
    padding: 15px 3.25% 25px;
  }

  .contSlide ul li {
    margin: 1px 15px;
    text-align: center;
  }

  .contSlide ul li a {
    color: #000;
    font-size: 12px;
    /*font-weight: normal;*/
  }

  .contSlide ul li a .name {
    padding-top: 10px;
  }

  .contSlide .slick-arrow {
    top: 36%;
    bottom: inherit;
  }

  #recipeWrapper .dot_title {
    background: url("../images/dot_line_pc.png") repeat-x left center;
    margin: 0 3.25%;
  }

  #adWrapper .dot_title {
    width: 540px;
    margin: 0 auto;
  }

  #adWrapper .dot_title span {
    padding: 0 5px 0 9px;
  }

  #adWrapper .adList {
    padding: 15px 4.68% 25px;
  }

  #adWrapper .adList ul {
    overflow: hidden;
    margin: 0;
  }

  #adWrapper .adList ul li {
    width: 30.5%;
    float: left;
  }

  #adWrapper .adList ul li:nth-child(2) {
    margin: 0 4.25%;
  }

  #itemWrapper .dot_title {
    width: 495px;
    margin: 0 auto;
  }

  #itemWrapper .dot_title span {
    padding: 0 17px;
  }

  #itemWrapper .slideItem {
    position: relative;
  }

  #itemWrapper .slideItem ul li .image img {
    height: 200px;
  }

  #itemWrapper .slideItem .slick-arrow.slick-prev {
    left: -50px;
  }

  #itemWrapper .slideItem .slick-arrow.slick-next {
    right: -50px;
  }

  #itemWrapper .slideItem ul.arrow_blank:before {
    left: -50px;
    display: none;
  }

  #itemWrapper .slideItem ul.arrow_blank:after {
    right: -50px;
    display: none;
  }


  #itemWrapper #slideItem {
    position: relative;
  }

  #itemWrapper #slideItem ul li .image img {
    height: 328px;
  }

  #itemWrapper #slideItem .slick-arrow.slick-prev {
    left: -50px;
  }

  #itemWrapper #slideItem .slick-arrow.slick-next {
    right: -50px;
  }

  #itemWrapper #slideItem ul.arrow_blank:before {
    left: -50px;
  }

  #itemWrapper #slideItem ul.arrow_blank:after {
    right: -50px;
  }

  .btn_list {
    width: 290px;
    margin: 34px auto 0;
  }

  .btn_list a {
    font-size: 15px;
    padding: 13px 0 12px;
  }

  .btn_list a::after {
    width: 8px;
    height: 12px;
    background-size: 8px;
  }

  .btn_list a span {
    background-size: 15px;
    padding: 5px 0 5px 30px;
  }

  #cboxContent #cboxTitle {
    font-size: 14px;
  }

  #cboxContent #cboxNext {
    width: 30px;
    height: 30px;
    bottom: -45px;
  }

  #cboxContent #cboxPrevious {
    width: 30px;
    height: 30px;
    bottom: -45px;
  }

  #recipeWrapper .contSlide .slick-arrow {
    top: 30%;
    bottom: initial;
  }
}
@media screen and (min-width: 961px) {
  #Cont2 {
    padding-bottom: 100px;
  }

  #bottomWrapper {
    display: none;
  }

  .productDetailContent {
    background: none;
    padding: 0;
  }

  .productDetailInner {
    padding: 87px 0 0;
    position: relative;
  }

  .titleWrap {
    text-align: center;
  }

  /*.productDetailContentTitle {
    background: url("../images/dot_line_pc.png") repeat-x left center;
    text-align: center;
    margin: 0 auto;
    padding: 0 106px;
    display: inline-block;
  }*/
  .productDetailContentTitle {
    text-align: center;
    margin: 0 auto;
    padding: 0 11px !important;
    display: inline-block;
  }

  .productDetailContentTitle span.dot {
    display: inline-block;
    width: 107px;
    height: 51px;
    vertical-align: top;
    background: url("../images/dot_line_pc.png") repeat-x left center;
  }

  .productDetailContentTitle h2 {
    display: inline-block;
    background: #fff;
    padding: 0 9px 0 8px;
    font-size: 30px;
    text-align: center;
    letter-spacing: 0.1em;
  }

  .productDetailContentTitle h2 span {
    font-size: 30px;
  }

  .productImg {
    margin-top: 0;
    margin-left: 258px;
  }

  .productImg img {
    margin: 0;
  }

  .productText h3 {
    font-size: 18px;
    padding-bottom: 0;
    border-bottom: 1px solid #0079ca;
    letter-spacing: 0.12em;
  }

  .productText h3 br {
    display: inline-block;
  }

  .productText p {
    font-size: 11px;
    line-height: 1.8;
    letter-spacing: 0.08em;
  }

  .productText p br {
    display: inline-block;
  }

  .productText p br.pc_none {
    display: none;
  }

  .productText .textOne {
    position: absolute;
    top: 148px;
    left: 0;
  }

  .productText .textTwo {
    position: absolute;
    top: 372px;
    left: 0;
  }

  .productText .textThree {
    position: absolute;
    top: 148px;
    right: 30px;
  }

  .productText .textFour {
    position: absolute;
    top: 372px;
    right: 30px;
  }

  .productText .btn_recipe {
    display: none;
  }

  .btn_area {
    display: block;
    position: absolute;
    right: 0;
    bottom: -2px;
  }

  .btn_area a {
    display: block;
    width: 160px;
    height: 160px;
    background: #0079c9;
    border-radius: 50%;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btn_area a:hover {
    opacity: .85;
  }

  .btn_area a span {
    display: inline-block;
    color: #fff;
  }

  .btn_area a span.top {
    font-size: 13px;
    /*font-weight: normal;*/
    line-height: 1.5;
    padding-top: 59px;
    padding-bottom: 7px;
    background: url("../images/product_detail/ico_recipe_pc.png") no-repeat center 25px;
  }

  .btn_area a span.bottom {
    padding-top: 5px;
    font-size: 12px;
    padding-right: 10px;
    border-top: 2px solid #fff;
    width: 94px;
    background: url("../images/product_detail/ico_arrow04.png") no-repeat right 11px;
    background-size: 5px;
  }

  .btn_area ul li {
    width: 274px;
    margin-bottom: 10px;
  }

  .btn_area ul li a {
    display: block;
    background-color: #0079c9;
    color: #fff;
    height: 40px;
    line-height: 42px;
    padding-left: 45px;
    font-size: 13px;
    /*font-weight: normal;*/
    text-decoration: none;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btn_area ul li a:hover {
    opacity: .85;
  }

  .btn_area ul li a::after {
    content: '';
    background: url("../images/product_detail/ico_arrow04.png") no-repeat center;
    background-size: contain;
    width: 6px;
    height: 10px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  .btn_area ul li.btn_lineup a {
    background-image: url("../images/product_detail/ico_lineup.png");
    background-repeat: no-repeat;
    background-position: 23px 10px;
  }

  .btn_area ul li.btn_recipe_pc a {
    background-image: url("../images/product_detail/ico_recipe_pc.png");
    background-repeat: no-repeat;
    background-position: 23px 13px;
  }

  .dot_title {
    font-size: 26px;
  }

  #reportWrapper {
    padding-top: 55px;
  }

  #reportWrapper .dot_title {
    width: 576px;
  }

  #reportWrapper .dot_title span {
    padding: 0 8px 0 12px;
  }

  #reportWrapper .reportContent {
    margin: 25px 0 0;
    width: 100%;
  }

  #reportWrapper .reportContent .image_bloc {
    width: 625px;
  }

  #reportWrapper .reportContent .text_bloc {
    padding: 0 30px;
  }

  #reportWrapper .reportContent .text_bloc .text_inn {
    min-height: 125px;
  }

  #reportWrapper .reportContent .text_bloc p {
    display: block;
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 1px;
  }

  #reportWrapper .btn_next a {
    padding: 15px 0 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #reportWrapper .btn_next a:hover {
    opacity: .5;
  }

  #reportWrapper .btn_next a span {
    font-size: 16px;
    background-size: 18px;
    letter-spacing: 0.1em;
    padding: 3px 16px 2px 29px;
  }

  #reportWrapper .btn_next a::after {
    background-size: contain;
    width: 10px;
    height: 13px;
    right: 18px;
  }

  #movieWrapper {
    margin-top: 95px;
  }

  #movieWrapper .dot_title {
    width: 695px;
    margin: 0 auto;
  }

  #movieWrapper .dot_title span {
    padding: 0 12px 0 17px;
  }

  /*スライド回避*/
  .slidenone ul {
    padding: 25px 0 0;
    overflow: hidden;
  }

  .slidenone ul li {
    text-align: center;
    float: left;
    width: 294px;
    margin: 0;
  }

  .slidenone ul li:nth-child(3n-1) {
    margin: 0 39px;
  }

  .contSlide {
    padding: 25px 0 0;
  }

  .contSlide ul {
    padding: 0;
    margin: 0 -20px;
  }

  .contSlide ul li {
    margin: 1px 20px;
  }

  .contSlide ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 220px;
  }

  #recipeWrapper .contSlide ul li a
  {

      height: 240px;
  }

  .contSlide ul li a:hover {
    opacity: .85;
  }

  .contSlide ul li a:hover .name {
    border-bottom: 1px solid #000;
    text-decoration: none;
  }

  .contSlide ul li a .name {
    padding-top: 18px;
    font-size: 14px;
    display: inline-block !important;
    padding-bottom: 1px;
    box-sizing: border-box;
  }

  .contSlide .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 64px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .contSlide .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .contSlide .slick-arrow:hover {
    border-color: #a1a1a1;
  }

  .contSlide .slick-arrow:hover:before {
    opacity: .5;
  }

  .contSlide .slick-arrow.slick-prev {
    left: -9px;
    background: #fff;
  }

  .contSlide .slick-arrow.slick-prev:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow02.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
  }

  .contSlide .slick-arrow.slick-next {
    right: -9px;
    background: #fff;
  }

  .contSlide .slick-arrow.slick-next:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow01.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  #recipeWrapper {
    margin-top: 95px;
  }

  #recipeWrapper .dot_title {
    margin: 0;
  }

  #recipeWrapper .dot_title span {
    padding: 0 15px 0 0;
  }

  #recipeWrapper .dot_title br {
    display: none;
  }

  #adWrapper {
    margin-top: 95px;
  }

  #adWrapper .adList {
    padding: 25px 0 0;
  }

  #adWrapper .adList ul {
    overflow: hidden;
    margin: 0 -21px;
  }

  #adWrapper .adList ul li {
    float: left;
    width: 294px;
    margin: 0 20px !important;
  }

  #itemWrapper {
    margin-top: 95px;
  }

  #itemWrapper .dot_title {
    width: 530px;
  }

  #itemWrapper .dot_title span {
    padding: 0 10px 0 12px;
  }

  #itemWrapper .slideItem {
    margin-top: 30px;
    padding: 0 50px;
  }

  #itemWrapper .slideItem ul li {
    padding: 25px 15px 0;
  }

  #itemWrapper .slideItem ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper .slideItem ul li a:hover {
    opacity: .85;
  }

  #itemWrapper .slideItem ul li .image img {
    height: 328px;
  }

  #itemWrapper .slideItem ul li .name {
    font-size: 13px;
    font-weight: normal;
    padding-top: 25px;
  }

  #itemWrapper .slideItem ul li.item_new::after {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }

  #itemWrapper .slideItem .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper .slideItem .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper .slideItem .slick-arrow:hover {
    border-color: #a1a1a1;
  }

  #itemWrapper .slideItem .slick-arrow:hover:before {
    opacity: .5;
  }

  #itemWrapper .slideItem .slick-arrow.slick-prev {
    background: #fff;
  }

  #itemWrapper .slideItem .slick-arrow.slick-prev:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow02.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
  }

  #itemWrapper .slideItem .slick-arrow.slick-next {
    background: #fff;
  }

  #itemWrapper .slideItem .slick-arrow.slick-next:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow01.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  #itemWrapper .slideItem ul.arrow_blank:before {
    width: 44px;
    height: 44px;
  }

  #itemWrapper .slideItem ul.arrow_blank:after {
    width: 44px;
    height: 44px;
  }




  #itemWrapper #slideItem {
    margin-top: 30px;
    padding: 0 50px;
  }

  #itemWrapper #slideItem ul li {
    padding: 25px 15px 0;
  }

  #itemWrapper #slideItem ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper #slideItem ul li a:hover {
    opacity: .85;
  }

  #itemWrapper .slideItem ul li .image img {
    height: 328px;
  }

  #itemWrapper #slideItem ul li .name {
    font-size: 13px;
    font-weight: normal;
    padding-top: 25px;
  }

  #itemWrapper #slideItem ul li.item_new::after {
    width: 65px;
    height: 65px;
    background-size: 65px;
  }

  #itemWrapper #slideItem .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper #slideItem .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #itemWrapper #slideItem .slick-arrow:hover {
    border-color: #a1a1a1;
  }

  #itemWrapper #slideItem .slick-arrow:hover:before {
    opacity: .5;
  }

  #itemWrapper #slideItem .slick-arrow.slick-prev {
    background: #fff;
  }

  #itemWrapper #slideItem .slick-arrow.slick-prev:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow02.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    left: 15px;
  }

  #itemWrapper #slideItem .slick-arrow.slick-next {
    background: #fff;
  }

  #itemWrapper #slideItem .slick-arrow.slick-next:before {
    content: "";
    width: 10px;
    height: 14px;
    background: url("../images/ico_arrow01.png") no-repeat center;
    background-size: contain;
    display: block;
    position: absolute;
    top: 14px;
    right: 15px;
  }

  #itemWrapper #slideItem ul.arrow_blank:before {
    width: 44px;
    height: 44px;
  }

  #itemWrapper #slideItem ul.arrow_blank:after {
    width: 44px;
    height: 44px;
  }

  .btn_list a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btn_list a:hover {
    opacity: .5;
  }

  #cboxContent #cboxNext {
    width: 40px;
    height: 40px;
    right: -60px;
    top: 44%;
    bottom: 0;
  }

  #cboxContent #cboxPrevious {
    width: 40px;
    height: 40px;
    left: -60px;
    top: 44%;
    bottom: 0;
  }

  #cboxContent #cboxClose {
    background: url("../images/btn_close_pc.png") no-repeat;
    width: 19px !important;
    height: 19px !important;
    background-size: 19px !important;
  }
}



#itemWrapper .slideItem ul.setslides {
  position:relative;
  margin:0 auto;
  display:-webkit-box;
  display:-moz-box;
  display:-ms-box;
  display:-webkit-flexbox;
  display:-moz-flexbox;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:-ms-flex;
  display:flex;
  justify-content: center;
  -webkit-justify-content:center;
}

#itemWrapper .slideItem ul.setslides li {
  margin:0 15px;
}



/* ============================================================= */

@media screen and (max-width:640px){

#itemWrapper .slideItem ul.setslides li {

  margin:0 35px;
}

#reportWrapper .btn_next {
  margin-top: 15px;
}

}

#itemWrapper .slideItem ul li .image img.img_item38 {
  width: 50px;
  height: 149px;
  /* margin-top: 21px; */
}

@media screen and (min-width:641px) {
  #itemWrapper .slideItem ul li .image img.img_item38 {
    width: 50px;
    height: 149px;
    margin-top: 51px;
  }
}

@media screen and (min-width: 961px) {
  #itemWrapper .slideItem ul li .image img.img_item38 {
    width: 86px;
    height: 247px;
    margin-top: 82px;
  }
  #itemWrapper .slideItem ul li .image img.img_item38[src*="img_item38_detail_pc.png"]  {
    width: 87px;
    height: 247px;
    margin-top: 82px;
  }

}
