@charset "UTF-8";

@media (max-width: 640px)
{
    #slideRecipe .tb_only
    {
        display: none !important;
    }
}

@media (min-width: 960px)
{
    #slideRecipe .tb_only
    {
        display: none !important;
    }
}

@media (min-width: 641px) and (min-width: 960px)
{
    #slideRecipe .tb-hide
    {
        display: none !important;
    }
}

#slideWrapper *, #slideWrapper *:before, #slideWrapper *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.Cont2 {
  position: relative;
  padding-top: 16px;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", 'NoChattering', "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.btn_top_instagram {
  margin: 0 4.68%;
/*   border: 2px solid #3e3e3e; */
}

.btn_top_instagram a {
  display: block;
  padding: 10px 6.9% 9px;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.4;
  /*font-weight: normal;*/
  color: #000;
  position: relative;
}

.btn_top_instagram 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_top_instagram a span.top {
  display: inline-block;
  padding-left: 35px;
  background: url("../images/sns_instagram_ver2.png") no-repeat left center;
  background-size: 23px;
}

.btn_top_instagram a span.top--facebook {
  display: inline-block;
  padding-left: 35px;
  background: url("../images/top/ico_facebook.png") no-repeat left center;
  background-size: 23px;
}

.btn_top_instagram a span.top--twitter {
  display: inline-block;
  padding-left: 35px;
  background: url("../images/sns_twitter_black.jpg") no-repeat left center;
  background-size: 23px;
}


#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 .pc_only .slick-track {
  margin: auto;
}
#itemWrapper #slideItem .sp_only .slick-track {
  margin: auto;
}

#itemWrapper #slideItem ul li {
  text-align: center;
  position: relative;
}

#itemWrapper #slideItem ul li .image img {
  width: auto;
  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 .name.long-text
{
    min-width: 110px;

}

@media (max-width: 360px)
{
    #itemWrapper #slideItem ul li .name.long-text
    {
        margin-left: -10px;
    }
}

@media (max-width: 768px)
{
    #itemWrapper #slideItem ul li .name .sp-small
    {
        font-size: 8px;
        transform: scale(0.8);
        //transform-origin:0 0;
        display: inline-block;
    }
}


#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: contain;
  display: block;
  width: 28px;
  height: 28px;
  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;
}

.btn_list {
  margin: 25px 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;
}

.btn_blank {
  margin: 15px 6.25% 0;
}

.btn_blank .btn_inn {
  text-align: center;
  display: block;
  border: 2px solid #d8d8d8;
  color: #ccc;
  font-size: 12px;
  /*font-weight: normal;*/
  line-height: 1;
  padding: 15px 0 14px;
  position: relative;
}

.btn_blank .btn_inn::after {
  content: "";
  display: block;
  background: url("../images/top/gr_ico_arrow01.png") no-repeat center;
  background-size: 7px;
  width: 7px;
  height: 10px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 5%;
}

.btn_blank .btn_inn span {
  padding-left: 20px;
  display: inline-block;
  background: url("../images/top/gr_ico_btn_list.png") no-repeat left center;
  background-size: 10px;
  letter-spacing: 2px;
}

#indexWrap .col2Wrapper .image_bloc {
  margin: 15px 6.25% 0;
}

#indexWrap .col2Wrapper .image_bloc a {
  position: relative;
  display: block;
}

#indexWrap .col2Wrapper .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;
}

#indexWrap .col2Wrapper #movieWrapper, #indexWrap .col2Wrapper #reportWrapper {
  margin-top: 50px;
}

#movieWrapper a img {

}

#movieWrapper .dot_title span {
  /*padding: 0 3px 0 8px;*/
}

#reportWrapper .dot_title span {
  /*padding: 0 5px 0 8px;*/
}

#adWrapper .dot_title span {
  /*padding: 0 5px 0 8px;*/
}

#manufacturingWrapper {
  margin-top: 50px;
}

#manufacturingWrapper .image_bloc {
  margin: 15px 6.25% 0;
}

#manufacturingWrapper .image_bloc a {
  position: relative;
  display: block;
}

#manufacturingWrapper .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;
}

.btn_detail {
  margin: 15px 6.25% 0;
}

.btn_detail 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;
}

.btn_detail 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_detail 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;
}

#adWrapper {
  margin-top: 50px;
}

#adWrapper .image_bloc {
  margin: 15px 6.25% 0;
}

#adWrapper .image_bloc a {
  position: relative;
  display: block;
}

#adWrapper .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;
}

#recipeWrapper {
  margin-top: 50px;
  position: relative;
}

#recipeWrapper .dot_title span {
  letter-spacing: 3px;
  padding: 0 5px 0 10px;
}

#recipeWrapper #slideRecipe {
  position: relative;
}

#recipeWrapper #slideRecipe a, #recipeWrapper #slideRecipe button {
  outline: none;
}

#recipeWrapper #slideRecipe ul {
  //padding: 20px 12.5% 25px;
  padding: 20px 12.5% 0px;
}

#recipeWrapper #slideRecipe ul li img {
  width: 100%;
}

#recipeWrapper #slideRecipe ul li a {
  text-align: center;
  display: block;
}

#recipeWrapper #slideRecipe 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 #slideRecipe .slick-arrow {
  position: absolute;
  margin: auto;
  top: 35%;
  width: 32px;
  height: 32px;
  display: block;
  font-size: 0;
  border: 2px solid #3d3d3d;
  border-radius: 50%;
  z-index: 10;
}

#recipeWrapper #slideRecipe .slick-arrow.slick-prev {
  left: 6.25%;
  background: url("../images/ico_arrow02.png") no-repeat center #fff;
  background-size: 7px;
}

#recipeWrapper #slideRecipe .slick-arrow.slick-next {
  right: 6.25%;
  background: url("../images/ico_arrow01.png") no-repeat center #fff;
  background-size: 7px;
}

#recipeWrapper #slideRecipe ul.slick-dots {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: initial;
  bottom: 4px;
  padding: 0;
  height: 8px;
}

#recipeWrapper #slideRecipe ul.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 4px;
}

#recipeWrapper #slideRecipe ul.slick-dots li button {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  background: #b4b4b4;
  border: 0;
  border-radius: 50%;
  outline: none;
}

#recipeWrapper #slideRecipe ul.slick-dots li.slick-active button {
  background: #5e5e5e;
}

.bottom_snsWrap {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom_snsWrap *, .bottom_snsWrap *:before, .bottom_snsWrap *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.bottom_sns_bloc {
  background: #fff;
  margin-bottom: 15px;
  padding-bottom: 20px;
}

.bottom_sns_bloc .bloc_title {
  font-size: 12px;
  /*font-weight: normal;*/
  color: #000;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 1px;
}

.bottom_sns_bloc .bloc_inner {
  padding: 0 7.24%;
}

.bottom_sns_bloc .btn_sns {
  margin: 15px 7.24% 0;
}

.bottom_sns_bloc .btn_sns a {
  line-height: 1;
  display: block;
  border: 2px solid #3e3e3e;
  text-align: center;
  padding: 11px 0 10px;
  position: relative;
}

.bottom_sns_bloc .btn_sns a:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../images/ico_arrow_mini01.png") no-repeat center;
  background-size: 4px;
  width: 4px;
  height: 6px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 7.3%;
}

.bottom_sns_bloc .btn_sns a span {
  display: inline-block;
  /*font-weight: normal;*/
  font-size: 12px;
  color: #000;
  text-decoration: none;
  padding: 4px 0;
}

.bottom_sns_bloc .btn_sns a span.ico_insta {
  background: url("../images/sns_instagram_ver2-color.png") no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
}

.bottom_sns_bloc .btn_sns a span.ico_twitter {
  background: url("../images/sns_twitter.png") no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
}

.bottom_sns_bloc .btn_sns a span.ico_mail {
  background: url("../images/sns_mail.png") no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
}

.bottom_sns_bloc .btn_sns a span.ico_fb {
  background: url("../images/menuFacebook.png") no-repeat left center;
  background-size: 16px;
  padding-left: 25px;
}


#sns_instagram .bloc_title span {
  background: url("../images/sns_instagram_ver2-color.png") no-repeat left center;
  background-size: 20px;
  padding: 5px 0 5px 27px;
}

#sns_instagram .insta_area {
  border: 2px solid #dedede;
}

#sns_instagram .insta_area ul {
  margin-top: 5px;
}

