@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
header
************************ */
/* ************************
main
************************ */
@media screen and (max-width: 768px) {
  #main {
    padding-top: 55px;
  }
}
@media screen and (max-width: 768px) {
  #main.bgmapright:before {
    width: 0.6rem;
    top: 1.5rem;
    left: auto;
    right: 0;
    height: calc(100% - 1.3rem);
    background-position: center center;
  }
}

/* ************************
content
************************ */
@media screen and (max-width: 768px) {
  #contenthead {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
@media screen and (max-width: 1199px) {
  #contenthead .container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #contenthead .container {
    padding: 0 0.16rem;
  }
}
#contenthead .ttl.newttl img {
  width: 0.73rem;
  height: 0.88rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.3rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  #contenthead .ttl.newttl img {
    width: 0.365rem;
    height: 0.44rem;
    top: -0.15rem;
    left: 2.1rem;
  }
}
#contenthead .ttl.puttl img {
  width: 1.4rem;
  height: 0.74rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.24rem;
  left: 2.6rem;
}
@media screen and (max-width: 768px) {
  #contenthead .ttl.puttl img {
    width: 0.7rem;
    height: 0.37rem;
    top: -0.14rem;
    left: 1.45rem;
  }
}

.cathead {
  max-width: 826px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cathead {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
.cathead:before, .cathead:after {
  content: "";
  display: block;
  position: absolute;
}
.cathead:before {
  width: 1.64rem;
  height: 1rem;
  background: transparent url(../img/cloud.svg) no-repeat scroll center center/contain;
  top: 0;
  right: -0.44rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .cathead:before {
    width: 0.82rem;
    height: 0.5rem;
    right: 0.04rem;
  }
}
.cathead:after {
  width: 1.6rem;
  height: 2.13rem;
  background: transparent url(../img/couple.svg) no-repeat scroll center center/contain;
  top: 1.1rem;
  left: -0.6rem;
}
@media screen and (max-width: 768px) {
  .cathead:after {
    width: 0.7rem;
    height: 0.93rem;
    bottom: auto;
    top: -0.16rem;
    left: 1.1rem;
  }
}
.cathead .info {
  width: 6.65rem;
}
@media screen and (max-width: 768px) {
  .cathead .info {
    width: 100%;
    padding-top: 0.3rem;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cathead .info .catttl {
  font-size: 0.38rem;
  font-weight: 700;
  line-height: 1.417;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .cathead .info .catttl {
    font-size: 0.19rem;
    margin-bottom: 0.12rem;
  }
}
.cathead .info .description {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .cathead .info .description {
    font-size: 0.1rem;
  }
}
.cathead .area {
  width: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #000;
  min-height: 1rem;
  padding: 0.12rem 0.08rem;
}
@media screen and (max-width: 768px) {
  .cathead .area {
    width: 0.56rem;
    min-height: 0.56rem;
    padding: 0.04rem 0.04rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.cathead .area a {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.09rem 0 0.08rem;
}
@media screen and (max-width: 768px) {
  .cathead .area a {
    font-size: 0.12rem;
    padding: 0.05rem 0;
  }
}
.cathead .area a.cat2 {
  border-top: 1px solid #fff;
}
.cathead .area .tagparent {
  font-size: 0.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cathead .area .tagparent {
    font-size: 0.12rem;
  }
}
.cathead .cthdsearch {
  width: 6.65rem;
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch {
    width: 100%;
    padding-top: 0.3rem;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.cathead .cthdsearch .multi_search_box {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cathead .cthdsearch .multi_search_box .tabbox ul {
  width: calc(100% - 0.75rem);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul {
    width: calc(100% - 0.3rem);
  }
}
.cathead .cthdsearch .multi_search_box .tabbox ul .tab {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul .tab:before {
    width: 1px;
    height: calc(100% - 0.08rem);
    top: 0.04rem;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul .tab a {
    padding: 0.04rem 0.16rem 0.04rem 0.08rem;
    min-height: 0.31rem;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul .tab a:after {
    width: 0.08rem;
    height: 0.08rem;
    border-right-width: 1px;
    border-bottom-width: 1px;
    right: 0.1rem;
    top: calc((100% - 0.1rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul .tab a.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox ul .tab a b {
    font-size: 0.14rem;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox #submit {
    width: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabbox #submit:before {
    width: 0.13rem;
    height: 0.13rem;
  }
}
.cathead .cthdsearch .multi_search_box .tabcnts .panel {
  position: absolute;
  width: 6.65rem;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabcnts .panel {
    width: 100%;
  }
}
.cathead .cthdsearch .multi_search_box .tabcnts .panel ul li label {
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabcnts .panel ul li label {
    font-size: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabcnts .panel.genre_search.active {
    top: -0.75rem;
    top: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 768px) {
  .cathead .cthdsearch .multi_search_box .tabcnts .panel.plan_search.active {
    top: -0.33rem;
    top: 0;
    z-index: 3;
  }
}

#catpost {
  padding-top: 0;
}
@media screen and (max-width: 1199px) {
  #catpost .container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #catpost .container {
    padding-left: 0.16rem;
    padding-right: 0.16rem;
  }
}
#catpost .postlist {
  max-width: 826px;
}
#catpost .postlist .pagination {
  padding-top: 0.2rem;
}
@media screen and (max-width: 768px) {
  #catpost .postlist .pagination {
    padding-top: 0.12rem;
  }
}
#catpost .postoutline {
  padding: 0.48rem 0;
  border-bottom: 1px solid #b2b2b2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline {
    padding: 0.3rem 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-bottom-color: #000;
  }
}
#catpost .postoutline .ph {
  width: 4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .ph {
    width: 100%;
  }
}
#catpost .postoutline .ph a {
  display: block;
}
#catpost .postoutline .ph figure {
  width: 100%;
}
#catpost .postoutline .ph figure img {
  height: 4rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .ph figure img {
    height: 2.8791rem;
  }
}
#catpost .postoutline .ph .area {
  width: 1rem;
  min-height: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #000;
  padding: 0.12rem 0.08rem;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .ph .area {
    width: 0.56rem;
    min-height: 0.56rem;
    padding: 0.04rem 0.04rem;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
#catpost .postoutline .ph .area a {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 0.2rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.08rem 0 0.09rem;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .ph .area a {
    font-size: 0.12rem;
    padding: 0.05rem 0;
  }
}
#catpost .postoutline .ph .area a.cat2 {
  border-top: 1px solid #fff;
}
#catpost .postoutline .info {
  width: calc(100% - 4.5rem);
  padding-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .info {
    width: 100%;
    padding-top: 0.3rem;
  }
}
#catpost .postoutline .info .infohd {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#catpost .postoutline .info .infohd .place {
  border: 2px solid #000;
  min-width: 1.2rem;
  height: 0.3rem;
  font-size: 0.16rem;
  line-height: 0.26rem;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .info .infohd .place {
    font-size: 0.1rem;
    min-width: 0.7rem;
    height: 0.2rem;
    line-height: 0.16rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#catpost .postoutline .info .infohd .date {
  display: inline-block;
  font-size: 0.14rem;
  margin-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .info .infohd .date {
    font-size: 0.1rem;
    margin-left: 0.1rem;
  }
}
#catpost .postoutline .infottl .postttl {
  margin-bottom: 0.08rem;
}
#catpost .postoutline .infottl .postttl a {
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.6538;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .infottl .postttl a {
    font-size: 0.17rem;
    line-height: 1.525;
  }
}
#catpost .postoutline .infottl .taglist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#catpost .postoutline .infottl .taglist a {
  color: #666;
  display: inline-block;
  font-size: 0.16rem;
  margin-right: 0.08rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .infottl .taglist a {
    font-size: 0.1rem;
  }
}
#catpost .postoutline .infotxt {
  padding-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .infotxt {
    padding-top: 0.12rem;
  }
}
#catpost .postoutline .infotxt p {
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
@media screen and (max-width: 768px) {
  #catpost .postoutline .infotxt p {
    font-size: 0.1rem;
  }
}
#catpost .postoutline:first-of-type {
  border-top: 1px solid #b2b2b2;
}
#catpost .nopost {
  display: block;
  padding: 0.6rem 0;
}
@media screen and (max-width: 768px) {
  #catpost .nopost {
    padding: 0.4rem 0;
  }
}
#catpost .nopost p {
  margin-top: 0;
  text-align: center;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  #catpost .nopost p {
    font-size: 0.12rem;
  }
}