@charset "UTF-8";
/*------------------------------------------
共通
-------------------------------------------*/
/*PC
-----------------------------------------------------------------------------*/
#mainv {
  min-width: 1180px;
  margin: 0 0 50px;
  position: relative;
}
#mainv .inner {
  width: 1180px;
}
#mainv .mainvFirst,
#mainv .mainvSecond,
#mainv .mainvThird {
  position: relative;
}
#mainv .mainvFirst picture,
#mainv .mainvSecond picture,
#mainv .mainvThird picture {
  height: 414px;
  display: block;
}
#mainv .mainvFirst picture img,
#mainv .mainvSecond picture img,
#mainv .mainvThird picture img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 750px) {
  #mainv {
    min-width: 100%;
    margin: 0 0 30px;
  }
  #mainv .mainvFirst,
  #mainv .mainvSecond,
  #mainv .mainvThird {
    overflow: hidden;
  }
  #mainv .mainvFirst picture,
  #mainv .mainvSecond picture,
  #mainv .mainvThird picture {
    width: 100%;
    height: 62.6vw;
    display: block;
  }
  #mainv .mainvFirst picture img,
  #mainv .mainvSecond picture img,
  #mainv .mainvThird picture img {
    width: 100%;
  }
}
@media only screen and (max-width: 360px) {
  #mainv .mainvFirst .textWrap {
    padding: 0 0 0 4vw;
  }
  #mainv .mainvFirst .imageWrap .name {
    right: 0.5vw;
  }
  #mainv .mainvFirst .imageWrap .name span {
    display: block;
  }
}
#reason .inner {
  padding: 0 0 70px;
}
#reason h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  margin: 0 0 45px;
  padding: 0 0 20px;
  font-family: var(--yumincho);
  font-weight: bold;
  color: var(--heading2);
}
#reason h2::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 188px;
  height: 7px;
  background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
  content: "";
}
#reason h2 span {
  color: var(--textEm);
}
#reason ol {
  justify-content: space-between;
  counter-reset: number;
}
#reason ol li {
  width: 32%;
  position: relative;
  counter-increment: number;
}
#reason ol li figure {
  position: relative;
  margin: 0 0 30px;
}
#reason ol li figure::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  border-radius: 5px 0 0 0;
  background: linear-gradient(135deg, var(--zabuton2Bg) 50%, transparent 50%);
  content: "";
}
#reason ol li figure::after {
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
  line-height: 1;
  color: var(--zabuton2Text);
  font-size: 24px;
  font-family: var(--yumincho);
  content: counter(number);
}
#reason ol li figure img {
  aspect-ratio: 5/3;
  object-fit: cover;
  border-radius: 5px;
}
#reason ol li h3 {
  color: var(--textMain);
  font-size: 20px;
  font-weight: bold;
  font-family: var(--yumincho);
  margin: 0 0 25px;
}
#reason ol li h3 span {
  color: var(--textEm);
}
#reason ol li .text {
  line-height: 1.8;
}
#reason ol li .text span {
  font-weight: bold;
}
#reason .detailBtn {
  display: block;
  max-width: 420px;
  margin: 28px auto 0;
  padding: 18px;
  border: solid 1px #8e8e8e;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