#sns_instagram .insta_area ul li {
  float: left;
  width: 18%;
  margin-left: 1.66%;
}

#sns_instagram .insta_area ul li:last-child {
  display: none;
}

#sns_instagram .insta_area ul li img {
  width: 100%;
}

#sns_instagram .insta_area .insta_title {
  font-size: 11px;
  text-align: center;
  /*font-weight: normal;*/
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 10px 0 8px;
}

#sns_instagram .insta_area .insta_title .pc_on {
  display: none;
}

#sns_facebook .bloc_title span {
  background: url("../images/sns_facebook.png") no-repeat left center;
  background-size: 20px;
  padding: 5px 0 5px 27px;
}

#sns_facebook .pic_area {
  border: 2px solid #dedede;
}

#sns_facebook .pic_area ul {
  margin-top: 5px;
}

#sns_facebook .pic_area ul li {
  float: left;
  width: 18%;
  margin-left: 1.66%;
}

#sns_facebook .pic_area ul li:last-child {
  display: none;
}

#sns_facebook .pic_area ul li img {
  width: 100%;
}

#sns_facebook .pic_area .bloc_title {
  font-size: 11px;
  text-align: center;
  /*font-weight: normal;*/
  line-height: 1.4;
  letter-spacing: 1px;
  padding: 10px 0 8px;
}

#sns_facebook .pic_area .bloc_title .pc_on {
  display: none;
}

#sns_twitter .bloc_title span {
  background: url("../images/sns_twitter.png") no-repeat left center;
  background-size: 20px;
  padding: 5px 0 5px 27px;
}

#sns_twitter .twitter_area {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 15px;
  margin-bottom: 30px;
  position: relative;
}

#sns_twitter .twitter_area .tweets_list_pc {
  display: none;
}

#sns_twitter .twitter_area .avater_wrap {
  position: absolute;
  top: 0;
  left: 5px;
  padding: 15px 10px 15px;
  background: #fff;
}

#sns_twitter .twitter_area .avater_twitter {
  padding: 4px;
  border: 1px solid #bbb;
  background: #fff;
}

#sns_twitter .twitter_area .avater_twitter img {
  width: 45px;
}

#sns_twitter .twitter_area ul li {
  padding: 0 20px 0 80px;
  min-height: 58px;
}

#sns_twitter .twitter_area ul li a {
  display: block;
  font-size: 9px;
  line-height: 1.5;
  /*font-weight: normal;*/
  color: #000;
}

#sns_twitter .twitter_area ul li a span {
  display: block;
}

#sns_twitter .twitter_area ul li a span.date {
  color: #999;
  line-height: 1;
  margin-bottom: 3px;
}

#sns_twitter .twitter_area ul li a span.post {
  color: #000;
}

#sns_twitter .twitter_area a, #sns_twitter .twitter_area button {
  outline: none;
}

#sns_twitter .twitter_area .slick-slider {
  position: static;
}

#sns_twitter .twitter_area .slick-arrow {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  width: 10px;
  height: 70px;
  display: block;
  font-size: 0;
  z-index: 10;
  border: none;
}

#sns_twitter .twitter_area .slick-arrow.slick-prev {
  left: 0;
  background: url("../images/ico_arrow02.png") no-repeat left center #fff;
  background-size: 7px;
}

#sns_twitter .twitter_area .slick-arrow.slick-next {
  right: 0;
  background: url("../images/ico_arrow01.png") no-repeat right center #fff;
  background-size: 7px;
}

#sns_twitter .twitter_area ul.slick-dots {
  text-align: center;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -20px;
  height: 8px;
}

#sns_twitter .twitter_area ul.slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  min-height: 8px;
  margin: 0 4px;
  padding: 0;
}

#sns_twitter .twitter_area ul.slick-dots li button {
  text-indent: -99999px;
  display: block;
  width: 8px;
  height: 8px;
  background: #b4b4b4;
  border: 0;
  border-radius: 50%;
  outline: none;
}

#sns_twitter .twitter_area ul.slick-dots li.slick-active button {
  background: #5e5e5e;
}

#sns_mail .bloc_title span {
  background: url("../images/sns_mail.png") no-repeat left center;
  background-size: 20px;
  padding: 5px 0 5px 27px;
  letter-spacing: 0;
}

#sns_mail .mail_area {
  border-top: 1px solid #ddd;
  padding: 12px 0 0;
}

#sns_mail .mail_area .image {
  float: left;
  width: 60px;
  padding-left: 10px;
}

#sns_mail .mail_area .text {
  padding-left: 80px;
  /*font-weight: normal;*/
  font-size: 9px;
  line-height: 1.4;
}

