@charset "UTF-8";
/*************************
共通class
************************ */
/* ************************
main
************************ */
#main {
  margin-top: -1.2rem;
}
@media screen and (max-width: 768px) {
  #main {
    margin-top: 0;
  }
}
#main .more {
  display: inline-block;
}
#main .more .morelink {
  display: inline-block;
}
#main .more .morelink span {
  position: relative;
  display: inline-block;
  font-size: 0.16rem;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  color: #333;
  padding-left: 75px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  #main .more .morelink span {
    font-size: 0.1rem;
  }
}
#main .more .morelink span:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 60px;
  height: 5px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) skew(45deg);
          transform: translateY(-50%) skew(45deg);
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.mouse #main .more .morelink:hover span {
  color: gray;
}
.mouse #main .more .morelink:hover span:before {
  border-color: gray;
}

/* ************************
content
************************ */
#mv {
  height: 7.5rem;
  padding-top: 1rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #mv {
    height: auto;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    background-color: transparent;
    background-image: url(../img/bg_head_sp.jpg);
    background-size: contain;
    z-index: 2;
  }
}
#mv:before {
  content: "";
  display: block;
  width: calc(100% - (100% - 11rem) / 2);
  height: 100%;
  background: transparent url(../img/ph_mv.jpg) no-repeat scroll center 0/cover;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0.7rem 100%, 0% calc(100% - 0.6rem), 0 0);
          clip-path: polygon(100% 0, 100% 100%, 0.7rem 100%, 0% calc(100% - 0.6rem), 0 0);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mv:before {
    width: calc(100% - 0.16rem);
    background: transparent url(../img/ph_mv_sp.jpg) no-repeat scroll 0 0/cover;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0.35rem 100%, 0% calc(100% - 0.3rem), 0 0);
            clip-path: polygon(100% 0, 100% 100%, 0.35rem 100%, 0% calc(100% - 0.3rem), 0 0);
  }
}
#mv .container {
  padding: 0 0.7rem;
}
@media screen and (max-width: 768px) {
  #mv .container {
    padding: 0 0.16rem 0 0.32rem;
  }
}
#mv h1 {
  padding-top: 2.46rem;
  font-size: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mv h1 {
    padding-top: 2.14rem;
  }
}
#mv h1 img {
  width: 5.02rem;
  height: 1.05rem;
}
@media screen and (max-width: 768px) {
  #mv h1 img {
    width: 1.8rem;
    height: 0.374rem;
  }
}
#mv .catch {
  width: 1.09rem;
  height: 4.18rem;
  margin-top: 0;
  position: absolute;
  top: 0.33rem;
  right: 0;
}
@media screen and (max-width: 768px) {
  #mv .catch {
    width: 0.53rem;
    height: 1.92rem;
    top: 0.1rem;
    right: 0.2rem;
  }
}
#mv .mvsearch {
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #mv .mvsearch {
    padding-top: 0.16rem;
  }
}

