/*---------- IndexBlock ----------*/
.MoreLink-block a {
  box-sizing: border-box;
}

.IndexBlock {
  padding: 64px 0;
}
.IndexBlock_inner {
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 1440px) {
  .IndexBlock_inner {
    max-width: 94%;
  }
}
.IndexBlock-recipe {
  background-color: #f8f4ed;
  overflow: hidden;
}
.IndexBlock-recommend {
  background-color: var(--color-primary);
}
.IndexBlock-recommend .Title_block {
  color: var(--color-secondary);
  font-size: 150%;
}
.IndexBlock-recommend .Title_block h3 {
  margin: 0;
}
.IndexBlock-features .Title_block {
  text-align: center;
}
.IndexBlock-features .Title_block div {
  padding: 2em;
  display: inline-block;
  background-color: var(--color-primary);
}
.IndexBlock-features .Title_block h3 {
  margin: 0;
  color: var(--color-secondary);
  font-size: 162.5%;
}
.IndexBlock-features .Title_block p {
  color: #FFF;
  margin-top: 1em;
  line-height: 1.5;
}
.IndexBlock-about {
  overflow: hidden;
  position: relative;
  background-color: #ece6ea;
}
.IndexBlock-about:before {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: url("../images/index/bg-prune.png") 50% 50%/auto 98% no-repeat;
}
.IndexBlock-about .IndexBlock_inner {
  position: relative;
  z-index: 2;
}
@media (max-width: 736px) {
  .IndexBlock-about:before {
    opacity: 0.5;
    mask-image: linear-gradient(to left, black 20%, transparent 80%);
    background-size: 80% auto;
    background-position: 100% 0;
    transform: translateX(20%);
  }
}

@media (max-width: 736px) {
  .MoreLink-block a {
    font-size: 123.0769230769%;
  }
  .IndexBlock {
    padding: 50px 0;
  }
  .IndexBlock-about {
    background-size: 55% auto, 48% auto;
  }
  .IndexBlock-topics {
    padding: 50px 0 20px;
  }
  .IndexBlock-features .Title_block div {
    width: 100%;
    max-width: 360px;
  }
  .IndexBlock-features .MoreLink-block a {
    width: 100%;
    max-width: 360px;
    padding-inline: 1em;
  }
}
/*---------- IndexKv ----------*/
.IndexKv {
  position: relative;
  /* background: url(../images/index/kv.jpg) no-repeat center center; */
  background-size: cover;
  margin-bottom: 110px;
}
.IndexKv_news {
  position: absolute;
  width: 500px;
  height: 96px;
  background-color: #699635;
  padding: 12px;
  box-sizing: border-box;
  right: 50px;
  bottom: -25px;
}
.IndexKv_newsInner {
  border-left: solid 6px #fff;
  height: 100%;
  padding-left: 20px;
}
.IndexKv_newsLead {
  padding: 3px 0 10px;
}
.IndexKv_newsItem {
  position: absolute;
  width: 90%;
  top: 55px;
  overflow: hidden;
}
.IndexKv_newsItem:first-child {
  z-index: 2;
}
.IndexKv_newsItem:first-child .IndexKv_newsLink {
  width: 100%;
}
.IndexKv_newsLink {
  color: #fff;
  font-size: 1.125rem;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
}
.IndexKv_videoBlock {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
}
.IndexKv_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.KvBanner {
  position: absolute;
  right: 50px;
  bottom: 85px;
}
.KvBanner_img {
  width: 335px;
  height: auto;
}