@media screen and (min-width: 641px) {
  .pc_slider {
    padding: 0 40px;
  }
  
  .img_main_summer2025 {
    padding-top: 30px;
    display: block;
  }
  
  .pc_slider a, .pc_slider button {
    outline: none;
  }

  .pc_slider .sliderBlock {
    background: #fff;
  }

  .pc_slider .sliderBlock.bloc01 .img_top {
    float: left;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc01 .img_bottom {
    float: right;
    width: 50%;
    padding: 2.8% 2% 0;
    margin-top: 0;
  }

  .pc_slider .sliderBlock.bloc01 .img_bottom > div {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .pc_slider .sliderBlock.bloc01 .img_bottom > div:first-child {
    margin-bottom: 13px;
  }

  .pc_slider .sliderBlock.bloc03 .img_left {
    float: left;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc03 .img_right {
    float: right;
    width: 484px;
    padding: 12px 10px 0 0;
  }

  .pc_slider .sliderBlock.bloc03 .img_top {
    float: left;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc03 .img_bottom {
    float: right;
    width: 50%;
    padding: 3% 2% 0;
  }

  .pc_slider .sliderBlock.bloc04 .img_top {
    float: left;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom {
    float: right;
    width: 50%;
    padding: 3% 2% 0;
  }

  .pc_slider .sliderBlock.bloc05 .img_top {
    float: left;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc05 .img_bottom {
    float: right;
    width: 50%;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div.img_report {
    margin-bottom: 13px;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div.img_report ul {
    overflow: hidden;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div.img_report ul li {
    float: left;
    width: 48%;
    margin-left: 4%;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div.img_report ul li:first-child {
    margin-left: 0;
  }

  .pc_slider .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: 5;
  }

  .pc_slider .slick-arrow.slick-prev {
    left: 10px;
    background: url("../images/ico_arrow02.png") no-repeat center #fff;
    background-size: 7px;
  }

  .pc_slider .slick-arrow.slick-next {
    right: 10px;
    background: url("../images/ico_arrow01.png") no-repeat center #fff;
    background-size: 7px;
  }

  .pc_slider ul.slick-dots {
    text-align: center;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: -25px;
  }

  .pc_slider ul.slick-dots li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }

  .pc_slider ul.slick-dots li button {
    font-size: 0;
    display: block;
    width: 8px;
    height: 8px;
    background: #b4b4b4;
    border: 0;
    border-radius: 50%;
    outline: none;
  }

  .pc_slider ul.slick-dots li.slick-active button {
    background: #5e5e5e;
  }

  .btn_top_instagram {
    border: none;
    position: absolute;
    right: 10px;
    margin: 0;
    z-index: 9;
    width: 140px;
    top: -59px;
    background-size: 100%;
/*
    border-radius: 50%;
    background: #fff;
*/
  }

  .mouse--off.btn_top_instagram
  {
      background:url(../images/top/sns-bg.png) no-repeat center top;
      background-size: 100% auto;
/*       height: 140px; */
      padding-top: 50px;
      top: -59px;

  }


  .mouse--on.btn_top_instagram
  {
      background:url(../images/top/btn_top_instagram_on.png) no-repeat center top;
      background-size: 100% auto;
      //top: -160px;
      top: -200px;
      padding-top: 57px;
  }

  .mouse--off.btn_top_instagram a {
      text-align: center;
  }

  .mouse--on.btn_top_instagram a {
/*     text-align: center; */
    padding: 0px;
    display: flex;
    display: -webkit-flex;
    margin-bottom: 20px;
    font-size: 10px;
  }

  .mouse--off .mouse--on__text
  {
      display: none !important;
  }

  .mouse--on .mouse--off__text
  {
      display: none !important;
  }

  .btn_top_instagram a::after {
    content: none;
  }

  .btn_top_instagram a img
  {
      width: 28px;
      height: auto;
      margin-right: 14px;
  }

  .mouse--on.btn_top_instagram a img
  {
      width: 24px;
  }

  .btn_top_instagram a span.top {
    padding-top: 45px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 10px;
    background: url("../images/top/ico_instagram_pc.png") no-repeat center 0;
    background-size: 25px;
    border-bottom: 1px solid #000;
  }

  .btn_top_instagram a span.top br {
    display: inline-block !important;
  }

  .btn_top_instagram a span.bottom {
    font-size: 10px;
    padding-right: 10px;
    background: url("../images/ico_arrow_mini01.png") no-repeat right center;
    background-size: 4.5px;
    display: inline-block !important;
  }

  .Cont2 {

  }

  /*revised*/
  .dot_title {
    /*background: url("../images/dot_line_pc.png") repeat-x center;*/
  }

  .dot_title span:first-child,
  .dot_title span:last-child {
    background-image: url("../images/dot_line_pc.png");
    background-size: auto;
  }

  /*/revised*/
  .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;
  }

  .btn_blank {
    width: 290px;
    margin: 34px auto 0;
  }

  .btn_blank .btn_inn {
    font-size: 15px;
    padding: 13px 0 12px;
  }

  .btn_blank .btn_inn::after {
    width: 8px;
    height: 12px;
    background-size: 8px;
  }

  .btn_blank .btn_inn span {
    background-size: 15px;
    padding: 5px 0 5px 30px;
  }

  .btn_detail {
    width: 290px;
    margin: 34px auto 0;
  }

  .btn_detail a {
    font-size: 15px;
    padding: 13px 0 12px;
  }

  .btn_detail a::after {
    width: 8px;
    height: 12px;
    background-size: 8px;
  }

  .btn_detail a span {
    background-size: 15px;
    padding: 5px 0 5px 30px;
  }

  #itemWrapper .dot_title {
    width: 477px;
    margin: 0 auto;
  }

  #itemWrapper .dot_title span {
    padding: 0 13px 0 22px;
  }

  #itemWrapper #slideItem {
    position: relative;
  }

  #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: -50px;
    bottom: 0;
    margin: auto;
    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: -50px;
    bottom: 0;
    margin: auto;
    display: none;
  }

  #itemWrapper #slideItem ul li .image img {

  }

  #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: contain;
    display: block;
    width: 37px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 10;
  }

  #indexWrap .col2Wrapper {
    padding: 0 3.25%;
  }

  #indexWrap .col2Wrapper > div {
    float: left;
    width: 48%;
    margin-left: 4%;
  }

  #indexWrap .col2Wrapper > div:first-child {
    margin-left: 0;
  }

  #adWrapper .dot_title {
    height: 48px;
  }

  #adWrapper .dot_title span {
    /*padding-top: 15px;*/
  }

  #recipeWrapper .dot_title {
    background: url("../images/dot_line_pc.png") repeat-x left center;
    margin: 0 3.25%;
  }

  #recipeWrapper #slideRecipe ul {
    padding: 15px 3.25% 25px;
  }

  #recipeWrapper #slideRecipe ul li {
    margin: 0 15px;
    text-align: center;
  }

  #recipeWrapper #slideRecipe ul li a {
    color: #000;
    font-size: 12px;
    /*font-weight: normal;*/
  }

  #recipeWrapper #slideRecipe ul li a .name {
    padding-top: 10px;
  }

  #recipeWrapper #slideRecipe .slick-arrow {
    top: 30%;
    bottom: inherit;
  }

  .bottom_sns_bloc .btn_sns {
    width: 250px;
    margin: 15px auto 0;
  }

  #sns_mail .mail_area .text p {
    padding: 10px 0;
    margin-top: 4px;
  }

  #sns_mail .mail_area .text br {
    display: none;
  }
}


@media (min-width: 641px) and (max-width: 768px)
{

.mouse--on.btn_top_instagram
  {
      top: -88px;
      padding-top: 57px;
  }
  .mouse--on.btn_top_instagram a
  {
      margin-bottom: 10px;
  }
}


@media screen and (min-width: 961px) {
  .btn_list a, .btn_detail a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .btn_list a:hover, .btn_detail a:hover {
    opacity: .5;
  }

}
@media screen and (min-width: 961px) and (max-width: 960px) {
  .pc_slider .slide_inn {
    width: 100%;
  }
}

