#special .mainV-special img{
  width: 100%;
  height: auto;
}
#special .wrapper-special {
  width: 100%;
}

.sp{
  display: none;
}
/* ----------------------------------------------
　　これより上はいじらない
　　既存のcssとぶつからないようにしてください
---------------------------------------------- */

/* Main Txt */
#special .wrapper-special .m-title{
  background-color: #89c446;
  padding: 40px 0;
  margin-bottom: 64px;
}

#special .wrapper-special .m-note{
  width: 1180px;
  margin: 0 auto 80px;
}

#special .wrapper-special .m-note .img-area{
  float:left;
  width: 250px;
  text-align:center;
}

#special .wrapper-special .m-note .text-area{
  line-height: 1.5em;
}

#special .wrapper-special .m-title h1.title-headline{
  width: 1180px;
  margin: 0 auto 24px;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

#special .wrapper-special .m-title .text-lead{
  width: 1180px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 1.75em;
  text-align: center;
}

.m-item-title{
  background-color: #a8d076;
  width: 100%;
}
.m-item-title .unit{
  width: 1180px;
  margin: 0 auto;
}
.m-item-title .unit .inner{
  padding: 16px 0;
}
.m-item-title .unit .inner .label h2{
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0px;
}

/*.m-commemoration-item:nth-child(2n){
  background-color: #a8d076;
}*/
.m-commemoration-item .unit{
  width: 1180px;
  margin:0 auto;
}
.m-commemoration-item .unit .inner{
  padding: 64px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.m-commemoration-item .unit .inner .img-holder{
  width: 480px;
  box-sizing: border-box;
}
.m-commemoration-item .unit .inner .text-holder{
  width: 640px;
  padding-top: 40px;
}
.m-commemoration-item .unit .inner .text-holder dl{
  margin-bottom: 0px;
}

.m-commemoration-item .unit .inner .text-holder h3{
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 24px;
}
.m-commemoration-item .unit .inner .text-holder .label{
  font-size: 24px;
  color: #fff;
  text-align: center;
  width: 280px;
  background: #a8d076;
  margin-bottom: 8px;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
.m-commemoration-item .unit .inner .text-holder .label h2{
  font-weight: bold;
  color: #fff;
  -webkit-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  transform: skewX(15deg);
}
/*.m-commemoration-item:nth-child(2n) .unit .inner .text-holder .label{
  background: #fff;
}
.m-commemoration-item:nth-child(2n) .unit .inner .text-holder .label h2{
  color: #a8d076;
}*/

.m-commemoration-item .unit .inner .text-holder dl{
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.m-commemoration-item .unit .inner .text-holder dl + dl{
  border-top: 0;
}
.m-commemoration-item .unit .inner .text-holder dl dt{
  flex: 1;
  padding: 16px 0;
  text-align: center;
  background: #eee;
}
.m-commemoration-item .unit .inner .text-holder dl dd{
  flex: 3;
  padding: 16px;
}
.m-commemoration-item .unit .inner .text-holder dl dd span{
  font-size: 14px;
}
.m-commemoration-item .unit .inner .text-holder dl dd span.red{
  font-size: 16px;
}
.m-commemoration-item .unit .inner .text-holder p{
  font-size: 14px;
  margin: 16px 0 24px;
}

.m-commemoration-item .unit .inner .img-holder .btn-area{
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.m-commemoration-item .unit .inner .img-holder .btn-holder{
  margin-top: 24px;
  font-size: 16px;
  margin: 10px auto;
}
.m-commemoration-item .unit .inner .img-holder .btn-holder a{
  display: block;
  text-align: center;
  color: #fff;
  padding: 12px 0;
  background: #EC1234;
  border-radius: 4px;
  width:250px;
  margin: 0 auto;
  padding:20px 5px 20px 5px;
  font-size: 1.5em;
}
.m-commemoration-item .unit .inner .img-holder .btn-holder a:hover{
  background: #c62828;
}
.m-commemoration-item .unit .inner .img-holder .btn-holder p{
  font-size: 20px;
  text-align: center;
}

.m-commemoration-item .unit .inner .img-holder .btn-holder-half a{
  width: 230px;
  font-size: 1.2em;
}

.m-info{
  background: #f5f5f5;
}
.m-info .unit{
  width: 1180px;
  margin:0 auto;
}
.m-info .unit .inner{
  padding: 64px 0;
}
.m-info .unit .inner .text-holder {
  margin-bottom: 32px;
}

.m-info .unit .inner .text-holder dl{
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  margin-bottom: 16px;
  background: #fff;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.m-info .unit .inner .text-holder dl dt{
  width: 160px;
  padding: 16px 0;
  text-align: center;
  background: #eee;
}
.m-info .unit .inner .text-holder dl dd{
  padding: 16px;
}
.m-info .unit .inner .text-holder p{
  font-size: 14px;
}

/* Item List */
#special .wrapper-special .item-speical{
  background-color: #89c446;
  padding-bottom: 40px;
}

#special .wrapper-special .item-speical .list-goods{
  width: 1180px;
  margin: 0 auto;
}

#special .wrapper-special .item-speical .list-goods.list-buttons-card .item{
  width: 100%;
  height: 100%;
}

#special .wrapper-special .item-speical .list-goods.list-buttons-card .item .img-holder{
  max-height: 100%;
}

#special .wrapper-special .item-speical .list-goods.list-buttons-card .item img{
  width: 100%;
}


/* SNS */
#special .wrapper-special .socials{
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

.red{
  color: #c62828;
}
