@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 3vw 5%;
  }
  #category {
    width: 100%;
    margin: 20vw 0;
  }
  .category_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .category_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .category_item {
    width: 100%;
    margin-bottom: 10vw;
  }
  .category_item:last-of-type {
    margin-bottom: 0;
  }
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 15px;
  }
  .category_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category_img_wrapper a:hover {
    opacity: 0.3;
  }
  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }
  .category_ttl_wrapper {
    margin-top: 2vw;
  }
  .category_ttl {}
  .category_ttl a {
    font-weight: 700;
    font-size: 1.0rem;
    line-height: 1.6em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_date_time_wrapper {
    line-height: 1.6em;
    margin-top: 2vw;
  }
  .category_area_wrapper {
    line-height: 1.6em;
    margin-top: 2vw;
  }
  .category_detail_wrapper {
    background: #FFE5FF;
    border: 2px solid #F250D3;
    border-radius: 15px;
    margin-top: 2vw;
  }
  .category_detail_wrapper ul {
    border-bottom: 2px dashed #F250D3;
    margin: 4vw auto;
    padding: 0 5%;
  }
  .category_detail_wrapper ul:last-of-type {
    border: none;
  }
  .category_detail_wrapper li {
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 2vw;
  }
  .category_detail_wrapper li:last-of-type {
    margin-bottom: 4vw;
  }
  .category_detail_wrapper ul:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
  .category_nopost {
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 10vw 0;
  }
  .pagination_wrapper {
    margin: 20vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 7.5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    margin-left: 7.5%;
  }
  .page-numbers.next {
    color: #1F1C29;
  }
  .page-numbers.prev {
    color: #1F1C29;
  }
  .current {
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    background: #F250D3;
    margin-left: 7.5% !important;
    padding: 2.2vw 2.8%;
    border-radius: 5px;
  }
  .current:first-child {
    margin-right: 7.5% !important;
    margin-left: 0 !important;
  }
  .common_linkbtn {
    width: 80%;
    margin: 20vw auto 0;
  }
  .common_linkbtn a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #F250D3;
    border-radius: 50px;
    padding: 4vw 5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_linkbtn a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 95%;
    margin-right: 5%;
    padding-top: 3vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 1.5vw 5%;
  }
  #category {
    width: 100%;
    margin: 10vw 0;
  }
  .category_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .category_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .category_item {
    width: calc(calc(100% - 2%) / 2);
    margin: 0 2% 5vw 0;
  }
  .category_item:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  .category_item:nth-of-type(2n) {
    margin-right: 0;
  }
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 25px;
  }
  .category_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category_img_wrapper a:hover {
    opacity: 0.3;
  }
  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }
  .category_ttl_wrapper {
    margin-top: 1.0vw;
  }
  .category_ttl {}
  .category_ttl a {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_date_time_wrapper {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .category_area_wrapper {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .category_detail_wrapper {
    background: #FFE5FF;
    border: 2px solid #F250D3;
    border-radius: 25px;
    margin-top: 1.0vw;
  }
  .category_detail_wrapper ul {
    border-bottom: 2px dashed #F250D3;
    margin: 1.0vw auto;
    padding: 0 5%;
  }
  .category_detail_wrapper ul:last-of-type {
    border: none;
  }
  .category_detail_wrapper li {
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 1.0vw;
  }
  .category_detail_wrapper li:last-of-type {
    margin-bottom: 1.0vw;
  }
  .category_detail_wrapper ul:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
  .category_nopost {
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    margin-left: 5%;
  }
  .page-numbers.next {
    color: #1F1C29;
  }
  .page-numbers.prev {
    color: #1F1C29;
  }
  .current {
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    background: #F250D3;
    margin-left: 5% !important;
    padding: 1.1vw 1.4%;
    border-radius: 10px;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .common_linkbtn {
    width: 35%;
    margin: 10vw auto 0;
  }
  .common_linkbtn a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #F250D3;
    border-radius: 50px;
    padding: 1.75vw 2.5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_linkbtn a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 95%;
    margin-right: 5%;
    padding-top: 3vw;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 83%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(242 80 211 / 0.5);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.6em;
    color: #FFF;
    text-align: left;
    padding: 1.5vw 5%;
  }
  #category {
    width: 100%;
    margin: 10vw 0;
  }
  .category_wrapper {
    width: 80%;
    margin: 0 auto;
  }
  .category_inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .category_item {
    width: calc(calc(100% - 4%) / 3);
    margin: 0 2% 5vw 0;
  }
  .category_item:nth-last-of-type(-n+3) {
    margin-bottom: 0;
  }
  .category_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 25px;
  }
  .category_img_wrapper a {
    display: block;
    color: #FFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .category_img_wrapper a:hover {
    opacity: 0.3;
  }
  .category_img_wrapper a img {
    width: 100%;
    height: auto;
  }
  .category_ttl_wrapper {
    margin-top: 1.0vw;
  }
  .category_ttl {}
  .category_ttl a {
    font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.6em;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_date_time_wrapper {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .category_area_wrapper {
    line-height: 1.6em;
    margin-top: 1.0vw;
  }
  .category_detail_wrapper {
    background: #FFE5FF;
    border: 2px solid #F250D3;
    border-radius: 25px;
    margin-top: 1.0vw;
  }
  .category_detail_wrapper ul {
    border-bottom: 2px dashed #F250D3;
    margin: 1.0vw auto;
    padding: 0 5%;
  }
  .category_detail_wrapper ul:last-of-type {
    border: none;
  }
  .category_detail_wrapper li {
    font-weight: 700;
    line-height: 1.6em;
    margin-bottom: 1.0vw;
  }
  .category_detail_wrapper li:last-of-type {
    margin-bottom: 1.0vw;
  }
  .category_detail_wrapper ul:last-of-type li:last-of-type {
    margin-bottom: 0;
  }
  .category_nopost {
    width: 100%;
    font-weight: 700;
    line-height: 1.6em;
    text-align: center;
    padding: 5vw 0;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .nav-links a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    display: block;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav-links a:hover {
    opacity: 0.3;
  }
  .page-numbers {
    margin-left: 5%;
  }
  .page-numbers:first-of-type {
    margin-left: 0;
  }
  .page-numbers.dots {
    font-weight: 700;
    line-height: 1.6em;
    color: #1F1C29;
    margin-left: 5%;
  }
  .page-numbers.next {
    color: #1F1C29;
  }
  .page-numbers.prev {
    color: #1F1C29;
  }
  .current {
    font-weight: 700;
    line-height: 1.6em;
    color: #fff;
    background: #F250D3;
    margin-left: 5% !important;
    padding: 1.1vw 1.4%;
    border-radius: 10px;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .common_linkbtn {
    width: 26%;
    margin: 10vw auto 0;
  }
  .common_linkbtn a {
    font-weight: 700;
    line-height: 1.6em;
    color: #F250D3;
    text-align: center;
    display: block;
    background: #FFF;
    border: 2px solid #F250D3;
    border-radius: 50px;
    padding: 1.75vw 2.5%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .common_linkbtn a:hover {
    opacity: 0.3;
  }
}