@media screen and (min-width: 961px) {
  .pc_slider .sliderBlock.bloc01 .img_top {
    width: 474px;
    height: 434px;
  }

  .pc_slider .sliderBlock.bloc01 .img_bottom {
    width: 484px;
    padding: 12px 10px 0 0;
  }

  .pc_slider .sliderBlock.bloc03 .img_top {
    width: 474px;
    height: 434px;
  }

  .pc_slider .sliderBlock.bloc03 .img_bottom {
    width: 484px;
    padding: 12px 10px 0 0;
  }

  .pc_slider .sliderBlock.bloc04 .img_top {
    width: 474px;
    height: 434px;
  }

  .pc_slider .sliderBlock.bloc04 .img_top.img_line--right {

    width: 480px;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom {
    width: 484px;
    padding: 12px 10px 0 0;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom.img_fill {
    //width: 480px;
    width: 474px;
    padding: 0px;
  }

  .pc_slider .sliderBlock.bloc04 .img_right {
    width: 484px;
    padding: 4px 10px 0 0;
    float: right;
  }

  .pc_slider .sliderBlock.bloc04 .img_bottom > div.img_report ul li {
    width: 231px;
    margin-left: 11px;
  }

  .pc_slider .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pc_slider .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .pc_slider .slick-arrow:hover {
    border-color: #a1a1a1;
  }

  .pc_slider .slick-arrow:hover:before {
    opacity: .5;
  }

  .pc_slider .slick-arrow.slick-prev {
    left: 0;
    background: #fff;
  }

  .pc_slider .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;
  }

  .pc_slider .slick-arrow.slick-next {
    right: 0;
    background: #fff;
  }

  .pc_slider .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;
  }

  #Cont2 {
    padding-top: 28px;
  }

  #Cont2 .wrapper {
    position: relative;
  }

  .btn_top_instagram {

    right: -25px;
    z-index: 10;
    width: 188px;
  }

  .mouse--off.btn_top_instagram
  {
      top: -127px;
      /*height: 188px;*/
      padding-top: 64px;
  }


  .btn_top_instagram:hover {
    border-color: #a1a1a1;
  }

  .btn_top_instagram a {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*display: block;*/
  }

  .btn_top_instagram a:hover {
    opacity: .5;
  }

  .btn_top_instagram a span.top {
    background-size: 31px;
    font-size: 13px;
    padding-top: 60px;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
  }

  .btn_top_instagram a span.bottom {
    font-size: 12px;
    margin-top: 8px;
  }

  .dot_title {
    font-size: 26px;
  }
}
@media screen and (min-width: 961px) and (max-width: 960px) {
  #recipeWrapper #slideRecipe ul {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 961px) {
  #recipeWrapper #slideRecipe ul li {
    margin: 0 20px;
  }

  #recipeWrapper #slideRecipe ul li a {
    display: block;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    //height: 221px;
    height: 240px;
  }

  #recipeWrapper #slideRecipe ul li a:hover {
    opacity: .85;
  }

  #recipeWrapper #slideRecipe ul li a:hover .name {
    border-bottom: 1px solid #000;
    text-decoration: none;
  }

  #recipeWrapper #slideRecipe ul li a .name {
    padding-top: 18px;
    font-size: 14px;
    display: inline-block !important;
    padding-bottom: 1px;
    box-sizing: border-box;
  }

  #recipeWrapper #slideRecipe .slick-arrow {
    width: 45px;
    height: 45px;
    cursor: pointer;
    top: 64px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #recipeWrapper #slideRecipe .slick-arrow:before {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  #recipeWrapper #slideRecipe .slick-arrow:hover {
    border-color: #a1a1a1;
  }

  #recipeWrapper #slideRecipe .slick-arrow:hover:before {
    opacity: .5;
  }

  #recipeWrapper #slideRecipe .slick-arrow.slick-prev {
    left: -9px;
    background: #fff;
  }

  #recipeWrapper #slideRecipe .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;
  }

  #recipeWrapper #slideRecipe .slick-arrow.slick-next {
    right: -9px;
    background: #fff;
  }

  #recipeWrapper #slideRecipe .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;
  }

  .bottom_snsWrap {
    padding: 50px 40px 50px 38px;
    background: #fff;
  }

  .bottom_sns_bloc {
    margin-bottom: 0;
    position: relative;
  }

  .bottom_sns_bloc .bloc_title {
    text-align: left;
    font-size: 18px;
    padding: 0 0 0 5px;
  }

  .bottom_sns_bloc .bloc_inner {
    padding: 0;
  }

  .bottom_sns_bloc .btn_sns {
    position: absolute;
    top: -5px;
    right: 0;
    width: 285px;
    margin: 0;
  }

  .bottom_sns_bloc .btn_sns a {
    padding: 8px 0;
    text-align: left;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .bottom_sns_bloc .btn_sns a span {
    font-size: 13px;
  }

  .bottom_sns_bloc .btn_sns a:hover {
    opacity: .5;
  }

  .bottom_sns_bloc .btn_sns a::after {
    width: 5px;
    height: 8px;
    background-size: 5px;
    right: 12px;
  }

  .bottom_sns_bloc .btn_sns a span.ico_insta {
    padding-left: 40px;
    background-position: 16px center;
  }

  .bottom_sns_bloc .btn_sns a span.ico_twitter {
    padding-left: 56px;
    background-position: 29px center;
    background-size: 18px;
  }

  .bottom_sns_bloc .btn_sns a span.ico_mail {
    padding-left: 64px;
    background-position: 27px center;
    background-size: 24px;
  }

  .bottom_sns_bloc .btn_sns a span.ico_fb {
    padding-left: 40px;
    background-position: 16px center;
  }

  #sns_instagram {
    padding-bottom: 65px;
  }

  #sns_instagram .bloc_title {
    margin-bottom: 24px;
  }

  #sns_instagram .bloc_title span {
    background-size: 24px;
    padding: 5px 0 5px 38px;
  }

  #sns_instagram .insta_area {
    position: relative;
  }

  #sns_instagram .insta_area ul {
    margin: 0;
    padding: 10px 0;
  }

  #sns_instagram .insta_area ul li {
    width: 85px;
    margin-left: 10px;
  }

  #sns_instagram .insta_area ul li:nth-child(4) {
    margin-left: 308px;
  }

  #sns_instagram .insta_area ul li:last-child {
    display: block;
  }

  #sns_instagram .insta_area .insta_title {
    position: absolute;
    width: 210px;
    top: 25px;
    left: 335px;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 70px;
    background: url("../images/sns_instagram_ver2-color.png") no-repeat left center;
    background-size: 45px;
  }

  #sns_instagram .insta_area .insta_title .pc_on {
    display: inline-block;
  }

  #sns_facebook {
    padding-bottom: 65px;
  }

  #sns_facebook .bloc_title {
    margin-bottom: 24px;
  }

  #sns_facebook .bloc_title span {
    background-size: 24px;
    padding: 5px 0 5px 38px;
  }

  #sns_facebook .pic_area {
    position: relative;
  }

  #sns_facebook .pic_area ul {
    margin: 0;
    padding: 10px 0;
  }

  #sns_facebook .pic_area ul li {
    width: 85px;
    margin-left: 10px;
  }

  #sns_facebook .pic_area ul li:nth-child(4) {
    margin-left: 308px;
  }

  #sns_facebook .pic_area ul li:last-child {
    display: block;
  }

  #sns_facebook .pic_area .bloc_title {
    position: absolute;
    width: 210px;
    top: 25px;
    left: 335px;
    text-align: left;
    font-size: 14px;
    padding: 0 0 0 70px;
    background: url("../images/sns_facebook.png") no-repeat left center;
    background-size: 45px;
  }

  #sns_facebook .pic_area .bloc_title .pc_on {
    display: inline-block;
  }

  #sns_twitter {
    padding-bottom: 65px;
  }

  #sns_twitter .bloc_title {
    margin-bottom: 25px;
  }

  #sns_twitter .bloc_title span {
    background-size: 24px;
    padding: 5px 0 5px 38px;
  }

  #sns_twitter .twitter_area {
    padding: 0;
    border: 0;
    margin-bottom: 0;
    overflow: hidden;
  }

  #sns_twitter .twitter_area .tweets_list {
    display: none;
  }

  #sns_twitter .twitter_area .avater_wrap {
    padding: 0;
    position: relative;
    left: 0;
  }

  #sns_twitter .twitter_area .avater_twitter {
    position: relative;
    float: left;
    top: 0;
    left: 6px;
    padding: 9px;
  }

  #sns_twitter .twitter_area .avater_twitter img {
    width: 92px;
  }

  #sns_twitter .twitter_area .tweets_list_pc {
    display: block;
    float: right;
    width: 735px;
    border-top: 1px solid #ddd;
    margin-top: 7px;
  }

  #sns_twitter .twitter_area .tweets_list_pc dl dt {
    float: left;
    color: #939393;
    font-size: 12px;
    padding: 6px 0 6px 10px;
    /*font-weight: normal;*/
  }

  #sns_twitter .twitter_area .tweets_list_pc dl dd {
    font-size: 12px;
    padding: 6px 0 6px 120px;
    /*font-weight: normal;*/
    border-bottom: 1px solid #ddd;
  }

  #sns_twitter .twitter_area .tweets_list_pc dl dd a {
    color: #000;
  }

  #sns_twitter .twitter_area .tweets_list_pc dl dd a:hover {
    text-decoration: underline;
  }

  #sns_mail .bloc_title {
    margin-bottom: 20px;
  }

  #sns_mail .bloc_title span {
    background-size: 24px;
    padding: 5px 0 5px 38px;
    letter-spacing: 1px;
  }

  #sns_mail .mail_area {
    padding: 0;
    border-top: 0;
    overflow: hidden;
  }

  #sns_mail .mail_area .image {
    float: left;
    padding: 0;
    margin-left: 6px;
    background: url("../images/top/img_foot_mail_pc.png") no-repeat center;
    width: 125px;
    height: 52px;
  }

  #sns_mail .mail_area .image img {
    display: none;
  }

  #sns_mail .mail_area .text {
    padding: 0;
    width: 735px;
    float: right;
  }

  #sns_mail .mail_area .text p {
    font-size: 14px;
    /*font-weight: normal;*/
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: 15px;
  }

  /*add*/
  #movieWrapper .dot_title span {
    padding: 0 8px 0 9px;
  }

  #manufacturingWrapper .dot_title span {
    padding: 0 5px;
    letter-spacing: 0;
  }
}
@media (min-width: 769px) and (max-width: 960px) {
  .btn_top_instagram {
    right: 10px;
    width: 144px;
    height: 144px;
  }
  .btn_top_instagram a span.top {
    padding-top: 45px;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: 10px;
    background: url("../images/top/ico_instagram_pc.png") no-repeat center 0;
    background-size: 25px;
    border-bottom: 1px solid #000;
  }
  .btn_top_instagram a span.bottom {
    font-size: 10px;
    padding-right: 10px;
    background: url("../images/ico_arrow_mini01.png") no-repeat right center;
    background-size: 4.5px;
  }
}
@media screen and (max-width: 1080px) {
  .pc_slider {
    max-width: 100%;
  }

  .pc_slider .slick-arrow.slick-next {
    right: 0;
  }

  .pc_slider .slick-arrow.slick-prev {
    left: 0;
  }

  #recipeWrapper #slideRecipe .slick-arrow.slick-next {
    right: 20px;
  }

  #recipeWrapper #slideRecipe .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .pc_slider {
    max-width: 100%;
  }
}
/*@media (min-width: 641px) and (max-width: 960px) {
  #itemWrapper #slideItem .slick-arrow.slick-prev {
    left: -50px;
  }

  #itemWrapper #slideItem .slick-arrow.slick-next {
    right: -50px;
  }
}*/

