@charset "UTF-8";
/*
## .shared_button_2
*/
.shared_button_2 {
  width: 600px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  /*
  @media only screen and (max-width: 1200px) {
    width: 60%;
    margin-top: 75px;
    margin-bottom: 75px;
  }
  */ }
  .shared_button_2 img {
    filter: drop-shadow(0 4px 3px rgba(0, 0, 0, 0.4));
    transform: translateZ(0);
    will-change: filter; }
  @media only screen and (max-width: 640px) {
    .shared_button_2 {
      width: 88%;
      margin-top: 7vw;
      margin-bottom: 7vw; } }

/*
## .shared_button_1
類似：.shared_button_1
使用例：三連ボタンのところ
*/
.shared_button_1 {
  position: relative;
  width: 774px;
  height: 69px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1; }
  .shared_button_1__shadow {
    display: block;
    position: absolute;
    top: 8px;
    left: 8px;
    width: 100%;
    height: 100%;
    background: url(../img/pc/button_1__shadow.png) repeat-x center top/auto 100%;
    border-radius: 35px;
    transition: opacity .5s;
    z-index: 1; }
  .shared_button_1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 87px 0 74px;
    color: #fff;
    font-size: inherit;
    line-height: inherit;
    background-color: #0ba29a;
    border: solid 5px #0ba29a;
    border-radius: 35px;
    box-sizing: border-box;
    transition: background-color .5s, border-color .5s;
    z-index: 2; }
    .shared_button_1 a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 32px;
      width: 36px;
      height: 36px;
      margin-top: -18px;
      font-size: 0;
      line-height: 0;
      background: url(../img/pc/button_1__arw.png) no-repeat 0 0/100% 100%;
      transition: background-image .5s; }
    .shared_button_1 a:hover, .shared_button_1 a:active, .shared_button_1 a:focus {
      background-color: #0a7e78;
      border-color: #0a7e78; }
      .shared_button_1 a:hover + .shared_button_1__shadow, .shared_button_1 a:active + .shared_button_1__shadow, .shared_button_1 a:focus + .shared_button_1__shadow {
        opacity: 0; }
    .shared_button_1 a picture {
      display: block; }
  .shared_button_1__item {
    position: absolute;
    left: 50%;
    display: block; }
  .shared_button_1.is_2 a {
    padding: 0 155px 0 0; }
  .shared_button_1.is_2 .shared_button_1__item {
    margin: -26px 0 0 176px; }
  .shared_button_1.is_3 {
    width: 600px;
    color: #0ba29a; }
    .shared_button_1.is_3 a {
      padding: 0 0 0 23px;
      color: #0ba29a;
      background-color: #fff0b9; }
      .shared_button_1.is_3 a:hover, .shared_button_1.is_3 a:active, .shared_button_1.is_3 a:focus {
        background-color: #f4e8b3;
        border-color: #0a7e78; }
    .shared_button_1.is_3 .shared_button_1__item {
      margin: -40px 0 0 -274px; }
  .shared_button_1.is_4 a {
    background-color: #a8a8a8;
    border-color: #a8a8a8; }
    .shared_button_1.is_4 a:hover, .shared_button_1.is_4 a:active, .shared_button_1.is_4 a:focus {
      background-color: #999;
      border-color: #999; }
    .shared_button_1.is_4 a::after {
      background-image: url(../img/pc/button_1__arw-2.png); }
  .shared_button_1 + .shared_button_1,
  .shared_button_2 + .shared_button_1 {
    margin-top: 40px; }
  .shared_button_1.is_2 + .shared_button_1.is_3 {
    margin-top: 70px; }
  @media screen and (max-width: 640px) {
    .shared_button_1 {
      width: 86.67vw !important;
      height: 9.2vw;
      font-size: 3.33vw; }
      .shared_button_1::before {
        top: 1.33vw;
        left: 1.33vw;
        border-radius: 4.6vw; }
      .shared_button_1 a {
        padding: 0 2.73vw 0 0;
        border-width: .33vw;
        border-radius: 4.6vw; }
        .shared_button_1 a::after {
          right: 4.8vw !important;
          width: 4.8vw;
          height: 4.8vw;
          margin-top: -2.4vw; }
      .shared_button_1__item img {
        width: 100%;
        height: auto; }
      .shared_button_1__text {
        height: 100%; }
        .shared_button_1__text img {
          width: auto;
          height: 100%; }
      .shared_button_1.is_2 a {
        padding: 0 25.47vw 0 0; }
      .shared_button_1.is_2 .shared_button_1__item {
        width: 14.93vw;
        margin: -3.4vw 0 0 15.67vw; }
      .shared_button_1.is_3 {
        max-width: none; }
        .shared_button_1.is_3 a {
          padding: 0 0 0 4.93vw; }
        .shared_button_1.is_3 .shared_button_1__item {
          width: 14.53vw;
          margin: -4.4vw 0 0 -37.93vw; }
      .shared_button_1 + .shared_button_1,
      .shared_button_2 + .shared_button_1 {
        margin-top: 4vw; }
      .shared_button_1.is_2 + .shared_button_1.is_3 {
        margin-top: 8vw; } }

/*
## #shared_banner_1
*/
#shared_banner_1 {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  transition: opacity .5s;
  opacity: 0; }
  #shared_banner_1__main {
    display: block;
    overflow: hidden;
    position: relative;
    width: 300px;
    height: 300px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.4); }
    #shared_banner_1__main img {
      display: block;
      width: 100%;
      height: 100%;
      transition: opacity .5s; }
    #shared_banner_1__main:hover img, #shared_banner_1__main:active img, #shared_banner_1__main:focus img {
      opacity: .7; }
  #shared_banner_1__close {
    display: block;
    position: absolute;
    top: -3px;
    right: 18px;
    width: 45px;
    height: 45px;
    background: url(../img/banner_1__close.png) no-repeat 0 0/100%;
    cursor: pointer;
    transition: opacity .5s; }
    #shared_banner_1__close:hover, #shared_banner_1__close:active, #shared_banner_1__close:focus {
      opacity: .7; }
    #shared_banner_1__close.is_white {
      background-image: url(../img/banner_1__close--white.png); }
  #shared_banner_1.is_show {
    opacity: 1; }
  @media screen and (max-width: 1140px) {
    #shared_banner_1 {
      bottom: 2vw;
      right: 2vw; }
      #shared_banner_1__main {
        width: 36vw;
        height: 36vw;
        box-shadow: 0.54vw 0.5vw 1.33vw 0 rgba(0, 0, 0, 0.4); }
      #shared_banner_1__close {
        top: .47vw;
        right: 2vw;
        width: 5.73vw;
        height: 5.73vw; } }
