@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #category {
    width: 100%;
    margin: 20vw 0;
  }
  .category_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .category_inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }
  .category_item {
    width: 100%;
    margin: 0 0 10vw;
  }
  .category_item:first-of-type {
    margin-top: 10vw;
  }
  .category_item:nth-of-type(-n+3) {}
  .category_item:nth-of-type(3n) {}
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 30px;
  }
  .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: 4.0vw;
  }
  .category_ttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .category_ttl a {
    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;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 4.0vw;
  }
  .category_date_wrapper {
    width: 100%;
    font-size: 0.9rem;
  }
  .category_nopost {
    width: 100%;
    text-align: center;
    padding: 10vw 0;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .nav-links a {
    color: #CB4063;
    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 {
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #CB4063;
    margin-left: 5% !important;
    padding: 2.2vw 3%;
    border-radius: 50%;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 3%;
    padding-left: 3%;
  }
  .linkbtn_wrapper {
    width: 80%;
    margin: 10vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    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;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #category {
    width: 100%;
    margin: 20vw 0;
  }
  .category_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .category_inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }
  .category_item {
    width: 100%;
    margin: 0 0 10vw;
  }
  .category_item:first-of-type {
    margin-top: 10vw;
  }
  .category_item:nth-of-type(-n+3) {}
  .category_item:nth-of-type(3n) {}
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 30px;
  }
  .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: 4.0vw;
  }
  .category_ttl {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
  }
  .category_ttl a {
    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;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 4.0vw;
  }
  .category_date_wrapper {
    width: 100%;
    font-size: 0.9rem;
  }
  .category_nopost {
    width: 100%;
    text-align: center;
    padding: 10vw 0;
  }
  .pagination_wrapper {
    margin: 10vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .nav-links a {
    color: #CB4063;
    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 {
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #CB4063;
    margin-left: 5% !important;
    padding: 2.2vw 3%;
    border-radius: 50%;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 3%;
    padding-left: 3%;
  }
  .linkbtn_wrapper {
    width: 46%;
    margin: 10vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    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;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #category {
    width: 100%;
    margin: 10vw 0;
  }
  .category_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .category_inner {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: 0 auto;
  }
  .category_item {
    width: calc(calc(100% - 5%) / 3);
    margin: 0 2.5% 5vw 0;
  }
  .category_item:nth-of-type(-n+3) {
    margin-top: 5vw;
  }
  .category_item:nth-of-type(3n) {
    margin-right: 0;
  }
  .category_img_wrapper {}
  .category_img_wrapper img {
    border-radius: 40px;
  }
  .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: 2.0vw;
  }
  .category_ttl {
    font-weight: 700;
    line-height: 1.6em;
  }
  .category_ttl a {
    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;
  }
  .category_ttl a:hover {
    opacity: 0.3;
  }
  .category_item_inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 2.0vw;
  }
  .category_date_wrapper {
    width: 100%;
  }
  .category_nopost {
    width: 100%;
    text-align: center;
    padding: 5vw 0;
  }
  .pagination_wrapper {
    margin: 5vw auto 0;
  }
  .nav-links {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .nav-links a {
    color: #CB4063;
    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 {
    margin-left: 5%;
  }
  .current {
    color: #fff;
    background: #CB4063;
    margin-left: 5% !important;
    padding: 1.1vw 1.4%;
    border-radius: 50%;
  }
  .current:first-child {
    margin-right: 5% !important;
    margin-left: 0 !important;
    padding-right: 1.5%;
    padding-left: 1.5%;
  }
  .linkbtn_wrapper {
    width: 26.7%;
    margin: 5vw auto 0;
  }
  .linkbtn_wrapper img {}
  .linkbtn_wrapper a {
    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;
  }
  .linkbtn_wrapper a:hover {
    opacity: 0.3;
  }
  .linkbtn_wrapper a img {
    width: 100%;
    height: auto;
  }
}