@media (min-width: 641px)
{
    .btn_top_instagram
    {
        transition:top 0.3s ease-out;
    }
    .mouse--off .sns-list
    {
        width: 62px;
        margin: auto;
        overflow: hidden;
        transform: none;
        display: flex;
        display: -webkit-flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .mouse--off .sns-list li
    {
        transform: none;
        //float: left;
        width: 25px;
    }
    .mouse--off .sns-list li a
    {
        padding: 0px;
        display: block;
    }
    .mouse--off .sns-list li a img
    {
        width: 100%;
        height: auto;
        transform: none;
    }
    .mouse--on .sns-list
    {
        padding-left: 20px;
    }

    .align-center
    {
        text-align: center;
    }
    .btn_top_instagram p
    {
        font-size: 10px;
        font-weight: normal;
    }
/*
    .sns-list li a img
    {
        width: 30px;
        height: auto;
        transform: scale(1,1);
    }
    .sns-list li a
    {
        transform: none;
        display: inline-block;
    }
    .sns-list li a:hover img
    {
        transform: scale(1,1);
    }
*/
}

@media (min-width: 961px)
{
/*
    .sns-list
    {
        width: 80px;
    }
    .sns-list li
    {
        width: 30px;
    }
*/
    .btn_top_instagram p
    {
        font-size: 13px;
    }
    .mouse--on.btn_top_instagram
    {
        width: 188px;
    }
    .mouse--on.btn_top_instagram .sns-list
    {
        padding-left: 30px;
    }
    .mouse--on.btn_top_instagram .sns-list a img
    {
        width: 28px;
        margin-right: 14px;
    }
    .mouse--on.btn_top_instagram .sns-list a
    {
        font-size: 12px;
    }
}

@media (max-width: 640px)
{
    .sns-list li
    {
        border: 2px solid #3e3e3e;
        margin-bottom: 10px;
    }
}

.img_line--right
{
    border-right: solid 2px #f5f5f5;
}


.pc_slider .sliderBlock.bloc04 .w480,
.pc_slider .sliderBlock.bloc04 .img_bottom.img_fill.w480
{
  padding: 0;
  width: 50%;
}




/* ============================================================ */
#itemWrapper {
  margin-top: 0;
}

#itemWrapper #slideItem {
  margin: 40px auto 0;
  padding: 0;
  width: 660px;
}

#itemWrapper #slideItem ul.arrow_blank:before {
  width: 44px;
  height: 44px;
  left: -70px;
  display: none;
}

#itemWrapper #slideItem ul.arrow_blank:after {
  width: 44px;
  height: 44px;
  right: -70px;
  display: none;
}

#itemWrapper #slideItem ul li {
  padding: 25px 5px 0;
  height:auto;
  display:flex;
  justify-content:center;
  -webkit-justify-content:center;
  align-items:flex-end;
  -webkit-align-items:flex-end;
}

#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;
  padding-top: 25px;
  font-weight: normal;
  color: #000;
}

#itemWrapper #slideItem ul li.item_new::after {
  background: url("../images/top/ico_new_pc.png") no-repeat;
  width: 65px;
  height: 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:hover {
  opacity: .85;
}

#itemWrapper #slideItem .slick-arrow.slick-prev {
  left: -70px;
  background-size: 9px;
}

#itemWrapper #slideItem .slick-arrow.slick-next {
  right: -70px;
  background-size: 9px;
}

#indexWrap .col2Wrapper #movieWrapper, #indexWrap .col2Wrapper #reportWrapper {
  margin-top: 0;
}

#indexWrap .col2Wrapper {
  margin-top: 0;
  padding: 0;
}

#indexWrap .col2Wrapper > div {
  width: 460px;
  margin-left: 40px;
}

#indexWrap .col2Wrapper .image_bloc {
  margin: 35px 0 0;
}

#indexWrap .col2Wrapper .image_bloc a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#indexWrap .col2Wrapper .image_bloc a:hover {
  opacity: .85;
}

#indexWrap .col2Wrapper .image_bloc a::after {
  width: 43px;
  height: 43px;
  background-size: 9px;
}

#reportWrapper .dot_title span {
  padding: 0 4px 0 5px;
}

#manufacturingWrapper {
  margin-top: 0;
}

/*revised*/
#manufacturingWrapper .dot_title span {
  letter-spacing: 0;
  padding: 0 11px 0 11px;
}

/*/revised*/
#manufacturingWrapper .dot_title br {
  display: none;
}

#adWrapper {
  margin-top: 0;
}

#adWrapper .dot_title {
  height: auto;
}

/*revised*/
#adWrapper .dot_title span {
  padding: 0 11px 0 11px;
}

/*/revised*/

#recipeWrapper .dot_title {
  margin: 0;
}

/*revised*/
#recipeWrapper .dot_title span {
  padding: 0 11px 0 11px;
}

/*/revised*/
#recipeWrapper .dot_title br {
  display: none;
}

#recipeWrapper #slideRecipe {
  padding: 35px 0 0;
}

#recipeWrapper #slideRecipe ul {
  padding: 0;
  margin: 0 -20px;
}










#Breadcrumb {
  margin-bottom:5px;
}

#body_inner {
  /*
  background:url("../atari01sp.jpg") 50% -52px no-repeat;
  */

  /*
  background:url("../atari01.jpg") 50% 0 no-repeat;
  */
}

#newsbox {
  position:relative;
  background-color:#F8F6F5;
  height:44px;
  overflow:hidden;
  z-index: 100;
}

#newsbox .newsbox_inner {
  width:965px;
  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: space-between;
  -webkit-justify-content: space-between;
}

#newsbox .news_ttl {
  flex:0 0 68px;
}
#newsbox .news_ttl p {
  display:table;
  font-size:11px;
  line-height:18px;
  font-weight: 600;
  border-bottom:solid 2px #000;
  margin:13px 10px 11px 0;
  letter-spacing: 1px;
  padding-left: 1px;
}

#newsbox .newslist {
  flex:1;
  height:auto;
  display:flex;
  align-items:center;
  -webkit-align-items:center;
  position: relative;
}
#newsbox .newslist .news_item {
  font-size:13px;
  line-height:22px;
  margin-top: 2px;
  position: absolute;
  top:-100px;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#newsbox .newslist .news_item .news_date {
  margin-right:10px;
}
#newsbox .newslist .news_item a {
  color:#000;
  text-decoration:none;
}
#newsbox .newslist .news_item a:hover {
  text-decoration:underline;
}


#slideWrapper {
  position: relative;
  width:965px;
  margin:0 auto;
  display:table;
}

#slideWrapper:hover > #kvitems {
  opacity: .65;
}
#slideWrapper:hover > .pc_slider {
  opacity: .65;
}

#kvitems {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  transition: ease-out .2s;
}

#kv_ttl {
  position:absolute;
  top:40px;
  left:1px;
}

#kv_ttl img {
  width: 388px;
}

#kv_bottle {
  position:absolute;
  bottom:0;
  left:140px;
  margin:0;
}

#kv_bottle img {
  width:165px;
}

.pc_slider {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  transition: ease-out .2s;
}

.pc_slider .slick-slider {
  position: static;
}

.pc_slider .slide_inn {
  width: 960px;
  float:right;
  padding: 0;
  margin:0;
}

.top_statement {
  margin-top: 40px;
}

.top_statement .top_statement_inner {
  background: url("../images/top/top_statement_bg.jpg") center 0 no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.top_statement .top_statement_inner .top_statement_cont img {
  max-width: 258px;
  margin: 0 auto;
  display: block;
}
#img_bnrimg_summer2025 {
  margin: 25px auto;
}
#img_bnrimg_summer2025 img {
  width: 100%;
}
#img_bnrimg {
  margin:0;
}
#img_emotional {
  margin:34px 0 0;
  padding-bottom: 50px;
  border-bottom: solid 1px #DFDFDF;
}

#img_emotional img {
  margin:0 0 0 17px;
}

#itemWrapper {
  margin:40px 0 0;
  padding-bottom: 94px;
  border-bottom: solid 1px #DFDFDF;
}

#indexWrap .col2Wrapper {
  margin:40px 0 0;
  padding-bottom: 23px;
  border-bottom: solid 1px #DFDFDF;
  position: relative;
}

#indexWrap .col2Wrapper:before {
  display:block;
  content: "";
  position: absolute;
  top:-10px;
  left:50%;
  width: 1px;
  height:301px;
  background-color:#DFDFDF;
}

#recipeWrapper {
  margin: 50px 0 0;
  padding-bottom: 43px;
  border-bottom: solid 1px #DFDFDF;
}

#instaWrapper {
  position: relative;
  margin: 44px 0 0;
  padding-bottom: 0;
}


#slideItem_t1 {
  position:absolute;
  top:57px;
  left:0;
  width:100%;
  text-align:center;
  font-size:15px;
  z-index: 1;
}

