.main_visual #jq_slide-main .item {
  padding: 0 10px;
  overflow: hidden;
  transition: all ease 0.3s;
}

.main_visual #jq_slide-main .slick-dots {
  left: 45px;
}

@media screen and (max-width: 1366px) {
  .main_visual #jq_slide-main .slick-dots {
    left: 10%;
  }
}

@media screen and (max-width: 1024px) {
  .main_visual #jq_slide-main .slick-dots {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .main_visual #jq_slide-main .item {
    padding: 0;
  }
}
.list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list_01 li {
  position: relative;
  width: 31.3%;
  margin-bottom: 3%;
}
.list_01 li:last-child {
  margin-bottom: 0;
}

.list_01 li figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 209.22px;
  overflow: hidden;
}

.list_01 li figure img {
  width: auto;
  max-height: 209.22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.list_01 li .img {
  position: relative;
}

.list_01 li .img .sub {
  position: absolute;
  top: 0;
  left: 25px;
  font-size: 17px;
  font-weight: bold;
  background-color: rgba(255, 255, 255, 0.92);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  min-height: 75%;
  padding: 2px 7px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 4px;
}

.list_01 li .ttl {
  font-size: 25px;
  font-weight: bold;
  color: #777;
  margin-top: 10px;
}

.list_01 li .list_banner {
  width: 100%;
}

.list_01 li .list_banner li {
  width: 100%;
}


.list_01 li .list_banner li a {
  position: relative;
  display: inline-block;
  width: 100%;
  text-decoration: none;
}
.list_01 li .list_banner li a .inner_banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
  padding: 2%;
  height: 154px;
}
.list_01 li .list_banner li a:after,
.list_01 li .list_banner li a:before {
  position: absolute;
  content: "";
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
.list_01 li .list_banner li a:after {
  border: 1px solid #000;
  top: 5px;
  left: 5px;
}
.list_01 li .list_banner li a:before {
  top: 0;
  left: 0;
}
.list_01 li .list_banner li.btn_blue a:before {
  background: url("../images/news_bg01.jpg") no-repeat center;
  background-size: cover;
}

.list_01 li .list_banner li.btn_pink a:before {
  background: url("../images/news_bg02.jpg") no-repeat center;
  background-size: cover;
}

.list_01 li .list_banner li a h3 {
  width: 100%;
  margin-bottom: 10px;
}

.list_01 li .list_banner li a h3 span {
  display: inline-block;
  font-size: 27px;
  border-bottom: 1px solid #6b6b6b;
}

.list_01 li .list_banner li a .arrow {
  width: 100%;
}

.list_01 li .list_banner li a .arrow span {
  background: url("../images/arrow_black.png") no-repeat right center;
  padding-right: 15px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -2px;
}

.list_01 li .list_banner li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1366px) {
  .list_01 li .list_banner li a .inner_banner {
    height: 134px;
  }
  .list_01 li .list_banner li a h3 span {
    font-size: 24px;
  }
  .list_01 li .list_banner li a .arrow span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1200px) {
  .list_01 li .list_banner li a .inner_banner {
    height: 125px;
  }
  .list_01 li .list_banner li a h3 span {
    font-size: 20px;
  }
  .list_01 li .list_banner li a .arrow span {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .list_01 li {
    width: 48% !important;
    margin-bottom: 4% !important;
  }
  .list_01 li figure,
  .list_01 li figure img {
    height: 30vw;
    min-height: 112.89px;
  }
  .list_01 li .img .sub {
    left: 4%;
    font-size: 14px;
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 960px) and (max-width: 480px) {
  .list_01 li .img .sub {
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) {
  .list_01 li .ttl {
    font-size: 16px;
    margin-top: 5px;
  }
  .list_01 li .list_banner li a .inner_banner  {
    background-size: 100% !important;
    padding: 3% 2%;
    height: auto;
  }
  .list_01 li .list_banner li a h3 {
    margin-bottom: 2%;
  }
  .list_01 li .list_banner li a h3 span {
    font-size: 18px;
  }
  .list_01 li .list_banner li a .arrow span {
    background-size: 5px;
    padding-right: 10px;
    font-size: 12px;
  }
}

@media screen and (max-width: 960px) and (max-width: 480px) {
  .list_01 li .list_banner li a .arrow span {
    font-size: 3vw;
  }
}

.list_02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}

.list_02 li {
  position: relative;
  width: 19.6%;
  text-align: center;
}

.list_02 li .img {
  position: relative;
}

.list_02 li .img figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  overflow: hidden;
}

.list_02 li .img figure img {
  width: auto;
  height: 220px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.list_02 li .img .no {
  position: absolute;
  top: -40px;
  right: 10px;
  background: url("../images/mame_ttl_bg.png") no-repeat center;
  background-size: 100%;
  width: 55px;
  height: 59px;
  color: #bc3b3b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  line-height: 1;
}

.list_02 li .img .no span {
  font-size: 20px;
  display: inline-block;
  border-top: 1px solid #bc3b3b;
  margin-top: 2px;
}

.list_02 li .ttl {
  font-weight: normal;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .list_02 li:hover .img img {
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .list_02 li:hover .ttl {
    background: rgba(188, 59, 59, 0.3);
  }
}

@media screen and (max-width: 960px) {
  .list_02 li {
    width: 48%;
  }
  .list_02 li:not(.list_02 li:last-child) {
    margin-bottom: 50px;
  }
  .list_02 li .img figure, 
  .list_02 li .img figure img {
    height: 130px;
  }
  .list_02 li .img .no {
    top: -35px;
    right: 10px;
    width: 50px;
    height: 54px;
  }
  .list_02 li .img .no span {
    font-size: 16px;
  }
  .list_02 li .ttl {
    padding: 10px 2%;
  }
}

.sec_wagashi .list_01 li {
  position: relative;
  width: 31.7%;
  margin-bottom: 2.5%;
}

@media screen and (min-width: 768px) {
  .sec_wagashi .list_01 li:hover .img img {
    transform: scale(1.2);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .sec_wagashi .list_01 li:hover .img .sub {
    color: #bc3b3b;
  }
}

.sec_sns {
  display: flex;
  justify-content: center;
}

.sec_sns .twitter {
  width: 38%;
  margin: 0 2%;
}

.sec_sns .twitter .ttl {
  text-align: center;
  margin-bottom: 35px;
}

.sec_sns .twitter .ttl span {
  display: inline-block;
  background: url("../images/logo_twitter.png") no-repeat top left;
  font-size: 32px;
  color: #1d9bf0;
  padding-left: 75px;
  min-height: 44px;
}

.sec_sns .twitter iframe {
  width: 100%;
  border: 1px solid #d7d7d7 !important;
}

.sec_sns .btn_sns {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 38%;
  margin: 0 2%;
}

.sec_sns .btn_sns li {
  width: 100%;
}

.sec_sns .btn_sns li:not(.sec_sns .btn_sns li:last-child) {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .sec_sns .btn_sns li:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 1366px) {
  .sec_sns .twitter .ttl {
    margin-bottom: 6%;
  }
}

@media screen and (max-width: 960px) {
  .sec_sns {
    flex-wrap: wrap;
  }
  .sec_sns .twitter {
    display: block;
    width: 100%;
  }
  .sec_sns .twitter .ttl {
    margin-bottom: 10px;
  }
  .sec_sns .twitter .ttl span {
    background-size: 35px;
    padding-left: 45px;
    font-size: 20px;
    min-height: 30px;
  }
  .sec_sns .btn_sns {
    justify-content: center;
    flex-flow: unset;
    flex-wrap: wrap;
    width: 100%;
    margin: 5% 0 0;
  }
  .sec_sns .btn_sns li {
    width: 49%;
    margin-bottom: 2%;
  }
  .sec_sns .btn_sns li:first-child {
    margin-right: 2%;
  }
}

.sec_store {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: start;
}

.sec_store .txt_store {
  width: 49.5%;
}

.sec_store .txt_store .btn_store {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.sec_store .txt_store .btn_store li:first-child a {
  font-size: 18px;
}

.sec_store .txt_store .btn_store li.style_btn01 {
  width: 210px;
}

.sec_store .txt_store .btn_store li.style_btn01 a {
  width: 100%;
  margin-top: 0;
  padding: 10px 30px;
}

.sec_store .img_store {
  width: 45%;
}

.sec_store .img_store img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .sec_store {
    padding: 5% !important;
  }
}

@media screen and (max-width: 960px) {
  .sec_store .txt_store {
    width: 100%;
  }
  .sec_store .txt_store .btn_store {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .sec_store .txt_store .btn_store li:first-child a {
    font-size: 16px;
  }
  .sec_store .txt_store .btn_store li.style_btn01 {
    width: 210px;
    margin: 4% auto 0;
  }
  .sec_store .img_store {
    width: 100%;
    margin-bottom: 10px;
  }
}

.style_ttl01 {
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .style_ttl01 {
    margin-bottom: 5%;
  }
  .style_ttl01.ttl_left {
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .style_ttl01.ttl_left span {
    text-align: center;
    width: 100%;
  }
  .style_ttl01.ttl_left span.txt_eng {
    position: relative;
    margin-left: 0;
    border-left: none;
    padding: 0;
  }
  .style_ttl01.ttl_left span.txt_eng:after {
    position: absolute;
    content: "";
    background: #bc3b3b;
    width: 35px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.list_banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.list_banner li {
  position: relative;
  width: 31.5%;
  margin-bottom: 3%;
}
.list_banner li:last-child {
  margin-bottom: 0;
}

.list_banner li.box_txt {
  background: #fff;
  padding: 1% 2%;
}

.list_banner li .img {
  width: 100%;
}

.list_banner li .img img {
  width: 100%;
}

.list_banner li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 2%;
  padding-right: 20%;
  box-sizing: border-box;
}

.list_banner li .txt:after {
  position: absolute;
  content: "";
  background: url("../common_img/arrow_white.png") no-repeat;
  width: 13px;
  height: 25px;
  top: 50%;
  right: 20px;
}

.list_banner li .txt .style_ttl01 {
  width: 100%;
  margin-bottom: 10px;
}

.list_banner li .txt .style_ttl01 span {
  color: #fff;
  text-align: left;
}

.list_banner li .txt .style_ttl01 span.txt_jp {
  font-size: 31px;
}

.list_banner li .txt p {
  width: 100%;
  color: #fff;
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
  .list_banner li .img {
    height: 200px;
  }
  .list_banner li .img.company_img {
    background: url("../images/company_img.jpg") no-repeat center/cover;
  }
  .list_banner li .img.history_img {
    background: url("../images/history_img.jpg") no-repeat center/cover;
  }
  .list_banner li .img.guidance_img {
    background: url("../images/guidance_img.jpg") no-repeat center/cover;
  }
  .list_banner li .img.confectionery_img {
    background: url("../images/confectionery_img.jpg") no-repeat center/cover;
  }
  .list_banner li .img.bean_img {
    background: url("../images/bean_img.jpg") no-repeat center/cover;
  }
  .list_banner li .img img{
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .list_banner li:hover .style_ttl01 span {
    color: #bc3b3b;
  }
  .list_banner li:hover .txt:after {
    background: url("../common_img/arrow_red.png") no-repeat;
  }
  .list_banner li:hover .txt p {
    color: #bc3b3b;
  }
}

@media screen and (max-width: 1200px) {
  .list_banner li .txt {
    padding-right: 14%;
  }
  .list_banner li .txt:after {
    right: 10px;
  }
  .list_banner li .txt .style_ttl01 {
    margin-bottom: 5px;
  }
  .list_banner li .txt .style_ttl01 span.txt_jp {
    font-size: 24px;
  }
  .list_banner li .txt .style_ttl01 span.txt_eng {
    font-size: 16px;
  }
}

@media screen and (max-width: 960px) {
  .list_banner li {
    width: 100% !important;
  }
  .list_banner li .txt .style_ttl01 span.txt_jp {
    font-size: 24px;
  }
}

.box_youtube {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.box_youtube .main_box {
  width: 400px;
  margin-left: 50px;
}
.youtube_iframe {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: #000;
  width: auto;
  max-width: 430px;
  height: 225px;
  text-align: center;
  overflow: hidden;
}
.youtube_iframe iframe {
  /* width: auto; */
  height: 100%;
}
@media screen and (max-width: 960px) {
  .box_youtube .style_btn01 {
    width: 100%;
  }
  .box_youtube .main_box {
    margin-left: 0;
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .box_youtube {
    margin-top: 5%;
  }
  .box_youtube .main_box {
    max-width: 100%;
  }
  .youtube_iframe {
    position: relative;
    width: 100%;
    margin-right: 0;
  }
  .youtube_iframe img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-width: 100%;
    margin: auto;
  }
}
/* .youtube_iframe iframe {
  width: auto;
  height: 100%;
}

.youtube_iframe p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
} */