@charset "utf-8";

/*PCSP共通設定*/
html {
  scroll-behavior: smooth;
}

/*smooth scroll*/

/*759px以下*/
@media screen and (max-width: 759.9px) {
  #wrapper {
    line-height: 1.4;
  }

  .spnone {
    display: none;
  }

  /* CSS */
  #dirPathBlock,
  #anchorLinkBlock {
    font-size: 10px;
    margin: 1% 1% 0 1%;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 12px;
    margin: 0 1%;
  }

  h2 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
  }

  .inner {
    width: 96%;
    margin: 0 2%;
    box-sizing: border-box;
  }




  /* =========================================================
title
========================================================= */

  #top_mv {
    width: 100%;
    background: #481c87;
    position: relative;
  }

  img.mvtop {
    width: 100%;
  }

  .coupon_mv img {
    width: 100%;
  }

  .mvtxt {
    background: #481c87;
  }

  .mvtxt img {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
  }

  #cp_title {
    background: #f1e7ff;
  }

  .cp_title {
    margin: auto;
    text-align: center;
    color: #684995;
    padding: 5.5rem 0 2rem;
    letter-spacing: 2px;
    width: 95%;
  }

  .cp_txt {
    font-size: 1rem;
    color: #684995;
    line-height: 1.5;
    padding: 1rem 0;
  }

  /* =========================================================
coupon
========================================================= */

  .coupon_mv {
    width: 100%;
    display: block;
    text-align: center;
  }

  .coupon_mv img {
    width: 100%;
    background: #481c87;

  }

  .spmv_psition {
    position: relative;
    z-index: 100;
  }

  #top_mv::after,
  .spmv_psition::after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(../images/wave.svg) repeat-x center bottom;
    background-size: auto;
    z-index: 10;
  }

  #coupontitle_area {
    position: relative;
    margin: 0 auto;
    padding: 4rem 0 1rem;
    background: #FFF;
  }

  #coupontitle_area::before {
    content: "";
    position: absolute;
    height: 30px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #FFF;
    left: 0;
    bottom: -30px;
  }

  div#coupontitle_area h3 {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #8671a5;
  }

  /* =========================================================
btnlink
========================================================= */

  .coupon_btn {
    position: relative;
    width: 95%;
    margin: 5rem auto 3rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0.5em;
    display: block;
    transition: opacity 0.2s ease-out;
    background: #8a4fa1;
  }

  
  .listpdf_btn {
    display: flex;
    justify-content: space-between;
  }
  .listpdf_btn li {
    width: calc(100% / 3 - 7px);
  }
  .listpdf_btn a {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 2em;
    margin: 0rem auto;
    padding-left: 15px;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 0.5em;
    transition: opacity 0.2s ease-out;
    background: #8a4fa1;
  }

  .listpdf_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 10px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }

  .listpdf_btn a:hover {
    opacity: 0.8;
  }

  #osaka {
    background: #eef6e5;
  }

  #kyoto {
    background: #f1e6f2;
  }

  #kobe {
    background: #e6f4f9;
  }

  section#kobe,
  section#kyoto,
  section#osaka {
    padding: 2rem 0;
  }

  section#listpdf {
    padding: 3rem 0;
  }

  /* =========================================================
モーダル
========================================================= */
  figure {
    position: relative;
    margin-top: 2%;
  }

  figure img {
    width: 100%;
    height: auto;
    padding: 0 2%;
  }

  figure:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 99;
    background-size: 100% auto;
  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  .pt10 {
    padding-top: 10px !important;
  }

  .model {
    background-color: #FDEFE6 !important;
  }

  .slide-wrap {
    background: rgba(255, 255, 255, 0);
    /*背景白を透過*/
    display: flex;
    margin: 0 auto;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .slide-box {
    margin: 3% 3% 0 3%;
    flex: 0 0 80%;
    text-align: center;
    position: relative;
  }

  .coupon_fukidashi {
    position: absolute;
    width: 35%;
    top: -5px;
    left: -5px;
  }

  .coupon_fukidashi img {
    width: 100%;
  }

  .slide-box .areaEast {
    background: #00C33A;
    color: #FFFFFF;
    font-size: 123.1%;
    padding: 2%;
    text-align: center;
  }

  .slide-box .areaMiddle {
    background: #FFB600;
    color: #FFFFFF;
    font-size: 123.1%;
    padding: 2%;
    text-align: center;
  }

  .slide-box .areaWest {
    background: #0099ff;
    color: #FFFFFF;
    font-size: 123.1%;
    padding: 2%;
    text-align: center;
  }

  .slide-box p {
    text-align: left;
    font-size: 123.1%;
    padding-top: 2%;
  }

  .slide-box p span {
    font-weight: bold;
  }

  .slide-box p.point {
    background: #FFFFD9;
    padding: 2%;
    margin-top: 1%;
  }

  .slide-box p.point span {
    color: #F00;
  }

  .spotbox p.point {
    background: #FFFFD9;
    padding: 2%;
    margin: 0% 1% 1% 1%;
  }

  .spotbox p.point span {
    color: #F00;
  }

  .slide-box p.detail {
    line-height: 1.5;
    font-size: 123.1%;
  }


  .spotboxarea {
    display: flex;
    margin: 0 auto 20px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  .spottit {
    position: relative;
    padding: 1rem 1rem;
    border-radius: 10px;
    font-size: 4.5vw;
    font-weight: bold;
    margin: 0 0 20px 0;
  }

  .spottit:after {
    position: absolute;
    bottom: -9px;
    left: 1em;
    width: 0;
    height: 0;
    content: '';
    border-width: 10px 10px 0 10px;
    border-style: solid;
  }

  .spotbox {
    max-width: 500px;
    margin: 5px auto 20px;
    padding: 1px 0;
    width: 100%;
    flex-shrink: 0;
    background-color: #ffffff;
    position: relative;
  }

  .spotbox .cp_box {
    padding: 0 10px;
  }

  .spotimg {
    max-width: 400px;
    width: 100%;
  }

  .spotimg img {
    width: 100%;
  }

  .model_btn {
    max-width: 760px;
    width: 98%;
    margin: 0 auto;
  }

  .model_btn img {
    width: 100%;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    height: 85%; /* 100% */
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .modal-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-box {
    background-color: #fff;
    margin: 0 auto;
    max-width: 760px;
    width: 90%;
    border-radius: 10px;
    animation-name: modalopen;
    animation-duration: 1s;
    position: absolute;
    padding: 20px;
    transition: all 0.3s;
    top:3%;
  }


  .modalClose {
    position: absolute;
    top: 0;
    right: 0;
  }

  .modalOpen {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #FFF;
    border-radius: 0.2em;
    font-size: 123.1%;
  }

  .modalOpen span {
    font-size: 70%;
  }



  #osaka .modalOpen {
    background: #72974e;
  }

  #kobe .modalOpen {
    background: #4aa3b7;
  }

  #kyoto .modalOpen {
    background: #ab61a1;
  }

  #osaka .modalOpen:hover {
    background: #9BCB6C;
  }

  #kobe .modalOpen:hover {
    background: #5BC2D9;
  }

  #kyoto .modalOpen:hover {
    background: #BA79B1;
  }


  .modalOpen:hover {
    transition: all 0.3s;
    color: #ffffff;
  }

  .modalOpen::after {
    font-family: 'FontAwesome';
    content: ' \f067';
    color: #FFF;
  }

  .modalOpen:hover::after {
    color: #FFF;
  }

  .modal-img {
    width: 95%;
    margin: 0 auto 10px;
    max-width: 400px;
  }

  .modal-img img {
    width: 100%;
  }

  .modal-detail {
    width: 95%;
    margin: 0 auto;
  }

  .detail_intro {
    margin: 0 0 10px 0;
  }

  .detail_intro dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.1;
    padding: 0 0 10px;
  }

  .detail_intro dl dt span {
    font-size: 1rem;
  }

  .detail_intro dl dd {
    font-size: 1rem;
    line-height: 1.3;
  }

  #osaka .detail_intro dl dt {
    border-bottom: 2px dotted #9bcb6c;
    color: #9bcb6c;
  }

  #kobe .detail_intro dl dt {
    border-bottom: 2px dotted #5BC2D9;
    color: #5BC2D9;
  }

  #kyoto .detail_intro dl dt {
    border-bottom: 2px dotted #BA79B1;
    color: #BA79B1;
  }

  .dt_area {
    color: #727171 !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    border-bottom: none !important;
    padding: 0 0 5px !important;
  }


  .detail img {
    width: 100%;
  }

  /* 閉じるボタン */
  .modal-close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20;
  }

  .modal-close-btn:hover {
    opacity: 0.8;
  }

  /* 閉じるボタンのX */
  .lineClose {
    display: inline-block;
    vertical-align: middle;
    color: var(--c-white);
    line-height: 1;
    width: 1rem;
    height: .2rem;
    background: currentColor;
    border-radius: 0.1rem;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20%;
  }

  .lineClose::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }


  .spottitle {
    font-size: 0.95rem;
    font-weight: bold;
    padding: 10px 10px 8px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .spottitle {
    min-height: 80px;
  }

  .spottitle span {
    font-size: 0.75rem;
  }

  #osaka .spottitle {
    color: #9bcb6c;
  }

  #kobe .spottitle {
    color: #5BC2D9;
  }

  #kyoto .spottitle {
    color: #BA79B1;
  }

  .swiper-wrapper {
    padding: 0px 0px 0 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #ffffff !important;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -5px !important;
  }

  ul.atention_area {
    margin: 0 auto;
    font-size: 0.75rem;
    line-height: 1.35;
  }

  /* =========================================================
三都周遊乗車券
========================================================= */

  #roundtrip ul {
    font-size: 14px;
    line-height: 1.4;
  }

  #roundtrip ul li a {
    text-decoration: underline;
  }

  #roundtrip h3 {
    font-size: 1.35rem;
    text-align: center;
    color: #fff;
    background-color: #481c87;
    overflow: hidden;
    height: 100px;
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: center;
  }

  h4.ticket_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
    flex-direction: column;
  }

  h4.ticket_title img {
    width: 100%;
  }

  .icon_ticket {
    max-width: 80px;
  }

  .ticket_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 1rem auto;
  }

  .ticket_box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  section#roundtrip {
    margin: 3rem auto;
  }
}

