@charset "UTF-8";
*, *::before, *::after {
  box-sizing: border-box; }

* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img, picture, video, canvas, svg {
  max-width: 100%; }

input, button, textarea, select {
  font: inherit; }

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word; }

#root, #__next {
  isolation: isolate; }

dl, ol, ul, li {
  list-style: none;
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse; }

textarea {
  white-space: revert; }

html {
  font-size: 0.625em; }

a {
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  color: inherit; }

a img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast; }

.bold {
  font-weight: bold !important; }

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="number"],
select,
textarea {
  max-width: 100%;
  font-size: 16px; }

input,
select,
textarea,
button,
optgroup,
label {
  font-family: inherit; }

button,
select {
  text-transform: none; }

select {
  white-space: nowrap; }

textarea {
  overflow: auto; }

button,
[type="submit"],
[type="reset"],
[type="button"] {
  padding: 0;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  cursor: pointer; }
  button::-webkit-search-decoration,
  [type="submit"]::-webkit-search-decoration,
  [type="reset"]::-webkit-search-decoration,
  [type="button"]::-webkit-search-decoration {
    display: none; }
  button::focus,
  [type="submit"]::focus,
  [type="reset"]::focus,
  [type="button"]::focus {
    outline-offset: -2px; }
  button::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="button"]::-moz-focus-inner {
    padding: 0;
    border-style: none; }
  button::-moz-focusring,
  [type="submit"]::-moz-focusring,
  [type="reset"]::-moz-focusring,
  [type="button"]::-moz-focusring {
    outline: ButtonText dotted 1px; }

