@charset "utf-8";
/* CSS Document */
/*-----------------------------------------
    *  一般・共通設定
-------------------------------------------*/

@media print {
  body {
    display: none !important;
  }
}

body {
  min-width: 320px;
  line-height: 1.4;
}
html * {
  box-sizing: border-box;
}
.inner {
  max-width: 1100px;
  margin: 0 auto;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.uppercase {
  text-transform: uppercase;
}
.mt2 {
  margin-top: 30px;
}
/* Coming Soon */

.cs_text {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.25;
}
@media screen and (max-width: 980px) {
  .cs_text {
    font-size: 2.4rem;
  }
}
.cs_text .sm {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .cs_text .sm {
    font-size: 18px;
  }
}
.cs_img {
  text-align: center;
  position: relative;
  max-width: 970px;
  max-height: 535px;
  margin: auto;
}
.cs_img_alttext {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2.4rem;
  line-height: 1.25;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 15%;
  color: #ffff01;
}

@media screen and (max-width: 980px) {
  .cs_img_alttext {
    height: 35%;
    font-size: 2.4rem;
  }
}
.cs_img_alttext .sm {
  font-size: 2.8rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .cs_img_alttext .sm {
    font-size: 18px;
  }
}
/*-----------------------------------------
    *  header
-------------------------------------------*/
/*-----------------------------------------
    *  main
-------------------------------------------*/

#main {
  margin-bottom: 30px;
  border-bottom: solid 4px #009260;
  background: #d6f2ee;
}
.main_inner {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.alt-text {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
#main .main_inner p.logo a {
  position: absolute;
  top: 0;
  left: 5%;
  width: 14%;
  background: #fff;
  padding: 9px;
  border-radius: 0 0 7px 7px;
}
#main .main_inner .catch-copy {
  position: absolute;
  left: 6%;
  bottom: 57%;
  width: 30%;
}
#main .main_inner p.label-large {
  position: absolute;
  right: 3%;
  bottom: 4%;
  width: 20%;
}
#main .main_inner p.label-small {
  position: absolute;
  right: 24%;
  bottom: 4%;
  width: 16%;
}
.comment-contents {
  background: #d6f2ee;
  margin-bottom: 30px;
}
.comment-contents .inner {
  padding: 40px 20px 30px;
  position: relative;
  box-sizing: border-box;
}
.comment-contents .comment-cast {
  position: absolute;
  left: 4%;
  bottom: 0;
  width: 37%;
}
.comment-contents .outline-right {
  float: right;
  width: 60%;
}
.comment-label {
  color: #009260;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
.comment-label h2 {
  font-size: 26px;
  font-weight: normal;
  background: url(../images/icon_pen.png) no-repeat right;
  background-size: 22px;
  display: inline-block;
  padding-right: 25px;
}
.fbox {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  text-align: left;
  background-color: #ffffff;
  margin: 5px 5px 30px -40px;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0px #bbbbbf;
  font-size: 16px;
  color: #333333;
}
.fbox:after,
.fbox:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}
.fbox:after {
  top: 50px;
  left: -40px;
  border: 20px solid transparent;
  border-right: 25px solid #ffffff;
}
.fbox:before {
  top: 50px;
  left: -40px;
  border: 20px solid transparent;
  border-right: 20px solid #ffffff;
}
.desc-contents {
  background: #ffeceb;
  margin-bottom: 30px;
}
.desc-contents .inner {
  padding: 40px 20px 30px;
  position: relative;
  box-sizing: border-box;
}
.desc-contents .desc-title h2 {
  font-weight: normal;
  text-align: center;
  font-size: 26px;
  color: #f1616f;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.desc-area {
  border: 2px solid #f1616f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 3px;
  /* Firefox用 */
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
  max-width: 970px;
}
.desc-area .text {
  font-size: 16px;
  color: #333333;
  text-align: center;
  line-height: inherit;
}
.desc-area .icon {
  width: 12%;
  position: absolute;
  bottom: 0;
  right: 20px;
}
.cm-contents {
  background: #d6f2ee;
  margin-bottom: 30px;
}
.cm-contents .cm-contentsInner {
  padding: 30px 15px;
}
.cm-contents .cm-title {
  background: #1ba97d;
  padding: 25px 0;
}
.cm-contents .cm-title .cm-titleInner {
  max-width: 980px;
  position: relative;
  margin: 0 auto;
}
.cm-contents .cm-title .h2-title {
  text-align: center;
  color: #ffffff;
  /* font-size: 20px; */
  font-size: 32px;
  font-weight: normal;
  line-height: 1;
}