#slideItem_t2 {
  position:absolute;
  top:132px;
  left:50%;
  transform: translate(-50%,0);
  display: table;
  text-align:center;
  font-size:26px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  color: #0068B7;
  border-bottom:solid 1px #0068B7;
  z-index: 1;
  letter-spacing: 3px;
}


.sk_mttl {
  text-align: center;
  font-size: 28px;
  line-height: 41px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: -2.5px;
}

.sk_txt {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}


.sk_img {
  margin:18px auto 0;
}

.sk_img a img {
  margin:0 auto;
  max-width: 432px;
  width: 100%;
}
.sk_img#sk_img01 a img {
  max-width: 411px;
  display: block;
}
.sk_img#sk_img02 a img {
  max-width: 345px;
  display: block;
}

#recipeWrapper .sk_txt {
  margin-bottom: 35px;
}

#recipeContainer {

  position:relative;
  width:675px;
  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: space-between;
  -webkit-justify-content: space-between;
}

#recipeContainer:hover > #recipe_bottle{

  opacity:.65;
}
#recipeContainer:hover > #recipe_imgs{

  opacity:.65;
}

#recipeContainer #recipe_bottle {
  flex:0 0 102px;
  margin-top: -13px;
  position: relative;
  display: block;
  transition: ease-out .2s;
}
#recipeContainer #recipe_bottle img {
  width:100%;
}

#recipeContainer #recipe_imgs {
  flex:0 0 511px;
  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: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  transition: ease-out .2s;
}

#recipeContainer #recipe_imgs span {
  display:table;
  line-height:0;
  flex:0 0 245px;
  margin-bottom: 20px;
}


.item_tcircle {
  display:block;
  position:absolute;
  top:-6px;
  left:-57px;
  width:65px;
}

.item_tcircle img {
  width:100%;
}

.sk_ig_mttlset {
  display: table;
  margin: 0 auto;
}

.sk_ig_mttlset .sk_mttl {
  padding-left:80px;
  background: url("../images/top/ico_instagram.png") 2px 3px no-repeat;
  background-size:65px;
  margin-left: -75px;
  letter-spacing: -0.5px;
  line-height: 36px;
}

#instaContainer {
  position: relative;
  margin: 25px 0 0;
  padding-bottom: 46px;
  border-bottom: solid 1px #DFDFDF;
}

#instaContainer #insta_imgs {

  position:relative;
  width:835px;
  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: space-between;
  -webkit-justify-content: space-between;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}

#instaContainer #insta_imgs .insta_img {

  flex:0 0 254px;
  margin:0 0 30px;
}

#snsContainer {
  position: relative;
  margin: 25px 0 0;
  padding-bottom: 73px;
}

/*#snsContainer .snsBtn {
  flex:0 0 317px;
}*/

.btn_instagram_b {
  position:relative;
  display:block;
  width: 673px;
  height: 78px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin:17px auto 15px;
  transition: ease-out .2s;
  background: #544b9c; /* Old browsers */
  background: -moz-linear-gradient(left,  #544b9c 0%, #de385f 50%, #ee8a42 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #544b9c 0%,#de385f 50%,#ee8a42 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #544b9c 0%,#de385f 50%,#ee8a42 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#544b9c', endColorstr='#ee8a42',GradientType=1 ); /* IE6-9 */
}

.btn_instagram_b:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_instagram_b span {
  display:block;
  color: #fff;
  padding: 21px 20px 20px 45px;
  letter-spacing: 1px;
}

.btn_instagram_b:before {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  left: 20px;
  width:56px;
  height: 56px;
  margin-top:-28px;
  background: url("../images/top/ico_hk_logo_s.png") no-repeat;
  background-size: contain;
}

.btn_instagram_b:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_arrow.png") no-repeat;
}

.btn_twitter_m {
  position:relative;
  display:block;
  width: 673px;
  height: 78px;
  font-size: 22px;
/*  line-height:21px;
*/  font-weight: normal;
  text-align: center;
  margin:17px auto 15px;
  border:solid 2px #000000;
  transition: ease-out .2s;
}

.btn_twitter_m:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_twitter_m span {
  display:block;
  color: #000000;
  padding: 21px 20px 20px 45px;
  letter-spacing: 1px;
}

.btn_twitter_m:before {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  left: 26px;
  width:40px;
  height: 40px;
  margin-top:-20px;
  background: url("../images/top/ico_twitter.png") no-repeat;
  background-size: contain;
}

.btn_twitter_m:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_arrow_black.png") no-repeat;
}

.btn_mail_m {
  position:relative;
  display:block;
  width: 317px;
  height: 78px;
  font-size: 15px;
  line-height:21px;
  font-weight: normal;
  text-align: center;
  margin:17px auto 15px;
  border:solid 2px #000;
  transition: ease-out .2s;
}

.btn_mail_m:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_mail_m span {
  display:block;
  color: #000;
  padding:18px 20px 16px 47px;
  letter-spacing: 1px;
}

.btn_mail_m:before {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  left: 26px;
  width:29px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_mail.png") no-repeat;
}

.btn_mail_m:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_arrow_blk.png") no-repeat;
}

.sk_txt_s {
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -1px;
}

.linebg {
  height:5px;
  background:url(../images/mainContentGroup.png) top left;
}




@media screen and (max-width:960px){

#itemWrapper #slideItem {

  width: 69.6%;
}

#indexWrap .col2Wrapper > div {
  width: 46%;
  margin-left: 5%;
}

#indexWrap #reportWrapper {
  float:right;
  margin:0 5% 0 0;
  width: 41%;
}


#Breadcrumb {

}

#body_inner {

}

.pc_slider {
  width:100%;
  margin:0;
  padding:0;
  position:relative;
}


#menuWrapper {
  width:94%;
  margin:0 auto;
  padding:0;
}

#newsbox {
  height:44px;
}

#newsbox .newsbox_inner {
  width:94%;
  margin:0 auto;
}

#newsbox .news_ttl {
  flex:0 0 68px;
}
#newsbox .news_ttl p {
  display:table;
  font-size:11px;
  line-height:18px;
  font-weight: 600;
  border-bottom:solid 2px #000;
  margin:11px 10px 11px 0;
  letter-spacing:1px;
}

#newsbox .newslist {
  flex:1;
  height:auto;
  display:flex;
  align-items:center;
  -webkit-align-items:center;
}
#newsbox .newslist .news_item {
  font-size:13px;
  line-height:22px;
}
#newsbox .newslist .news_item .news_date {
  margin-right:10px;
}
#newsbox .newslist .news_item a {
  color:#000;
  text-decoration:none;
}
#newsbox .newslist .news_item a:hover {
  text-decoration:underline;
}


#slideWrapper {
  display: inline-block;
  width:94%;
  margin:0 3%;
}

#kv_ttl {
  top:9%;
  left:1px;
  width:41.6%;
}

#kv_ttl img {
  width:100%;
}

#kv_bottle {
  bottom:0;
  left:10%;
  margin:0;
  width: 21%;
}
#kv_bottle img {
  width:100%;
}


.pc_slider .slick-slider {

}

.pc_slider .slide_inn {
  width:100%;
}




#img_bnrimg_summer2025 {
  margin: 25px auto;
}
#img_bnrimg {
  margin:0;
}
#img_emotional {
  margin:34px 2% 0;
  padding-bottom: 50px;
}

#img_emotional img {
  margin:0;
  width: 100%
}

#itemWrapper {
  margin:40px 0 0;
  padding-bottom: 94px;
}

#indexWrap .col2Wrapper {
  margin:40px 0 0;
  padding-bottom: 23px;
}

#recipeWrapper {
  margin: 50px 0 0;
  padding-bottom: 43px;
}

#instaWrapper {
  position: relative;
  margin: 44px 2%  0;
}

#slideItem_t1 {
  position:absolute;
  top:57px;
  left:0;
  width:100%;
  text-align:center;
  font-size:15px;
  z-index: 1;
}

#slideItem_t2 {
  position:absolute;
  top:132px;
  left:50%;
  transform: translate(-50%,0);
  display: table;
  text-align:center;
  font-size:26px;
  line-height: 32px;
  font-family: 'Roboto', sans-serif;
  font-weight:700;
  color: #0068B7;
  border-bottom:solid 1px #0068B7;
  z-index: 1;
  letter-spacing: 3px;
}