[type="checkbox"],
[type="radio"] {
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  [type="search"]:focus {
    outline: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

main {
  display: block; }

b, strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0; }

@font-face {
  font-weight: 100;
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic"; }
@font-face {
  font-weight: 200;
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic"; }
@font-face {
  font-weight: 300;
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic"; }
@font-face {
  font-weight: 400;
  src: local("Yu Gothic Medium");
  font-family: "Yu Gothic"; }
@font-face {
  font-weight: bold;
  src: local("Yu Gothic Bold");
  font-family: "Yu Gothic"; }
body {
  width: 100%;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  color: #000;
  word-break: break-all;
  -webkit-text-size-adjust: 100%; }

.inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 22px; }
  @media screen and (max-width: 1024px) {
    .inner {
      padding: 0 4vw; } }
  @media screen and (max-width: 767px) {
    .inner {
      padding: 0 6vw; } }

/* =================================================
  utility
================================================= */
.u-fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
  transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out; }
  .u-fadeInUp.in {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.u-pc {
  display: none; }
  @media screen and (min-width: 1024px) {
    .u-pc {
      display: inherit !important; } }

.u-tb {
  display: none; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .u-tb {
      display: inherit !important; } }

.u-sp {
  display: none; }
  @media screen and (max-width: 767px) {
    .u-sp {
      display: inherit !important; } }

/* =================================================
  project
================================================= */
#gih {
  border-top: 4px solid #425661;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    #gih {
      border-top-width: 2px; } }
  #leaf #gih {
    background-color: #f2f2f2;
    background-image: url("mv_bg_pc.png"), url("bg.png");
    background-repeat: no-repeat, repeat-y;
    background-size: auto 700px, auto 900px;
    background-position: center top, center top; }
    @media screen and (max-width: 767px) {
      #leaf #gih {
        background-image: url("mv_bg_sp.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center top; } }

.cmn__tag {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px; }
  .cmn__tag > li {
    background-color: #f2f2f2;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: 5px;
    font-size: 14px;
    padding: 0 5px; }
    @media screen and (max-width: 767px) {
      .cmn__tag > li {
        font-size: 12px; } }

.sec__mv {
  padding-top: 140px;
  background-color: #f2f2f2;
  background-image: url("mv_bg_pc.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  min-height: 700px; }
  @media screen and (max-width: 1024px) {
    .sec__mv {
      padding-top: 70px;
      min-height: 560px; } }
  @media screen and (max-width: 767px) {
    .sec__mv {
      padding-top: 25vw;
      padding-bottom: 8vw;
      min-height: auto;
      background-image: url("mv_bg_sp.png");
      background-size: contain; } }
  .sec__mv-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 560px; }
    @media screen and (max-width: 767px) {
      .sec__mv-body {
        max-width: 100%; } }
  .sec__mv-txt {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px 20px; }
    @media screen and (max-width: 767px) {
      .sec__mv-txt {
        margin-top: 25vw;
        padding: 10px 4%; } }
    .sec__mv-txt p {
      font-size: 17px; }
      @media screen and (max-width: 1024px) {
        .sec__mv-txt p {
          font-size: 16px; } }
      @media screen and (max-width: 767px) {
        .sec__mv-txt p {
          font-size: 14px; } }
      .sec__mv-txt p:nth-child(n+2) {
        margin-top: 8px; }

.sec__pickup {
  padding: 80px 0;
  background-image: url("bg.png");
  background-repeat: repeat-y;
  background-position: center top; }
  @media screen and (max-width: 767px) {
    .sec__pickup {
      padding: 40px 0; } }
  .sec__pickup-coming {
    margin-top: 60px;
    background-color: #f2f2f2;
    text-align: center;
    padding: 36px 0;
    font-size: 16px;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .sec__pickup-coming {
        font-size: 14px; } }

.sec__index {
  padding: 80px 0;
  background-color: #425661; }
  @media screen and (max-width: 767px) {
    .sec__index {
      padding: 40px 0; } }
  .sec__index-list {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (min-width: 1025px) {
      .sec__index-list > li {
        width: calc((100% - 80px) / 3);
        margin-left: 40px; }
        .sec__index-list > li:nth-child(3n-2) {
          margin-left: 0; }
        .sec__index-list > li:nth-child(n+4) {
          margin-top: 40px; } }
    @media screen and (max-width: 1024px) {
      .sec__index-list > li {
        width: calc((100% - 30px) / 2);
        margin-left: 30px; }
        .sec__index-list > li:nth-child(2n-1) {
          margin-left: 0; }
        .sec__index-list > li:nth-child(n+3) {
          margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .sec__index-list > li {
        width: 100%;
        margin-left: 0; }
        .sec__index-list > li:nth-child(n+2) {
          margin-top: 40px; } }
    .sec__index-list > li a {
      display: flex;
      flex-direction: column;
      height: 100%;
      background-color: #fff;
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
      .sec__index-list > li a:hover .sec__index-list-img img {
        transform: scale(1.06); }
    .sec__index-list.-pickup > li {
      width: 100%;
      margin-left: 0; }
      .sec__index-list.-pickup > li:nth-child(n+2) {
        margin-top: 60px; }
        @media screen and (max-width: 767px) {
          .sec__index-list.-pickup > li:nth-child(n+2) {
            margin-top: 40px; } }
      .sec__index-list.-pickup > li a {
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
        background: none;
        border-radius: 0;
        overflow: visible;
        box-shadow: none;
        position: relative; }
        @media screen and (max-width: 767px) {
          .sec__index-list.-pickup > li a {
            flex-direction: column !important; } }
      .sec__index-list.-pickup > li:nth-child(even) a {
        flex-direction: row; }
      .sec__index-list.-pickup > li:nth-child(even) .sec__index-list-wrap {
        left: auto;
        right: 0; }
    .sec__index-list-img {
      flex: 0 0 auto;
      overflow: hidden; }
      .-pickup .sec__index-list-img {
        flex: 0 0 auto;
        width: 600px; }
        @media screen and (max-width: 1024px) {
          .-pickup .sec__index-list-img {
            width: 50%; } }
        @media screen and (max-width: 767px) {
          .-pickup .sec__index-list-img {
            width: 100%; } }
      .sec__index-list-img img {
        display: inline-block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        image-rendering: -webkit-optimize-contrast; }
    .sec__index-list-wrap {
      display: flex;
      flex-direction: column;
      height: 100%; }
      .-pickup .sec__index-list-wrap {
        height: auto;
        position: absolute;
        width: 490px;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        padding-bottom: 25px; }
        @media screen and (max-width: 1024px) {
          .-pickup .sec__index-list-wrap {
            width: 55%; } }
        @media screen and (max-width: 767px) {
          .-pickup .sec__index-list-wrap {
            position: static;
            width: 100%;
            transform: translateY(0); } }
        .-pickup .sec__index-list-wrap:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 6px;
          height: 100%;
          background: linear-gradient(90deg, #0070c0, #32b1c1); }
          @media screen and (max-width: 767px) {
            .-pickup .sec__index-list-wrap:before {
              width: 100%;
              height: 4px; } }
    .sec__index-list-info {
      padding: 25px 6%;
      flex: 1 0 auto;
      display: flex;
      flex-direction: column; }
      .-pickup .sec__index-list-info {
        padding: 25px 35px 15px; }
        @media screen and (max-width: 1024px) {
          .-pickup .sec__index-list-info {
            padding: 20px 30px 15px; } }
        @media screen and (max-width: 767px) {
          .-pickup .sec__index-list-info {
            padding: 25px 6%; } }
    .sec__index-list-ttl {
      font-size: 20px;
      font-weight: bold;
      line-height: 1.4;
      flex: 1 1 auto; }
      @media screen and (max-width: 1024px) {
        .sec__index-list-ttl {
          font-size: 18px; } }
      .-pickup .sec__index-list-ttl {
        font-size: 26px; }
        @media screen and (max-width: 1024px) {
          .-pickup .sec__index-list-ttl {
            font-size: 20px; } }
        @media screen and (max-width: 767px) {
          .-pickup .sec__index-list-ttl {
            font-size: 18px; } }
      .sec__index-list-ttl .sm {
        display: inline-block;
        margin-top: 5px;
        font-size: 16px; }
        @media screen and (max-width: 1024px) {
          .sec__index-list-ttl .sm {
            font-size: 15px; } }
        .-pickup .sec__index-list-ttl .sm {
          font-size: 20px; }
          @media screen and (max-width: 1024px) {
            .-pickup .sec__index-list-ttl .sm {
              font-size: 16px; } }
    .sec__index-list-date {
      margin-top: 8px;
      font-size: 14px;
      color: #989898; }
      @media screen and (max-width: 767px) {
        .sec__index-list-date {
          font-size: 12px; } }
    .sec__index-list-tag {
      margin-top: 8px; }
    .sec__index-list-btn {
      background: linear-gradient(0deg, #0070c0, #32b1c1);
      font-size: 16px;
      font-weight: bold;
      color: #fff;
      padding: 16px;
      text-align: center; }
      .-pickup .sec__index-list-btn {
        display: inline-block;
        margin-left: auto;
        border-radius: 99px;
        padding: 2px 20px;
        margin-right: 35px; }
        @media screen and (max-width: 1024px) {
          .-pickup .sec__index-list-btn {
            margin-right: 30px; } }
        @media screen and (max-width: 767px) {
          .-pickup .sec__index-list-btn {
            display: block;
            margin-right: 6%;
            margin-left: 6%; } }
      .sec__index-list-btn:after {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        margin-left: 10px;
        transform: translateY(-2px) rotate(45deg); }

.sec__link {
  padding: 40px 0;
  background-color: #f2f2f2; }
  .sec__link-list {
    max-width: 800px;
    margin: 0 auto; }
    .sec__link-list li {
      text-align: center; }
      .sec__link-list li:nth-child(n+2) {
        margin-top: 30px; }
      .sec__link-list li a:hover .sec__link-list-img img {
        opacity: .8; }
      .sec__link-list li a:hover .sec__link-list-txt {
        text-decoration: none; }
    .sec__link-list-img {
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }
    .sec__link-list-txt {
      font-size: 16px;
      font-weight: bold;
      margin-top: 8px;
      text-decoration: underline; }
      @media screen and (max-width: 767px) {
        .sec__link-list-txt {
          font-size: 14px; } }

.sec__fpt {
  padding: 40px 0;
  background-color: #fff; }
  .sec__fpt-body {
    text-align: center; }
    .sec__fpt-body a {
      display: inline-flex;
      flex-direction: column;
      align-items: center; }
      .sec__fpt-body a:hover .sec__fpt-logo img {
        opacity: .8; }
      .sec__fpt-body a:hover .sec__fpt-txt {
        text-decoration: none; }
  .sec__fpt-txt {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #808080;
    text-decoration: underline; }
    @media screen and (max-width: 1024px) {
      .sec__fpt-txt {
        font-size: 16px; } }
    @media screen and (max-width: 767px) {
      .sec__fpt-txt {
        font-size: 14px; } }

.sec__head {
  padding: 40px 0; }
  @media screen and (max-width: 767px) {
    .sec__head {
      padding: 20px 0; } }
  @media screen and (max-width: 767px) {
    .sec__head-logo {
      width: 60%; } }

.sec__leaf {
  padding-bottom: 80px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .sec__leaf {
      padding-bottom: 40px; } }
  .sec__leaf-body {
    background-color: rgba(255, 255, 255, 0.9);
    position: relative; }
    .sec__leaf-body:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: linear-gradient(90deg, #0070c0, #32b1c1); }
      @media screen and (max-width: 767px) {
        .sec__leaf-body:before {
          height: 4px; } }
  .sec__leaf-head {
    padding: 15px 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .sec__leaf-head {
        padding: 15px 4% 30px; } }
    .sec__leaf-head-date {
      margin-left: auto;
      margin-top: 5px;
      font-size: 14px; }
      @media screen and (max-width: 767px) {
        .sec__leaf-head-date {
          font-size: 12px; } }
    .sec__leaf-head-theme {
      margin-top: 8px;
      font-size: 22px;
      font-weight: bold;
      color: #0070c0; }
      @media screen and (max-width: 767px) {
        .sec__leaf-head-theme {
          font-size: 16px; } }
    .sec__leaf-head-ttl {
      margin-top: 5px;
      font-size: 28px;
      font-weight: bold;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .sec__leaf-head-ttl {
          font-size: 18px;
          text-align: left; } }
    .sec__leaf-head-tag {
      margin-top: 10px; }
  .sec__leaf-lead {
    padding: 30px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .sec__leaf-lead {
        padding: 20px 4%; } }
    .sec__leaf-lead:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6px;
      background: linear-gradient(90deg, #0070c0, #32b1c1); }
      @media screen and (max-width: 767px) {
        .sec__leaf-lead:before {
          height: 4px; } }
    .sec__leaf-lead p {
      max-width: 800px;
      margin: 0 auto;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .sec__leaf-lead p {
          font-size: 15px; } }
      .sec__leaf-lead p .sm {
        font-size: 14px; }
        @media screen and (max-width: 767px) {
          .sec__leaf-lead p .sm {
            font-size: 12px; } }
  .sec__leaf-main {
    padding: 60px 0; }
    @media screen and (max-width: 767px) {
      .sec__leaf-main {
        padding: 30px 4%; } }
    .sec__leaf-main-ttl {
      clear: both;
      max-width: 800px;
      margin: 120px auto 40px;
      padding: 30px 0;
      font-size: 28px;
      line-height: 1.4;
      font-weight: bold;
      text-align: center;
      position: relative; }
      @media screen and (max-width: 767px) {
        .sec__leaf-main-ttl {
          font-size: 20px;
          margin-top: 80px; } }
      .sec__leaf-main-ttl:before, .sec__leaf-main-ttl:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 6px;
        background: linear-gradient(90deg, #0070c0, #32b1c1); }
        @media screen and (max-width: 767px) {
          .sec__leaf-main-ttl:before, .sec__leaf-main-ttl:after {
            height: 4px; } }
      .sec__leaf-main-ttl:before {
        top: 0; }
      .sec__leaf-main-ttl:after {
        bottom: 0; }
    .sec__leaf-main-txt + .sec__leaf-main-txt {
      margin-top: 60px; }
    .sec__leaf-main-txt p {
      max-width: 800px;
      margin: 0 auto;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .sec__leaf-main-txt p {
          font-size: 14px; } }
      .sec__leaf-main-txt p + p {
        margin-top: 2em; }
      .sec__leaf-main-txt p.bold {
        font-size: 18px;
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .sec__leaf-main-txt p.bold {
            font-size: 16px; } }
    .sec__leaf-main-img {
      width: 400px;
      margin: 32px 40px 40px; }
      @media screen and (max-width: 767px) {
        .sec__leaf-main-img {
          width: 100%;
          margin: 28px auto; } }
      .sec__leaf-main-img.-left {
        float: left; }
        @media screen and (max-width: 767px) {
          .sec__leaf-main-img.-left {
            float: none; } }
      .sec__leaf-main-img.-right {
        float: right; }
        @media screen and (max-width: 767px) {
          .sec__leaf-main-img.-right {
            float: none; } }
      .sec__leaf-main-img.-center {
        width: 100%;
        max-width: 800px;
        margin-left: auto;
        margin-right: auto; }
      .sec__leaf-main-img + p {
        margin-top: 2em; }
      .sec__leaf-main-img .img-caption {
        margin: 20px 0;
        padding-left: 24px;
        font-size: 16px;
        line-height: 1.5;
        position: relative; }
        @media screen and (max-width: 767px) {
          .sec__leaf-main-img .img-caption {
            margin-top: 15px 0;
            padding-left: 15px;
            font-size: 14px; } }
        .sec__leaf-main-img .img-caption:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 4px;
          height: 100%;
          background: linear-gradient(0deg, #0070c0, #32b1c1); }
        .sec__leaf-main-img .img-caption .bold {
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 767px) {
            .sec__leaf-main-img .img-caption .bold {
              font-size: 18px; } }

.sec__contact {
  padding: 60px 0;
  background-color: #425661; }
  @media screen and (max-width: 767px) {
    .sec__contact {
      padding: 40px 0; } }
  .sec__contact-list {
    margin-bottom: 40px; }
    .sec__contact-list li {
      max-width: 800px;
      margin: 0 auto; }
      .sec__contact-list li:nth-child(n+2) {
        margin-top: 20px; }
      .sec__contact-list li a {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff;
        padding: 28px 20px; }
        @media screen and (max-width: 767px) {
          .sec__contact-list li a {
            flex-direction: column; } }
        .sec__contact-list li a:hover {
          opacity: .8; }
    .sec__contact-list-img {
      flex: 0 0 auto;
      margin-right: 40px; }
      @media screen and (max-width: 767px) {
        .sec__contact-list-img {
          margin-right: 0;
          margin-bottom: 20px; } }
    .sec__contact-list-txt {
      font-size: 16px; }
      @media screen and (max-width: 767px) {
        .sec__contact-list-txt {
          font-size: 14px; } }
  .sec__contact-btn {
    text-align: center; }
    .sec__contact-btn a {
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      background: linear-gradient(90deg, #0070c0, #32b1c1);
      border-radius: 99px;
      padding: 14px 100px; }
      @media screen and (max-width: 767px) {
        .sec__contact-btn a {
          display: block;
          padding: 14px;
          font-size: 16px; } }
      .sec__contact-btn a:hover {
        opacity: .8; }

.fixbtn {
  position: fixed;
  top: 30%;
  left: 0;
  transform: rotate(90deg);
  transform-origin: bottom left;
  z-index: 99; }
  @media screen and (max-width: 767px) {
    .fixbtn {
      top: 60%; } }
  .fixbtn a {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 5px 24px;
    background: linear-gradient(90deg, #0070c0, #32b1c1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    @media screen and (max-width: 767px) {
      .fixbtn a {
        font-size: 12px;
        padding: 2px 20px; } }
    .fixbtn a:hover {
      opacity: .8; }


.bpimage_click{
  text-align: right;
  font-size: 1.3rem;
}
/* =================================================
  Add
================================================= */