#reason .detailBtn:hover {
  opacity: 0.8;
}
#reason .detailBtn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
#reason .detailBtn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#reason .bannerWrap .bnrText {
  display: none;
}
#reason .bannerWrap .bannerList {
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 0 90px;
}
#reason .bannerWrap .bannerList > li {
  width: calc((100% - 40px) / 2);
}
#reason .bannerWrap .bannerList > li img {
  width: 100%;
  height: auto;
}
#reason .bannerWrap .bannerList > li a:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 750px) {
  #reason {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 60px;
  }
  #reason .inner {
    order: 2;
    padding: 0;
  }
  #reason h2 {
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
  }
  #reason h2::before {
    width: 141px;
    height: 5px;
  }
  #reason ol li {
    width: 100%;
    counter-increment: number;
    margin: 0 0 40px;
  }
  #reason ol li:last-child {
    margin: 0;
  }
  #reason ol li figure {
    margin: 0 0 20px;
  }
  #reason ol li h3 {
    margin: 0 0 15px;
  }
  #reason ol li .text {
    font-size: 14px;
  }
  #reason .detailBtn {
    margin: 25px auto 0;
    padding: 12px;
    width: 100%;
  }
  #reason .detailBtn span {
    padding: 0 0 0 18px;
    font-size: 15px;
  }
  #reason .detailBtn span::before {
    width: 7px;
    height: 7px;
  }
  #reason .bannerWrap {
    width: 94vw;
    order: 1;
    margin: 0 auto 40px;
  }
  #reason .bannerWrap .bnrText {
    margin: 0 0 20px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: block;
  }
  #reason .bannerWrap .bnrText span {
    color: var(--textEm);
  }
  #reason .bannerWrap .bannerList {
    margin: 0 auto;
    padding: 0;
  }
  #reason .bannerWrap .bannerList > li {
    width: 100%;
    margin: 0 0 13px;
  }
  #reason .bannerWrap .bannerList > li:last-child {
    margin: 0;
  }
  #reason .bannerWrap .bannerList > li img {
    width: 100%;
    height: auto;
  }
}
#mainArea .inner {
  justify-content: space-between;
}
#mainArea .inner .left {
  width: 72%;
}
#mainArea .inner .left #support {
  margin: 0 0 80px;
}
#mainArea .inner .left #support h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  margin: 0 0 45px;
  padding: 0 0 20px;
  font-family: var(--yumincho);
  font-weight: bold;
  color: var(--heading2);
}
#mainArea .inner .left #support h2::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 188px;
  height: 7px;
  background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
  content: "";
}
#mainArea .inner .left #support h2 span {
  color: var(--textEm);
}
#mainArea .inner .left #support .supportList {
  justify-content: space-between;
}
#mainArea .inner .left #support .supportList > li {
  width: calc(50% - 15px);
  margin: 0 0 40px;
}
#mainArea .inner .left #support .supportList > li a {
  display: block;
}
#mainArea .inner .left #support .supportList > li a:hover {
  opacity: 0.8;
}
#mainArea .inner .left #support .supportList > li figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  object-fit: cover;
}
#mainArea .inner .left #support .supportList > li .textWrap {
  position: relative;
  padding: 20px 0 0;
  text-align: center;
}
#mainArea .inner .left #support .supportList > li .textWrap .point {
  position: absolute;
  left: 20px;
  top: -30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 12px;
  font-weight: bold;
  color: var(--zabuton1Text);
  background: var(--zabuton1Bg);
  border-radius: 30px;
  box-shadow: 0 0 0 3px #fff;
}
#mainArea .inner .left #support .supportList > li .textWrap .point::before {
  position: absolute;
  right: 1px;
  bottom: -4px;
  border-width: 15px 6px 0 6px;
  border-color: var(--zabuton1Bg) transparent transparent transparent;
  border-style: solid;
  content: "";
  transform: rotate(-40deg);
}
#mainArea .inner .left #support .supportList > li .textWrap h3 {
  margin: 0 0 12px;
  font-size: 24px;
  font-weight: bold;
  font-family: var(--yumincho);
  color: var(--textPoint);
}
#mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point {
  background: var(--zabuton2Bg);
  color: var(--zabuton2Text);
  box-shadow: 0 0 0 3px #fff;
}
#mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point::before, #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point::before {
  border-color: var(--zabuton2Bg) transparent transparent transparent;
}
#mainArea .inner .left #support .detailBtn {
  display: block;
  max-width: 420px;
  margin: 0 auto;
  padding: 18px;
  border: solid 1px #8e8e8e;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
#mainArea .inner .left #support .detailBtn:hover {
  opacity: 0.8;
}
#mainArea .inner .left #support .detailBtn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
#mainArea .inner .left #support .detailBtn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#mainArea .inner .left .newsWrap {
  display: none;
}
#mainArea .inner .left #blog {
  margin: 0 0 80px;
}
#mainArea .inner .left #blog:last-child {
  margin: 0;
}
#mainArea .inner .left #blog h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  margin: 0 0 45px;
  padding: 0 0 20px;
  font-family: var(--yumincho);
  font-weight: bold;
}
#mainArea .inner .left #blog h2::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 188px;
  height: 7px;
  background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
  content: "";
}
#mainArea .inner .left #blog h2 span {
  color: var(--textEm);
}
#mainArea .inner .left #blog .blogList {
  position: relative;
  padding: 0 35px;
}
#mainArea .inner .left #blog .blogList .slick-track {
  display: flex;
  padding: 3px 0 5px;
}
#mainArea .inner .left #blog .blogList .slick-slide {
  margin: 0 10px;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.1);
  height: auto;
  display: flex;
}
#mainArea .inner .left #blog .blogList .slick-slide a {
  display: block;
  width: 100%;
}
#mainArea .inner .left #blog .blogList .slick-slide > div {
  display: flex;
  width: 100%;
}
#mainArea .inner .left #blog .blogList .slick-slide > div > li {
  display: flex !important;
  width: 100%;
}
#mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
  display: block;
  width: 100%;
}
#mainArea .inner .left #blog .blogList .slick-slide > div > li > a:hover {
  opacity: 0.8;
}
#mainArea .inner .left #blog .blogList .slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: #d5d5d5;
  border-radius: 3px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