/*760px以上*/
@media screen and (min-width: 760px),
print {

  /* CSS */
  #wrapper {
    line-height: 1.231;
  }

  #dirPathBlock,
  h1,
  .iframe_end-content_gadget,
  #anchorLinkBlock {
    width: 100%;
    max-width: 1080px;
    min-width: 760px;
    margin: auto;
  }

  /*panlist&back*/
  #dirPathBlock,
  #anchorLinkBlock {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
  }

  #dirPathBlock p,
  #anchorLinkBlock a {
    font-size: 12px;
  }

  h1 {
    font-size: 14px;
    width: auto;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto 5px;
  }

  h2 {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
  }

  .inner {
    width: 96%;
    max-width: 1080px;
    min-width: 760px;
    margin: 0 auto;
    padding: 0 0 50px 0;
    display: block;
  }


  /* =========================================================
title
========================================================= */
  #top_mv {
    width: 100%;
    background: #481c87;
    position: relative;
    padding: 0 0 18px;
  }

  img.mvtop {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
    position: relative;
    z-index: 100;
  }

  .mvtxt {
    background: #481c87;
  }

  .mvtxt img {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: block;
  }

  #cp_title {
    background: #f1e7ff;
  }

  .cp_title {
    margin: auto;
    text-align: center;
    color: #684995;
    padding: 7rem 1% 5rem;
    letter-spacing: 2px;
  }

  .cp_txt {
    font-size: 22px;
    color: #684995;
    line-height: 1.5;
  }


  /* =========================================================
coupon
========================================================= */
  #coupon {
    position: relative;
    display: block;
    background: #481c87 url(../images/special_coupon_bk.jpg) no-repeat center top;
    background-size: contain;
    z-index: 100;
  }

  .coupon_mv {
    width: 100%;
    display: block;
    text-align: center;
  }

  .coupon_mv img {
    width: 85%;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }

  #top_mv::after,
  #coupon::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(../images/wave.svg) repeat-x center bottom;
    background-size: auto;
    z-index: 10;
  }

  #coupontitle_area {
    position: relative;
    margin: 0 auto;
    padding: 4rem 0 0;
    background: #FFF;
  }

  #coupontitle_area::before {
    content: "";
    position: absolute;
    height: 60px;
    width: 100%;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    background-color: #FFF;
    left: 0;
    bottom: -60px;
  }

  div#coupontitle_area h3 {
    font-size: 33px;
    font-weight: bold;
    text-align: center;
    color: #8671a5;
  }

  /* =========================================================
btnlink
========================================================= */

  .listpdf_btn {
    display: flex;
    justify-content: space-between;
  }

  .listpdf_btn li {
    width: calc(100% / 3 - 20px);
  }

  .listpdf_btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 2em;
    margin: 0 auto;
    text-align: center;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    border-radius: 0.5em;
    transition: opacity 0.2s ease-out;
    background: #8a4fa1;
  }

  .listpdf_btn a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    right: 10px;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }

  .listpdf_btn a:hover {
    opacity: 0.8;
  }

  #osaka {
    background: #eef6e5;
  }

  #kyoto {
    background: #f1e6f2;
  }

  #kobe {
    background: #e6f4f9;
  }

  section#kobe,
  section#kyoto {
    padding: 2rem 0 0rem;
  }

  section#osaka {
    padding: 5rem 0 0rem;
  }

  section#listpdf {
    padding: 2rem 0 0rem;

  }



  /* =========================================================
モーダル
========================================================= */


  .spotboxarea {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;

  }

  .spotbox {
    padding: 1px 0;
    width: 100%;
    background-color: #ffffff;
    position: relative;
    max-width: 400px;
  }

  .spotbox .cp_box {
    padding: 0px 10px;
  }

  .spotimg {
    max-width: 400px;
    width: 100%;
  }

  .spotimg img {
    width: 100%;
  }

  .spotdetail {
    padding: 10px 10px;
  }

  .detail {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
  }

  .detail img {
    width: 100%;
  }

  /*modal*/

  .modal {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);

  }

  .modal-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .modal-box {
    background-color: #fff;
    margin: 10% auto;
    max-width: 970px;
    width: 90%;
    border-radius: 10px;
    animation: show 0.6s linear 0s;
    position: relative;
    padding: 20px;

  }

  .modal-boxin {
    display: flex;
    justify-content: space-between;

  }

  .modalClose {
    position: absolute;
    top: 0;
    right: 0;
  }

  .modalOpen {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto 15px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    color: #FFF;
    border-radius: 0.5em;
    font-size: 123.1%;
  }


  #osaka .modalOpen {
    background: #72974e;
  }

  #kobe .modalOpen {
    background: #4aa3b7;
  }

  #kyoto .modalOpen {
    background: #ab61a1;
  }

  .modalOpen span {
    font-size: 70%;
  }

  .modalOpen:hover {
    transition: all 0.3s;
    color: #ffffff;
  }

  #osaka .modalOpen:hover {
    background: #9BCB6C;
  }

  #kobe .modalOpen:hover {
    background: #5BC2D9;
  }

  #kyoto .modalOpen:hover {
    background: #BA79B1;
  }

  .modalOpen::after {
    font-family: 'FontAwesome';
    content: ' \f067';
    color: #FFF;
  }

  .modalOpen:hover::after {
    color: #FFF;
  }



  .model_btn {
    max-width: 970px;
    width: 96%;
    margin: 0 auto;
  }

  .model_btn img {
    width: 100%;
  }

  .modal-img {
    width: 48%;
    max-width: 400px;
  }

  .modal-detail {
    width: 55%;
  }

  .detail_intro {
    margin: 0 0 20px 0;
  }

  .detail_intro dl dt {
    font-size: 25px;
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.1;
  }

  .detail_intro dl dt span {
    font-size: 20px;
  }

  #osaka .detail_intro dl dt {
    border-bottom: 2px dotted #9bcb6c;
    color: #9bcb6c;
  }

  #kobe .detail_intro dl dt {
    border-bottom: 2px dotted #5BC2D9;
    color: #5BC2D9;
  }

  #kyoto .detail_intro dl dt {
    border-bottom: 2px dotted #BA79B1;
    color: #BA79B1;
  }

  .dt_area {
    color: #727171 !important;
    font-size: 18px !important;
    font-weight: normal !important;
    border-bottom: none !important;
  }

  .detail_intro dl dd {
    font-size: 16px;
    line-height: 1.8;
  }

  /* 閉じるボタン */
  .modal-close-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 20;
  }

  .modal-close-btn:hover {
    opacity: 0.8;
  }

  /* 閉じるボタンのX */
  .lineClose {
    display: inline-block;
    vertical-align: middle;
    color: var(--c-white);
    line-height: 1;
    width: 1rem;
    height: .2rem;
    background: currentColor;
    border-radius: 0.1rem;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 20%;
  }

  .lineClose::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }

  .spottitle {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .spottitle span {
    font-size: 15px;
  }

  #osaka .spottitle {
    color: #9bcb6c;
  }

  #kobe .spottitle {
    color: #5BC2D9;
  }

  #kyoto .spottitle {
    color: #BA79B1;
  }

  .swiper-wrapper {
    padding: 0px 0px 0 0;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 24px !important;
    font-weight: bold;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);

  }

  .swiper-button-next,
  .swiper-button-prev {
    color: #ffffff !important;
  }

  .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: -5px !important;
  }

  ul.atention_area {
    margin: 2rem auto 1rem;
    text-align: right;
    font-size: 13px;
    line-height: 1.35;
  }

  /* =========================================================
三都周遊乗車券
========================================================= */

  #roundtrip ul {
    font-size: 14px;
    line-height: 1.4;
  }

  #roundtrip ul li a {
    text-decoration: underline;
  }

  #roundtrip h3 {
    font-size: 28px;
    text-align: center;
    color: #fff;
    background-color: #481c87;
    padding: 10px 0px;
    overflow: hidden;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  h4.ticket_title {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1rem auto 0;
  }

  .ticket_box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .ticket_box img {
    width: 50%;
    height: auto;
    object-fit: contain;
  }

  section#roundtrip {
    margin: 5rem auto;
  }
}



/* 追従ボタン */
#follow_btn {
    position: fixed;
    width: 86vw;
    margin: 0;
    bottom: 10px;
    left: 5px;
    font-size: 15px;
    text-align: center;
    z-index: 9999;
}
#follow_btn h2 {
  font-size: 1rem;
  margin-bottom: 5px;
  padding: 5px 0;
  background: #F1E7FF;
  color: #481C87;
}


@media screen and (min-width: 760px),print {
#follow_btn {
    position: fixed;
    width: 950px;
    margin: 0 auto;
    bottom: 30px;
    right: 0;
    left: 0;
    font-size: 20px;
    text-align: center;
    z-index: 9999;
}
#follow_btn h2 {
  font-size: 1.2rem;
  padding: 8px 0;
}
}