/*-----------------------------------------------------

	event.css

------------------------------------------------------*/
#item_list_session li .item_visual img, #item_list_future li .item_visual img, #item_list_past li .item_visual img, #detail .poster img {
  width: 100%;
  height: auto; }

#item_list_session li .item_visual img, #item_list_future li .item_visual img, #item_list_past li .item_visual img, #item_list_session li .item_visual img:hover, #item_list_future li .item_visual img:hover, #item_list_past li .item_visual img:hover {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease; }

/* content */
#page_menu {
  width: 200px;
  margin: 25px 0;
  padding: 5px 0 15px 0;
  background: white; }
  #page_menu .menu_sakuhin, #page_menu .menu_release {
    border: 1px solid #000;
    padding: 20px 15px;
    margin-bottom: 30px; }
  #page_menu h3 {
    font-size: 1.2em;
    margin-bottom: 20px;
    padding: 0;
    font-weight: bold; }
    #page_menu h3.sakuhin {
      color: #8fc31f; }
    #page_menu h3.release {
      color: #e73990; }
  #page_menu .menu_sakuhin h3 {
    color: #8fc31f; }
  #page_menu .menu_release h3 {
    color: #e73990; }
  #page_menu #tab1, #page_menu #tab2, #page_menu .tab_area {
    display: none; }
  #page_menu .tab_panel {
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 30px; }
  #page_menu li {
    margin-bottom: .8em;
    line-height: 1.4em; }
    #page_menu li a {
      color: #000; }
  @media all and (max-width: 767px) {
    #page_menu {
      width: auto;
      margin: 0 -4%;
      padding: 0;
      border: none;
      background: #efefef;
      /* tab */ }
      #page_menu h3 {
        display: none; }
      #page_menu li {
        width: 100%; }
      #page_menu .tab_wrap {
        width: 100%;
        margin: 0;
        padding: 0; }
      #page_menu input[type="radio"] {
        display: none; }
      #page_menu .tab_area {
        display: block;
        font-size: 0;
        margin: 0;
        padding: 0; }
        #page_menu .tab_area label {
          width: 50%;
          margin: 0;
          display: inline-block;
          padding: 10px 0;
          text-align: center;
          font-size: 16px;
          cursor: pointer;
          transition: ease 0.2s opacity; }
          #page_menu .tab_area label:hover {
            opacity: 0.5; }
      #page_menu .panel_area {
        background: #fff; }
      #page_menu .tab_panel {
        width: 100%;
        padding: 20px;
        display: none;
        border: none; }
      #page_menu #panel1 a {
        color: #8fc31f; }
      #page_menu #panel2 a {
        color: #e73990; }
      #page_menu #tab1:checked ~ .tab_area .tab1_label {
        color: #8fc31f; }
      #page_menu .tab1_label {
        color: #8fc31f; }
      #page_menu #tab1:checked ~ .panel_area #panel1 {
        display: block; }
      #page_menu #tab2:checked ~ .tab_area .tab2_label {
        color: #e73990; }
      #page_menu .tab2_label {
        color: #e73990; }
      #page_menu #tab2:checked ~ .panel_area #panel2 {
        display: block; } }

.page_contents {
  display: flex;
  justify-content: space-between; }
  @media all and (max-width: 767px) {
    .page_contents {
      display: block; } }

.page_main {
  width: 800px; }
  @media all and (max-width: 1129px) and (min-width: 768px) {
    .page_main {
      width: 500px; } }
  @media all and (max-width: 767px) {
    .page_main {
      width: 100%; } }