#pickup {
  width: 100%;
  padding-top: 0.9rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #pickup {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-top: 0.2rem;
    z-index: 1;
  }
}
#pickup .bgptgn {
  width: 100%;
  height: calc(100% - 3rem);
  background-color: #9cc709;
  background-color: #9cc709;
  border-bottom: 2px solid #000;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.6rem), calc(100% - 0.6rem) 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.6rem), calc(100% - 0.6rem) 100%, 0% 100%);
  position: absolute;
  top: 1.6rem;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #pickup .bgptgn {
    height: calc(100% - 0.8rem);
    overflow: hidden;
    top: 0.66rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.3rem), calc(100% - 0.3rem) 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 0.3rem), calc(100% - 0.3rem) 100%, 0% 100%);
  }
}
#pickup .bgptgn:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.62rem solid transparent;
  border-left-color: #000;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  position: absolute;
  bottom: -0.76rem;
  right: -0.76rem;
}
@media screen and (max-width: 768px) {
  #pickup .bgptgn:after {
    bottom: -0.91rem;
    right: -0.91rem;
  }
}
#pickup .ttl {
  max-width: 1100px;
  padding: 0 0.7rem;
  margin: 0 auto 0.5rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #pickup .ttl {
    padding: 0 0.5rem;
    margin-bottom: 0.3rem;
  }
}
#pickup .ttl:before, #pickup .ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 0.7rem;
}
@media screen and (max-width: 768px) {
  #pickup .ttl:before, #pickup .ttl:after {
    top: 0.35rem;
  }
}
#pickup .ttl:before {
  right: calc(100% - 0.5rem);
}
@media screen and (max-width: 768px) {
  #pickup .ttl:before {
    width: 1rem;
    right: 0;
  }
}
#pickup .ttl:after {
  left: calc(100% - 6.9rem);
}
@media screen and (max-width: 768px) {
  #pickup .ttl:after {
    width: 0.44rem;
    left: 0;
  }
}
#pickup .ttl span.hl {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
}
@media screen and (max-width: 768px) {
  #pickup .ttl span.hl {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
  }
}
#pickup .ttl span.hs {
  font-size: 0.58rem;
  padding-left: 0.06rem;
  -webkit-transform: translateY(0.02rem);
          transform: translateY(0.02rem);
}
@media screen and (max-width: 768px) {
  #pickup .ttl span.hs {
    font-size: 0.29rem;
  }
}
#pickup .ttl img {
  width: 1.4rem;
  height: 0.74rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.3rem;
  left: 3.2rem;
}
@media screen and (max-width: 768px) {
  #pickup .ttl img {
    width: 0.7rem;
    height: 0.37rem;
    top: -0.18rem;
    left: 1.8rem;
  }
}
#pickup .pickup-slider {
  position: relative;
  z-index: 3;
}
#pickup .pickup-slider .swiper-wrapper {
  counter-reset: number 0;
}
#pickup .pickup-slider .swiper-slide {
  width: 5.56rem;
  padding: 0 0.5rem;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide {
    width: 80%;
    padding: 0 0.16rem;
  }
}
#pickup .pickup-slider .swiper-slide .ph {
  position: relative;
}
#pickup .pickup-slider .swiper-slide .ph a {
  display: block;
}
#pickup .pickup-slider .swiper-slide figure {
  overflow: hidden;
}
#pickup .pickup-slider .swiper-slide figure img {
  width: 100%;
  height: 4.46rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide figure img {
    height: 2.2rem;
  }
}
#pickup .pickup-slider .swiper-slide .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.12rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .area {
    width: 0.5rem;
    min-height: 0.5rem;
    padding: 0.04rem 0.04rem;
  }
}
#pickup .pickup-slider .swiper-slide .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;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .area a {
    font-size: 0.11rem;
    padding: 0.05rem 0 0.04rem;
  }
}
#pickup .pickup-slider .swiper-slide .area a.cat2 {
  border-top: 1px solid #fff;
}
#pickup .pickup-slider .swiper-slide .nmb {
  position: absolute;
  bottom: -0.16rem;
  left: -0.18rem;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .nmb {
    bottom: -0.12rem;
    left: -0.09rem;
  }
}
#pickup .pickup-slider .swiper-slide .nmb span {
  display: inline-block;
  font-size: 0.28rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .nmb span {
    font-size: 0.14rem;
  }
}
#pickup .pickup-slider .swiper-slide .nmb span b {
  display: block;
  font-size: 1rem;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .nmb span b {
    font-size: 0.5rem;
  }
}
#pickup .pickup-slider .swiper-slide .infohd {
  padding-top: 0.24rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .infohd {
    padding-top: 0.16rem;
  }
}
#pickup .pickup-slider .swiper-slide .infohd h3 {
  display: inline;
  font-size: 0.26rem;
  font-weight: 700;
  width: calc(100% - 1.2rem);
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .infohd h3 {
    font-size: 0.15rem;
  }
}
#pickup .pickup-slider .swiper-slide .infohd h3 a {
  display: inline;
}
#pickup .pickup-slider .swiper-slide .infohd .place {
  float: right;
  width: 1.2rem;
  height: 0.3rem;
  font-size: 0.16rem;
  font-weight: 700;
  background-color: #fff;
  line-height: 1.2;
  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;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .infohd .place {
    font-size: 0.09rem;
    width: auto;
    min-width: 0.64rem;
    height: 0.16rem;
    border: 1px solid #000;
  }
}
#pickup .pickup-slider .swiper-slide .info p {
  margin-top: 0.12rem;
  line-height: 1.7815;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .swiper-slide .info p {
    font-size: 0.1rem;
    margin-top: 0.08rem;
  }
}
#pickup .pickup-slider .pagination {
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  #pickup .pickup-slider .pagination {
    padding-top: 0.2rem;
  }
}
#pickup.bgmapleft:before {
  height: calc(100% + 1.3rem);
}