.IndexBanner {
  text-align: center;
  padding: 0 20px;
  margin-bottom: 70px;
}
.IndexBanner img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 736px) {
  .IndexKv {
    height: auto;
    margin-bottom: 0;
    background: none;
  }
  .IndexKv_news {
    position: relative;
    width: 100%;
    height: 85px;
    padding: 0;
    right: 0;
    bottom: 0;
  }
  .IndexKv_newsInner {
    padding-left: 0;
    border-left: none;
  }
  .IndexKv_newsLead {
    text-align: center;
    padding: 8px 0 10px;
    border-bottom: solid 1px #e4e2df;
  }
  .IndexKv_newsLeadImg {
    width: 40px;
    height: auto;
    vertical-align: bottom;
  }
  .IndexKv_newsItem {
    width: 100%;
    background: url(../images/common/arrow_r_wht.png) no-repeat 96% center;
    background-size: 8px auto;
    top: 42px;
    padding: 12px 25px 12px 15px;
    height: 34px;
    box-sizing: border-box;
  }
  .IndexKv_newsLink {
    font-size: 0.75rem;
    display: block;
    box-sizing: border-box;
  }
  .IndexKv_img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .IndexKv_video {
    width: 100%;
  }
  .KvBanner {
    position: relative;
    right: 0;
    bottom: 0;
    padding: 15px 42px 0 27px;
    text-align: center;
  }
  .KvBanner_img {
    max-width: 335px;
    width: 100%;
  }
  .IndexBanner {
    margin-bottom: 5px;
    margin-top: 35px;
  }
}
/*---------- IndexTopics ----------*/
.IndexTopics {
  overflow: hidden;
  padding: 2em 0;
}
.IndexTopics__list {
  max-width: 1440px;
  margin: 0 auto;
}
.IndexTopics__list, .IndexTopics__list .slick-list {
  overflow: visible;
}
.IndexTopics__img {
  margin: auto;
  aspect-ratio: 3/1;
  width: calc(100% - 2em);
  height: 100%;
  object-fit: cover;
  background-color: #EEE;
}
.IndexTopics__btn {
  display: block;
  border: 1px solid #CCC;
  overflow: hidden;
}
.IndexTopics a.IndexTopics__btn:hover picture {
  opacity: 0.8;
}
@media (max-width: 736px) {
  .IndexTopics__list {
    width: 96%;
  }
  .IndexTopics__img {
    width: calc(100% - 1em);
  }
}

/*---------- IndexRecommendRecipe ----------*/
.IndexRecommendRecipe {
  color: #FFF;
}
.IndexRecommendRecipe a {
  color: inherit;
}
.IndexRecommendRecipe_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
}
.IndexRecommendRecipe_list figure {
  margin: 0;
}
.IndexRecommendRecipe_list img {
  max-width: 100%;
  height: auto;
}
.IndexRecommendRecipe_list li {
  width: 28%;
}
.IndexRecommendRecipe_list li:nth-child(n+4) {
  margin-top: 2em;
}
.IndexRecommendRecipe_list figcaption {
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
}
@media (max-width: 736px) {
  .IndexRecommendRecipe_list li {
    width: 48%;
  }
  .IndexRecommendRecipe_list li:nth-child(n+3) {
    margin-top: 2em;
  }
  .IndexRecommendRecipe_list figcaption {
    text-align: left;
    justify-content: flex-start;
  }
  .IndexRecommendRecipe_list figcaption br {
    display: none;
  }
}

/*---------- IndexFeatures ----------*/
.IndexFeatures_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.75em;
}
.IndexFeatures_info {
  color: var(--color-primary);
}
.IndexFeatures_info h4 {
  font-size: 212.5%;
  margin: 0;
}
.IndexFeatures_info h4 span {
  display: block;
  font-size: 70.5882352941%;
  margin-top: 0.25em;
  font-weight: normal;
}
.IndexFeatures_info p {
  margin-block: 1.75em;
  font-size: 125%;
  line-height: 1.7;
}
.IndexFeatures_info .MoreLink {
  margin-top: 2em;
}
.IndexFeatures_photo img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 737px) {
  .IndexFeatures_info {
    width: calc(52% - 2em);
  }
  .IndexFeatures_info .MoreLink {
    text-align: left;
  }
  .IndexFeatures_photo {
    width: 45%;
  }
}
@media (max-width: 736px) {
  .IndexFeatures_item {
    flex-direction: column-reverse;
  }
  .IndexFeatures_photo {
    margin-bottom: 1em;
  }
}

