﻿.m-mainVisual {
  width: 100%;
  max-width: 1000px;
  /* background: url("../images/pc_top_bg_01.png") no-repeat;
  background-size: cover; */
  margin-bottom: 45px;
}

.m-mainVisual__image {
  padding: 0;
  text-align: center;
  width: 91%;
  margin: 0 auto;
}

.m-mainVisual__image a {
  border-radius: 20px;
  overflow: hidden;
  display: block;
  box-shadow: 7px 7px 0px 0px rgba(0, 115, 76, 1);
  transition: all 0.15s ease-in-out;
}

.m-mainVisual__image a:hover {
  box-shadow: 0px 0px 0px 0px rgba(0, 115, 76, 1);
  transform: translate(5px, 5px);
}

.m-mainVisual__image img {
  width: 100%;
}

.m-news {
  width: 91%;
  margin: 0 auto 37px;
  padding: 15px 25px;
  box-sizing: border-box;
  background: #efefe6;
}

.m-news__titleArea {
  display: table;
  margin: 0 0 5px;
}

.m-news__title {
  color: #e50012;
  font-size: 28px;
  display: table-cell;
  width: 375px;
}

.m-news__titleSub {
  font-size: 14px;
  vertical-align: middle;
  display: table-cell;
  padding-top: 5px;
}

.m-news__logoitem{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  margin-left: 5px;
}
.m-news__logoitem div{
  margin-right: 5px;
}
.m-news__logoitem div img{
  max-height: 50px;
}

@media screen and (max-width: 768px) {
  .m-news__logoitem{
    margin-left: 0;

  }
  /* .m-news__logoitem div{
  } */
  .m-news__logoitem div img{
    height: auto;
    max-height: none;
  }

}
.m-news__list {
  overflow: hidden;
  zoom: 1;
  margin: 0 0 20px;
}

.m-news__listItem {
  float: left;
  width: 24%;
  box-sizing: border-box;
  margin-right: 1.3333%;
}

.m-news__listItem:last-child {
  margin-right: 0;
}

.m-news__listItem a {
  padding: 6px;
  background: #fff;
  display: block;
}

.m-news__listItem a:hover {
  text-decoration: none;
}

.m-news__listItem a:hover p.m-news__listItemText {
  text-decoration: underline;
}

.m-news__listItem a:hover img {
  opacity: 1;
}

.m-news__listItem a img {
  width: 100%;
  height: auto;
}

.m-news__listItemDetail {
  padding: 6px;
}

.m-news__listItemDay {
  font-weight: bold;
  padding: 0 0 0 0px;
  font-size: 17px;
  font-size: 1.7rem;
}

.m-news__listItemText {
  background: url("../images/pc_cmn_ico_02.png") no-repeat left 6px;
  text-indent: 16px;
  margin-bottom: 5px;
}

.m-news__listItemShop {
  color: #fff;
  background: #e50012;
  display: inline-block;
  padding: 4px 20px;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}

.m-news__link {
  overflow: hidden;
  zoom: 1;
}

.m-news__link__backNumber {
  float: left;
  position: relative;
}

.m-news__link__backNumber a {
  background: #fff;
  display: block;
  padding: 9px 15px 9px 30px;
}

.m-news__link__backNumber a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e50013;
  position: absolute;
  top: 15px;
  left: 15px;
}

.m-news__link__group {
  float: right;
}

.m-news__link__group a {
  background: url("../images/pc_cmn_ico_03.png") no-repeat left 15px;
  display: block;
  padding: 9px 15px 9px 18px;
}

.m-csrLink {
  width: 91%;
  margin: 0 auto 43px;
  /* padding: 8% 0; */
  /* background: url("../images/pc_top_bg_05.png") no-repeat; */
  position: relative;
  /* background-size: contain; */
}

.m-csrLink img {
  width: 100%;
  height: auto;
}

/* .m-csrLink.hover-r {
  background: url("../images/pc_top_bg_05_hov_r.png") no-repeat;
  background-size: contain;
} */

/* @media screen and (max-width: 768px) {
  .m-csrLink.hover-r {
    background: url("../images/sp_top_bg_05.png") no-repeat;
  }
}
.m-csrLink.hover-l {
  background: url("../images/pc_top_bg_05_hov_l.png") no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .m-csrLink.hover-l {
    background: url("../images/sp_top_bg_05.png") no-repeat;
  }
} */
.m-csrLink__title {
  width: 32%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
  background: url(../images/top_img_title_bg.png)no-repeat center/contain;
  aspect-ratio: 1.5 / 1;
}

.m-csrLink__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.m-csrLink__list a {
  display: block;
}

.m-csrLink__list--item {
  width: 49.5%;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.m-csrLink__list--item a {
  position: relative;
}
.m-csrLink__list--item a .m-csrLink_txt {
  color: white;
  position: absolute;
  width: 100%;
  font-size: 30px;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1.5;
  background: rgba(79, 77, 77, 0.4);
  padding: 2.5% 12%;
}

.m-csrAbout {
  width: 91%;
  margin: 0 auto 41px;
  padding: 4% 0 4% 22px;
  box-sizing: border-box;
  background: #def1dd url("../images/pc_top_bg_02.png") no-repeat right bottom;
  background-size: 282px 174px;
}

.m-csrAbout__title {
  font-size: 32px;
  padding: 0 0 0 25px;
  background: url("../images/pc_cmn_ico_01.png") no-repeat left center;
  margin-bottom: 10px;
}

.m-csrAbout__list {
  overflow: hidden;
  zoom: 1;
  padding: 0 0 0 20px;
  /*width: 65.7%;*/
  width: 71%;
}

.m-csrAbout__listItem {
  float: left;
  border-radius: 30px;
  background: #fff;
  position: relative;
  margin: 0 12px 10px 0;
}

.m-csrAbout__listItem a {
  display: block;
  padding: 11px 15px 11px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
}

.m-csrAbout__listItem a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #e50013;
  position: absolute;
  top: 17px;
  left: 15px;
}