#new {
  padding-top: 0;
  margin-top: 0.7rem;
}
@media screen and (max-width: 768px) {
  #new {
    margin-top: 1rem;
    padding-bottom: 0;
  }
}
#new .container {
  max-width: calc(((100% - 1100px) / 2) + 1100px);
  margin-right: 0;
  padding: 0.8rem 0.7rem 0 0.7rem;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #new .container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #new .container {
    padding-top: 0.4rem;
  }
}
#new .ttl {
  text-align: center;
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #new .ttl {
    top: -0.7rem;
  }
}
#new .ttl span.hl {
  -webkit-transform: translateX(-0.2rem);
          transform: translateX(-0.2rem);
}
#new .ttl span.hs {
  display: block;
  -webkit-transform: translate(0.74rem, -0.14rem);
          transform: translate(0.74rem, -0.14rem);
}
@media screen and (max-width: 768px) {
  #new .ttl span.hs {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
#new .ttl img {
  width: 0.73rem;
  height: 0.88rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.3rem;
  right: -0.74rem;
}
@media screen and (max-width: 768px) {
  #new .ttl img {
    width: 0.365rem;
    height: 0.44rem;
    top: -0.15rem;
    right: -0.37rem;
  }
}
#new .newlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #new .newlist {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#new .newlist .newbox {
  width: calc((100% - 1.2rem) / 3);
  margin-right: 0.6rem;
  margin-top: 0.6rem;
}
@media screen and (max-width: 1199px) {
  #new .newlist .newbox {
    width: calc((100% - 0.6rem) / 3);
    margin-right: 0.3rem;
    margin-top: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox {
    width: 100%;
    margin-right: 0;
    margin-top: 0.24rem;
  }
}
#new .newlist .newbox .ph {
  position: relative;
}
#new .newlist .newbox .ph a {
  display: block;
}
#new .newlist .newbox figure {
  padding-left: 0.18rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox figure {
    padding-left: 0.09rem;
  }
}
#new .newlist .newbox figure img {
  width: 100%;
  height: 2.85rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox figure img {
    height: 1.2rem;
  }
}
#new .newlist .newbox .area {
  width: 0.7rem;
  min-height: 0.7rem;
  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.04rem 0.06rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .area {
    width: 0.5rem;
    min-height: 0.5rem;
    padding: 0.04rem;
  }
}
#new .newlist .newbox .area a {
  width: 100%;
  color: #fff;
  text-align: center;
  display: block;
  font-size: 0.14rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.08rem 0;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .area a {
    font-size: 0.1rem;
    padding: 0.05rem 0 0.04rem;
  }
}
#new .newlist .newbox .area a.cat2 {
  border-top: 1px solid #fff;
}
#new .newlist .newbox .info {
  margin-top: -0.6rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .info {
    margin-top: -0.3rem;
  }
}
#new .newlist .newbox .infohd {
  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;
  position: relative;
}
#new .newlist .newbox .infohd .place {
  width: 1.2rem;
  height: 0.3rem;
  font-size: 0.16rem;
  background-color: #fff;
  line-height: 1.2;
  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;
  border: 2px solid #000;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infohd .place {
    font-size: 0.1rem;
    width: 0.7rem;
    height: 0.2rem;
  }
}
#new .newlist .newbox .infotxt {
  border: 2px solid #000;
  margin-top: -2px;
  margin-right: 0.18rem;
  padding: 0.3rem 0.1rem 0.2rem 0.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infotxt {
    padding: 0.24rem 0.08rem 0.12rem 0.12rem;
    margin-right: 0.12rem;
  }
}
#new .newlist .newbox .infotxt:before, #new .newlist .newbox .infotxt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}
#new .newlist .newbox .infotxt:before {
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
}
#new .newlist .newbox .infotxt:after {
  content: "";
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #9cc709;
  top: 0.1rem;
  left: 0.1rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infotxt:after {
    top: 0.04rem;
    left: 0.04rem;
  }
}
#new .newlist .newbox .infotxt .date {
  display: inline-block;
  font-size: 0.14rem;
  line-height: 1;
  position: absolute;
  top: 0.12rem;
  right: 0.12rem;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infotxt .date {
    font-size: 0.1rem;
    top: 0.08rem;
    right: 0.08rem;
  }
}
#new .newlist .newbox .infotxt h3 {
  font-size: 0.2rem;
  line-height: 1.3;
  font-weight: 700;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infotxt h3 {
    font-size: 0.13rem;
  }
}
#new .newlist .newbox .infotxt p {
  margin-top: 0.06rem;
  line-height: 1.7815;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox .infotxt p {
    font-size: 0.11rem;
  }
}
#new .newlist .newbox:nth-of-type(-n+2) {
  width: calc((100% - 0.6rem) / 2);
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  #new .newlist .newbox:nth-of-type(-n+2) {
    width: calc((100% - 0.3rem) / 2);
  }
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox:nth-of-type(-n+2) {
    width: 100%;
  }
}
#new .newlist .newbox:nth-of-type(2) {
  margin-right: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #new .newlist .newbox:nth-of-type(2) {
    margin-top: 0.24rem;
  }
}
#new .newlist .newbox:nth-of-type(5) {
  margin-right: 0;
}
#new .btnbox {
  padding-top: 0.6rem;
}
@media screen and (max-width: 768px) {
  #new .btnbox {
    padding-top: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #new .btnbox .btn {
    font-size: 0.11rem;
    width: 42%;
  }
}

