@charset "utf-8";

:root {
  --main02: #d3233a;

  --red01: #ff4631;
  --red02: #f43142;
  --red03: #ffedec;
  --red04: #ff0038;
  --red05: #d3233a;

  --blk02: #e1e1e1;
  --blk02-1: #f8f8f8;
  --blk03: #c2c2c2;
  --blk04: #a3a3a3;
  --blk05: #808080;
  --blk06: #5e5e5e;
  --blk08: #2e2e2e;
  --blk09: #141414;
}

.mainGrpWrap {
  width: 100vw;
  height: calc(100vh - 90px);
  padding: 0 80px;
  box-sizing: border-box;
}
.mainGrp {
  width: 100%;
  height: 100%;
}
.mainGrp > li {
  position: relative;
  width: 400px;
  min-width: 240px;
  height: 87%;
  max-height: 750px;
  overflow: hidden; /*margin: 0 52px 0 0;*/
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.mainGrp > li:last-child {
  margin: 0;
}
.mainGrp > li:hover {
  box-shadow: 4px 12px 28px 4px rgba(0, 0, 0, 0.2);
}
.mainGrp > li:nth-child(2n) {
  top: 10%;
}
.mainGrp > li:nth-child(2n-1) {
  top: 5%;
}
.mainGrp > li section {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainGrp > li section .sectionBg {
  position: relative;
  width: 100%;
  height: 100%;
}
.mainGrp > li section .sectionBg > div {
  width: 100%;
  height: 100%;
}
.mainGrp > li section .sectionBg {
  background: #f5f5f5;
}
.mainGrp > li.irochi section .sectionBg {
  background: #191e3a;
}
.mainGrp > li:nth-child(1) section .sectionBg > div {
  background: url(/images/mainGrp01.png) no-repeat center bottom;
  background-size: 100%;
}
.mainGrp > li:nth-child(2) section .sectionBg > div {
  background: url(/images/mainGrp02.png) no-repeat center bottom;
  background-size: 100%;
}
.mainGrp > li:nth-child(3) section .sectionBg > div {
  background: url(/images/mainGrp03.png) no-repeat center bottom;
  background-size: 100%;
}
.mainGrp > li:nth-child(4) section .sectionBg > div {
  background: url(/images/mainGrp04.png) no-repeat center bottom;
  background-size: 100%;
}

.mainGrp > li section .sectionTxt {
  position: absolute;
  width: 100%;
  height: 192px;
  padding: 38px 24px;
  box-sizing: border-box;
  top: 0;
  left: 0;
}
.mainGrp > li section .sectionTxt strong {
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  color: #333;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  letter-spacing: -0.5px;
  padding: 0 0 30px;
}
.mainGrp > li.irochi section .sectionTxt strong {
  color: #fff;
}
.mainGrp > li section .sectionTxt strong br {
}
.mainGrp > li section .sectionTxt .moreView {
  position: relative;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid var(--red05);
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.mainGrp > li.irochi section .sectionTxt .moreView {
  border: 1px solid #fff;
}
.mainGrp > li section .sectionTxt .moreView:hover {
  background: var(--red05);
}
.mainGrp > li section .sectionTxt .moreView a::before {
  content: '';
  width: 8px;
  height: 14px;
  background: url(/images/mainArrw01_btn.png) no-repeat center;
  top: 18px;
  left: 21px;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.mainGrp > li.irochi section .sectionTxt .moreView a::before {
  background: url(/images/mainArrw03_btn.png) no-repeat center;
}
.mainGrp > li section .sectionTxt .moreView:hover a::before {
  background: url(/images/mainArrw02_btn.png) no-repeat center;
}
.mainGrp > li section .sectionTxt .moreView > a {
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 0;
  padding: 15px 0;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
}
.mainGrp > li section .sectionTxt .moreView:hover > a {
  color: #fff;
}
.mainSwiper .swiper-pagination {
  bottom: 10px;
}
.mainSwiper .swiper-pagination .swiper-pagination-bullet {
  background: #eee;
  opacity: 1;
}
.mainSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #141414;
}
