@media only screen and (max-width: 768px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  .main01 {
    background-size: cover;
  }
  /*============================
#top
============================*/
  #top {
    height: auto;
  }
  #top .inner {
    margin: 0 20px;
    width: auto;
  }
  #top .inner .logo {}
  #top .inner .logo img {
    width: 30%;
  }
  #top .inner .copy {
    margin-top: -5px;
  }
  #top .inner .copy img {
    width: 80%;
    text-align: center;
  }
  #top .inner .ice {
    margin-top: -18%;
    margin-left: 0;
  }
  #top .inner .ice img {
    width: 100%;
  }
  /*============================
#profile
============================*/
  #profile {
    height: auto;
    padding-top: 130px;
  }
  #profile .inner {
    margin: 0 20px;
    width: auto;
  }
  #profile .inner .comment {}
  #profile .inner .comment img {
    width: 100%;
  }
  #profile .inner .image {
    padding: 40px 0 0 0;
  }
  #profile .inner .image img {
    width: 100%;
  }
  .main02 {}
  /*============================
#lineup
============================*/
  #lineup {
    height: auto;
    padding-top: 150px;
  }
  #lineup .inner {
    margin: 0 20px;
    width: auto;
  }
  #lineup .inner .lineup_title {}
  #lineup .inner .lineup_title img {
    width: 60%;
  }
  #lineup .inner .contents {}
  #lineup .inner .contents .image {
    display: inherit;
    padding-right: 0;
    width: auto;
    margin-top: 60px;
  }
  #lineup .inner .contents .image2 {
    display: inherit;
    padding-right: 0;
    width: auto;
    margin-top: 60px;
  }
  #lineup .inner .contents .image:first-child {
    margin-top: 40px;
  }
  #lineup .inner .contents .image img {}
  #lineup .inner .contents .image .list {
    margin-top: 10px;
  }
  #lineup .inner .contents .image .list table {}
  #lineup .inner .contents .image .list table tbody {}
  #lineup .inner .contents .image .list table tbody tr {}
  #lineup .inner .contents .image .list table tbody tr th {
    padding: 10px 20px;
    width: 27%;
  }
  #lineup .inner .contents .image .list table tbody tr td {
    padding: 10px 20px;
  }
  /*============================
#history
============================*/
  #history {
    height: auto;
    padding-top: 150px;
    padding-bottom: 50px;
  }
  #history .inner {
    margin: 0 20px;
    width: auto;
  }
  #history .inner .title {}
  #history .inner .title img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }
  .tab_area label {
    width: 10vh;
    height: 5px;
    margin: -1px;
    padding: 17px;
    line-height: 7px;
    font-size: 14px;
    border-radius: 0;
    border: solid 2px #fff;
  }
  .tab_panel {
    padding-top: 0;
  }
  .tab_panel img {
    width: 100%;
  }
}