#area {
  padding-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  #area {
    padding-top: 0.8rem;
  }
}
#area .container {
  padding: 0 0.7rem;
}
@media screen and (max-width: 1199px) {
  #area .container {
    padding: 0 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #area .container {
    padding: 0 0.16rem 0 0.32rem;
  }
}
#area .ttl {
  display: inline-block;
  position: absolute;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #area .ttl {
    margin-left: 0.16rem;
  }
}
#area .ttl span.hl {
  -webkit-transform: translateX(-0.26rem);
          transform: translateX(-0.26rem);
}
@media screen and (max-width: 768px) {
  #area .ttl span.hl {
    -webkit-transform: translateX(-0.13rem);
            transform: translateX(-0.13rem);
  }
}
#area .ttl span.hs {
  display: block;
  -webkit-transform: translate(1.08rem, -0.14rem);
          transform: translate(1.08rem, -0.14rem);
}
@media screen and (max-width: 768px) {
  #area .ttl span.hs {
    -webkit-transform: translate(0.54rem, -0.07rem);
            transform: translate(0.54rem, -0.07rem);
  }
}
#area .ttl span.hs b {
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.16rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #area .ttl span.hs b {
    font-size: 0.12rem;
    margin-top: 0.06rem;
  }
}
#area .ttl img {
  width: 0.51rem;
  height: 0.71rem;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: -0.1rem;
  left: 2.48rem;
}
@media screen and (max-width: 768px) {
  #area .ttl img {
    width: 0.255rem;
    height: 0.355rem;
    top: -0.05rem;
    left: 1.24rem;
  }
}
#area .man01 {
  width: 1.29rem;
  height: 1.38rem;
  position: absolute;
  top: 0.7rem;
  left: 4.08rem;
}
@media screen and (max-width: 768px) {
  #area .man01 {
    width: 0.645rem;
    height: 0.69rem;
    top: 0.4rem;
    left: 2.04rem;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap {
    padding-top: 1.24rem;
  }
}
#area .areamap .mapjp {
  margin-right: -0.5rem;
  margin-left: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  #area .areamap .mapjp {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .mapjp {
    margin-left: 0.25rem;
    height: 4rem;
    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;
  }
}
#area .areamap .mapjp img {
  width: 10.27rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .mapjp img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .mapjp img {
    width: 100%;
  }
}
#area .areamap .arealist {
  width: 10.27rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist {
    width: 100%;
    left: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist {
    width: calc(100% - 0.72rem);
    left: 0.56rem;
    top: 1.24rem;
  }
}
#area .areamap .arealist ul {
  width: 100%;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul {
    overflow: hidden;
  }
}
#area .areamap .arealist ul li {
  position: absolute;
}
#area .areamap .arealist ul li a {
  display: block;
  width: 1.5rem;
  height: 1.2rem;
  padding: 0.16rem 0.12rem;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li a {
    width: 0.78rem;
    height: 0.63rem;
    padding: 0.08rem 0.06rem;
  }
}
#area .areamap .arealist ul li a:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.3rem;
  background-color: transparent;
  background-image: url(../img/hx_w.svg), url(../img/hx_gn.svg);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0 0, 0.1rem 0.1rem;
  background-size: 1.5rem 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li a:before {
    width: 0.83rem;
    height: 0.68rem;
    background-size: 0.78rem 0.63rem;
    background-position: 0 0, 0.05rem 0.05rem;
  }
}
#area .areamap .arealist ul li a:after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.1rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  position: absolute;
  bottom: 0.16rem;
  right: 0.16rem;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li a:after {
    width: 0.06rem;
    height: 0.06rem;
    bottom: 0.08rem;
    right: 0.08rem;
  }
}
.mouse #area .areamap .arealist ul li a:hover {
  opacity: 1;
}
.mouse #area .areamap .arealist ul li a:hover:before {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#area .areamap .arealist ul li a b {
  display: block;
  line-height: 1;
  font-size: 0.26rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li a b {
    font-size: 0.13rem;
  }
}
#area .areamap .arealist ul li a span {
  display: block;
  line-height: 1;
  margin-top: 0.04rem;
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li a span {
    font-size: 0.1rem;
  }
}
#area .areamap .arealist ul li.hokkaido {
  top: 0.72rem;
  left: 5.61rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.hokkaido {
    top: 4%;
    left: 50%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.hokkaido {
    top: 0;
    left: 32%;
  }
}
#area .areamap .arealist ul li.tohoku {
  top: 2.87rem;
  left: 8.11rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.tohoku {
    top: 19%;
    left: 70%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.tohoku {
    top: 14%;
    left: 21%;
  }
}
#area .areamap .arealist ul li.kanto {
  top: 4.52rem;
  left: 6.5rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.kanto {
    top: 36%;
    left: 45%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.kanto {
    top: 38%;
    left: auto;
    right: 2%;
  }
}
#area .areamap .arealist ul li.tokyo {
  top: 6.18rem;
  left: 6.88rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.tokyo {
    top: 59%;
    left: 57%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.tokyo {
    top: 53%;
    left: auto;
    right: 8%;
  }
}
#area .areamap .arealist ul li.chubu {
  top: 6.56rem;
  left: 4.1rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.chubu {
    top: 68%;
    left: 34%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.chubu {
    left: auto;
    right: 12%;
  }
}
#area .areamap .arealist ul li.kinki {
  top: 3.88rem;
  left: 3.46rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.kinki {
    top: 44%;
    left: 23%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.kinki {
    top: 28%;
    left: 6%;
  }
}
#area .areamap .arealist ul li.shikokuchugoku {
  top: 4.51rem;
  left: 1.01rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.shikokuchugoku {
    top: 53%;
    left: 2%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.shikokuchugoku {
    left: 10%;
  }
}
#area .areamap .arealist ul li.kyusyu {
  top: 7.18rem;
  left: 1.78rem;
}
@media screen and (max-width: 1199px) {
  #area .areamap .arealist ul li.kyusyu {
    top: 77%;
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  #area .areamap .arealist ul li.kyusyu {
    top: 68%;
    left: 6%;
  }
}
#area .bgptgn {
  width: calc((100% - 11rem) / 2 + 0.9rem);
  height: calc(100% + 0.6rem);
  position: absolute;
  background-color: #9cc709;
  -webkit-clip-path: polygon(0 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% calc(100% - 0.7rem), calc(100% - 0.7rem) 100%, 0% 100%);
          clip-path: polygon(0 0, calc(100% - 0.7rem) 0, 100% 0.7rem, 100% calc(100% - 0.7rem), calc(100% - 0.7rem) 100%, 0% 100%);
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  top: -0.7rem;
  left: -0.2rem;
  z-index: 2;
  -webkit-animation: poyoyon_out 0.6s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
          animation: poyoyon_out 0.6s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
}
@media screen and (max-width: 768px) {
  #area .bgptgn {
    -webkit-clip-path: polygon(0 0, calc(100% - 0.35rem) 0, 100% 0.35rem, 100% calc(100% - 0.35rem), calc(100% - 0.35rem) 100%, 0% 100%);
            clip-path: polygon(0 0, calc(100% - 0.35rem) 0, 100% 0.35rem, 100% calc(100% - 0.35rem), calc(100% - 0.35rem) 100%, 0% 100%);
    width: 0.61rem;
    height: 100%;
    top: -0.05rem;
    left: -0.1rem;
    overflow: hidden;
    -webkit-animation: poyoyon_out_sp 0.45s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
            animation: poyoyon_out_sp 0.45s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
  }
}
#area .bgptgn span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
#area .bgptgn span:before, #area .bgptgn span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 0.7rem solid transparent;
  border-left-color: #000;
  position: absolute;
}
#area .bgptgn span:before {
  top: -0.85rem;
  right: -0.85rem;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media screen and (max-width: 768px) {
  #area .bgptgn span:before {
    top: -1.03rem;
    right: -1.03rem;
  }
}
#area .bgptgn span:after {
  bottom: -0.85rem;
  right: -0.85rem;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