.sk_mttl {
  text-align: center;
  font-size: 28px;
  line-height: 41px;
  font-weight: normal;
  margin-bottom: 10px;
  letter-spacing: -2.5px;
}

.sk_txt {
  text-align: center;
  font-size: 15px;
  line-height: 24px;
}


.sk_img {
  margin:18px auto 0;
}

.sk_img a img {
  margin:0 auto;
}

#recipeWrapper .sk_txt {
  margin-bottom: 35px;
}

#recipeContainer {

  width:70.5%;
}

#recipeContainer #recipe_bottle {
  flex:0 0 15.1%;
  margin-top: -13px;
}

#recipeContainer #recipe_bottle img {
  width: 100%;
}

#recipeContainer #recipe_imgs {
  flex:0 0 75.7%;
}

#recipeContainer #recipe_imgs a {
  display:block;
  line-height:0;
  flex:0 0 48%;
  margin-bottom: 20px;
}

#recipeContainer #recipe_imgs a img {
  width:100%;
}

.item_tcircle {
  top:-6px;
  left:-57px;
  width: 65px;
  height: 65px;
}

.item_tcircle .item_tcircle_txt {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  padding:10px 0;
  text-align: center;
}

.sk_ig_mttlset {
  display: table;
  margin: 0 auto;
}

.sk_ig_mttlset .sk_mttl {
  padding-left:80px;
  background: url("../images/top/ico_instagram.png") 2px 3px no-repeat;
  background-size:65px;
  margin-left: -75px;
  letter-spacing: -0.5px;
  line-height: 36px;
}

#instaContainer {
  position: relative;
  margin: 25px 0 0;
  padding-bottom: 46px;
}

#instaContainer #insta_imgs {

  width:100%;
}

#instaContainer #insta_imgs .insta_img {

  flex:0 0 30.4%;
  margin:0 0 30px;
}

#instaContainer #insta_imgs .insta_img img {

  width: 100%;
}

#snsContainer {
  position: relative;
  margin: 25px 0 0;
  padding-bottom: 73px;
}

/*#snsContainer .snsBtn {
  flex:0 0 48%;
}*/

.btn_instagram_b {
  width: 87%;
  height: 78px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin:17px auto 15px;
}

.btn_instagram_b:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_instagram_b span {
  display:block;
  color: #fff;
  padding: 20px 20px;
  letter-spacing: 1px;
}

.btn_instagram_b:before {
  top:50%;
  left: 20px;
  width:56px;
  height: 56px;
  margin-top:-28px;
}

.btn_instagram_b:after {
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
}

.btn_twitter_m {
  width: 87%;
  height: 78px;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin:17px auto 15px;
}

.btn_twitter_m:hover {

}

.btn_twitter_m span {
  display:block;
  color: #000000;
  padding: 20px 20px;
  letter-spacing: 1px;
}

.btn_twitter_m:before {
  top:50%;
  width:40px;
  height: 40px;
  margin-top:-20px;
  background-size: contain;
}

.btn_twitter_m:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_arrow_black.png") no-repeat;
}

.btn_mail_m {
  width: 100%;
  height: 78px;
  font-size: 15px;
  line-height:21px;
  margin:17px auto 15px;
}

.btn_mail_m:hover {

}

.btn_mail_m span {
  letter-spacing: 1px;
}

.btn_mail_m:before {
  top:50%;
  width:29px;
  height: 18px;
  margin-top:-9px;
}

.btn_mail_m:after {
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
}

.sk_txt_s {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -1px;
}

.linebg {
  height:5px;
}

#indexWrap .col2Wrapper:before {
  height:94%;
}



}




/* ============================================================= */

@media screen and (max-width:640px){


#Cont2 {
  padding-top: 2%;
}

#slideWrapper {
  display:block;
  margin:0 auto 20px;
}

#slideWrapper:hover > #kvitems {
  opacity: 1;
}
#slideWrapper:hover > .pc_slider {
  opacity: 1;
}


.sp_slider {
  height:auto;
}


.img_main img {
  width:100%;
}

#kvitems {
  position:relative;
  top:inherit;
  left:inherit;
  width:100%;
  height:auto;
}


#kv_ttl {
  width: 100%;
  margin-top:-30px;
  position:relative;
}

#kv_ttl img {
  width: 100%;
}

#kv_bottle {
  position:absolute;
  bottom:-146%;
  right:33%;
  left:inherit;
  margin:0;
  width:39.4%;
}

#kv_bottle img {
  width:100%;
}




#img_bnrimg_summer2025 {
  width: 94%;
  margin: 25px auto;
}
#img_bnrimg {
  width: 94%;
  margin:0 auto;
}
#img_emotional {
  margin:20px 5% 0;
  padding-bottom: 30px;
}

#img_emotional img {
  margin:0;
  width: 100%
}

#itemWrapper {
  margin:27px 0 0;
  padding-bottom: 30px;
}

#itemWrapper #slideItem {
  width:80%;
  margin:37px auto 0;
}

#itemWrapper #slideItem ul li {
  height:auto;
  padding:0 auto;
}

#itemWrapper #slideItem ul li .image img {
  height: auto;
}

#indexWrap .col2Wrapper {
  margin:24px 0 0;
  padding-bottom: 23px;
}

#indexWrap .col2Wrapper > div {
  width: 94%;
  margin:0 auto;
}

#indexWrap #reportWrapper {
  float:none;
  width: 94%;
  margin:24px auto 0!important;
  padding-bottom: 7px;
}

#recipeWrapper {
  width: 94%;
  margin: 29px auto 0;
  padding-bottom: 34px;
}

#instaWrapper {
  position: relative;
  margin: 24px 0 0;
}

#movieWrapper {
  border-bottom: solid 1px #DFDFDF;
  padding-bottom: 30px;
}

#reportWrapper .sk_txt {
  margin-bottom:12px;
}

#reportWrapper .sk_img {
  width: 100%;
}


#slideItem_t1 {
  top:43px;
  left:0;
  font-size:13px;
}

#slideItem_t2 {
  top:84px;
  left:50%;
  transform: translate(-50%,0);
  display: table;
  font-size:16px;
  line-height: 28px;
  letter-spacing: 2px;
}


.sk_mttl {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 14px;
  letter-spacing:-0.5px;
}

.sk_txt {
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}


.sk_img {
  width: 86.5%;
  margin:0 auto;
}

.sk_img a img {
  margin:0 auto;
}

.sk_img#sk_img02 a img {
  max-width: 288px;
  display: block;
}

#recipeWrapper .sk_txt {
  margin-bottom: 21px;
}

#recipeContainer {

  width:100%;
}

#recipeContainer #recipe_bottle {
  flex:0 0 12.9%;
  margin:0 0 0 11%;
}

#recipeContainer #recipe_bottle img {
  width: 100%;
}

#recipeContainer #recipe_imgs {
  flex:0 0 68.5%;
}

#recipeContainer #recipe_imgs a {
  display:block;
  line-height:0;
  flex:0 0 48%;
  margin-bottom: 3%;
}

#recipeContainer #recipe_imgs a img {
  width:100%;
}

.item_tcircle {
  top:-6px;
  left:-29px;
  width: 59%;
  height: auto;
}

.item_tcircle .item_tcircle_txt {
  font-size: 8px;
  line-height: 9px;
  padding:6px 0;
}

.sk_ig_mttlset {
  display: table;
  margin: 0 auto;
}

.sk_ig_mttlset .sk_mttl {
  padding-left:64px;
  background: url("../images/top/ico_instagram.png") 2px 3px no-repeat;
  background-size:52px;
  margin-left: -15px;
  letter-spacing: -0.5px;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

#instaContainer {
  position: relative;
  margin: 0 auto;
  width:94%;
  padding-bottom: 22px;
}

#instaContainer #insta_imgs {


}

#instaContainer #insta_imgs .insta_img {

  flex:0 0 31.4%;
  margin:0 0 2.6%;
}

#instaContainer #insta_imgs .insta_img img {

  width: 100%;
}

#snsContainer {
  position: relative;
  margin: 0 auto;
  width:94%;
  padding-bottom: 73px;
}

/*#snsContainer .snsBtn {
  flex:inherit;
}*/

.btn_instagram_b {
  width: 100%;
  height: 78px;
  font-size: 16px;
  line-height: 23px;
  margin:0 auto 5px;
}

.btn_instagram_b:hover {
  text-decoration: none;
  opacity: .75;
}

