﻿@charset "utf-8";
/* CSS Document */
.categorySec + .categorySec {
  margin-top: 10vw;
}
.categorySubSec + .categorySubSec {
  margin-top: 7vw;
}
.categoryHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.categorySubHeading {
  color: #eb5e8a;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2.5vw;
  padding-bottom: .75vw;
  box-sizing: border-box;
  border-bottom: 1px solid #eb5e8a;
}
.categoryTxt {
  font-size: .9rem;
  line-height: 1.8;
}
.categoryRecommendBox {
  border: 4px solid #ddd;
  border-radius: 4vw;
  box-sizing: border-box;
  padding: 8vw 5vw 6vw;
  margin: 15vw auto 16vw;
  position: relative;
}
.categoryRecommendBox.categoryRecommendBox--color1 {
  border-color: #85d670;
}
.categoryRecommendBoxTitle {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  color: #505050;
  background-color: #fff;
  padding: 2vw 2vw 2vw 3vw;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  width: 66vw;
  left: 0;
  right: 0;
  top: -5vw;
  margin: auto;
}
.categoryRecommendBoxList {
  font-size: .9rem;
  line-height: 2.2;
}
.categoryRecommendBoxList__item {
  font-weight: 700;
  position: relative;
  padding-left: 1rem;
}
.categoryRecommendBoxList__item::before {
  position: absolute;
  content: '・';
  left: 0;
}
@media print, screen and (min-width: 769px) {
  .categorySec + .categorySec {
    margin-top: 5vw;
  }
  .categorySubSec + .categorySubSec {
    margin-top: 3vw;
  }
  .categoryHeading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw;
  }
  .categorySubHeading {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: .5vw;
    margin-bottom: 1vw;
  }
  .categoryRecommendBox {
    border: .4vw solid #ddd;
    border-radius: 2vw;
    box-sizing: border-box;
    padding: 3vw 3vw 3vw;
    margin: 6vw auto 6vw;
    position: relative;
    max-width: 50vw;
  }
  .categoryRecommendBoxTitle {
    font-size: 1.6rem;
    color: #505050;
    padding: 1vw 1vw 1.1vw 1.2vw;
    width: 23vw;
    top: -2.25vw;
  }
  .categoryRecommendBoxList {
    font-size: 1.2rem;
    line-height: 2.2;
  }
  .categoryRecommendBoxList__item {
    font-weight: 700;
    position: relative;
    padding-left: 1rem;
  }
  .categoryRecommendBoxList__item::before {
    position: absolute;
    content: '・';
    left: 0;
  }
}
@media print, screen and (min-width: 1281px) {
  .categorySec + .categorySec {
    margin-top: 64px;
  }
  .categorySubSec + .categorySubSec {
    margin-top: 38.4px;
  }
  .categoryHeading {
    font-size: 1rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .categorySubHeading {
    font-size: 1rem;
    padding-bottom: 6.4px;
    margin-bottom: 12.8px;
  }
  .categoryRecommendBox {
    border: 5.12px solid #ddd;
    border-radius: 25.6px;
    padding: 38.4px 38.4px 38.4px;
    margin: 76.8px auto 76.8px;
    max-width: 640px;
  }
  .categoryRecommendBoxTitle {
    font-size: 1.6rem;
    padding: 12.8px 12.8px 14.08px 15.36px;
    width: 294.4px;
    top: -28.8px;
  }
  .categoryRecommendBoxList {
    font-size: 1.2rem;
  }
  .categoryRecommendBoxList__item {
    padding-left: 1rem;
  }
}

/* area(エリアの婚活パーティー) */
.categoryKv {
  background-image: url('../img/category/sample_category_kv.jpg');
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 40vw;
  width: 100%;
  margin-bottom: 10vw;
}
@media print, screen and (min-width: 769px) {
  .categoryKv {
    background-size: cover;
    height: 30vw;
    width: 100%;
    width: 81.25vw;
    margin: 0 auto 5vw;
  }
}
@media print, screen and (min-width: 1281px) {
  .categoryKv {
    height: 384px;
    width: 100%;
    width: 1040px;
    margin: 0 auto 64px;
  }
}

/* お相手の条件リスト(index.html) */
.category {
  
}
.categoryContents {
  margin: 10vw auto 0;
}
.categoryContentsHeading {
  font-size: 1.2rem;
  border-left: 1.6vw solid #eb5e8a;
  padding-left: 2.4vw;
  font-weight: 700;
  line-height: 1.4;
}
.categoryNavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 5vw auto 0;
}
.categoryNavi__item {
  box-sizing: border-box;
}
.categoryNavi__item + .categoryNavi__item {
  border-top: 1px solid #ddd;
}
.categoryNaviLinkAnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 5vw 0;
}
.categoryNaviLinkIllust {
  width: 30vw;
  padding-right: 4vw;
  box-sizing: border-box;
  border-radius: 50%;
}
.categoryNaviLinkAncTxtArea {
  box-sizing: border-box;
  position: relative;
  width: calc(100% - 30vw);
  padding-right: 6vw;
}
.categoryNaviLinkAncTxtArea::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1vw;
  margin: auto;
  content: "";
  width: 2vw;
  height: 2vw;
  border-top: 0.4vw solid #505050;
  border-right: 0.4vw solid #505050;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.categoryNaviLinkTitle {
  color: #eb5e8a;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1.4;
}
.categoryNaviLinkTxt {
  color: #505050;
  font-size: .75rem;
  line-height: 1.8;
  margin-top: 1vw;
  word-break: break-all;
}
.categorySearchLinkBtn {
}
.categorySearchLinkBtnAnc {
  margin: 5vw auto 7vw;
  color: #fff;
  padding: 5vw 5vw 4vw;
  box-sizing: border-box;
  font-size: .8rem;
  font-weight: 700;
  border-radius: 10vw;
  text-align: center;
  line-height: 1;
  border: 1px solid #eb5e8a;
  background: #EB5E8A url(../img/common/icon-btn-pink_off.svg) no-repeat;
  background-size: 5vw;
  background-position: right 4vw center;
  transition: all .3s ease;
  width: 89.3333vw;
}