@media screen and (max-width: 768px) {
  #area .bgptgn span:after {
    bottom: -1.03rem;
    right: -1.03rem;
  }
}
#area .bgptgn.active {
  width: 96%;
  -webkit-animation: poyoyon_in 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
          animation: poyoyon_in 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #area .bgptgn.active {
    -webkit-animation: poyoyon_in_sp 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
            animation: poyoyon_in_sp 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0s forwards;
    width: 100%;
  }
}
#area .areabox {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 4;
}
@media screen and (max-width: 1199px) {
  #area .areabox {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #area .areabox {
    width: 88%;
  }
}
#area .areabox .close {
  position: absolute;
  top: 0.16rem;
  right: 0.16rem;
  display: none;
  z-index: 5;
}
#area .areabox .close b {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #area .areabox .close b {
    width: 0.3rem;
    height: 0.3rem;
  }
}
#area .areabox .close b:before, #area .areabox .close b:after {
  content: "";
  display: block;
  background-color: #000;
  position: absolute;
}
#area .areabox .close b:before {
  width: 100%;
  height: 1px;
  top: 0.3rem;
  left: 0;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media screen and (max-width: 768px) {
  #area .areabox .close b:before {
    top: 0.15rem;
  }
}
#area .areabox .close b:after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 0.3rem;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}
@media screen and (max-width: 768px) {
  #area .areabox .close b:after {
    left: 0.15rem;
  }
}
#area .areabox .catlist {
  background-color: #fff;
  border: 2px solid #000;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  #area .areabox .catlist {
    padding: 0.24rem;
  }
}
#area .areabox .catlist h4 {
  font-size: 0.2rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #area .areabox .catlist h4 {
    font-size: 0.14rem;
    margin-bottom: 0.12rem;
  }
}
#area .areabox .catlist ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -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;
}
#area .areabox .catlist ul li {
  width: 20%;
}
@media screen and (max-width: 768px) {
  #area .areabox .catlist ul li {
    width: 33.3333333333%;
  }
}
#area .areabox .catlist ul li a {
  border: 1px solid #fff;
  background-color: #f2f4f4;
  text-align: center;
  padding: 0.08rem;
  display: block;
}
@media screen and (max-width: 768px) {
  #area .areabox .catlist ul li a {
    padding: 0.06rem 0.1rem;
    font-size: 0.13rem;
  }
}
.mouse #area .areabox .catlist ul li a:hover {
  background-color: #9cc709;
}
#area .more {
  position: absolute;
  bottom: 0.3rem;
  right: 0.44rem;
}
@media screen and (max-width: 1199px) {
  #area .more {
    right: 0.78rem;
  }
}
@media screen and (max-width: 768px) {
  #area .more {
    bottom: 0.6rem;
    right: 0;
  }
}