#item_list_session, #item_list_future, #item_list_past {
  margin: 10px 0; }
  #item_list_session li, #item_list_future li, #item_list_past li {
    position: relative;
    margin: 15px auto;
    padding-bottom: 15px;
    background: url(../../common/images/secline02.png) repeat-x left bottom; }
    #item_list_session li .item_visual, #item_list_future li .item_visual, #item_list_past li .item_visual {
      display: block;
      overflow: hidden;
      width: 180px;
      height: 180px;
      margin-right: 30px;
      overflow: hidden; }
      #item_list_session li .item_visual img, #item_list_future li .item_visual img, #item_list_past li .item_visual img {
        display: block;
        width: 100%; }
        #item_list_session li .item_visual img:hover, #item_list_future li .item_visual img:hover, #item_list_past li .item_visual img:hover {
          transform: scale(1.2);
          opacity: .4; }
    #item_list_session li.new figure:before, #item_list_future li.new figure:before, #item_list_past li.new figure:before {
      content: url(../images/ico_new.png);
      display: block;
      position: absolute;
      left: -10px;
      top: 10px;
      z-index: 9; }
    #item_list_session li figure, #item_list_future li figure, #item_list_past li figure {
      position: relative;
      display: flex;
      justify-content: space-between; }
    #item_list_session li figcaption, #item_list_future li figcaption, #item_list_past li figcaption {
      padding: 0;
      width: 75%; }
      #item_list_session li figcaption dl, #item_list_future li figcaption dl, #item_list_past li figcaption dl {
        clear: both; }
      #item_list_session li figcaption .program, #item_list_future li figcaption .program, #item_list_past li figcaption .program {
        float: left;
        margin-bottom: .2em;
        padding: .3em 1em;
        text-align: left;
        background: #111;
        font-size: .8em;
        color: #fff;
        line-height: 1.3; }
      #item_list_session li figcaption .item_title, #item_list_future li figcaption .item_title, #item_list_past li figcaption .item_title {
        padding: .1em 0;
        line-height: 1.4em;
        color: #00a0e9;
        margin: 0;
        font-weight: bold;
        font-size: 1.2em; }
      #item_list_session li figcaption .period, #item_list_session li figcaption .description, #item_list_session li figcaption .price, #item_list_future li figcaption .period, #item_list_future li figcaption .description, #item_list_future li figcaption .price, #item_list_past li figcaption .period, #item_list_past li figcaption .description, #item_list_past li figcaption .price {
        padding: .1em 0;
        font-size: .9em;
        line-height: 1.7; }
      #item_list_session li figcaption .price, #item_list_future li figcaption .price, #item_list_past li figcaption .price {
        clear: both; }
      #item_list_session li figcaption .description, #item_list_future li figcaption .description, #item_list_past li figcaption .description {
        line-height: 1.6em; }
      #item_list_session li figcaption .period, #item_list_session li figcaption .price, #item_list_future li figcaption .period, #item_list_future li figcaption .price, #item_list_past li figcaption .period, #item_list_past li figcaption .price {
        font-size: 1em;
        font-weight: normal; }
    #item_list_session li:nth-of-type(2) figcaption .item_title, #item_list_future li:nth-of-type(2) figcaption .item_title, #item_list_past li:nth-of-type(2) figcaption .item_title {
      color: #8fc31f; }
    #item_list_session li:nth-of-type(3) figcaption .item_title, #item_list_future li:nth-of-type(3) figcaption .item_title, #item_list_past li:nth-of-type(3) figcaption .item_title {
      color: #e73990; }
    #item_list_session li:nth-of-type(5) figcaption .item_title, #item_list_future li:nth-of-type(5) figcaption .item_title, #item_list_past li:nth-of-type(5) figcaption .item_title {
      color: #8fc31f; }
    #item_list_session li:nth-of-type(6) figcaption .item_title, #item_list_future li:nth-of-type(6) figcaption .item_title, #item_list_past li:nth-of-type(6) figcaption .item_title {
      color: #e73990; }
    #item_list_session li:nth-of-type(8) figcaption .item_title, #item_list_future li:nth-of-type(8) figcaption .item_title, #item_list_past li:nth-of-type(8) figcaption .item_title {
      color: #8fc31f; }
    #item_list_session li:nth-of-type(9) figcaption .item_title, #item_list_future li:nth-of-type(9) figcaption .item_title, #item_list_past li:nth-of-type(9) figcaption .item_title {
      color: #e73990; }
    #item_list_session li .btn_detail, #item_list_future li .btn_detail, #item_list_past li .btn_detail {
      display: block;
      width: 100px;
      text-align: center;
      border: 2px solid #000;
      padding: .5em 1em;
      color: #000;
      float: right;
      text-decoration: none;
      position: relative;
      margin-top: -40px; }
      #item_list_session li .btn_detail img, #item_list_future li .btn_detail img, #item_list_past li .btn_detail img {
        display: none; }
      #item_list_session li .btn_detail:before, #item_list_future li .btn_detail:before, #item_list_past li .btn_detail:before {
        content: "";
        position: absolute;
        top: 50%;
        left: -20px;
        margin-top: -10px;
        border: 10px solid transparent;
        border-right: 10px solid #FFF;
        z-index: 2; }
      #item_list_session li .btn_detail:after, #item_list_future li .btn_detail:after, #item_list_past li .btn_detail:after {
        content: "";
        position: absolute;
        top: 50%;
        left: -24px;
        margin-top: -11px;
        border: 11px solid transparent;
        border-right: 11px solid #000;
        z-index: 1; }
      #item_list_session li .btn_detail:hover, #item_list_future li .btn_detail:hover, #item_list_past li .btn_detail:hover {
        background: #8fc31f;
        border-color: #8fc31f;
        color: #fff; }
        #item_list_session li .btn_detail:hover:before, #item_list_future li .btn_detail:hover:before, #item_list_past li .btn_detail:hover:before {
          border-right: 10px solid #8fc31f; }
        #item_list_session li .btn_detail:hover:after, #item_list_future li .btn_detail:hover:after, #item_list_past li .btn_detail:hover:after {
          border-right: 11px solid #8fc31f; }
  @media all and (max-width: 1129px) and (min-width: 768px) {
    #item_list_session li .item_visual, #item_list_future li .item_visual, #item_list_past li .item_visual {
      width: 210px;
      height: 210px; }
    #item_list_session li figcaption, #item_list_future li figcaption, #item_list_past li figcaption {
      padding-bottom: 5px;
      width: 260px; }
    #item_list_session li .btn_detail, #item_list_future li .btn_detail, #item_list_past li .btn_detail {
      bottom: 0;
      right: 0;
      margin-top: 10px; } }
  @media all and (max-width: 767px) {
    #item_list_session, #item_list_future, #item_list_past {
      margin: 4% 0; }
      #item_list_session li, #item_list_future li, #item_list_past li {
        background: none !important;
        position: relative;
        margin: 0;
        padding: 14% 0 14% 0;
        border-top: solid 2px #5f5f5f; }
        #item_list_session li:before, #item_list_future li:before, #item_list_past li:before {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: 0;
          width: 0;
          height: 0;
          margin: 0 0 0 -12px;
          border-top: solid 12px #5f5f5f;
          border-left: solid 12px transparent;
          border-right: solid 12px transparent; }
        #item_list_session li:after, #item_list_future li:after, #item_list_past li:after {
          content: '';
          display: block;
          position: absolute;
          left: 50%;
          top: -2px;
          width: 0;
          height: 0;
          margin: 0 0 0 -12px;
          border-top: solid 12px #fff;
          border-left: solid 12px transparent;
          border-right: solid 12px transparent; }
        #item_list_session li figure, #item_list_future li figure, #item_list_past li figure {
          display: table;
          width: 100%; }
        #item_list_session li .item_visual, #item_list_future li .item_visual, #item_list_past li .item_visual {
          padding: 0;
          vertical-align: top;
          margin: 0; } }
      @media all and (max-width: 767px) and (max-width: 640px) {
        #item_list_session li .item_visual, #item_list_future li .item_visual, #item_list_past li .item_visual {
          width: 250px;
          height: 250px; } }
  @media all and (max-width: 767px) and (max-width: 640px) and (max-width: 480px) {
    #item_list_session li .item_visual, #item_list_future li .item_visual, #item_list_past li .item_visual {
      width: 180px;
      height: 180px; } }

  @media all and (max-width: 767px) {
        #item_list_session li.new figure:before, #item_list_future li.new figure:before, #item_list_past li.new figure:before {
          content: '';
          display: block;
          position: absolute;
          left: -5px;
          top: 10px;
          z-index: 9;
          width: 30px;
          height: 44px;
          background: url(../images/ico_new.png) no-repeat;
          background-size: 100%; }
        #item_list_session li figcaption, #item_list_future li figcaption, #item_list_past li figcaption {
          display: table-cell;
          position: relative;
          float: none;
          padding: 0 0 18% 1em;
          vertical-align: top; }
          #item_list_session li figcaption .program, #item_list_future li figcaption .program, #item_list_past li figcaption .program {
            margin-bottom: .5em;
            font-size: .7em; }
          #item_list_session li figcaption .item_title, #item_list_future li figcaption .item_title, #item_list_past li figcaption .item_title {
            padding: 0;
            line-height: 1.8em;
            font-size: 1em;
            color: #e73990; } }
        @media all and (max-width: 767px) and (max-width: 480px) {
          #item_list_session li figcaption .item_title, #item_list_future li figcaption .item_title, #item_list_past li figcaption .item_title {
            font-size: .8em; } }
  @media all and (max-width: 767px) {
          #item_list_session li figcaption .period, #item_list_session li figcaption .price, #item_list_future li figcaption .period, #item_list_future li figcaption .price, #item_list_past li figcaption .period, #item_list_past li figcaption .price {
            margin-bottom: .1em;
            font-size: .8em; } }
        @media all and (max-width: 767px) and (max-width: 480px) {
          #item_list_session li figcaption .period, #item_list_session li figcaption .price, #item_list_future li figcaption .period, #item_list_future li figcaption .price, #item_list_past li figcaption .period, #item_list_past li figcaption .price {
            font-size: .7em; } }
  @media all and (max-width: 767px) {
          #item_list_session li figcaption .description, #item_list_future li figcaption .description, #item_list_past li figcaption .description {
            display: none; }
        #item_list_session li .btn_detail, #item_list_future li .btn_detail, #item_list_past li .btn_detail {
          display: block;
          position: absolute;
          right: 0;
          bottom: 0;
          width: 76%;
          width: -weblit-calc(100% - 1em);
          width: calc(100% - 1em);
          max-width: 200px;
          border: none;
          padding: 0; }
          #item_list_session li .btn_detail img, #item_list_future li .btn_detail img, #item_list_past li .btn_detail img {
            display: block; }
          #item_list_session li .btn_detail span, #item_list_future li .btn_detail span, #item_list_past li .btn_detail span {
            display: none; }
          #item_list_session li .btn_detail:after, #item_list_future li .btn_detail:after, #item_list_past li .btn_detail:after {
            display: none; }
          #item_list_session li .btn_detail:before, #item_list_future li .btn_detail:before, #item_list_past li .btn_detail:before {
            display: none; }
          #item_list_session li .btn_detail:hover, #item_list_future li .btn_detail:hover, #item_list_past li .btn_detail:hover {
            background: none; } }