.btn_instagram_b span {
  display:block;
  color: #fff;
  padding: 16px 35px 16px 60px;
  letter-spacing: 1px;
}

.btn_instagram_b:before {
  top:50%;
  left: 20px;
  width:56px;
  height: 56px;
  margin-top:-28px;
}

.btn_instagram_b:after {
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
}

.btn_twitter_m {
  width: 100%;
  height: 78px;
  font-size: 16px;
  line-height: 23px;
  margin:17px auto 11px;
}

.btn_twitter_m:hover {

}

.btn_twitter_m span {
  display:block;
  color: #000000;
  padding: 16px 35px 16px 60px;
  letter-spacing: 1px;
}

.btn_twitter_m:before {
  top:50%;
  width:40px;
  height: 40px;
  margin-top:-20px;
  background-size: contain;
}

.btn_twitter_m:after {
  display: block;
  content: "";
  position: absolute;
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
  background: url("../images/top/ico_arrow_black.png") no-repeat;
}

.btn_mail_m {
  width: 100%;
  height: 78px;
  font-size: 15px;
  line-height:21px;
  margin:17px auto 15px;
}

.btn_mail_m:hover {

}

.btn_mail_m span {
  letter-spacing: 1px;
}

.btn_mail_m:before {
  top:50%;
  width:29px;
  height: 18px;
  margin-top:-9px;
}

.btn_mail_m:after {
  top:50%;
  right: 15px;
  width:11px;
  height: 18px;
  margin-top:-9px;
}

.sk_txt_s {
  font-size: 13px;
  line-height: 22px;
  letter-spacing: -1px;
}

.linebg {
  height:5px;
}


#indexWrap .col2Wrapper:before {
  display: none;
}


#itemWrapper #slideItem .slick-arrow.slick-prev {
  left: 10px;
  background-size: 9px;
}

#itemWrapper #slideItem .slick-arrow.slick-next {
  right: 10px;
  background-size: 9px;
}


}



#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 50px;
}



/* ============================================================= */

@media screen and (max-width:640px){

#itemWrapper #slideItem ul.setslides li {

  margin:0 10px;
}

#itemWrapper #slideItem ul li .name {
  font-size: 10px;
}

}



_:-ms-fullscreen, :root  .btn_instagram_b span {
  padding:26px 20px 15px;
}

_:-ms-fullscreen, :root  .btn_twitter_m span {
  padding:26px 20px 15px;
}
_:-ms-fullscreen, :root  .btn_mail_m span {
  padding:22px 20px 11px;
}
_:-ms-fullscreen, :root  .btn_list a {
  padding:17px 0 8px;
}
_:-ms-fullscreen, :root  .btn_list a span {
  background-position-y:1px;
}



@media screen and (max-width:640px){

_:-ms-fullscreen, :root  .btn_instagram_b span {
  padding:21px 20px 20px;
}

_:-ms-fullscreen, :root  .btn_twitter_m span {
  padding:21px 20px 20px;
}
_:-ms-fullscreen, :root  .btn_mail_m span {
  padding:22px 20px 11px;
}
_:-ms-fullscreen, :root  .btn_list a {
  padding:17px 0 8px;
}
_:-ms-fullscreen, :root  .btn_list a span {
  background-position-y:0;
}

}


.slick-slide:focus {
  outline: none;
  border: none;
}

@media (max-width: 640px) {
  #itemWrapper #slideItem ul li a img.img_item38 {
    max-width: 86%;
    margin-top: 95%;
  }
}


.howtoModalBtn {
position: fixed;
bottom: 20px;
right: 20px;
transition: visibility .5s ease-in-out,opacity .5s ease-in-out;
}

.howtoModalBtn_link {
position: relative;
display: block;
width: 45px;
height: 45px;
border-radius: 10px;
background-color: #cccccc;
}

.is-hidden {
visibility: hidden;
opacity: 0;
}

.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: 12px;
line-height: 1.5;
padding-top: 59px;
background: url("../images/ico_recipe_pc.png") no-repeat center 25px;
background-size: 20%;
}

.btn_area a span.top .product_name {
padding-bottom: 5px;
font-size: 13px;
letter-spacing: -0.04em;
}

.btn_area a .product_name_wrap {
position: relative;
}
.btn_area a .product_name_wrap::after {
position: absolute;
content: '';
display: block;
left: 11px;
bottom: -3px;
width: 114px;
height: 2px;
background-color: #fff;
}

.btn_area a span.bottom {
font-size: 12px;
padding-right: 10px;
width: 120px;
background: url("../images/ico_arrow05.png") no-repeat right 37px top 23px;
background-size: 5px;
left: 6px;
position: relative;
top: 10px;
}

@media (max-width: 640px) {
  .btn_area {
    transform: scale(0.8125);
    bottom: -10px;
    right: -10px;
  }
}

/* howto modal */
.modal-content {
  display: none;
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.modal-content .overlay {
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 6, 6, 0.6);
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 6, 6, 0.6);
  z-index: 10000;
}

.modal-content #modal_howto_content {
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  box-sizing: border-box;
  font-family: "A+EqpB-游ゴシック体 Pr6N B", 'NoChattering';
}

.modal-content #modal_howto_content .modal_howto__title {
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.04em;
  line-height: 26px;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
.modal-content #modal_howto_content .modal_howto__title span{
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.04em;
  line-height: 24px;
  text-align: center;
  color: #000;
}
.modal-content #modal_howto_content .modal_howto__title span span.small {
  font-size: 18px;
}
.modal-content #modal_howto_content .modal_howto__img {
  width: 361px;
  margin: auto;
  margin-bottom: 16px;
}
.modal-content #modal_howto_content .modal_howto__text {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.modal-content #modal_howto_content .modal_howto__text span {
  font-weight: normal;
}
.modal-content #modal_howto_content .modal_howto__text span.modal_howto__text_title {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 4px;
  display: inline-block;
}
.modal-content #modal_howto_content .modal_howto__text span.note {
  font-weight: normal;
  font-size: 10px;
  display: block;
  margin-top: 10px;
}
.modal-content #modal_howto_content .modal_howto__text span.note .sp-only {
  display: none !important;
}
.modal-content #modal_howto_content .modal_howto__text sup {
  vertical-align: super;
  font-size: 8px;
  line-height: 0;
  position: relative;
  top: 0;
}


.modal-content #modal_howto_content .btn--close {
  position: absolute;
  right: 0;
  top: -30px;
  color: white;
  font-weight: 600;
  display: inline-block;
  background: url("/softdrink/kitchen/images/product_detail/ic_close_black_24px.svg") no-repeat right center;
  background-size: 16px;
  padding-right: 20px;
  text-decoration: none;
}

.modal-content #modal_howto_content .btn--close:hover {
  opacity: .8;
}

@media (max-width: 758px) {
  .modal-content #modal_howto_content {
    width: 300px;
    height: 490px;
    padding: 22px 11px;
  }

  .modal-content #modal_howto_content .modal_howto__title {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .modal-content #modal_howto_content .modal_howto__title span{
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 20px;
  }
  .modal-content #modal_howto_content .modal_howto__title span span.small {
    font-size: 16px;
  }
  .modal-content #modal_howto_content .modal_howto__img {
    width: 263px;
    margin: auto;
    margin-bottom: 16px;
  }
  .modal-content #modal_howto_content .modal_howto__text {
    font-size: 12px;
    line-height: 20px;
  }
  .modal-content #modal_howto_content .modal_howto__text span {
    font-weight: bold;
  }
  .modal-content #modal_howto_content .modal_howto__text span.modal_howto__text_title {
    font-size: 14px;
  }
  .modal-content #modal_howto_content .modal_howto__text span.note {
    font-weight: normal;
    font-size: 10px;
    display: inline-block;
    text-align: left;
  }
  .modal-content #modal_howto_content .modal_howto__text span.note .sp-only {
    display: block !important;
  }  
}
@media (min-width: 759px) {
  .modal-content #modal_howto_content {
    width: 700px;
    height: 550px;
    padding: 50px;
  }
}
@media (min-width: 759px) and (max-height: 500px) {
  .modal-content #modal_howto_content .btn--close {
    top: 50px;
    right: 50px;
    color: black;
    background: url("/softdrink/kitchen/images/product_detail/ic_close_black_24px_bk.svg") no-repeat right center;
    background-size: 16px;
  }
}