@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}

@keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes poyoyon_in {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc((100% - 11rem) / 2 + 0.9rem);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    width: 96%;
  }
  50% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes poyoyon_in {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: calc((100% - 11rem) / 2 + 0.9rem);
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    width: 96%;
  }
  50% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.8;
  }
}
@-webkit-keyframes poyoyon_in_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 0.61rem;
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    width: 100%;
  }
  50% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.8;
  }
}
@keyframes poyoyon_in_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 0.61rem;
    opacity: 1;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
    width: 100%;
  }
  50% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0.8;
  }
}
@-webkit-keyframes poyoyon_out {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 96%;
    opacity: 0.8;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    width: calc((100% - 11rem) / 2 + 0.9rem);
  }
  50% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes poyoyon_out {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 96%;
    opacity: 0.8;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    width: calc((100% - 11rem) / 2 + 0.9rem);
  }
  50% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes poyoyon_out_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    opacity: 0.8;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    width: 0.61rem;
  }
  50% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes poyoyon_out_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    width: 100%;
    opacity: 0.8;
  }
  15% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  30% {
    -webkit-transform: translate(-8px, 0);
            transform: translate(-8px, 0);
    width: 0.61rem;
  }
  50% {
    -webkit-transform: translate(8px, 0);
            transform: translate(8px, 0);
  }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