.noevents {
  margin: 2em 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  color: #5f5f5f; }
  @media all and (max-width: 767px) {
    .noevents {
      margin-top: 10%;
      font-size: 87.5%; } }
  @media all and (max-width: 767px) and (max-width: 640px) {
    .noevents {
      font-size: 80%; } }

  @media all and (max-width: 767px) and (max-width: 640px) and (max-width: 480px) {
    .noevents {
      font-size: 70%; } }

/* event info */
h2#event_tit {
  clear: both;
  margin-top: 55px;
  line-height: 42px; }
  @media all and (max-width: 1129px) and (min-width: 768px) {
    h2#event_tit {
      margin-top: 40px; }
      h2#event_tit .title {
        font-size: 1.6em; } }
  @media all and (max-width: 767px) {
    h2#event_tit {
      margin-top: 10%;
      font-size: 87.5%;
      line-height: inherit; } }
  @media all and (max-width: 767px) and (max-width: 640px) {
    h2#event_tit {
      font-size: 65%; } }
  @media all and (max-width: 767px) and (max-width: 640px) and (max-width: 480px) {
    h2#event_tit {
      font-size: 55%; } }

  @media all and (max-width: 767px) {
      h2#event_tit .title {
        clear: both;
        float: none;
        width: auto;
        font-size: 1.8em;
        line-height: 1.5; } }