@media screen and (max-width: 980px) {
  .cm-contents .cm-title .h2-title {
    font-size: 24px;
  }
}
.cm-contents .cm-title p {
  position: absolute;
  left: 27%;
  top: -50px;
  width: 10%;
}
.movie-area {
  background-color: #ffffff;
  padding: 30px 20px;
}
/* .movie-area .top-borderLine, */
.top-borderLine {
  text-align: center;
  margin-bottom: 30px;
  line-height: 0;
}
.top-borderLine:last-child {
  margin-bottom: 0;
  /* margin-top: 30px; */
}
.top-borderLine img {
  width: 90%;
}
.movie-area .movieInner {
  text-align: center;
}
.movie-area .movie-title {
  text-align: center;
  font-size: 22px;
  margin-top: 5px;
  font-weight: bold;
  color: #333333;
}
.movie-area .movie-title span {
  font-size: 14px;
  padding: 3px 12px 2px;
  border: 1px solid #f1616f;
  color: #f1616f;
  border-radius: 6px;
  line-height: 1;
  vertical-align: 2px;
  margin-left: 10px;
}
.cm-contents.making {
  background: #ffeceb;
}
.cm-contents.making .cm-title {
  background: #f77f85;
}
.cm-contents.making .cm-title p {
  left: 23%;
}
.spShow {
  display: none;
}
.movie-area.p0 {
  padding: 0;
}
.movie-area.pb0 {
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  .cm-contents .cm-title h3 {
    font-size: 20px;
  }
  .movie-area .movie-title {
    font-size: 18px;
  }
  .movie-area .movie-title span {
    font-size: 12px;
    display: inline-block;
  }
  .cm-contents .cm-title p {
    left: 32%;
    position: absolute;
    top: -200%;
    width: 8%;
  }
  .cm-contents.making .cm-title p {
    left: 29%;
  }
}
@media screen and (max-width: 768px) {
  .cm-contents .cm-contentsInner {
    padding: 20px 10px;
  }
  .movie-area {
    padding: 20px 10px;
  }
  .movie-area .top-borderLine {
    margin-bottom: 20px;
  }
  .movie-area .top-borderLine:last-child {
    margin-bottom: 0;
    /* margin-top: 20px; */
  }
  .comment-contents .inner {
    padding: 40px 10px 20px;
  }
  .comment-contents .comment-cast {
    top: -20px;
    bottom: auto;
    width: 30%;
  }
  .comment-label {
    text-align: right;
    margin: 0 20px 30px;
    letter-spacing: normal;
  }
  .comment-label h2 {
    margin-bottom: 0;
    font-size: 20px;
  }
  .comment-contents .outline-right {
    float: none;
    width: 100%;
  }
  .fbox {
    margin: auto;
    padding: 20px;
  }
  .fbox::after,
  .fbox::before {
    display: none;
  }
  .desc-contents .inner {
    padding: 40px 10px 20px;
  }
  .desc-contents .desc-title h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .desc-area {
    padding: 20px;
  }
}
@media screen and (max-width: 680px) {
  .movie-area .movieInner {
    position: relative;
    width: 100%;
    /*padding-top: 56.25%;*/
    max-width: 640px;
    max-height: 360px;
  }
  .movie-area .movieInner iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }

  .movie-area .movieInner img {
    width: 90%;
  }

  #main .main_inner p.logo a {
    width: 20%;
    padding: 6px;
  }
  #main .main_inner .catch-copy {
    width: 33%;
  }
  #main .main_inner p.label-large {
    width: 21%;
  }
  #main .main_inner p.label-small {
    right: 25%;
    width: 16%;
  }
  .cm-contents .cm-title {
    padding: 15px 0;
  }
  .cm-contents .cm-title p {
    left: 30%;
    top: -120%;
    width: 8%;
  }
  .cm-contents.making .cm-title p {
    left: 24%;
  }
  .spHide {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cm-contents .cm-title {
    padding: 10px 0 8px;
  }
  .desc-area {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 460px) {
  .cm-contents .cm-title p {
    left: 19%;
    top: -110%;
    width: 12%;
  }
  .cm-contents.making .cm-title p {
    left: 10%;
  }
  .comment-label {
    margin: 10px 10px 20px;
  }
  .comment-label h2 {
    text-align: left;
    background: url(../images/icon_pen.png) no-repeat 85px 29px;
    background-size: 22px;
    padding-right: 25px;
  }
  .comment-contents .inner,
  .desc-contents .inner {
    padding: 20px 10px;
  }
  .comment-contents .comment-cast {
    width: 40%;
  }
  .spShow {
    display: inline;
  }
  .desc-area .icon {
    width: 16%;
    right: 8px;
  }
  .desc-area {
    padding: 35px 20px;
  }
  #main .main_inner p.logo a {
    width: 19%;
    background: #fff;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 425px) {
  .desc-area .icon {
    width: 20%;
  }
}
/* 2023追加 */

.cont-area {
  background-color: #ffffff;
  padding: 30px 20px;
}
.cont-area.p0 {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .cont-area {
    background-color: #ffffff;
    /* padding: 0 20px 20px; */
  }
}
.topics {
  display: flex;
  flex-direction: column;
  margin-top: -15px;
}
.topics::after {
  content: "";
  display: block;
  background-image: url(../images/movie_line_red.png);
  width: 90%;
  height: 18px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 30px auto;
}
@media screen and (max-width: 980px) {
  .topics::after {
    width: 100%;
    margin: 20px auto 0;
  }
}
.topics-title {
  font-size: 32px;
  margin-top: 5px;
  font-weight: bold;
  color: #ff0000;
  text-align: center;
  padding: 30px 0;
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 980px) {
  .topics-title {
    width: 100%;
    padding: 20px 0;
  }
}
.topics-title::after {
  content: "";
  display: block;
  /* background-image: linear-gradient( to right, #ff0000, #ff0000 20px, transparent 20px, transparent 20px ); */
  background-image: url(../images/movie_line_red.png);
  width: 100%;
  height: 18px;
  position: absolute;
  top: 40%;
  left: 0;
  z-index: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.topics-title__inner {
  position: relative;
  background-color: #fff;
  padding: 0 1.5rem;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .topics-title__inner {
    padding: 0 0.5rem;
  }
}
.topics-text {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: 0 auto 2.4rem;
  background-image: linear-gradient(transparent 70%, #fff100 0%);
  width: 85%;
}
@media screen and (max-width: 980px) {
  .topics-text {
    font-size: 26px;
    width: 100%;
    background-image: none;
  }
  .marker {
    background-image: linear-gradient(transparent 70%, #fff100 0%);
  }
}
.topics-text .sm {
  font-size: 24px;
}
@media screen and (max-width: 980px) {
  .topics-text .sm {
    font-size: 18px;
  }
}
.topics-text .red {
  color: #ff0000;
}
.topics-cs {
  background-color: #ff0000;
  max-width: 970px;
  margin: 3rem auto 0;
  padding: 2rem 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .topics-cs {
    margin: 20px auto 0;
  }
}
.topics-cs__text {
  color: #fff;
  text-align: center;
  width: 80%;
  margin: auto;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .topics-cs__text {
    font-size: 18px;
    width: 90%;
  }
}
.topics-cs__text .strong {
  font-size: 32px;
  color: #fff100;
}
@media screen and (max-width: 980px) {
  .topics-cs__text .strong {
    font-size: 24px;
  }
}
.cont-title {
  font-size: 32px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009260;
  padding: 2rem 1rem;
  width: 95%;
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .cont-title {
    font-size: 2.4rem;
    padding: 1rem;
  }
}
.cont-title .sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .cont-title .sm {
    font-size: 2rem;
  }
}

.cont-title__stk {
  font-size: 26px;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #009260;
  padding: 2rem 1rem;
  width: 95%;
  max-width: 970px;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .cont-title__stk {
    font-size: 1.8rem;
    padding: 1rem;
  }
}
.cont-title__stk .sm {
  font-size: 2.4rem;
}
@media screen and (max-width: 980px) {
  .cont-title__stk .sm {
    font-size: 2rem;
  }
}

.present-flex .cont-title.present {
  border-radius: 2rem;
  padding: 1rem;
  width: 90%;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .cont-title {
    width: 100%;
  }
  .present-flex .cont-title.present {
    width: 100%;
  }
}
.cont-title-third {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: auto;
  margin-top: 4.8rem;
}
.cont-title-third_stk {
  font-size: 22px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin: auto;
  margin-top: 4.8rem;
}
@media screen and (max-width: 980px) {
  .cont-title-third_stk {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
    text-align: center;
    margin: auto;
    margin-top: 4.8rem;
  }
}
@media screen and (max-width: 980px) {
  .cont-inner {
    padding: 0 10px;
  }
}
.cont-flex {
  display: flex;
  width: 70%;
  margin: auto;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .cont-flex {
    flex-direction: column;
    width: 100%;
  }
}
.cont-flex__inner {
  flex-basis: 50%;
  border: 15px transparent solid;
}
@media screen and (max-width: 980px) {
  .cont-flex__inner {
    flex-basis: 100%;
    border: none;
  }
}
/* 間取りカード */
.wrap_card {
  display: flex;
  justify-content: space-between;
  max-width: 970px;
  width: 100%;
  margin: 30px auto 0;
  /* margin: 0 auto; */
}
.wrap_card p {
  max-width: 150px;
}
@media screen and (max-width: 980px) {
  .wrap_card p {
    border: 3px transparent solid;
  }
}
.select-menu {
  width: 70%;
  margin: auto;
}
@media screen and (max-width: 980px) {
  .select-menu {
    width: 100%;
  }
}
.select-box {
  width: 95%;
  max-width: 970px;
  margin: 30px auto 0;
  display: flex;
}
@media screen and (max-width: 980px) {
  .select-box {
    flex-direction: column;
    width: 100%;
  }
}
.photo {
  margin-right: 15px;
  flex-shrink: 0;
  border: 1px #eee solid;
  padding: 3px;
}
@media screen and (max-width: 980px) {
  .photo {
    /* margin-right: 0; */
    text-align: center;
    max-width: 178px;
    margin: auto;
  }
  .photo img {
    width: auto;
    max-width: 100%;
  }
}
.select-title {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .select-title {
    font-size: 1.8rem;
    margin-top: 1rem;
    text-align: center;
  }
}
.select-marker {
  background-image: linear-gradient(transparent 70%, #fff100 0%);
}
.select-txt {
  margin-top: 1rem;
  font-size: 2rem;
}

@media screen and (max-width: 980px) {
  .select-txt {
    font-size: 1.4rem;
    width: 80%;
    margin: 1rem auto 0;
  }
}

.select-txt {
  margin-top: 1rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 980px) {
  .select-txt {
    font-size: 1.4rem;
    width: 80%;
    margin: 1rem auto 0;
  }
}
.madori-attention {
  width: 70%;
  margin: 1rem auto 0;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .madori-attention {
    width: 100%;
    margin: 3rem auto 0;
  }
}

/* メイキング動画 */
.img_making {
  border: 1px #eee solid;
}
/* ラジオCM */
.audio {
  margin: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  align-items: center;
}
.audio-content {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.audio-list {
  margin-top: 2rem;
}
@media screen and (max-width: 980px) {
  .audio-list {
    margin-top: 1rem;
  }
}
.audio-list__item + .audio-list__item {
  margin-top: 4rem;
}

/* audioプレーヤースタイル */
.audiojs,
.audiojs > .play-pause,
.audiojs > .play-pause > p {
  width: 30px;
  height: 30px;
}

.audiojs {
  display: table;
  margin: 0px;
  background: none;
  box-shadow: none;
  border-radius: 3rem;
  margin-right: 1rem;
  background-color: #eee;
}

.audiojs > .play-pause {
  padding: 0px;
  border: none;
}

.audiojs > .play-pause > p {
  position: relative;
  background: none;
}

.audiojs > .play-pause > .play::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-25%) translateY(-50%);
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-left: 12px solid #009260;
  content: "";
}

.audiojs > .play-pause > .pause::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4px;
  height: 12px;
  border-left: 4px solid #009260;
  border-right: 4px solid #009260;
  content: "";
}

.audiojs > .scrubber {
  display: none;
}

.audiojs > .time {
  display: none;
}
/*プレゼント*/
.present-flex {
  display: flex;
  max-width: 970px;
  margin: auto;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .present-flex {
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .present-flex {
    flex-direction: column;
  }
}
.present-flex .cont-title {
  width: 100%;
  margin: auto;
}
.present-flex__inner.left {
  flex-basis: 65%;
}
@media screen and (max-width: 768px) {
  .present-flex__inner.left {
    flex-basis: 50%;
  }
}
.present-flex__inner.right {
  flex-basis: 35%;
}
.present-flex__inner.right img {
  width: 100%;
}
.present-text {
  font-size: 28px;
  font-weight: bold;
  margin-top: 1rem;
}
@media screen and (max-width: 560px) {
  .present-text {
    font-size: 18px;
  }
}
.present-text .big {
  font-size: 46px;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 768px) {
  .present-text .big {
    font-size: 20px;
    display: inline-block;
    margin-top: 1rem;
  }
}
.present-text.small {
  font-size: 27px;
}
@media screen and (max-width: 768px) {
  .present-text.small {
    font-size: 18px;
  }
}
.present-attention {
  color: #ff0202;
  font-size: 18px;
  font-weight: bold;
  margin-top: 1rem;
  text-decoration: underline;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 980px) {
  .present-attention {
    font-size: 14px;
  }
}
.present-section {
  max-width: 970px;
  margin: auto;
}
.present-img {
  text-align: center;
}
@media screen and (max-width: 560px) {
  .present-img {
    margin-top: 2.4rem;
  }
}
.present-img img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .present-img img {
    width: 100%;
  }
}
.present-announce {
  background-color: #eff4f7;
  max-width: 970px;
  margin: 2.4rem auto 0;
  padding: 1rem 0;
}
@media screen and (max-width: 768px) {
  .present-announce {
    width: 100%;
  }
}
.present-announce__txt {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .present-announce__txt {
    font-size: 18px;
  }
}
.present-cs {
  background-color: #ff0202;
  padding: 1rem 0;
  width: 80%;
  margin: 2.4rem auto 0;
}
@media screen and (max-width: 768px) {
  .present-cs {
    width: 100%;
  }
}
.present-cs__txt {
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.present-cs__txt.lg {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .present-cs__txt.lg {
    font-size: 24px;
  }
}
.present-cs__txt .underline {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px #fff solid;
  margin-bottom: 1rem;
}
.present-cs__txt.md {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .present-cs__txt.md {
    font-size: 16px;
  }
}
/*新生活応援宣言*/
.pr_text {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .pr_text {
    font-size: 18px;
  }
}
.pr_title {
  width: 50%;
  margin: 4rem auto 0;
  border: 5px #ffe602 solid;
  border-radius: 2rem;
  padding: 1rem;
}
@media screen and (max-width: 980px) {
  .pr_title {
    width: 100%;
  }
}
.pr_title__strong {
  font-style: normal;
}
.pr_title__strong.marker {
  background-image: linear-gradient(transparent 70%, #fff100 0%);
}
.pr_text {
  font-weight: bold;
}
.pr_text .red {
  font-size: 40px;
  color: #ff0202;
  text-shadow: 1px 1px 0 #ff0202, -1px -1px 0 #ff0202;
}
@media screen and (max-width: 980px) {
  .pr_text .red {
    font-size: 32px;
  }
}
.pr_text .small {
  font-size: 18px;
}
@media screen and (max-width: 980px) {
  .pr_text .small {
    font-size: 12px;
  }
}
.plus {
  /* font-size: 60px; */
  /* color: #ff0202; */
  /* font-weight: bold; */
  text-align: center;
  max-width: 45px;
  margin: 2rem auto 1rem;
}
.pr_text.bottom {
  margin-top: 2rem;
}
.pr_img {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .pr_img {
    width: 100%;
  }
}
.pr_button__link {
  display: block;
  border-radius: 3rem;
  width: 30%;
  color: #fff;
  background-color: #f36000;
  text-align: center;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  margin: 2rem auto 0;
  padding: 1rem;
}
@media screen and (max-width: 980px) {
  .pr_button__link {
    width: 100%;
    font-size: 18px;
  }
}
.pr_button__link:hover {
  opacity: 0.6;
}
/*-----------------------------------------
    * footer
-------------------------------------------*/

footer {
  background: #009260;
  padding: 10px 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
footer p {
  font-size: 10px;
  color: #fff;
  padding: 5px;
}

.mov_thumb {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
}

.mov_paly_btn:before {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin-left: -25px;
  margin-top: -25px;
  box-shadow: 0px 9px 21px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.mov_paly_btn:after {
  display: block;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 50%;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  border-left: 16px solid #1ba97d;
  margin-left: -6px;
  margin-top: -10px;
  z-index: 3;
}