#place {
  padding-bottom: 1.2rem;
  padding-top: 0.36rem;
}
@media screen and (max-width: 768px) {
  #place {
    padding-bottom: 0.2rem;
    padding-top: 0.18rem;
  }
}
#place:before {
  top: -0.8rem;
}
@media screen and (max-width: 768px) {
  #place:before {
    top: -0.4rem;
  }
}
#place .container {
  padding: 0 0 0 0.7rem;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #place .container {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  #place .container {
    padding-left: 0.32rem;
    padding-right: 0.16rem;
  }
}
#place .ttl {
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 3;
  -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  #place .ttl {
    text-align: left;
    margin-bottom: 0.2rem;
  }
}
#place .ttl span.hl {
  -webkit-transform: translateX(-0.26rem);
          transform: translateX(-0.26rem);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #place .ttl span.hl {
    -webkit-transform: translateX(-0.13rem);
            transform: translateX(-0.13rem);
  }
}
#place .ttl span.hs {
  display: block;
  -webkit-transform: translate(1.64rem, -0.14rem);
          transform: translate(1.64rem, -0.14rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #place .ttl span.hs {
    -webkit-transform: translate(0, -0.07rem);
            transform: translate(0, -0.07rem);
    margin-left: 0.84rem;
  }
}
#place .ttl span.hs b {
  text-align: left;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.16rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #place .ttl span.hs b {
    font-size: 0.12rem;
    display: inline-block;
    margin-top: 0;
    -webkit-transform: translateY(-0.04rem);
            transform: translateY(-0.04rem);
  }
}
#place .ttl img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #place .ttl img {
    left: 0;
  }
}
#place .ttl img.img01 {
  width: 0.51rem;
  height: 0.71rem;
  top: -0.06rem;
  left: 3rem;
}
@media screen and (max-width: 768px) {
  #place .ttl img.img01 {
    width: 0.255rem;
    height: 0.355rem;
    top: -0.03rem;
    left: 1.5rem;
  }
}
#place .ttl img.img02 {
  width: 1.28rem;
  height: 0.35rem;
  top: -0.34rem;
  left: -1.2rem;
}
@media screen and (max-width: 768px) {
  #place .ttl img.img02 {
    width: 0.64rem;
    height: 0.175rem;
    top: -0.28rem;
    left: 0.06rem;
  }
}
#place .ttl img.img03 {
  width: 1.38rem;
  height: 1.38rem;
  top: 0.24rem;
  left: -1.98rem;
}
@media screen and (max-width: 768px) {
  #place .ttl img.img03 {
    width: 0.69rem;
    height: 0.69rem;
    top: 0.5rem;
    left: -0.42rem;
  }
}
#place .placelist {
  max-width: 960px;
  margin-left: auto;
  margin-right: 0;
}
#place .placelist ul {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#place .placelist ul li {
  width: calc((100% - 0.6rem) / 2);
  height: 1.26rem;
  position: relative;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li {
    width: 100%;
    height: auto;
    left: 0;
    margin-top: 0.2rem;
  }
}
#place .placelist ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9cc709;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li:before {
    top: 0.05rem;
    left: 0.05rem;
    width: calc(100% - 0.05rem);
  }
}
#place .placelist ul li a {
  display: block;
  border: 2px solid #000;
  background-color: transparent;
  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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li a {
    width: calc(100% - 0.05rem);
  }
}
#place .placelist ul li a:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  position: absolute;
  top: calc((100% - 0.12rem) / 2);
  right: 0.2rem;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li a:after {
    width: 0.08rem;
    height: 0.08rem;
    top: calc((100% - 0.08rem) / 2);
    right: 0.1rem;
  }
}
#place .placelist ul li a figure {
  border-right: 2px solid #000;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#place .placelist ul li a figure img {
  width: 1.24rem;
  height: 1.24rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li a figure img {
    width: 0.62rem;
    height: 0.62rem;
  }
}
#place .placelist ul li a .placecat {
  width: calc(100% - 1.24rem);
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.3;
  padding-left: 0.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li a .placecat {
    width: calc(100% - 0.64rem);
    font-size: 0.16rem;
    padding-left: 0.2rem;
  }
}
#place .placelist ul li a .placecat span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
  letter-spacing: 0.005rem;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li a .placecat span {
    font-size: 0.12rem;
  }
}
.mouse #place .placelist ul li a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.7);
}
.mouse #place .placelist ul li a:hover figure {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#place .placelist ul li:nth-of-type(-n+2) {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #place .placelist ul li:nth-of-type(-n+2) {
    margin-top: 0.2rem;
  }
}
#place .more {
  position: relative;
  text-align: right;
  bottom: auto;
  right: auto;
  width: 100%;
  padding-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  #place .more {
    width: 100%;
    text-align: right;
    padding-top: 0.2rem;
    position: relative;
  }
}