#detail {
  padding: 30px 0 0 0;
  display: flex;
  justify-content: flex-end;
  position: relative; }
  #detail .poster {
    width: 380px;
    position: absolute;
    top: 0;
    left: 0; }
  #detail figcaption {
    width: 650px; }
    #detail figcaption .category span {
      display: inline-block;
      margin: 0 10px 10px 0;
      border: 2px solid #000;
      font-size: .9em;
      padding: 2px 10px;
      background: #000;
      color: #fff; }
      #detail figcaption .category span.cat_tit {
        font-size: 1.1em;
        background: #fff;
        color: #000;
        padding: 10px 15px; }
    #detail figcaption h2 {
      font-size: 1.8em;
      line-height: 42px;
      color: #8fc31f;
      padding: 35px 0; }
    #detail figcaption h3 {
      margin-bottom: 1.5em;
      font-weight: bold;
      font-size: 1.4em;
      color: #8fc31f; }
    #detail figcaption p {
      line-height: 1.8; }
    #detail figcaption dl.description {
      padding: 40px 0;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      #detail figcaption dl.description dt, #detail figcaption dl.description dd {
        padding: 0 10px;
        margin-bottom: 30px;
        line-height: 1.8em; }
      #detail figcaption dl.description dt {
        width: 100px;
        text-align-last: justify;
        text-justify: inter-ideograph; }
        #detail figcaption dl.description dt span {
          border-left: 6px solid #00a0e9;
          display: block;
          padding-left: 10px;
          font-weight: bold; }
        #detail figcaption dl.description dt:nth-of-type(2) span {
          border-left-color: #8fc31f; }
        #detail figcaption dl.description dt:nth-of-type(3) span {
          border-left-color: #e73990; }
        #detail figcaption dl.description dt:nth-of-type(5) span {
          border-left-color: #8fc31f; }
        #detail figcaption dl.description dt:nth-of-type(6) span {
          border-left-color: #e73990; }
        #detail figcaption dl.description dt:nth-of-type(8) span {
          border-left-color: #8fc31f; }
        #detail figcaption dl.description dt:nth-of-type(9) span {
          border-left-color: #e73990; }
      #detail figcaption dl.description dd {
        width: 500px; }
    #detail figcaption .frame_wrap {
      position: relative;
      width: 100%;
      padding-top: 56.25%;
      margin-bottom: 40px; }
      #detail figcaption .frame_wrap iframe {
        position: absolute;
        top: 0;
        right: 0;
        width: 100% !important;
        height: 100% !important; }
  #detail .text {
    line-height: 1.8; }
  @media all and (max-width: 1129px) and (min-width: 768px) {
    #detail .poster {
      width: 300px; }
    #detail figcaption {
      width: 400px; } }
  @media all and (max-width: 767px) {
    #detail {
      padding: 6% 0 0 0;
      display: block; } }
  @media all and (max-width: 767px) and (max-width: 640px) {
    #detail {
      font-size: 90%; } }
  @media all and (max-width: 767px) and (max-width: 640px) and (max-width: 480px) {
    #detail {
      font-size: 80%; } }

  @media all and (max-width: 767px) {
      #detail .poster {
        width: 100%;
        margin: 0 0 30px;
        position: relative; }
      #detail figcaption {
        width: auto;
        padding-top: 80px; }
        #detail figcaption .category span {
          display: inline-block;
          margin: 0 10px 10px 0;
          border: none;
          font-size: .9em;
          padding: 2px 5px;
          background: #999;
          color: #000; }
          #detail figcaption .category span.cat_tit {
            font-size: 1.1em;
            background: #333;
            color: #fff;
            padding: 5px; }
        #detail figcaption h2 {
          padding: 15px 0; }
        #detail figcaption h3 {
          margin-bottom: 1em; }
        #detail figcaption dl.description dt, #detail figcaption dl.description dd {
          padding: 0;
          line-height: 1.8em; }
        #detail figcaption dl.description dt {
          width: 25%;
          margin-bottom: 10px; }
          #detail figcaption dl.description dt span {
            border-left: 10px solid #00a0e9; }
        #detail figcaption dl.description dd {
          width: 100%;
          margin-bottom: 20px; } }