@media print, screen and (min-width: 769px) {
  .category {
  }
  .categoryContents {
    margin: 7vw auto 0;
  }
  .categoryContentsHeading {
    font-size: 1.4rem;
    border-left: 0.6vw solid #eb5e8a;
    padding-left: 0.9vw;
  }
  .categoryNavi {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3vw -1vw 0;
  }
  .categoryNavi__item {
    border-radius: 0.4vw;
    width: calc((100% - 4vw) / 2);
    margin: 0 1vw 2.2vw;
    border: 1px solid #ddd;
  }
  
  .categoryNaviLinkAnc {
    padding: 1.5vw 1.2vw;
  }
  /* .categoryNavi__item:nth-of-type(2n + 1) {
    margin-left: 0;
  } */
  /* .categoryNavi__item:nth-of-type(n + 3) {
    margin-top: 2.2vw;
  } */
  .categoryNavi__item + .categoryNavi__item {
    padding-top: 0;
    border-top: 1px solid #ddd;
  }
  .categoryNaviLinkIllust {
    width: 35%;
    padding-right: 0;
  }
  .categoryNaviLinkAncTxtArea {
    padding: 0 1.5vw;
    width: 65%;
    position: relative;
    display: block;
  }
  .categoryNaviLinkAncTxtArea::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 0.7vw;
    height: 0.7vw;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .categoryNaviLinkTitle {
    font-size: 1.1rem;
    margin-top: 0;
  }
  .categoryNaviLinkTxt {
    font-size: .8rem;
    margin: 0.5vw auto 0;
  }
  .categorySearchLinkBtnAnc {
    margin: 4vw auto 8vw;
    padding: 1.6vw 2vw;
    font-size: 1.2rem;
    width: 36.171875vw;
    background: #EB5E8A url('../img/common/icon-btn-pink_off.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
    transition: all .3s ease;
  }
  .categorySearchLinkBtnAnc:hover {
    opacity: 1;
    color: #eb5e8a;
    background: #fff url('../img/common/icon-btn-pink_on.svg') no-repeat;
    background-size: 1.6vw;
    background-position: right 1vw center;
  }
}
@media print, screen and (min-width: 1281px) {
  .category {

  }
  .categoryContents {
    margin: 89.6px auto 0;
  }
  .categoryContentsHeading {
    font-size: 1.4rem;
    border-left: 7.68px solid #eb5e8a;
    padding-left: 11.52px;
  }
  .categoryNavi {
    margin: 38.4px -12.8px 0;
  }
  .categoryNavi__item {
    border-radius: 5.12px;
    width: calc((100% - 51.2px) / 2);
    margin: 0 12.8px 28.16px;
    border: 1px solid #ddd;
  }
  
  .categoryNaviLinkAnc {
    padding: 1.5vw 1.2vw;
  }
  /* .categoryNavi__item:nth-of-type(2n + 1) {
    margin-left: 0;
  } */
  /* .categoryNavi__item:nth-of-type(n + 3) {
    margin-top: 2.2vw;
  } */
  .categoryNavi__item + .categoryNavi__item {
    padding-top: 0;
    border-top: 1px solid #ddd;
  }
  .categoryNaviLinkIllust {
    width: 35%;
    padding-right: 0;
  }
  .categoryNaviLinkAncTxtArea {
    padding: 0 19.2px;
    width: 65%;
  }
  .categoryNaviLinkAncTxtArea::before {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 8.96px;
    height: 8.96px;
    border-top: 2px solid #505050;
    border-right: 2px solid #505050;
  }
  .categoryNaviLinkTitle {
    font-size: 1.1rem;
  }
  .categoryNaviLinkTxt {
    font-size: .8rem;
    margin: 6.4px auto 0;
  }
  .categorySearchLinkBtnAnc {
    margin: 51.2px auto 102.4px;
    padding: 20.48px 25.6px;
    font-size: 1.2rem;
    width: 463px;
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
  .categorySearchLinkBtnAnc:hover {
    background-size: 20.48px;
    background-position: right 12.8px center;
  }
}