#plan {
  padding-top: 0.92rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  #plan {
    padding-top: 0.8rem;
    padding-bottom: 0.68rem;
  }
}
#plan:before {
  top: -0.8rem;
}
#plan .container {
  padding: 0 0 0 0.7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #plan .container {
    padding: 0 0.16rem;
  }
}
#plan .ttl {
  max-width: 1100px;
  padding: 0 0.7rem;
  margin: 0 auto 0.3rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #plan .ttl {
    text-align: left;
    padding: 0 0.16rem;
    margin-bottom: 0.2rem;
  }
}
#plan .ttl:before, #plan .ttl:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 1.23rem;
}
@media screen and (max-width: 768px) {
  #plan .ttl:before, #plan .ttl:after {
    top: 0.615rem;
  }
}
#plan .ttl:before {
  right: calc(100% - 2.34rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #plan .ttl:before {
    right: 0;
    width: 1.18rem;
  }
}
#plan .ttl:after {
  left: calc(100% - 6.56rem);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #plan .ttl:after {
    left: 0;
    width: 1rem;
  }
}
#plan .ttl span.hl {
  -webkit-transform: translateY(-0.1rem);
          transform: translateY(-0.1rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #plan .ttl span.hl {
    -webkit-transform: translateY(-0.05rem);
            transform: translateY(-0.05rem);
  }
}
#plan .ttl span.hs {
  display: block;
  -webkit-transform: translate(1.76rem, -0.22rem);
          transform: translate(1.76rem, -0.22rem);
  text-align: left;
}
@media screen and (max-width: 768px) {
  #plan .ttl span.hs {
    -webkit-transform: translate(0, -0.11rem);
            transform: translate(0, -0.11rem);
    margin-left: 0.88rem;
    white-space: nowrap;
  }
}
#plan .ttl span.hs b {
  text-align: left;
  display: block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Sogoe UI", Verdana, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 0.2rem;
  margin-top: 0.16rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #plan .ttl span.hs b {
    font-size: 0.12rem;
    display: inline-block;
    margin-top: 0;
    -webkit-transform: translateY(-0.04rem);
            transform: translateY(-0.04rem);
  }
}
#plan .ttl img {
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
}
#plan .ttl img.img01 {
  width: 0.51rem;
  height: 0.71rem;
  top: -0.06rem;
  left: 3.9rem;
}
@media screen and (max-width: 768px) {
  #plan .ttl img.img01 {
    width: 0.255rem;
    height: 0.355rem;
    top: -0.03rem;
    left: 1.75rem;
  }
}
#plan .ttl img.img02 {
  width: 1.4rem;
  height: 1.54rem;
  top: -0.06rem;
  left: 4.9rem;
}
@media screen and (max-width: 768px) {
  #plan .ttl img.img02 {
    width: 0.7rem;
    height: 0.77rem;
    top: -0.03rem;
    left: 2.26rem;
  }
}
#plan .plan-slider .swiper-container.plan-swiper .pagination {
  padding-top: 0.56rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-container.plan-swiper .pagination {
    padding-top: 0.28rem;
  }
}
#plan .plan-slider .swiper-slide {
  width: 4rem;
  padding: 0 0.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide {
    width: 70%;
    padding: 0 0.1rem;
  }
}
#plan .plan-slider .swiper-slide a {
  display: block;
  background-color: transparent;
  position: relative;
  z-index: 2;
}
#plan .plan-slider .swiper-slide a figure {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding-left: 0.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a figure {
    padding-left: 0.1rem;
  }
}
#plan .plan-slider .swiper-slide a figure img {
  width: 3.4rem;
  height: 3.6rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a figure img {
    width: 100%;
    height: 2rem;
  }
}
#plan .plan-slider .swiper-slide a .txt {
  margin-top: -0.7rem;
  margin-right: 0.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a .txt {
    margin-top: -0.35rem;
    margin-right: 0.1rem;
  }
}
#plan .plan-slider .swiper-slide a .txt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#plan .plan-slider .swiper-slide a .txt:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #9cc709;
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a .txt:after {
    top: 0.05rem;
    left: 0.05rem;
  }
}
#plan .plan-slider .swiper-slide a .plancat {
  width: 100%;
  font-size: 0.26rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.2rem 0.3rem;
  border: 2px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a .plancat {
    font-size: 0.13rem;
    padding: 0.1rem 0.16rem;
  }
}
#plan .plan-slider .swiper-slide a .plancat:after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateZ(-135deg);
          transform: rotateZ(-135deg);
  position: absolute;
  top: calc((100% - 0.12rem) / 2);
  right: 0.2rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a .plancat:after {
    width: 0.08rem;
    height: 0.08rem;
    top: calc((100% - 0.08rem) / 2);
    right: 0.1rem;
  }
}
#plan .plan-slider .swiper-slide a .plancat span {
  display: block;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.18rem;
  letter-spacing: 0.005rem;
  margin-top: 0.04rem;
}
@media screen and (max-width: 768px) {
  #plan .plan-slider .swiper-slide a .plancat span {
    font-size: 0.1rem;
  }
}
.mouse #plan .plan-slider .swiper-slide a:hover {
  opacity: 1;
}
.mouse #plan .plan-slider .swiper-slide a:hover .plancat {
  background-color: rgba(255, 255, 255, 0.7);
}
.mouse #plan .plan-slider .swiper-slide a:hover figure {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
#plan .more {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  #plan .more {
    padding-right: 0.16rem;
  }
}