#mainImg {
  margin-bottom: 10px; }
  #mainImg img {
    width: 100%;
    height: 380px !important;
    object-fit: cover; }
    @media all and (max-width: 1129px) and (min-width: 768px) {
      #mainImg img {
        height: 300px !important; } }
    @media all and (max-width: 767px) {
      #mainImg img {
        width: 100%;
        height: auto !important; } }
  @media all and (max-width: 767px) and (max-width: 480px) {
    #mainImg img {
      height: 350px !important; } }
  @media all and (max-width: 767px) and (max-width: 320px) {
    #mainImg img {
      height: 295px !important; } }

.custom-thumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap; }
  .custom-thumb li {
    display: block;
    width: 19.1%;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 1%; }
    .custom-thumb li:nth-child(5n) {
      margin-right: 0; }
    .custom-thumb li img {
      width: 75px !important;
      height: 75px !important;
      object-fit: cover; }
    @media all and (max-width: 1129px) and (min-width: 768px) {
      .custom-thumb li {
        width: 19.15%; }
        .custom-thumb li img {
          width: 59px !important;
          height: 59px !important; } }
    @media all and (max-width: 767px) {
      .custom-thumb li {
        width: 19.2%; } }
  @media all and (max-width: 767px) and (max-width: 480px) {
    .custom-thumb li img {
      width: 64px !important;
      height: 64px !important; } }
  @media all and (max-width: 767px) and (max-width: 320px) {
    .custom-thumb li img {
      width: 55px !important;
      height: 55px !important; } }