.m-csrBnr {
  margin: 0 auto;
  width: 91%;
}

.m-csrBnr__list {
  overflow: hidden;
  zoom: 1;
}

.m-csrBnr__listItem {
  border: 4px solid #f0f0f0;
  width: 48%;
  box-sizing: border-box;
}

.m-csrBnr__listItem a {
  display: block;
}

.m-csrBnr__listItem img {
  width: 100%;
  height: auto;
}

.m-csrBnr__listItem:nth-child(2n-1) {
  float: left;
}

.m-csrBnr__listItem:nth-child(2n) {
  float: right;
}

@media screen and (max-width: 1000px) {
  .m-news__list {
    margin: 0;
  }

  .m-news__listItem {
    margin-bottom: 20px;
  }

  .m-news__listItem a {
    padding: 6px;
    background: #fff;
    display: block;
  }

  .m-news__listItem a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .m-news__listItem img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .m-mainVisual {
    width: 100%;
    background: none;
    margin-bottom: 25px;
  }

  .m-mainVisual__image {
    text-align: center;
    padding: 0;
  }

  .m-mainVisual__image a {
    box-shadow: 5px 5px 0px 0px rgba(0, 115, 76, 1);
  }

  .m-mainVisual__image img {
    width: 100%;
  }

  .m-news {
    width: 100%;
    margin: 0 auto 20px;
    padding: 15px;
    box-sizing: border-box;
    background: #efefe6;
  }

  .m-news__titleArea {
    display: block;
    margin: 0 0 5px;
  }

  .m-news__title {
    color: #e50012;
    font-size: 22px;
    display: block;
    width: 100%;
  }

  .m-news__titleSub {
    font-size: 10px;
    display: block;
    padding-top: 0px;
  }

  .m-news__list {
    overflow: hidden;
    zoom: 1;
    margin: 0;
  }

  .m-news__listItem {
    float: left;
    width: 48%;
    margin-right: 3%;
  }

  .m-news__listItem:nth-child(2n) {
    margin-right: 0;
  }

  .m-news__listItem a {
    padding: 6px;
    background: #fff;
    display: block;
  }

  .m-news__listItem a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .m-news__listItem:nth-child(3),
  .m-news__listItem:nth-child(4) {
    display: none;
  }

  .m-csrBnr__listItem {
    width: 100%;
    margin: 0 0 14px 0;
  }

  .m-csrBnr__listItem img {
    width: 100%;
    height: auto;
  }

  .m-news__listItemDay {
    font-size: 12px;
  }

  .m-news__listItemText {
    font-size: 11px;
    margin-bottom: 5px;
    background: url("../images/pc_cmn_ico_02.png") no-repeat left 4px;
  }

  .m-news__listItemShop {
    color: #fff;
    background: #e50012;
    display: inline-block;
    text-align: center;
    padding: 4px 20px;
    font-size: 10px;
  }

  .m-news__link__backNumber {
    width: 48%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
  }

  .m-news__link__backNumber a {
    padding: 9px 15px 9px 23px;
    letter-spacing: -0.05em;
  }

  .m-news__link__backNumber a::before {
    left: 12px;
  }

  .m-news__link__group {
    float: none;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-news__link__group a {
    padding: 9px 0px 9px 18px;
  }

  .m-csrAbout {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 4% 0 5% 15px;
    box-sizing: border-box;
    background: #def1dd url("../images/sp_top_bg_02.png") no-repeat right bottom;
    background-size: 136px;
  }

  .m-csrAbout__title {
    font-size: 24px;
    padding: 0 0 0 25px;
    background: url("../images/pc_cmn_ico_01.png") no-repeat left 6px;
    margin-bottom: 10px;
  }

  .m-csrAbout__list {
    overflow: hidden;
    zoom: 1;
    padding: 0 0 0 12px;
    width: 87.7%;
  }

  .m-csrAbout__listItem {
    float: left;
    border-radius: 20px;
    background: #fff;
    position: relative;
    margin: 0 6px 10px 0;
  }

  .m-csrAbout__listItem a {
    display: block;
    padding: 7px 15px 7px 23px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .m-csrAbout__listItem a::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #e50013;
    position: absolute;
    top: 11px;
    left: 12px;
  }

  .m-csrLink {
    width: 100%;
    margin: 0 auto 10px;
    /* padding: 9% 0; */
    /* background: url("../images/sp_top_bg_05.png") no-repeat; */
    position: relative;
    /* background-size: contain; */
  }

  /* .m-csrLink.hover-r {
    background: url("../images/sp_top_bg_05.png") no-repeat;
    background-size: contain;
  } */

  /* .m-csrLink.hover-l {
    background: url("../images/sp_top_bg_05.png") no-repeat;
    background-size: contain;
  } */

  .m-csrLink img {
    width: 100%;
  }

  .m-csrLink__list {
    overflow: hidden;
    zoom: 1;
  }
  .m-csrLink__list--item {
    border-radius: 10px;
  }
  .m-csrLink__list--item a p {
    font-size: 3.7vw;
  }

  /* .m-csrLink__list--left {
    float: left;
    width: 35.6%;
  } */

  /* .m-csrLink__list--right {
    float: right;
    width: 36.2%;
  } */
}