/*---------- IndexAbout ----------*/
.IndexAbout {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.IndexAbout_item {
  width: 100%;
}
.IndexAbout_item b {
  color: var(--color-primary);
  font-size: 150%;
}
.IndexAbout_item p {
  font-size: 125%;
  line-height: 1.7;
  margin-top: 0.5em;
}
.IndexAbout_item:nth-child(-n+2) {
  text-shadow: 1px 1px 0 #ece6ea, -1px 1px 0 #ece6ea, 1px -1px 0 #ece6ea, -1px -1px 0 #ece6ea;
}
.IndexAbout_item:nth-child(3) {
  display: flex;
  justify-content: center;
  gap: 2em;
}
@media (min-width: 737px) {
  .IndexAbout_item ul > li:nth-child(n+2) {
    margin-top: 6em;
  }
  .IndexAbout_item:nth-child(-n+2) {
    width: 33%;
  }
  .IndexAbout_item:nth-child(3) {
    margin-top: 8em;
  }
}
@media (max-width: 736px) {
  .IndexAbout_item ul > li:nth-child(n+2) {
    margin-top: 2em;
  }
  .IndexAbout_item:nth-child(2) {
    margin-top: 2em;
  }
  .IndexAbout_item:nth-child(3) {
    margin-top: 2em;
    flex-direction: column;
    gap: 1em;
  }
  .IndexAbout_item:nth-child(3) .MoreLink-block a {
    width: 100%;
    max-width: 360px;
    box-sizing: border-box;
  }
}

/*---------- IndexLead ----------*/
.IndexLead {
  color: #b13b53;
  text-align: center;
  font-size: 2.125rem;
  font-weight: 400;
  margin: 0;
}
.IndexLead::before {
  content: "";
  display: inline-block;
  background: url(../images/common/text_frame_l.png) no-repeat 0 0;
  width: 34px;
  height: 25px;
  position: relative;
  top: -20px;
  margin-right: 10px;
}
.IndexLead::after {
  content: "";
  display: inline-block;
  background: url(../images/common/text_frame_r.png) no-repeat 0 0;
  width: 34px;
  height: 25px;
  position: relative;
  bottom: -20px;
  margin-left: 10px;
}

@media only screen and (max-width: 736px) {
  .IndexLead {
    font-size: 1.4375rem;
    line-height: 1.4em;
    position: relative;
    margin: 50px 0 0;
  }
  .IndexLead::before {
    background-size: 23px auto;
    top: -20px;
    left: 50%;
    margin-left: -160px;
    margin-right: 0;
    position: absolute;
  }
  .IndexLead::after {
    background-size: 23px auto;
    left: 50%;
    bottom: -10px;
    margin-left: 120px;
    position: absolute;
  }
}
/*---------- IndexBeauty ----------*/
.IndexBeauty {
  max-width: 1280px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.IndexBeauty_item {
  width: 32.3%;
  flex: 0 0 32.3%;
}
.IndexBeauty_img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media only screen and (max-width: 736px) {
  .IndexBeauty {
    display: block;
    margin: 0 auto 35px;
  }
  .IndexBeauty_item {
    width: 100%;
  }
}
/*---------- IndexRecipe ----------*/
.IndexRecipe {
  min-height: 480px;
  position: relative;
}
.IndexRecipe_inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.IndexRecipe_item {
  position: absolute;
  top: 0;
  z-index: 1;
}
.IndexRecipe_item:nth-child(8n+1), .IndexRecipe_item:nth-child(8n+5) {
  left: -2%;
}
.IndexRecipe_item:nth-child(8n+2), .IndexRecipe_item:nth-child(8n+6) {
  left: 25%;
}
.IndexRecipe_item:nth-child(8n+3), .IndexRecipe_item:nth-child(8n+7) {
  left: 50%;
}
.IndexRecipe_item:nth-child(8n+4), .IndexRecipe_item:nth-child(8n+8) {
  left: 75%;
}
.IndexRecipe_item:nth-child(8n+2) .IndexRecipe_imgWrapper {
  transition-delay: 0.2s;
}
.IndexRecipe_item:nth-child(8n+2) .IndexRecipe_titleWrapper {
  transition-delay: 0.3s;
}
.IndexRecipe_item:nth-child(8n+3) .IndexRecipe_imgWrapper {
  transition-delay: 0.4s;
}
.IndexRecipe_item:nth-child(8n+3) .IndexRecipe_titleWrapper {
  transition-delay: 0.5s;
}
.IndexRecipe_item:nth-child(8n+4) .IndexRecipe_imgWrapper {
  transition-delay: 0.6s;
}
.IndexRecipe_item:nth-child(8n+4) .IndexRecipe_titleWrapper {
  transition-delay: 0.7s;
}
.IndexRecipe_item:nth-child(8n+6) .IndexRecipe_imgWrapper {
  transition-delay: 0.2s;
}
.IndexRecipe_item:nth-child(8n+6) .IndexRecipe_titleWrapper {
  transition-delay: 0.3s;
}
.IndexRecipe_item:nth-child(8n+7) .IndexRecipe_imgWrapper {
  transition-delay: 0.4s;
}
.IndexRecipe_item:nth-child(8n+7) .IndexRecipe_titleWrapper {
  transition-delay: 0.5s;
}
.IndexRecipe_item:nth-child(8n+8) .IndexRecipe_imgWrapper {
  transition-delay: 0.6s;
}
.IndexRecipe_item:nth-child(8n+8) .IndexRecipe_titleWrapper {
  transition-delay: 0.7s;
}
.IndexRecipe_item:nth-child(8n+1) .IndexRecipe_link {
  transform: rotate(-4deg);
}
.IndexRecipe_item:nth-child(8n+1) .IndexRecipe_title {
  left: -10px;
}
.IndexRecipe_item:nth-child(8n+2) .IndexRecipe_link {
  transform: translateY(40px) rotate(5deg);
}
.IndexRecipe_item:nth-child(8n+2) .IndexRecipe_title {
  top: -80px;
  bottom: auto;
  transform: rotate(7deg);
  left: 10px;
}
.IndexRecipe_item:nth-child(8n+3) .IndexRecipe_link {
  transform: rotate(-1deg);
}
.IndexRecipe_item:nth-child(8n+3) .IndexRecipe_title {
  transform: rotate(10deg);
  left: 25px;
  bottom: -45px;
}
.IndexRecipe_item:nth-child(8n+4) .IndexRecipe_link {
  transform: translateY(50px) rotate(3deg);
}
.IndexRecipe_item:nth-child(8n+4) .IndexRecipe_title {
  transform: rotate(-10deg);
  top: -60px;
  bottom: auto;
  left: 30px;
}
.IndexRecipe_item:nth-child(8n+5) .IndexRecipe_link {
  transform: translateY(40px) rotate(5deg);
}
.IndexRecipe_item:nth-child(8n+5) .IndexRecipe_title {
  top: -79px;
  bottom: auto;
  left: 10px;
  transform: rotate(7deg);
}
.IndexRecipe_item:nth-child(8n+6) .IndexRecipe_link {
  transform: rotate(-4deg);
}
.IndexRecipe_item:nth-child(8n+6) .IndexRecipe_title {
  left: -10px;
}
.IndexRecipe_item:nth-child(8n+7) .IndexRecipe_link {
  transform: translateY(50px) rotate(3deg);
}
.IndexRecipe_item:nth-child(8n+7) .IndexRecipe_title {
  transform: rotate(-10deg);
  top: -60px;
  bottom: auto;
  left: 30px;
}
.IndexRecipe_item:nth-child(8n+8) .IndexRecipe_link {
  transform: rotate(4deg);
}
.IndexRecipe_item:nth-child(8n+8) .IndexRecipe_title {
  transform: rotate(10deg);
  left: 25px;
  bottom: -45px;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_item {
    width: 40%;
  }
  .IndexRecipe_item:nth-child(8n+1) {
    left: 10%;
  }
  .IndexRecipe_item:nth-child(8n+2) {
    left: auto;
    right: 10%;
  }
  .IndexRecipe_item:nth-child(8n+2) .IndexRecipe_title {
    top: -210px;
    left: 0;
  }
  .IndexRecipe_item:nth-child(8n+3) {
    left: 10%;
    top: 230px;
  }
  .IndexRecipe_item:nth-child(8n+3) .IndexRecipe_title {
    transform: rotate(5deg);
    left: 15px;
    bottom: -35px;
  }
  .IndexRecipe_item:nth-child(8n+4) {
    left: auto;
    right: 8%;
    top: 215px;
  }
  .IndexRecipe_item:nth-child(8n+4) .IndexRecipe_title {
    top: -210px;
    left: 20px;
  }
  .IndexRecipe_item:nth-child(8n+5) {
    left: 10%;
  }
  .IndexRecipe_item:nth-child(8n+5) .IndexRecipe_title {
    top: -220px;
    transform: rotate(-16deg);
    left: 3px;
  }
  .IndexRecipe_item:nth-child(8n+6) {
    left: auto;
    right: 10%;
  }
  .IndexRecipe_item:nth-child(8n+6) .IndexRecipe_title {
    left: 10px;
    transform: rotate(12deg);
  }
  .IndexRecipe_item:nth-child(8n+7) {
    left: 10%;
    top: 230px;
  }
  .IndexRecipe_item:nth-child(8n+7) .IndexRecipe_link {
    transform: translateY(30px) rotate(-7deg);
  }
  .IndexRecipe_item:nth-child(8n+7) .IndexRecipe_title {
    top: -210px;
    left: 10px;
  }
  .IndexRecipe_item:nth-child(8n+8) {
    left: auto;
    right: 8%;
    top: 215px;
  }
  .IndexRecipe_item:nth-child(8n+8) .IndexRecipe_link {
    transform: translateY(20px) rotate(4deg);
  }
}
.js-pageShow01 .IndexRecipe_item:nth-child(-n+4) {
  z-index: 2;
}

.js-pageShow01 .IndexRecipe_item:nth-child(-n+4) .IndexRecipe_imgWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow01 .IndexRecipe_item:nth-child(-n+4) .IndexRecipe_titleWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}

.js-pageShow02 .IndexRecipe_item:nth-child(n+5):nth-child(-n+8) {
  z-index: 2;
}

.js-pageShow02 .IndexRecipe_item:nth-child(n+5):nth-child(-n+8) .IndexRecipe_imgWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow02 .IndexRecipe_item:nth-child(n+5):nth-child(-n+8) .IndexRecipe_titleWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow03 .IndexRecipe_item:nth-child(n+9):nth-child(-n+12) {
  z-index: 2;
}

.js-pageShow03 .IndexRecipe_item:nth-child(n+9):nth-child(-n+12) .IndexRecipe_imgWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow03 .IndexRecipe_item:nth-child(n+9):nth-child(-n+12) .IndexRecipe_titleWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow04 .IndexRecipe_item:nth-child(n+13) {
  z-index: 2;
}

.js-pageShow04 .IndexRecipe_item:nth-child(n+13) .IndexRecipe_imgWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.js-pageShow04 .IndexRecipe_item:nth-child(n+13) .IndexRecipe_titleWrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.IndexRecipe_link {
  display: block;
  position: relative;
}

.IndexRecipe_imgWrapper {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  z-index: 1;
}

.IndexRecipe_imgArea {
  width: 300px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_imgArea {
    width: 100%;
    height: 180px;
  }
}
.IndexRecipe_titleWrapper {
  -webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  opacity: 0;
  z-index: 1;
}

.IndexRecipe_title {
  background-color: #e5ded5;
  font-size: 1.125rem;
  font-weight: bold;
  width: 235px;
  height: 85px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.6em;
  padding: 0 20px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_title {
    font-size: 0.6875rem;
    width: 130px;
    height: 45px;
  }
}
.IndexRecipe_navi {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  right: 0;
  left: 0;
  top: 150px;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_navi {
    top: 200px;
  }
}
.IndexRecipe_naviLink {
  position: absolute;
  width: 70px;
  height: 100px;
  overflow: hidden;
  text-indent: 110%;
  padding: 0;
  border: none;
  top: 0;
  outline: none;
  cursor: pointer;
  z-index: 10;
  display: block;
  white-space: nowrap;
  cursor: pointer;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_naviLink {
    width: 35px;
    height: 50px;
  }
}
.IndexRecipe_naviLink-prev {
  background: url(../images/common/arrow_slide_purple_l.png) no-repeat 0 0;
  left: 0;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_naviLink-prev {
    left: 0;
    background-size: 35px auto;
  }
}
.IndexRecipe_naviLink-next {
  background: url(../images/common/arrow_slide_purple_r.png) no-repeat 0 0;
  right: 0;
}

@media only screen and (max-width: 736px) {
  .IndexRecipe_naviLink-next {
    right: 0;
    background-size: 35px auto;
  }
}
/*---------- IndexSlide ----------*/
.IndexSlide {
  overflow: hidden;
  position: relative;
  max-width: 1220px;
  margin: 0 auto 50px;
}
.IndexSlide_item {
  float: left;
  max-width: 346px;
  width: 32%;
  margin: 0 10px;
}
.IndexSlide_link {
  display: block;
}
.IndexSlide_imgArea {
  margin-bottom: 25px;
  text-align: center;
  width: 100%;
  max-width: 350px;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border: solid 1px #ccc;
}
.IndexSlide_img {
  vertical-align: bottom;
  border: solid 1px #ccc;
  width: 100%;
  height: auto;
}
.IndexSlide_txtArea {
  text-align: center;
}
.IndexSlide_lead {
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.IndexSlide_txt {
  font-size: 0.9375rem;
  line-height: 1.6em;
}
.IndexSlide .slick-list {
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 !important;
}
.IndexSlide .slick-arrow {
  position: absolute;
  width: 70px;
  height: 100px;
  overflow: hidden;
  text-indent: 110%;
  padding: 0;
  border: none;
  top: 150px;
  outline: none;
  cursor: pointer;
  z-index: 10;
}
.IndexSlide .slick-arrow.slick-prev {
  background: url(../images/common/arrow_slide_purple_l.png) no-repeat center center;
  left: 0;
}
.IndexSlide .slick-arrow.slick-next {
  background: url(../images/common/arrow_slide_purple_r.png) no-repeat center center;
  right: 0;
}
.IndexBlock-about .IndexSlide .slick-arrow.slick-prev {
  background-image: url(../images/common/arrow_slide_red_l.png);
}

.IndexBlock-about .IndexSlide .slick-arrow.slick-next {
  background-image: url(../images/common/arrow_slide_red_r.png);
}

@media only screen and (max-width: 736px) {
  .IndexSlide_imgArea {
    max-width: 240px;
    height: 160px;
    margin: 0 auto 15px;
  }
  .IndexSlide_img {
    max-width: 240px;
  }
  .IndexSlide_lead {
    font-size: 1.0625rem;
  }
  .IndexSlide_txt {
    font-size: 0.875rem;
  }
  .IndexSlide .slick-arrow {
    top: 90px;
    width: 35px;
    height: 50px;
  }
  .IndexSlide .slick-arrow.slick-prev {
    left: 0;
    background-size: 35px auto;
  }
  .IndexSlide .slick-arrow.slick-next {
    right: 0;
    background-size: 35px auto;
  }
}
.IndexNewsLetter {
  max-width: 780px;
  margin: 90px auto 30px;
}
.IndexNewsLetter_link {
  display: block;
  text-align: center;
}
.IndexNewsLetter_link:hover {
  opacity: 0.7;
}
.IndexNewsLetter_banner {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 736px) {
  .IndexNewsLetter {
    margin: 55px auto 10px;
  }
  .IndexNewsLetter_link {
    padding: 0 15px;
  }
}

/*# sourceMappingURL=index.css.map */