#note {
  position: relative;
  width: 88%;
  margin-top: 75px;
  padding: 2em;
  border: solid 2px #333;
  background: url(../images/grids.png);
  font-size: .9em;
  line-height: 1.7; }
  #note .title {
    position: absolute;
    left: -2px;
    top: -30px;
    width: 115px;
    height: 30px;
    text-align: center;
    background: #333;
    font-weight: bold;
    color: #fff;
    line-height: 30px; }
  #note .pict {
    position: absolute;
    right: -45px;
    bottom: -35px; }
  @media all and (max-width: 767px) {
    #note {
      width: auto;
      margin-top: 8em; } }
  @media all and (max-width: 767px) and (max-width: 640px) {
    #note {
      font-size: 90%; } }
  @media all and (max-width: 767px) and (max-width: 640px) and (max-width: 480px) {
    #note {
      font-size: 80%; } }

  @media all and (max-width: 767px) {
      #note .pict {
        display: none; } }

#list_back {
  position: relative;
  float: right;
  margin-top: -94px;
  padding-left: 32px;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
  text-decoration: none;
  letter-spacing: -.1em;
  line-height: 30px;
  vertical-align: middle; }
  #list_back:hover {
    color: #e73990; }
  #list_back:before {
    content: url(../images/arrow_back.png);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 30px; }
  @media all and (max-width: 767px) {
    #list_back {
      display: block;
      margin: 20px 0;
      padding: 0 1em;
      background: #00a0e9;
      border: solid 2px #007db6;
      color: #fff;
      font-size: 0.85em;
      letter-spacing: 0.1em; }
      #list_back:hover {
        color: #fff; }
      #list_back:before {
        content: '';
        display: none; } }

.under {
  clear: both;
  height: 50px;
  position: relative; }
  .under #list_back {
    float: none;
    margin-top: 90px;
    padding-left: 32px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -537px; }
  @media all and (max-width: 1129px) and (min-width: 768px) {
    .under #list_back {
      margin-left: -360px; } }
  @media all and (max-width: 767px) {
    .under #list_back {
      float: none;
      margin-top: 90px;
      padding: 0 1em;
      position: absolute;
      bottom: 10px;
      left: auto;
      right: 15px;
      margin-left: auto; } }

.sns_btn {
  padding: 50px 0 0;
  display: flex;
  justify-content: flex-end; }
  .sns_btn .twitter, .sns_btn .fb {
    height: 20px;
    width: 75px; }
    .sns_btn .twitter a, .sns_btn .fb a {
      display: block;
      height: 100%; }
  .sns_btn .twitter {
    margin-right: 10px;
    background: url("../../common/images/btn_tweet.png") no-repeat top left;
    background-size: contain; }
  .sns_btn .fb {
    background: url("../../common/images/btn_fb.png") no-repeat top left;
    background-size: contain; }
  @media all and (max-width: 767px) {
    .sns_btn {
      justify-content: center; }
      .sns_btn .twitter, .sns_btn .fb {
        height: 30px;
        width: 30px; }
      .sns_btn .twitter {
        margin-right: 10px;
        background: url("../../common/images/btn_tweet_sp.png") no-repeat top left;
        background-size: contain; }
      .sns_btn .fb {
        background: url("../../common/images/btn_fb_sp.png") no-repeat top left;
        background-size: contain; } }

/*# sourceMappingURL=goods.css.map */