#mainArea .inner .left #blog .blogList .slick-prev::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: solid 2px #444;
  border-bottom: solid 2px #444;
  content: "";
  transform: translate(-30%, -50%) rotate(45deg);
}
#mainArea .inner .left #blog .blogList .slick-prev:hover {
  opacity: 0.8;
}
#mainArea .inner .left #blog .blogList .slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  width: 34px;
  height: 34px;
  padding: 0;
  border: none;
  background: #d5d5d5;
  border-radius: 3px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  transform: translateY(-50%);
  cursor: pointer;
  outline: none;
}
#mainArea .inner .left #blog .blogList .slick-next::before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: solid 2px #444;
  border-top: solid 2px #444;
  content: "";
  transform: translate(-70%, -50%) rotate(45deg);
}
#mainArea .inner .left #blog .blogList .slick-next:hover {
  opacity: 0.8;
}
#mainArea .inner .left #blog .blogList figure {
  position: relative;
  height: 190px;
  width: 100%;
}
#mainArea .inner .left #blog .blogList figure .new {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px 0 0 0;
  background: linear-gradient(135deg, rgb(231, 75, 71) 50%, rgba(231, 75, 71, 0) 51%);
  content: "";
}
#mainArea .inner .left #blog .blogList figure .new::before {
  position: absolute;
  left: -7px;
  top: 18px;
  width: 50px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  content: "NEW";
  transform: rotate(-45deg);
}
#mainArea .inner .left #blog .blogList figure img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#mainArea .inner .left #blog .blogList .textArea {
  padding: 10px 14px;
}
#mainArea .inner .left #blog .blogList .textArea .title {
  margin: 0 0 5px;
  color: #1e4eb6;
  font-weight: bold;
}
#mainArea .inner .left #blog .blogList .textArea .date {
  color: #8d8d8d;
  font-size: 12px;
}
#mainArea .inner .left #blog .moreBtn {
  display: block;
  max-width: 420px;
  margin: 28px auto 0;
  padding: 18px;
  border: solid 1px #8e8e8e;
  text-align: center;
  border-radius: 5px;
  box-sizing: border-box;
}
#mainArea .inner .left #blog .moreBtn:hover {
  opacity: 0.8;
}
#mainArea .inner .left #blog .moreBtn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
#mainArea .inner .left #blog .moreBtn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  width: 8px;
  height: 8px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#mainArea .inner .left #event h2 {
  position: relative;
  text-align: center;
  font-size: 34px;
  margin: 0 0 45px;
  padding: 0 0 20px;
  font-family: var(--yumincho);
  font-weight: bold;
  color: var(--heading2);
}
#mainArea .inner .left #event h2::before {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 188px;
  height: 7px;
  background: url(../images/common/title_border.png) no-repeat 50% 50%/contain;
  transform: translateX(-50%);
  content: "";
}
#mainArea .inner .left #event h2 span {
  color: var(--textEm);
}
#mainArea .inner .left #event .eventWrap h3 {
  display: block;
  padding: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: var(--bar1-2Text);
  position: relative;
}
#mainArea .inner .left #event .eventWrap h3 span {
  color: var(--bar1-3Text);
  margin: 0 1em 0 0;
}
#mainArea .inner .left #event .eventWrap h3::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--bar1-1Bg);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 6px, rgba(255, 255, 255, 0.2) 6px, rgba(255, 255, 255, 0.2) 8px);
  background-size: auto auto;
  opacity: 0.13;
  position: absolute;
  top: 0;
  left: 0;
}
#mainArea .inner .left #event .eventWrap .eventDetail {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 29px 20px 19px;
  border: solid 1px #d3d3d3;
  border-top: none;
}
#mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
  width: 41%;
  padding: 0 0 50px;
}
#mainArea .inner .left #event .eventWrap .eventDetail .imageWrap img {
  width: 100%;
  height: auto;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap {
  width: 57%;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap h4 {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition {
  display: flex;
  justify-content: flex-start;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
  margin: 0 40px 0 0;
  width: 100%;
  font-size: 16px;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
  margin: 0;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
  position: relative;
  margin: 0 0 10px;
  padding: 0 0 0 24px;
  color: #286acf;
  font-weight: bold;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 19px;
  height: 19px;
  background: url(../images/common/event_men.png) no-repeat 50% 50%/contain;
  transform: translateY(-50%);
  content: "";
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
  margin: 0 19px 0 0;
  display: inline-block;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
  display: inline-block;
  width: 6.5em;
  border-radius: 5px;
  text-align: center;
  font-size: 13px;
  border: solid 1px #f60;
  color: #f60;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
  border-color: #c7203b;
  color: #c7203b;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
  color: #e84a7f;
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
  background-image: url(../images/common/event_women.png);
}
#mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
  font-size: 13px;
  margin: 15px 0 0;
  padding: 10px 0 0;
  border-top: solid 1px #d9d9d9;
}
#mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
  position: absolute;
  left: 59px;
  bottom: 20px;
  width: 250px;
  padding: 8px;
  text-align: center;
  background: linear-gradient(0deg, rgb(233, 74, 127) 0%, rgb(240, 129, 166) 100%);
  cursor: pointer;
  box-sizing: border-box;
  border: solid 2px #e94a7f;
  border-radius: 5px;
}
#mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span {
  display: inline-block;
  position: relative;
  padding: 0 16px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
#mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] span::before {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#mainArea .inner .left #event .eventWrap .eventDetail button[type=submit]:hover {
  opacity: 0.8;
}
#mainArea .inner .left > .snsList {
  display: none;
}
#mainArea .inner .right {
  width: 23%;
}
#mainArea .inner .right .bannerWrap {
  display: none;
}
#mainArea .inner .right .newsWrap {
  margin: 0 0 30px;
}
#mainArea .inner .right .newsWrap h2 {
  padding: 17px;
}
#mainArea .inner .right .newsWrap .newsList > li {
  padding: 15px 0;
  border-bottom: solid 1px #ececec;
}
#mainArea .inner .right .newsWrap .newsList > li:last-child {
  border-bottom: none;
}
#mainArea .inner .right .newsWrap .newsList > li .dateWrap {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}
#mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag {
  margin: 0 8px 0 0;
  padding: 2px;
  min-width: 90px;
  background: #777;
  color: #fff;
  font-size: 12px;
  text-align: center;
  border-radius: 3px;
  box-sizing: border-box;
}
#mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.event {
  background: var(--zabuton1Bg);
  color: var(--zabuton1Text);
}
#mainArea .inner .right .newsWrap .newsList > li .dateWrap .tag.campaign {
  background: #e74b47;
  color: #fff;
}
#mainArea .inner .right .newsWrap .newsList > li .dateWrap .date {
  color: #666;
  font-size: 12px;
}
#mainArea .inner .right .newsWrap .newsList > li a {
  font-size: 13px;
  color: var(--textLink);
}
#mainArea .inner .right .newsWrap .newsList > li a:hover {
  text-decoration: underline;
}
#mainArea .inner .right .newsWrap .moreBtn {
  display: block;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
  background: #e4e4e4;
  color: #444;
  font-size: 13px;
}
#mainArea .inner .right .newsWrap .moreBtn span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 15px;
}
#mainArea .inner .right .newsWrap .moreBtn span::before {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  border-top: solid 2px #444;
  border-right: solid 2px #444;
  width: 6px;
  height: 6px;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
#mainArea .inner .right .newsWrap .moreBtn:hover {
  opacity: 0.8;
}
#mainArea .inner .right .bnrList:not(:last-child) {
  margin: 0 0 30px;
}
#mainArea .inner .right .bnrList > li {
  margin: 0 0 10px;
}
#mainArea .inner .right .bnrList > li:last-child {
  margin: 0;
}
#mainArea .inner .right .bnrList > li img {
  width: 100%;
  height: auto;
}
#mainArea .inner .right .bnrList > li a:hover {
  opacity: 0.8;
}
#mainArea .inner .right .snsList:not(:last-child) {
  margin: 0 0 30px;
}
#mainArea .inner .right .snsList > li {
  margin: 0 0 30px;
}
#mainArea .inner .right .snsList > li:last-child {
  margin: 0;
}
#mainArea .inner .right .snsList > li img {
  width: 100%;
  max-width: 240px;
  height: auto;
}
#mainArea .inner .right .snsList > li a {
  display: block;
}
#mainArea .inner .right .snsList > li a:hover {
  opacity: 0.8;
}

@media only screen and (max-width: 750px) {
  #mainArea .inner {
    display: block;
  }
  #mainArea .inner .left {
    width: 100%;
    margin-right: 0;
  }
  #mainArea .inner .left #support {
    margin: 0 0 50px;
  }
  #mainArea .inner .left #support h2 {
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
  }
  #mainArea .inner .left #support h2::before {
    width: 141px;
    height: 5px;
  }
  #mainArea .inner .left #support .supportList {
    display: block;
  }
  #mainArea .inner .left #support .supportList > li {
    width: 100%;
    margin: 0 0 35px;
  }
  #mainArea .inner .left #support .supportList > li:last-child {
    margin: 0;
  }
  #mainArea .inner .left #support .supportList > li a {
    display: flex;
  }
  #mainArea .inner .left #support .supportList > li figure {
    order: 2;
    width: 45%;
    position: relative;
  }
  #mainArea .inner .left #support .supportList > li figure img {
    width: calc(100% + 3.5vw);
    height: 100%;
    position: absolute;
    object-fit: cover;
  }
  #mainArea .inner .left #support .supportList > li .textWrap {
    order: 1;
    width: 55%;
    position: relative;
    padding: 60px 20px 0 0;
    box-sizing: border-box;
  }
  #mainArea .inner .left #support .supportList > li .textWrap .point {
    left: 5px;
    top: 2px;
    width: 42px;
    height: 42px;
    font-size: 10px;
    border-radius: 21px;
    color: var(--zabuton1Text);
    background: var(--zabuton1Bg);
  }
  #mainArea .inner .left #support .supportList > li .textWrap h3 {
    font-size: 20px;
    text-align: left;
  }
  #mainArea .inner .left #support .supportList > li .textWrap p {
    text-align: left;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point, #mainArea .inner .left #support .supportList > li:nth-child(4) .textWrap .point {
    background: var(--zabuton2Bg);
    color: var(--zabuton2Text);
  }
  #mainArea .inner .left #support .supportList > li:nth-child(2) .textWrap .point::before, #mainArea .inner .left #support .supportList > li:nth-child(4) .textWrap .point::before {
    border-color: var(--zabuton2Bg) transparent transparent transparent;
  }
  #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point {
    color: var(--zabuton1Text);
    background: var(--zabuton1Bg);
  }
  #mainArea .inner .left #support .supportList > li:nth-child(3) .textWrap .point::before {
    border-color: var(--zabuton1Bg) transparent transparent transparent;
  }
  #mainArea .inner .left #support .detailBtn {
    margin: 40px auto 0;
    padding: 12px;
  }
  #mainArea .inner .left #support .detailBtn span {
    padding: 0 0 0 18px;
    font-size: 15px;
  }
  #mainArea .inner .left #support .detailBtn span::before {
    width: 7px;
    height: 7px;
  }
  #mainArea .inner .left .newsWrap {
    margin: 0 0 55px;
    display: block;
  }
  #mainArea .inner .left .newsWrap h2 {
    font-size: 15px;
    padding: 12px;
  }
  #mainArea .inner .left .newsWrap .newsList > li {
    padding: 18px 0;
    border-bottom: solid 1px #ececec;
  }
  #mainArea .inner .left .newsWrap .newsList > li:last-child {
    border-bottom: none;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .tag {
    margin: 0 8px 0 0;
    padding: 2px;
    min-width: 97px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    box-sizing: border-box;
  }
  #mainArea .inner .left .newsWrap .newsList > li .dateWrap .date {
    color: #666;
    font-size: 12px;
  }
  #mainArea .inner .left .newsWrap .newsList > li a {
    font-size: 14px;
  }
  #mainArea .inner .left .newsWrap .moreBtn {
    display: block;
    text-align: center;
    padding: 15px;
    border-radius: 30px;
    background: #e4e4e4;
    color: #444;
    font-size: 14px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 18px;
  }
  #mainArea .inner .left .newsWrap .moreBtn span::before {
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    border-top: solid 2px #444;
    border-right: solid 2px #444;
    width: 6px;
    height: 6px;
    content: "";
    transform: translateY(-50%) rotate(45deg);
  }
  #mainArea .inner .left #blog {
    margin: 0 0 50px;
  }
  #mainArea .inner .left #blog h2 {
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    line-height: 1.2;
  }
  #mainArea .inner .left #blog h2::before {
    width: 141px;
    height: 5px;
  }
  #mainArea .inner .left #blog .blogList {
    padding: 0;
  }
  #mainArea .inner .left #blog .blogList .slick-slide {
    margin: 0 7px;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div {
    display: flex;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li {
    display: flex !important;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-slide > div > li > a {
    display: block;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList .slick-prev {
    left: -14px;
    width: 14px;
    height: 50px;
    background: transparent;
  }
  #mainArea .inner .left #blog .blogList .slick-prev::before {
    width: 14px;
    height: 14px;
    transform: translate(-30%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList .slick-next {
    right: -14px;
    width: 14px;
    height: 50px;
    background: transparent;
  }
  #mainArea .inner .left #blog .blogList .slick-next::before {
    width: 14px;
    height: 14px;
    transform: translate(-70%, -50%) rotate(45deg) skew(15deg, 15deg);
  }
  #mainArea .inner .left #blog .blogList figure {
    position: relative;
    height: 138px;
    width: 100%;
  }
  #mainArea .inner .left #blog .blogList figure .new {
    width: 38px;
    height: 38px;
  }
  #mainArea .inner .left #blog .blogList figure .new::before {
    left: -5px;
    top: 14px;
    width: 38px;
    font-size: 10px;
  }
  #mainArea .inner .left #blog .blogList .textArea {
    padding: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .title {
    font-size: 14px;
  }
  #mainArea .inner .left #blog .blogList .textArea .date {
    font-size: 10px;
  }
  #mainArea .inner .left #blog .moreBtn {
    display: block;
    max-width: 100%;
    margin: 40px auto 0;
    padding: 12px;
  }
  #mainArea .inner .left #blog .moreBtn span {
    padding: 0 0 0 18px;
    font-size: 15px;
  }
  #mainArea .inner .left #blog .moreBtn span::before {
    width: 7px;
    height: 7px;
  }
  #mainArea .inner .left #event h2 {
    font-size: 26px;
    margin: 0 0 36px;
    padding: 0 0 16px;
    line-height: 1.2;
  }
  #mainArea .inner .left #event h2::before {
    width: 141px;
    height: 5px;
  }
  #mainArea .inner .left #event .eventWrap h3 {
    padding: 12px 5px;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail {
    display: block;
    padding: 15px 19px;
    border: solid 1px #d3d3d3;
    border-top: none;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .imageWrap {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap {
    width: 100%;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap h4 {
    margin: 0 0 15px;
    font-size: 18px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women {
    margin: 0 25px 0 0;
    font-size: 15px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men:last-child,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women:last-child {
    margin: 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap {
    margin: 0 0 5px;
    padding: 0 0 0 22px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap::before,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap::before {
    top: 2px;
    width: 17px;
    height: 17px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .type,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .type {
    margin: 0 14px 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .men .typeWrap .full,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .few,
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .condition .women .typeWrap .full {
    width: 6em;
    font-size: 11px;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail .textWrap .text {
    font-size: 12px;
    margin: 12px 0 0;
    padding: 12px 0 0;
  }
  #mainArea .inner .left #event .eventWrap .eventDetail button[type=submit] {
    position: static;
    display: block;
    width: 100%;
    max-width: 262px;
    margin: 18px auto 0;
  }
  #mainArea .inner .left > .snsList {
    margin: 40px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #mainArea .inner .left > .snsList > li {
    width: calc((100% - 20px) / 2);
  }
  #mainArea .inner .right {
    margin: 45px -2vw 0;
    width: 94vw;
  }
}

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